#status {
    display: flex;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000
}

.status-line {
    width: 100%;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
}

.status-line2 {
    margin-bottom: 20px;
    height: 25px;
    padding: 0 10px;
}

.filter-count {
    float: left;
    font-size: 12px;
}

.clear-filters {
    width: 80px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 325;
}

.enable-clear-filter-btn:hover {
    cursor: pointer;
}

.clear-filters:before {
    content: 'CLEAR ALL';
    padding: 5px;
    border-radius: 5px;
}

.enable-clear-filter-btn:hover:before {
    color: white;
}

.enable-clear-filter-btn:before {
    pointer-events: all;
}

.disable-clear-filter-btn:before {
    color: #EEEEEE;
    pointer-events: none;
    border: 1px solid #EEEEEE
}

/* Search bar styling */
#qsearch .icon-search {
    top: 10px;
    left: 12px;
    padding-right: 12px;
    font-size: 15px;
    line-height: 17px;
}

#filter-search-text {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    height: 50px;
    width: 100%;
    padding-right: 31px;
    box-sizing: border-box;
    text-indent: 15px;
    margin-left: 0px;
    padding-left: 55px;
    color: #000000;
}

#qsearch {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
}

#qsearch .icon-search {
    font-size: 19px;
    border-right: 1px solid #dddddd;
    padding-right: 18px;
    position: absolute;
    top: 11px;
    line-height: 30px;
    color: #000000;
    left: 18px;
}

#clear-searchbar-btn {
    color: #EEEEEE;
    pointer-events: none;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 12px;
}

#clear-searchbar-btn:before {
    content: "\e14c";
}

#clear-searchbar-btn.enable-qsearch-clear-btn {
    pointer-events: all;
    cursor: pointer;
}

/* End of search bar styling */


/* start of multiselects styling */
#filters {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    margin-bottom: 5px;
}

.vsb-main {
    width: 100%;
}

.vsb-main>button {
    max-width: unset !important;
    height: 50px;
    font-size: 12px !important;
    line-height: 15px !important;
    letter-spacing: 1.23px;
    text-transform: uppercase;
    padding: 5px 10px !important;
    border: 1px solid #cccccc !important;
}

.vsb-main>button>.caret:after {
    content: "\e5cf";
    font-size: 22px;
    font-family: 'Material Icons';
    left: 20px;
}

.vsb-main>button>.caret {
    border: none !important;
    display: inline-flex;
    width: 25px;
    height: 15px;
    margin-top: 0px !important;
}

.vsb-main>button:hover {
    background: #eeeded !important;
}

#filters .vsb-menu {
    width: inherit;
    margin-top: 5px;
    border-radius: 0px;
    cursor: default;
    border: 1px solid #cccccc;
    z-index: 1 !important;
}

#filters .vsb-main .title {
    color: #000000;
}

#filters .vsb-menu ul {
    padding: 0px;
    /*max-width:100% !important;*/
    padding-top: 10px;
    padding-bottom: 5px;
    overflow-y: hidden;
    max-height: 250px;
    width: inherit;
}

#filters .vsb-menu ul.scroll::-webkit-scrollbar {
    width: 8px;
}

#filters .vsb-menu ul.scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#filters .vsb-menu ul.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #888;
}

#filters .vsb-menu ul.scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.clear-btn-hr {
    margin: 0px 10px 10px 10px;
}

#filters .vsb-menu li {
    font-size: 12px;
    line-height: 15px;
    padding: 6px 40px;
    white-space: normal;
    position: relative;
}

#filters .vsb-menu .multi li:not(.grouped-option)::before {
    margin-left: 0px;
    left: 12px;
    padding: 5px;
    border-radius: 0px;
    border: 1.75px solid;
    color: rgba(0, 0, 0, 0.7);
}

#filters .vsb-menu .multi li:not(.grouped-option).active::after {
    height: 7px;
    width: 3px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    position: absolute;
    left: 34px;
    top: 6px;
}

#filters .vsb-main li:hover {
    background: #eeeded;
}

#filters .ms-btn-wrapper {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

#filters .ms-btn {
    text-align: center;
    width: 90px;
    min-width: 90px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 4px 0px;
    pointer-events: none;
    cursor: auto;
    color: #eeeeee;
    border: 1px solid #eeeeee;
}

#filters .ms-btn.ms-show-all-btn {
    margin-right: 10px;
    border: none;
    border-radius: 0px;
}

#filters .vsb-main .ms-btn.ms-active-btn.ms-show-all-btn {
    border: none;
    border-radius: 0px;
}

