.di_content-page {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
}


/* ---------- loader ----------- */

.di_overlay-loader {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: #eeeeee8a;
}

.di_cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.di_spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: di_sp-anime 0.8s infinite linear;
}

@keyframes di_sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.shortcode-content-block {
    max-width: 100% !important;
}

.course-list-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.course-list-grid .inner-course-list-grid {
    width: 30%;
    margin: 0px 10px;
    border: 1px solid black;
    padding: 20px;
}

.course-list-table table td,
.course-list-table table th {
    padding: calc(0.5 * 10px);
    border: 1px solid;
}


/* ----------- */

.api-book-now {
    padding: 4px 20px;
    font-size: 15px;
    border-radius: 4px;
    border: unset;
    background-color: #000;
    color: #fff;
}

input.api-qty {
    display: inline-block;
    width: 15px;
    border: none !important;
    padding: 0px!important;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border-radius: 5px !important;
}


/* Chrome, Safari, Edge, Opera */

input.api-qty::-webkit-outer-spin-button,
input.api-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input.api-qty[type=number] {
    -moz-appearance: textfield;
}

button.button.button-small.background-transparent {
    padding: 0px 0px;
    font-size: 10px;
    background-color: transparent !important;
    color: black !important;
    border: unset;
}


/* td.di_book-btn { */

td.td-Bookbutton {
    text-align: center;
}

