/* Extra small devices (phones, less than 368px) */

@media only screen and (max-width: 447px) {
    #scroll {
        right: 30px;
    }

    
}


@media only screen and (max-width: 360px) {
    tfoot>tr>th>select {
        right: 30% !important;
    }
    #scroll {
        right: 30px;
    }

    
}

@media only screen and (max-width: 320px) {
    div.dataTables_wrapper 
    div.dataTables_filter label {
        margin: 10px 0px 0px -40px !important;
    }
    #scroll {
        right: 30px;
    }

    
}


/* Extra small devices (phones, less than 768px) */

@media only screen and (max-width: 767px) {
    .logo-rshu {
        /* margin: -12px 0px 0px 75px !important; */
        /* position: absolute;
        top: 16px;
        left: 75px; */
        margin: 0px auto 7px auto;
        width: 120px;
    }

    

    #scroll {
        right: 30px;
    }

    .bingkai {
        width: 100%;
        /* position: relative; */
        margin-top: -30px;
        height: 140px;

    }
    .bingkai-jadwal {
        width: 100%;
        margin-top: -60px;
        /* z-index: -1; */
        /* position: relative; */
        height: 173px;
    }

    .image-header img {
        position: relative !important;
        margin: 0px 0px -117px 0px !important;
        width: 100%;
    }
    .btn-antrian{
        font-size: 20px !important;
        padding: 10px 50px !important;
    }
    .kuota-antrian button{
        float: none;
        text-align: center;
    }

    .menu-header{
        width: 100% !important;
        padding-top: 50px;
    }
    .list-menu{
        margin: 0px 0px 70px 15px ;
    }
    /* .ml-15 {
        padding-left: 5%;
        width: 100%;
        padding-right: 5%;
    } */

    /* FAQ */
    .faq h2{
        padding-left: 40px;
    }
    .faq p{
        width: 90%;
    }

    /* kode-booking */
    .square{
        float: none;
        margin: 0px auto 60px auto;
    }
    
    /* Detail dokter */

    .dokter-detail h2{
        margin: 0px auto;
    }
    .select2-container {
        width: 45% !important;
        margin: 0px auto;
        /* position: absolute; */
        /* margin-top: 17px; */
        z-index: 22;
        right: 20px;
    }
    .dataTables_filter{
        margin: 5px 50px 5px 0px !important;
        /* box-shadow: 0px 0px 2px black; */
        /* height: 40px; */
    }

    div.dataTables_length label{
        display: none;
        margin-top: 10px;
        margin-bottom: -16px;
        margin-right: 67px;
    }
    /* .row {
        margin-left: 0px !important;
    } */
    .date-detail{
        margin-left: -10px;
    }
    .jadwal-dokter h1, 
    .jadwal-dokter h2 {
        padding: 15px 0px 20px 0px;
    }
    .jadwal-dokter a {
        text-align: center;
        margin: 0px auto;
    }
    tfoot>tr>th>select {
        padding: 5px !important;
        top: -87px !important;
        /* right: 60px; */
        right: 38% !important;
    }
    .table-responsive {
        border: 1px solid #ddd0 !important;
    }

    .dt-bootstrap4{
        padding-left: 0px !important;
    }

    .dokter-table{
        margin-top: -50px;
    }
    div.dataTables_wrapper 
    div.dataTables_filter label {
        margin: 10px 0px 0px 0px;
    }
    .dokter-detail h4 {
        padding-bottom: 15px;
    }
    .btn-daftar-baru{
        /* margin: 0px 0px 0px 32% !important; */
        /* position: absolute; */
        top: 16rem;
        z-index: 2;
    }
    /* kuota Antrian */

    .link-kuota a{
        margin: 0px auto !important;
        width: 50%;
    }

    .pilih-poli{
        margin-left: -20px;
    }
    .btn-jd-dr,
    .btn-daftar-antrian {
        margin: 30px auto !important;
    }
    .select2-container--open .select2-dropdown {
        left: 0;
        /* left: -285px; */
      }
      .table-jd-dr{
        padding-top: 33px;
      }



    

    
    .footer{
        /* background-color: rgb(250, 242, 242); */
        height: 40px;
    }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 767px) and (max-width: 990px) {
    .bingkai {
        width: 100%;
        /* position: relative;
        margin-top: -63px;
        height: 30vh; */
    }
    #scroll {
        right: 30px;
    }

    
}