#filters .vsb-main .ms-btn:hover {
    color: white;
}

#filters .vsb-main .ms-btn.ms-active-btn {
    cursor: pointer;
    pointer-events: all;
}

#filters .vsb-main .ms-open .caret:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ms-wrapper {
    flex: 1;
    max-width: calc(25% - (45px / 4));
    min-width: calc(25% - (45px / 4));
    margin-right: 15px;
    margin-top: 15px;
}

.ms-wrapper:nth-of-type(4) {
    margin-right: 0px;
}

.ms-select-list,
.radio-select-list {
    margin: 0px;
}

.number-of-options {
    padding-left: 5px;
    font-weight: normal;
}

.ms-select-list li,
.radio-select-list label {
    padding-left: 50px;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 7px;
    padding-top: 7px;
    cursor: pointer;
    position: relative;
}

.ms-select-list li:hover,
.radio-select-list label:hover {
    background: #eeeeee;
}

.ms-select-list li:not(.grouped-option)::before {
    margin-left: 0px;
    left: 22px;
    margin-top: 3px;
    padding: 5px;
    border-radius: 0px;
    border: 1.75px solid;
    color: rgba(0, 0, 0, 0.7);
    content: "";
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
}

.ms-select-list li:not(.grouped-option).active::after {
    margin-left: -24px;
    margin-top: 5px;
    height: 6px;
    width: 3px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    font-size: inherit;
    float: left;
    margin-left: -24px;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 50px;
}

.vsb-menu li.active,
.ms-select-list li.active,
.radio-select-list label.active {
    font-weight: bold;
}

#filters .ms-multi-btn-wrapper {
    justify-content: space-between;
    padding: 0px 10px;
}

.view-more-btn-wrapper {
    text-align: center;
    margin-top: 25px;
}

#view-more-btn:hover {
    background-color: #eeeded
}

#filters .ms-wrapper .inactive-filter,
#filters .ms-wrapper .inactive-filter>* {
    pointer-events: none !important;
    color: grey;
    opacity: 0.7;
}

/* End of multiselects styling */


/* Start of accordion styling */
.course-card.course-accordion {
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
    width: 100%;
    caret-color: transparent;
    margin-left: 0px;
}

.course-accordion-header {
    cursor: pointer;
    position: relative;
    padding: 20px;
    caret-color: inherit;
}

.course-accordion-header:hover {
    /*background-color:#4a4a4a;*/
}

.active-accordion .course-accordion-header:hover {
    color: white;
}

.active-accordion .course-accordion-header i {
    transform: rotate(180deg);
    /* Rotate the icon 180 degrees */
    caret-color: inherit;
}

.active-accordion .course-accordion-header h3,
.active-accordion .course-accordion-header i {
    color: white;
}

.course-accordion-content {
    display: none;
    margin-top: 40px;
    padding: 0px 20px;
    caret-color: inherit;
}

.course-accordion-header i.material-icons {
    position: absolute;
    top: calc(50% - 12px);
    right: 15px;
}

/* End of accordion styling */


/* Start of course card styling */
.course-accordion-header>h3 {
    font-size: 22px;
    line-height: 28px;
    margin: 0px;
    caret-color: inherit;
}

.course-accordion-header h3:first-child {
    font-weight: bold;
}

.course-accordion-header>h3.course-code-heading {
    font-size: 20px;
    line-height: 36px;
    margin: 0px;
}

.course-info-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    caret-color: inherit;
}

.course-info-header .course-info-header-text {
    font-size: 20px;
    padding-right: 20px;
    line-height: 15px;
    caret-color: inherit;
}

.course-info-header .course-info-header-text.section-cluster-required-text {
    border-left: 1px solid #d9d9d9;
    padding-left: 20px;
    border-right: 1px solid #d9d9d9;
}

span.course-info-header-text:nth-child(2) {
    padding-left: 20px;
}


.course-info-header .academic-year-text {
    border-right: 1px solid #d9d9d9;
}


.course-info-header .requisite-indicator {
    color: white;
    padding: 0px 5px;
    border-radius: 4px;
    margin-left: 20px;
    position: relative;
    caret-color: inherit;
    flex-grow: 1;
    text-align: right;
}

.course-info-header .requisite-indicator>span {
    font-size: 20px;
    line-height: 36px;
    padding: 5px 10px;
    border-radius: 4px;
}

.course-info-header .link-to-workday-student {
    flex-grow: 1;
    text-align: right;
    font-size: 18px;
}