input.api-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* td.inner-course-list-qty { */

td.td-Quantity {
    text-align: center;
    padding: 0 5px!important;
}


/* ---- Table hover date event ------------ */


/* .di_tooltip.di_inner-info-dates {
    position: relative;
    display: inline-block;
    background: #e0dddd;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    color: grey;
}

.di_tooltip.di_inner-info-dates .di_tooltiptext {
    visibility: hidden;
    width: 230px;
    background-color: #13b4f2;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 159%;
    left: 0%;
    margin-left: -105px;
}

.di_tooltip.di_inner-info-dates:hover .di_tooltiptext {
    visibility: visible;
}

.di_tooltiptext:before {
    content: "";
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    background: #13b4f2;
    position: absolute;
    z-index: -1;
    bottom: -8px;
    left: calc(50% - 7px);
} */

.di_tooltip.di_inner-info-dates {
    background: #e0dddd;
    color: grey;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.di_tooltip.di_inner-info-dates span.di_tooltiptext {
    background-color: #13b4f2;
    color: #ffffff;
    display: none;
    position: absolute;
    bottom: 10px;
    left: -130px;
    margin-bottom: 1.5em;
    z-index: 999999;
    width: 280px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
}

.di_tooltip.di_inner-info-dates:hover span.di_tooltiptext {
    display: block;
}

.di_tooltip.di_inner-info-dates .di_tooltiptext:before {
    content: "";
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    background: #13b4f2;
    position: absolute;
    z-index: -1;
    bottom: -8px;
    left: calc(50% - 7px);
}

@media(max-width:767px) {
    .di_tooltip.di_inner-info-dates span.di_tooltiptext {
        height: fit-content !important;
    }
    .di_tooltip.di_inner-info-dates .di_tooltiptext:before {
        transform: rotate(315deg);
        z-index: 9999999;
        bottom: 40px;
        right: -6px !important;
        opacity: 1 !important;
        left: calc(100% - 8px);
    }
    .di_tooltip.di_inner-info-dates span.di_tooltiptext {
        height: fit-content !important;
        left: -260px;
        bottom: -66px;
        width: 250px;
    }
}


/* ------------- Pagination ------------ */

.di_pagination {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.di_pagination div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.di_pagination div a:first-child {
    margin-right: 14px;
}

.di_pagination div a {
    font-weight: 600;
    padding: 0;
    border-radius: 100%;
    text-decoration: unset;
    font-size: 14px;
    align-items: center;
    width: 26px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
}

.di_pagination div a:hover,
button.api-book-now:hover {
    background: #e0dddd;
    color: #000;
    border: unset;
    cursor: pointer;
}

.di_pagination li.disabled.di_next-course {
    display: none;
}

.di_pagination li {
    list-style: none;
    display: inline-block;
}

.di_pagination li.active a {
    background: #e0dddd;
}

.di_pagination li.disabled.di_dot-list {
    margin-right: 20px;
}


/* Course Page */

.course-title h1 {
    line-height: unset;
}

.course-list-table.di_shortcode-list .di_row-col {
    max-width: calc(100% / var(--col-size));
    flex: 0 0 calc(100% / var(--col-size));
}

.di_image-content .di_category-col {
    max-width: calc(100% / var(--col-size));
    flex: 0 0 calc(100% / var(--col-size));
    margin-bottom: 20px;
}

.di_image-content .di_category-col .di_inner-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.di_image-content .di_category-col .content-img {
    flex: 0 0 40%;
    max-width: 40%;
}

.di_image-content .di_category-col .di_content__content {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 0 0 10px;
}

.di_single-content .content-img .di_img-inner {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.di_single-content .content-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.di_image-top .di_category-col a {
    text-decoration: none;
}


/* -------- Category shortcode ------------- */

.course-list-table.di_single-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.course-list-table .di_inner-content a.btn.btn-default {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-decoration: none;
}

.course-list-table.di_single-content .di_inner-content {
    padding: 10px;
}

.course-list-table.di_single-content .di_inner-content h2 {
    margin: 10px 0 15px 0;
    font-size: 20px;
}

.di_image-top .di_category-col {
    max-width: calc(100% / var(--col-size) - 20px);
    flex: 0 0 calc(100% / var(--col-size) - 20px);
    margin: 10px;
}

.di_month-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #f1e4e4;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.di_month-filter a {
    text-decoration: none !important;
    background-color: #f7f7f7;
    color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
}

.di_month-filter.below-filters {
    border-bottom: unset;
    border-top: 2px solid #f1e4e4;
    margin-top: 15px;
    padding-top: 15px;
}

.di_month-filter h3 {
    margin: 0;
    font-weight: 600;
}

.table-responsive {
    overflow: auto;
}

.course-list-table table tr th,
.course-list-table table tr td {
    padding: 15px 20px;
    border: 1px solid #f1e4e4;
    vertical-align: middle;
}

.course-list-table table tr td .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.di_tooltip.di_inner-info-dates .di_tooltiptext {
    position: fixed;
    bottom: inherit;
}

.course-list-table.di_single-content .di_inner-content {
    padding: 10px;
    -webkit-box-shadow: 0 0 7px 0 rgb(224 224 224 / 50%);
    box-shadow: 0 0 7px 0 rgb(224 224 224 / 50%);
    background-color: #ffffff;
    height: 100%;
}

.course-list-table {
    margin: 0 auto;
}


/* @media (max-width: 767px) {
    .di_tooltip.di_inner-info-dates .di_tooltiptext {
        position: absolute;
        left: inherit !important;
        right: 30px;
        top: 0px !important;
    }
    .di_tooltiptext:before {
        opacity: 0;
    }
} */


/* ---------------- Media Query ----------------- */

@media( max-width: 992px) {
    .di_image-top .di_category-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .di_image-content .di_category-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .di_image-content .di_category-col .content-img {
        flex: 0 0 40%;
        max-width: 40%;
        /* padding: 10px; */
    }
    .di_image-content .di_category-col .di_content__content {
        flex: 0 0 60%;
        max-width: 60%;
        padding: 0 0 0 10px;
    }
}

@media( max-width: 991px) {
    .di_image-top .di_category-col {
        max-width: calc(100% / 2 - 20px);
        flex: 0 0 calc(100% / 2 - 20px);
    }
    .di_image-content .di_category-col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .di_image-content .di_category-col .content-img {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    }
    .di_image-content .di_category-col .di_content__content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 0 10px;
    }
}

@media( max-width: 767px) {
    .course-list-table.di_shortcode-list .di_row-col {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .course-list-table.di_single-content {
        margin: 0;
    }
    .di_image-top .di_category-col {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 0 10px;
    }
    /* Table Responsive CSS Start */
    .course-list-table {
        margin: 0;
    }
    .course-list-table .table-responsive {
        overflow: hidden;
        padding: 0;
    }
    .course-list-table .table-responsive table {
        border-collapse: separate;
        border-spacing: 0 5px;
    }
    .course-list-table table tr th {
        display: none;
    }
    .course-list-table table tr td {
        width: 100%;
        display: block;
        text-align: right;
        padding: 15px !important;
        position: relative;
        min-height: 50px;
    }
    .course-list-table table tr td:not(:last-child) {
        border-bottom: 0;
    }
    .course-list-table table tr td:before {
        content: attr(data-header);
        font-size: 14px;
        float: left;
        font-weight: 500;
        width: 105px;
        text-align: left;
    }
    .course-list-table table tr td .flex {
        width: 100px;
        margin-left: auto;
    }
    /*     .di_tooltip.di_inner-info-dates .di_tooltiptext {
        margin-left: 0;
        left: auto;
        right: -10px;
    } */
    /* .di_tooltiptext:before {
        left: auto;
        right: 12px;
    } */
    /* Table Responsive CSS End */
}

@media( max-width: 400px) {
    .di_image-top .di_category-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media( max-width: 425px) {
    .course-list-table.di_shortcode-list .di_row-col {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


/* 2022-05-20 css start */

@media (max-width: 767px) {
    .di_content-page .course-list-table table tr td:before {
        width: 120px;
    }
    .di_image-content .di_category-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.di_content-page .course-list-table table tr td .flex {
    justify-content: space-between;
}

.di_overlay-loader {
    left: 0;
}


/* 17-08-2022 */

.di__filter-center {
    display: inline-flex;
    column-gap: 20px;
    flex-direction: row;
}

.di__calendar-filter-block .jcalendar-container {
    top: 100% !important;
}

.di__calendar-filter-block .jcalendar-table table {
    margin: 0;
}

.di__calendar-filter-block button.jcalendar-update {
    color: #000;
}

.jcalendar-controls {
    display: none !important;
}

.di__calendar-filter-block {
    position: relative;
}

input.di__calendar-filter {
    /* background-image: url(/wp-content/plugins/dante-integration/assets/images/Calendar-field.png); */
    background-size: contain;
    width: 25px;
    height: 25px;
    border: unset;
    color: transparent;
    cursor: pointer;
    background-position: center;
    border-radius: 6px;
    background-color: #f7f7f7;
}
/* Multiple Booking CSS start here 15-06-2023 */
.multiple-schedule-book {
    display: none;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 10px;
}
.multiple-schedule-book.show {
	display: flex;
}
input#course_search {
    width: 100%;
}

/* Start filter css */
.course_schedule_section input[type="submit"] {
    padding: 7.5px 30px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 4px;
    border: unset;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.course_schedule_section input#reset {
    padding: 9px 30px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 4px;
    border: unset;
    background-color: #c1c1c1;
    color: #000;
    cursor: pointer;
}

.course_schedule_section input[type=text], .course_schedule_section input[type=email], .course_schedule_section input[type=tel], .course_schedule_section select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.course_schedule_section form label {
    font-size: 14px;
    font-weight: 500;
}

.course_schedule_section .course-filter-section > div {
    margin-bottom: 15px;
}

.course_schedule_section .course-filter-section > div:not(:last-child) {
    flex: 1;
}

.course_schedule_section .course-filter-section {
    padding: 0;
    display: flex;
    align-items: end;
    flex-direction: column;
	width: 100%;
}

* {
    box-sizing: border-box;
}



@media (min-width: 768px) {    
    .course_schedule_section .course-filter-section > div+div {
        margin-left: 15px;
    }

    .course_schedule_section .course-filter-section {
        flex-direction: row
    }
	
	.course-list-table .table-responsive {
		padding: 0px;
	}
}

@media (min-width: 992px) {
    .course_schedule_section input[type=text],.course_schedule_section input[type=email], .course_schedule_section input[type=tel], select {
        font-size: 1rem;
    }
}

.course_schedule_section .di_month-filter {
    width: 100%;
	margin-top: 40px;
}

.courseBtn_filter_section {
	display: flex;
    gap: 10px;
}

.course-list-table .table-responsive table {
    width: 100%;
}

.course_schedule_section input[type=text], .course_schedule_section input[type=email], .course_schedule_section input[type=tel], .course_schedule_section select {
    height: 35px;
}

.courseSite_filter_section select option {
    font-size: 1rem;
}

.course_schedule_section input[type=text]::placeholder{
    color: #000;
	font-size: 14px;
}

.course_schedule_section, .course_schedule_section .api-book-now, .course_schedule_section input[type="submit"] {
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 767px){
    .course-filter-section {
        flex-direction: row !important;
        gap: 10px;
    }
}

@media (max-width: 575px){
    .courseName_filter_section, .courseCat_filter_section, .courseSite_filter_section, .courseBtn_filter_section, .course_schedule_section input[type="submit"] {
       width: 100%;
    }

     .course-filter-section {
        flex-direction: column !important;
        gap: 0px;
    }

    .course_schedule_section input[type=text], .course_schedule_section input[type=email], .course_schedule_section input[type=tel], .course_schedule_section select{
        text-align: left;
    }
}
/* End filter css */