.book-course-item {
    text-align: left;
}
.single-course section#marketo-frm {
    background-color:rgb(23,65,116);
}
.single-course .marketo-frm .container {
    padding-top: 124px;
}
a.btn.ml-3 {
    margin-left: 16px;
}
.place-date {
    color: var(--Mine-Shaft-Black-700, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.table_course_height {
    padding: 0;
    margin: 0;
    /*max-height: 400px;
    overflow-y: scroll !important;
    overflow-y: scroll;*/
    scrollbar-width: thin;
    scrollbar-color: #EBEBEB #f1f1f1;
    scroll-behavior: smooth;
    display: block;
    width: 100% !important;
}
.course_detail_dropdown {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    padding: 8px 4px;
    border-radius: 4px;
    width: 298px;
}

.unique-dropdown-item {
    padding: 6px 8px !important;
}

#date-selector {
    color: var(--Mine-Shaft-Black-700, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid var(--Mine-Shaft-Black-300, #D6D6D6);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
}
.course_type {
    color: var(--Mine-Shaft-Black-500, #858585);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.dropdown-menu.course_detail_dropdown >:nth-last-child(1) {
    border-bottom: none !important;
}
.loader {
    border: 4px solid #f3f3f3;
    /* Light grey */
    border-top: 4px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    /* Hidden by default */
}
#loader_course {
    top: 20px;
    display: none;
    right: 0 !important;
    left: 103%;
}
.total_days {
    display: block !important;
}
.table th, .table td {
    vertical-align: middle;
}
.thead th {
    text-align: left;
}
.table td span.total_days {
    display: block;
    font-size: 12px;
    color: #888;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Hide filter section on mobile by default */
@media (max-width: 767px) {
    #filters {
        display: none;
    }
}