.course-accordion-content>p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    caret-color: inherit;
}

.instructor-name-slug {
    display: none;
}

/* End of course card styling */


/* Start of course section accordion */
.course-section-accordion {
    margin-top: 30px;

    margin-left: -20px;
    margin-right: -20px;
    caret-color: inherit;
}

.course-section-accordion-header {
    background-color: #ebebeb;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    caret-color: inherit;
}

.course-section-accordion-header:before {
    font-family: "Material Icons";
    content: '\e15b';
    float: right;
    font-size: 18px;
}

.active-accordion.course-section-accordion .course-section-accordion-header:before {
    content: '\e145';
}

.course-section-accordion-header:hover {
    opacity: 0.8;
}

.course-section-accordion-content {
    display: block;
    caret-color: inherit;
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: none;
}

table.dataTable ul.dtr-details>li::before {
    content: '';
}

table .disable-show-details {
    pointer-events: none;
}

table .enable-show-details {
    pointer-events: all;
    text-align: center;
    padding: 0px !important;
}

table .enable-show-details.closed i::before {
    content: 'add';
}

table .enable-show-details.open i::before {
    content: 'remove';
}

table.section-time-details {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

table.section-time-details thead {
    background: none !important;
    color: #000000 !important;
}

table.section-time-details tbody tr {
    border-top: 1px solid #d8d8d8;
}

.enable-show-details {
    cursor: pointer;
}

.enable-show-details>.show-details-btn {
    padding: 8px calc(50% - 12px);
}

table tbody tr td.download-syllabus-cell {
    padding: 0px 0px !important;
    text-align: center;
    vertical-align: middle;
}

.download_syllabus {
    padding: 4px 5px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 12px;
}

.section-hidden-details {
    margin-top: 40px;
}

.section-hidden-details>h4 {
    margin-top: 0px;
    font-size: 14px;
    line-height: 18px;
}

/* End of course section accordion */


/* Start of datatable styling */
.course-section-accordion-content table {
    border: none;
    caret-color: inherit;
}

table,
.course-section-accordion-content {
    width: 100%;
    caret-color: inherit;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
    padding-right: 35px !important;
    padding-left: 20px;
    white-space: nowrap;
    caret-color: inherit;
}

div.dt-container div.dt-layout-cell {
    padding: 0px !important;
}

table.dataTable>thead>tr>th {
    border-bottom: none;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
    right: 0px;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before {
    /*position:unset;*/
    transform: scaleY(0.8);
    opacity: 0.25;
}

table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    /*position:unset;*/
    transform: scaleY(0.8);
    opacity: 0.25;
}

table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    opacity: 1;
}


table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    opacity: 1;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left;
}

table.dataTable>thead>tr>th[data-dt-column="8"],
table.dataTable>thead>tr>th[data-dt-column="7"] {
    padding-right: 15px !important;
}

table.dataTable>thead>tr>th[data-dt-column="7"] {
    padding-right: 0px !important;
    padding: 10px 0px;
}

table.dataTable>thead>tr>th[data-dt-column="7"]>span.dt-column-title {
    margin: 15px;
}

table.dataTable.order-column>tbody tr>.sorting_1,
table.dataTable.order-column>tbody tr>.sorting_2,
table.dataTable.order-column>tbody tr>.sorting_3,
table.dataTable.display>tbody tr>.sorting_1,
table.dataTable.display>tbody tr>.sorting_2,
table.dataTable.display>tbody tr>.sorting_3 {
    box-shadow: none;
}

table.dataTable.display>tbody>tr:nth-child(odd)>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr:nth-child(odd)>.sorting_1 {
    box-shadow: none;
}

table.dataTable.hover>tbody>tr:hover>*,
table.dataTable.display>tbody>tr:hover>*,
table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    box-shadow: none;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-bottom: none;
}

.section-hidden-details {
    white-space: normal;
}

.course-section-accordion-content table table>tr {
    background-color: inherit;
}

.course-section-accordion-content table table>tr>td {
    padding: 0px;

}

table.dataTable.display tbody tr>.sorting_1 {
    background-color: inherit;
}








table.dataTable tbody tr.section_data {
    border-top: 1px solid #e3e3e3;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border: inherit;
    padding: 8px 20px;
}

div.dt-container div.dt-layout-row {
    margin: 0px;
}

table.dataTable.stripe>tbody>tr:nth-child(odd)>*,
table.dataTable.display>tbody>tr:nth-child(odd)>* {
    box-shadow: none !important;
}

td.child {
    padding: 0px !important;
    margin: 10px;
}

