@media screen and (max-width: 375px){
    .procena-container{
        margin-top: 0;
    }
    #app > div > div.main-panel > div > div > div.row > form > div.d-flex.justify-content-end.pt-1.text-small.mb-2{
        justify-content: flex-start;
    }
}

@media screen and (max-width: 425px){
    .w-20, .w-30{
        width: 100%;
    }
    .full-page>.content:first-of-type{
        padding-top: 12vh;
    }
    #app > div > div.main-panel > div > form > div > div > div > div > div > div > div{
        margin-left: 0 !important;
    }
    .container-step-3{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    /* .fixed-step-btn{
        max-width: 9.375rem;
    } */
}

@media screen and (max-width: 480px){
    #app > div > div.main-panel > div > form > div:nth-child(2) > div > div > div > div > div > div:nth-child(2){
        margin-left: 0;
        margin-right: 0;
    }
    .more-options{
        position: static;
    }
    .btn-search{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 640px){
    /* #app > div > div.main-panel > div > form > div.container > div > table > tbody > tr > td:last-child{
        padding-left: 0 !important;
    } */
}

@media screen and (max-width: 768px){
    #app > div > div.main-panel > div > form > div > div > div > table > thead > tr > th.wsp-nw{
        white-space: normal;
    }
    #app > div > div.main-panel > div > div > div.row > form > div.d-flex.justify-content-end.pr-15.pt-1.text-small.mb-2{
        justify-content: flex-start !important;
    }
    .btn-logout{
        color: white !important;
    }
    .radio-input-kids{
        padding-left: 0;
        width: 15px;
    }
    .form-input-kids{
        width: 8rem;
    }
    #app > div > div.sidebar > div.sidebar-wrapper > ul.nav.nav-mobile-menu > li > div#main-to-hide{
        height: 2.5rem !important;
        margin-bottom: 0 !important;
    }
    .btn-search{
        width: 50%;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .more-options{
        position: static;
    }
}

@media screen and (max-width: 992px){
    .fixed-container-steps{
        width: 100%;
    }
    #app > div > div.main-panel > nav > div > div.navbar-wrapper > a{
        display: none;
    }
    .btn-purple{
        text-transform: none;
    }
    html.nav-open > #app > div > div.main-panel > div.container-fluid > form > div.row > div{
        display: none;
    }
}
@media screen and (max-width: 1024px){
    p.card-title{
        font-size: .85rem !important;
    }
    .card-stats .icon-big{
        line-height: 2rem;
    }
    .card-stats .icon-big i{
        font-size: 2rem;
    }
    div#filtTop{
        flex-wrap: wrap;
    }
    div#filtTop > div:nth-child(-n+8){
        padding-bottom: .75rem;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 1366px){
    .form-check-info{
        white-space: normal;
    }
    .full-page>.content:first-of-type{
        padding-top: 10vh;
    }
    .more-options{
        display: block;
        padding-left: 0;
        width: 100%;
    }
}