#iscu_tour_table_wrapper {
    margin: 25px 0;
}

.iscu_min_max_range_row {
    display: flex;
    margin-bottom: 15px;
}

.iscu_min_max_range_label {
    width: 142px;
}

.iscu_logo_text_wrapper {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.iscu_logo img {
    width: 65px;
}

.iscu_text {
    font-size: 16px;
    font-weight: bold;
}

.iscu_logo {
    margin-right: 10px;
}

.iscu_month_button_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 10px;
}

table.dataTable thead th:nth-child(2),
table.dataTable thead td:nth-child(2) {
    display: none !important;
}

table.dataTable tbody tr td:nth-child(2) {
    display: none !important;
}

div.dt-datetime {
    width: unset !important;
}

div.dt-datetime table th {
    padding: 5px;
}

.iscu_month {
    margin-bottom: 10px;
}

#iscu_tour_table_mobile_wrapper {
    display: none;
}

table.dataTable thead th,
table.dataTable thead td {
    background: #eba518;
    color: white;
    border-right: 1px solid #fff;
}

table.dataTable thead th:last-child,
table.dataTable thead td:last-child {
    border-right: unset;
}

.iscu_month_button {
    background: #eba518;
    color: white;
    border: unset;
    padding: 8px;
    border-radius: 3px;
}

table.dataTable.display>tbody>tr.odd>* {
    box-shadow: unset !important;
}

table.dataTable.display>tbody>tr:hover>* {
    box-shadow: unset !important;
}

table.dataTable tbody td {
    color: black;
}

.iscu_selected {
    background-color: white;
    color: #eba518;
    border: 1px solid #eba518;
}

.dataTables_length label,
.dataTables_filter label {
    color: black;
}

.dataTables_length label select {
    color: #eba518;
}

.dataTables_wrapper .dataTables_filter input {
    color: #eba518;
}

.iscu_table_link {
    color: #eba518;
}

.iscu_table_link:hover {
    color: #ec927e;
}

#iscu_tour_table_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current,
#iscu_tour_table_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
#iscu_tour_table_mobile_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current,
#iscu_tour_table_mobile_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #eba518;
    color: white !important;
    border: unset !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: unset !important;
}

#iscu_tour_table {
    display: none;
}

#iscu_tour_table_mobile {
    display: none;
}
.admin_bar_showing .iscu_myheader {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 120px !important;
    z-index: 999;
} 
.iscu_myheader{
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 95px !important;
    z-index: 999;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  
     .iscu_logo_text_wrapper {
        margin-left: 8px !important;
    } 
    .iscu_text {
        font-size: 12px !important;
        /* text-align: center; */
    } 
    .st-tour-booking__date--wrapper{
        width: 170px !important; 
        padding: 12px 19px !important;
    }
    .st-tour-booking__flex{
        width: 170px !important; 
        padding: 12px 19px !important; 
    }
    .st-tour-booking__border{
        margin-right: 10px !important;
    }
    .iscu_book_req{
        width: 85% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #st-content-wrapper.st-single-tour .st-tour-booking .st-tour-booking__info .st-tour-booking__price {
        margin: 10px 10px 0px 0px !important;
    }  
}
@media only screen and (max-width: 991px) {
    .admin_bar_showing .iscu_myheader{
        top: 74px !important;
    }
    .st-tour-booking__date--wrapper{
        width: 155px !important; 
        padding: 12px 15px !important;
    }
    
    .st-tour-booking__flex{
        width: 155px !important; 
        padding: 12px 15px !important;
    }
    .iscu_myheader{
        top: 43px !important;
    }
    .iscu_book_req{
        width: 90% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }   
}
@media screen and (max-width: 830px) {
    .iscu_logo_text_wrapper {
        flex-direction: column;
    }
    .iscu_text {
        text-align: center;
    }
}
@media screen and (max-width: 782px) {
 
    .iscu_book_req{
        width: 95% !important;
    }
    .admin_bar_showing .iscu_myheader{
        top: 110px !important;
    }
    .iscu_myheader{
        top: 35px !important;
    }
    
  }

@media only screen and (max-width: 767px) {
    .admin_bar_showing .iscu_myheader {
        position: unset !important;
    }
    .st-tour-booking__date--wrapper{
        width: 100% !important; 
    }
    
    .st-tour-booking__flex{
        width: 100% !important; 
    }
    .iscu_myheader {
        position: unset !important;
    }
}

@media only screen and (max-width: 500px) {
    #iscu_tour_table_wrapper {
        display: none;
    }

    #iscu_tour_table_mobile_wrapper {
        display: block;
        overflow: scroll;
    }

    div.dt-datetime {
        width: 328px !important;
    }

    .dt-datetime-calendar {
        overflow: scroll;
    }
}

@media only screen and (max-width: 480px) {
    .iscu_min_max_range_row {
        flex-direction: column;
    }
}