td.child>table {
    margin: 0px;
    padding: 0px 0px 40px 0px;
}

/* End of datatable styling */



/* Start of custom checkbox styling */
.checkbox-wrapper {
    flex-direction: column;
    height: 50px;
    flex: 1;
    max-width: calc(25% - (45px / 4));
    min-width: calc(25% - (45px / 4));
    margin-right: 0px;
    margin-top: 15px;
}

.checkbox-label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1.23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
    text-transform: uppercase;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #d8d8d8
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label input:checked~.checkmark::after {
    display: block;
}

.checkbox-label .checkmark::after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* End of custom checkbox styling */


/* Start of custom scrollbar styling */
.custom-scrollbar {
    overflow-y: auto !important;
    /* Enable vertical scrollbar */
    height: 250px;
    /* Example height */
    width: 300px;
    /* Example width */
}

.custom-scrollbar::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Track color */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Thumb color */
    border-radius: 5px;
    /* Rounded corners */
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Hover color */
}

/* End of custom scrollbar styling */




/* Start of mobile modal buttons styling */
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    width: calc(100% - 40px);
    margin: 0px 20px;
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 12px 20px;
    border: none;
    text-align: center;
}

.modal-body {
    padding: 12px 0px;
    flex: 1;
    max-height: unset;
}

.modal-footer {
    padding: 20px 10px 25px 10px;
    display: flex;
    gap: 15px;
    background-color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
}

.modal-content .modal-footer:before,
.modal-footer:after {
    display: unset;
    content: unset;
}

.modal-footer button {
    flex: 1;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0px;
    font-weight: normal;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.ms-select-list {
    margin: 0px;
}

.number-of-options {
    padding-left: 5px;
    font-weight: normal;
}

#clear-modal-btn {
    border: 1px solid #eeeeee;
    color: #eeeeee;
    border-radius: 5px;
}

#clear-modal-btn.modal-enable-clear:hover {
    color: white;
}

#close-modal-btn {
    border: none;
    font-weight: bold;
}

.mobile-modal-btn {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1.23px;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
    border: 1px solid #cccccc;
    color: black;
}

.mobile-modal-btn.closed:after {
    content: "\e5cf";
    font-size: 22px;
    font-family: 'Material Icons';
    margin-right: -5px;
}

.mobile-modal-btn.closed:hover {
    background: #eeeeee;
}



/* The container */
.radio-btn-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-btn-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 7px;
    left: 22px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.radio-btn-container:hover input~.radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-btn-container input:checked~.radio-checkmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn-container input:checked~.radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn-container .radio-checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

/* End of mobile modal buttons styling */



.accordion-controls-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-controls-wrapper {
    font-size: 12px;
    line-height: 20px;
}

.accordion-controls {
    white-space: nowrap;
    pointer-events: none;
}

.accordion-control-spacer {
    margin-right: 4px;
    margin-left: 4px;
}

.active-accordion-control {
    font-weight: bold;
    cursor: pointer;
    pointer-events: all;
}

.active-accordion-control:hover {
    text-decoration: underline;
}


