@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #stats{
      float:none;
      width:auto;
  }
}

td {
      height: 10px;
      
  }
  
  th {
      
      height: 10px;
      
   }

   input[type=file] {
     display: none;
     cursor: none;
  }
  #submit-file{
    display: none;
    
  }
  .cold{
    background-color: #000;
    color: white;
    border: 1px solid #000;
    display: inline-block;
    margin: 1px 2px;
    text-align: center;
    padding:4px;
    font-size: 12px;
    font-family: sans-serif;
    cursor: pointer;
    
  }
  .cold:hover {
    background-color: #000;
    color: #ff7900;
    font-size: 12px;
    font-family: sans-serif;

  }
  .custom-file-upload {
    background-color: #000;
    color: white;
    border: 1px solid #000;
    display: inline-block;
    margin: 2px 4px;
    padding:8px;
    font-size: 21px;
    font-family: sans-serif;
    cursor: pointer;
}
#mylabel:hover {
    color: #ff7900;
    font-size: 21px;

}
.showpic {

    
    


}
.ticket {
    background-color: #000;
    color: white;
    border: 1px solid #000;
    display: inline-block;
    margin: 1px 2px;
    text-align: center;
    padding:4px;
    font-size: 12px;
    font-family: sans-serif;
    cursor: pointer;

}
.ticket2:hover {
    background-color: #000;
    color: #ff7900;
    font-size: 12px;
   font-family: sans-serif;

  }

  .ticket2 {
    background-color: #000;
    color: white;
    border: 1px solid #000;
    display: inline-block;
    margin: 1px 2px;
    text-align: center;
    padding:4px;
    font-size: 12px;
    font-family: sans-serif;
    cursor: pointer;

}
.ticket:hover {
    background-color: #000;
    color: #ff7900;
    font-size: 12px;
    font-family: sans-serif;

  }
.hoverbuttons:hover {

    color: #ff7900;
    font-size: 21px;
    background-color: #000;
    font-family: sans-serif;
}
.hoverbuttons:active:leave {
  background-color: #000;

}
.smallitem:hover {
  
    color: #ff7900;

}
.mainareas {
  overflow: hidden;
  height: 100%;
  background-color: #000000;
  font-family: sans-serif;
}
.ticketarea{
  height: 100%;
  width: 100%;
  background-color: #000000;
  font-family: sans-serif;

}
h5.heading-1 {
  background-color: #151515;
  color: #eaeaea;
  font-family: sans-serif;
  
}
 .heads{
  background-color: #151515;
  color: #eaeaea;
  font-family: sans-serif;
 

 }
 .box{
      width: 400px;
      
      padding: 60px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background: #191919;
      text-align: center;
      
      }
      
      .box h1{
          color: white;
          text-transform: uppercase;
          padding-bottom: 60px;
          font-weight: 500;
      }
      
      .box input[type = "password"]{
          border:0;
          background: none;
          display: block;
          margin: 20px auto;
          text-align: center;
          border: 2px solid #3498db;
          padding: 14px 10px;
          width: 200px;
          outline: none;
          color: white;
          border-radius: 24px;
          transition: 0.25s;
          
          
      }
      .box input[type = "text"]{
          border:0;
          background: none;
          display: block;
          margin: 20px auto;
          text-align: center;
          border: 2px solid #3498db;
          padding: 14px 10px;
          width: 200px;
          outline: none;
          color: white;
          border-radius: 24px;
          transition: 0.25s;
          
          
      }
      .box input[type = "password"]:focus{
          
          width: 280px;
          border-color: #2ecc71;
          
      }
      
      .box input[type = "text"]:focus{
          
          width: 280px;
          border-color: #2ecc71;
          
      }
      .box input[type = "submit"]{
          
           border:0;
          background: none;
          display: block;
          margin: 20px auto;
          text-align: center;
          border: 2px solid #3498db;
          padding: 14px 40px;
          width: 200px;
          outline: none;
          color: white;
          border-radius: 24px;
          transition: 0.25s;
          cursor: pointer;
          
          
      } 

      .box .homepage {
          
           border:0;
          background: none;
          display: block;
          margin: 5px auto;
          text-align: center;
          border: 2px solid #3498db;
          padding: 2px 2px;
          width: 200px;
          outline: none;
          color: white;
          border-radius: 24px;
          transition: 0.25s;
          cursor: pointer;
          
          
      }

      .homepage:hover{
        background: #2ecc71;
        font-family: poppins;
      } 
          
      .box input[type = "submit"]:hover{
              
              
             background: #2ecc71; 
              
              
              
      }