
@media (max-height: 740px) {
    .find-store-modal-header {
        height: 640px;
    }

    .find-store-content {
        height: 455px;
    }
}

@media (max-height: 680px) {
    .find-store-modal-header {
        top: 5%;
        height: 580px;
    }

    .find-store-content {
        height: 405px;
    }
}

@media (max-width: 768px) {
    .find-store-modal-header {
        width: 625px !important;
        padding: 10px;
    }
}

@media (max-width: 645px) {
    .find-store-modal-header {
        width: 320px !important;
        padding: 10px;
    }

    .find-store-content {
        padding-left: 35px;
    }
}

@media (max-width: 320px) {
    .other-available-stores .select-available-store button {
        margin-left: 0px !important;
    }

    .find-store-modal-header {
        width: 300px !important;
        padding: 10px !important;
    }

    .find-store-content {
        padding-left: 25px;
    }
}

@media screen and (max-width: 320px) and (max-height: 568px) {
    .find-store-modal-header {
        top: 5%;
        height: 515px;
    }

    .find-store-content {
        height: 345px;
    }
}

@media (max-width: 320px) and (max-height: 480px) {
    .find-store-modal-header {
        top: 3%;
        height: 455px;
    }

    .find-store-content {
        height: 290px;
    }
}

@media (max-width: 374.9px) {
    .hora-marcada-content {
        font-size: 12px;
    }
}

@media (max-width: 380px) { 
    .other-available-stores .select-available-store {
        float: left !important;
        padding-left: 18% !important;
    }
    .other-available-stores .info-available-stores {
        margin-left: 0 !important;
    }

    .other-available-stores ul .info-available-stores strong,
    .other-available-stores h5 {        
        font-size: 14px !important;
    }

    .fs-title {
        font-size: 20px !important;
      }
    
      .fs-subtitle {
        font-size: 17px !important;
      }
}

@media (min-width: 380.01px) and (max-width: 565.99px) { 
    .other-available-stores .select-available-store {
        float: left !important;
        padding-left: 23% !important;
    }
}

@media (max-width: 470px) { 
    .hora-marcada-header .hora-marcada-title {
        font-size: 18px;
        margin-top: 0;
    }

    .hora-marcada-header .hora-marcada-img-header {
        max-width: 80px !important;
        margin-left: 5px !important;
    }
}

@media (max-width: 560px) {
    .success-reminder {
        padding-left: 10px !important;
    }

        .success-reminder .reminder-content {
            padding-left: 5px !important;
        }

    #hora-marcada form .form-body-success {
        height: 283px !important;
        overflow-x: hidden;
        padding: 0 3px;
    }
}

@media (max-width: 565.99px) { 
    .other-available-stores .info-available-stores {
        margin-left: 0 !important;
        width: auto !important;
    }

    .garage-modal-header {
        width: 98% !important;
    }

    .header-garage-title {
        font-size: 30px !important;
    }

    .select-vehicle .btn-select-vehicle {
        font-size: 14px !important;
    }
    
    table.table-garage thead tr th {
        font-size: 14px !important;
    }
    
    table.table-garage tbody tr td {
        font-size: 13px !important;
    }

    .success-modal-header {
        width: 98% !important;
    }

    .header-success-title {
        font-size: 30px !important;
    }
}

@media (max-width: 575.99px) { 
    #progressbar li {
        font-size: 12px;
    }
    
    .hora-marcada-checkbox-list{
    padding-left: 0px;
    padding-right: 0px;}
}

@media (min-width: 566px) and (max-width: 767.99px) { 
    .other-available-stores .select-available-store {
        float: right !important;
    } 

    .garage-modal-header {
        width: 80% !important;
    }

    .success-modal-header {
        width: 80% !important;
    }
}

@media (max-width: 767.99px) { 
    #ui-datepicker-div {
        display: none;
    }
    
    .ui-datepicker {
        margin-left: 0 !important;
    }

    .available-hour-content {
        display: none;
    }

    /* Scroll bars configuration */
    ::-webkit-scrollbar {
        width: 0px;
    }
    
    ::-webkit-scrollbar-button {
        width: 0px;
        height: 0px;
    }
    
    ::-webkit-scrollbar-thumb {
        background: #fff !important;
        border: thin solid #fff !important;
        border-radius: 0px !important;
    }
    
    ::-webkit-scrollbar-track {
        background: #fff !important;
        border: thin solid #fff !important;
        box-shadow: 0px 0px 0px #fff inset !important;
        border-radius: 0px !important;
    }
}

@media (max-width: 785px) {
    .other-available-stores .select-available-store button {
        font-size: 10px !important;
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .ui-datepicker {
        margin-left: 3% !important;
    }
}

@media (min-width: 1190px) and (max-width: 1200px) { 
    .mobile-date-hour-inputs {
        display: none;
    }
}
