
@media screen and (max-width: 992px) {
  .left-sidebar{
    left: -266px
  }   
  .content-section{
    width: 100% !important;
    margin-left: 0px !important;
  }
  .left-width{
    width: 266px !important;
    left: 0px;
    z-index: 99;
    top: 75px;

  }
  .menu-active .left-sidebar {
    left:0px;
    top:75px;
}
  .left-sidebar{
    top: 75px;
  }
  .left-width .list-unstyle li a span{
    display: block !important;
  }
  .gates-check{
    gap: 10px !important;
    flex-wrap: wrap;
  }
  .gate-button{
    margin-top: 10px;
  }
  .outer-card{
    height: 100%;
  }
  .left-width .sidebar-logo a img{
    width: 130px;
}
}
@media screen and (max-width: 820px){
  .rejecteduser-table{
    overflow: auto;
  }
  .rejecteduser-table table thead tr th{
    white-space: nowrap;
  }
  .rejecteduser-table table tbody tr td{
    white-space: nowrap;
  }
  .action-btn {
    display: flex;
    gap: 5px;
    justify-content: center;
}
}


@media screen and (max-width: 576px){
  .checkbox-outer{
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
  }
  .upload-btn{
    padding: 10px 30px;
    font-size: 14px;
  }
  .toggle-icon h5{
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {

  /*----------------------login page start ---------------------*/
  .form-section-outer {
      margin: 20px 20px;
  }
  /*----------------------login page end---------------------*/

}