@media(min-width:  1400px){
    #sidebar {
        min-width: 320px;
        max-width: 320px;
    }
    #content{
        margin-left: 320px;
        width: calc(100% - 320px);
    }
}
@media(max-width:  1399px){
    #content{
        margin-left: 280px;
        width: calc(100% - 280px);
    }
}
@media(min-width: 280px) {
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media (max-width: 1024px) {
    #content {
        margin-left:0px; 
        width: 100%;
    }
    #sidebar {
        min-width: 0;
        max-width: 0;
        position: fixed;
        text-align: left!important;
        padding: 0;
        margin-left: 0px!important;
        overflow: hidden;
    }
    #sidebarCollapse{
        display: block!important;
    }
    a.closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 36px;
        background: #12a57b;
        width: 40px;
        height: 40px;
        display: flex!important;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    #sidebar.active {
        min-width: 275px!important;
        max-width: 275px!important;
        text-align: center;
        transition: all .3s;
    }
    #sidebar.active .logo{
        padding:20px;
    }
    #sidebar.active .logo img {
        margin: 0;
    }
    #sidebar ul.list-unstyled.components.mb-5,  #sidebar .logo {
        display: none;
    }
    .credit-box {
        padding: 14px 0;
    }

    .card-point h6 {
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
    }
    .card-point h2 {
      font-size: 20px;
      line-height: 30px;
    }
    .top-right {
      bottom: 0;
    }
    .happy-box {
      font-size: 12px;
    }
    .first-box {
      text-align: center;
    }
    .green-block span {
      font-size: 12px;
    }
}
@media(min-width: 992px){
    .title-set{
        padding-left: 66px;
    }
}
@media(min-width: 992px){
    #footer-bar{
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .p-top-boxes {
      width: 20%;
    }
}
@media(max-width: 991px){
    .theme-btn, .secondary-btn {
        min-width: 160px;
        padding: 6px 10px;
    }
    .p-top-boxes {
      width: 31%;
    }
}
@media(min-width: 1025px){

}
@media(max-width: 767px){
    .status-btn ul{
        justify-content: center;
        margin-bottom: 20px;
        position: relative;
    }
    .login-box{
        max-width: 320px;
        width: 100%;
    }
    .rider-name h2{
        font-size: 20px;
    }
    .user-box{
        bottom: -62px;
    }
    .preview-img {
        height: 120px
    }
    .file-upload-box label{
        padding: 14px 10px;
    }
    .file-upload-box label h5{
       font-size: 16px;
    }
    .page-title{
        font-size: 20px;
    }
    .p-top-boxes {
      width: 48%!important;
    }
    .first-box {
      text-align: center;
    }

}
@media(max-width: 576px) {
    .p-top-boxes {
      width: 100%!important;
    }
    .project-dropdown {
      padding: 0;
    }
    #sidebarCollapse {
      top: 4px;
    }
}