@media screen and (max-width: 1024px) {
    .course-accordion-content {
        margin-top: 20px;
        padding: 0px 10px;
    }

    .course-accordion-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .course-section-accordion-header {
        font-size: 14px;
        padding: 4px 10px;
    }

    .course-section-accordion {
        margin-top: 20px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .course-info-header .course-info-header-text {
        font-size: 16px;
        padding-right: 10px;
    }

    span.course-info-header-text:nth-child(2) {
        padding-left: 10px;
    }

    .course-info-header .link-to-workday-student {
        font-size: 16px;
        margin-top: 10px;
    }

    .course-info-header .requisite-indicator>span {
        font-size: 16px;
        line-height: 24px;
    }

    .course-info-header .requisite-indicator>i {
        font-size: 16px;
    }

    table.dataTable>thead>tr>th {
        font-size: 14px;
        padding: 10px 10px;
        padding-right: 25px !important;
    }

    table.dataTable>tbody>tr>td {
        font-size: 14px;
    }

    .course-info-header {
        flex-flow: row;
        margin-bottom: 20px;
    }

    .course-accordion-header {
        padding: 10px;
    }

    .course-accordion-header>h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .course-accordion-header>h3.course-code-heading {
        font-size: 18px;
        line-height: 24px;
    }

}


/* Start of responsive styling */
@media screen and (max-width: 768px) {
    #filters {
        flex-flow: column;
    }

    .ms-wrapper,
    .checkbox-wrapper {
        margin-right: 0px;
        margin-bottom: 5px;
        max-width: 100%;
        margin-top: 0px;
    }

    .vsb-main {
        display: block !important;
    }

    .vsb-main>button {
        display: none !important;
    }

    .mobile-modal-btn.visible-phone {
        display: flex !important;
    }

    #status {
        flex-wrap: wrap;
    }

    .status-line {
        padding-left: 0px;
    }

    .clear-filters {
        width: 75px;
    }

    #qsearch {
        margin-bottom: 5px;
    }

    #filter-search-text {
        font-size: 18px;
        line-height: 28px;
        height: 35px;
        padding-left: 30px
    }

    #qsearch .icon-search {
        top: 10px;
        left: 12px;
        padding-right: 12px;
        font-size: 15px;
        line-height: 17px;
    }

    #clear-searchbar-btn {
        top: 12px;
        font-size: 18px;
        margin-top: -4px;
    }

    .checkbox-container {
        margin-bottom: 5px;
    }

    .checkbox-label {
        display: none;
    }

    .course-accordion-content {
        margin-top: 15px;
        padding: 0px 10px;
    }

    .course-accordion-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .course-section-accordion-header {
        font-size: 14px;
        padding: 4px 10px;
    }

    .course-section-accordion {
        margin-top: 20px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .course-info-header .course-info-header-text {
        font-size: 14px;
        padding-right: 10px;
    }

    span.course-info-header-text:nth-child(2) {
        padding-left: 10px;
    }

    .course-info-header .link-to-workday-student {
        font-size: 14px;
        margin-top: 10px;
        flex-grow: 0;
    }

    .course-info-header .requisite-indicator>span {
        font-size: 14px;
        line-height: 24px;
    }

    .course-info-header .requisite-indicator>i {
        font-size: 14px;
    }

    table.dataTable>thead>tr>th {
        font-size: 12px;
        padding: 10px 10px;
        padding-right: 15px !important;
    }

    table.dataTable>tbody>tr>td {
        font-size: 12px;
    }

    .course-info-header {
        flex-flow: row wrap;
        margin-bottom: 15px;
    }

    .course-accordion-header {
        padding: 10px;
        padding-right: 40px;
    }

    .course-accordion-header>h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .course-accordion-header>h3.course-code-heading {
        font-size: 14px;
        line-height: 18px;
    }

    .accordion-controls-wrapper {
        order: 3;
        width: 100%;
        margin-top: 20px;
        gap: 10px;
    }

    .accordion-controls {
        width: 50%;
        text-align: center;
        border: 1px solid #EEE;
        padding: 1px 1px;
        border-radius: 6px;
        text-transform: uppercase;
        color: #EEE;
    }

    .active-accordion-control {
        font-weight: normal;
    }

    .status-line {
        order: 1;
        width: calc(100% - 80px);
    }

    .clear-filter-btn-wrapper {
        order: 2;
        width: 75px;
    }

    .accordion-control-spacer {
        display: none;
    }

    .accordion-controls-wrapper {
        display: none;
    }
}

@media (max-width: 480px) {

    table tr td:nth-child(3),
    table tr th:nth-child(3),
    table tr td:nth-child(5),
    table tr th:nth-child(5),
    table tr td:nth-child(6),
    table tr th:nth-child(6) {
        display: none !important;
    }
}

/* End of responsive styling */

.course-section-accordion-content table.dataTable {
    visibility: hidden;
}

#public-notes-heading {
    margin-bottom: 20px;
}

table.clustered-sections-table {
    display: table;
    border: 1px solid #DCDCDC;
}

table.clustered-sections-table thead {
    background: #000000;
}

table.clustered-sections-table th {
    padding: 8px 40px 8px 20px !important;
}

table.clustered-sections-table tbody tr {
    border-bottom: 1px solid #DCDCDC;
}

/* Prevent earlier columns from expanding */
table.clustered-sections-table th:not(:last-child),
table.clustered-sections-table td:not(:last-child) {
    white-space: nowrap;
}

/* Let last column absorb remaining space */
table.clustered-sections-table th:last-child,
table.clustered-sections-table td:last-child {
    width: 100%;
}

table.clustered-sections-table tbody tr:nth-child(odd) {
    background: #F8F8F8;
}

table.clustered-sections-table tbody tr:nth-child(even) {
    background: #FFFFFF;
}

.cluster-heading {
    margin-bottom: 20px;
}

.course-section-accordion-content div.dt-container {
    margin-bottom: 0px;
}