html {
    scroll-behavior: smooth;
}
.loadingMsg {
    justify-content: center;
}
.inactive-tab {
    background: #d5d5d5;
    color: #003665;
}
.copyButtonMap {
    color: #ccc;
    cursor: pointer;
}

.copyButton:after {
    content: " ⧉";
    color: #ccc;
    cursor: pointer;
}
.wbl-value {
    background: #ebebeb;
    padding: 3px;
}
.multi-part-class {
    background: #007ac7;
    color: white;
    text-align: center;
    border-radius: 3px;
    padding: 3px 2px;
    margin-top: 5px;
	font-size: .8rem
}
.copyButton:hover:after,
.copyButtonMap:hover {
    color: #999;
}
.link-copy > .copiedMessage {
    width: 100%;
}
.course-count {
    font-size: 1.3rem;
}
.fadeOut:after {
    background: yellow;
    content: attr(data-content);
    /*"Copied!";*/
    display: inline-block;
    position: absolute;
    left: 100px;
    margin-top: -18px;
    opacity: 0;
    animation: fadeOut 4s linear;
    pointer-events: none;
}
@keyframes fadeOut {
    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}
.course-container {
    display: none;
}
.waitlist-msg {
    color: #8a8a8a;
    font-size: 0.8rem;
}
.wbl-filters {
    max-height: 300px;
    overflow-y: auto;
}
.course-container.active {
    display: block;
}
.grouped-container {
    border: 2px solid #ccc;
    padding: 10px;
    position: relative;
    margin: 45px 0;
}

.wbl-legend {
    background-color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 0 10px;
    position: absolute;
    top: -12px;
    left: 10px;
}
.course-header__subject-number-container.spring > *:first-child {
    display: none;
}
.course-header__subject-number-container.fall > *:nth-child(2) {
    display: none;
}
.grouped-container > .course-container {
    padding: 20px;
}
.title-container {
    display: grid;
    grid-template-rows: max-content max-content;
    grid-template-columns: 1fr max-content;
}
.inner-title-container {
    grid-row: 1 / -1;
    grid-column: 1 / 2;
}
.title-container h2 {
    display: flex;
    align-items: flex-end;
}
.invisible {
    visibility: hidden;
    position: absolute;
    display: none;
}
.tag-style {
    background-color: #dddddd;
    padding: 5px;
}
.units-tag {
    font-size: 26px;
    margin-left: 5px;
}
.keyword-filter {
    font-size: 1.4rem !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.keyword-label {
    color: black !important;
    font-family: "Antonio", sans-serif;
    font-weight: 600 !important;
    font-size: 24px !important;
}
.keyword-desc {
    margin: 0px !important;
    color: #777777 !important;
    font-size: 14px !important;
}
.prereq-container {
    display: flex;
    background-color: #ffdfdf;
    align-items: center;
    padding: 5px;
    gap: 5px;
}
.corereq-container.major-req-label {
    background-color: #d9d9d9;
}
.corereq-container.major-req-label .corereq-label {
    background-color: #353535;
}
.highlight {
    background-color: gold !important;
}
.highlight-label {
    background-color: rgba(0, 0, 0, 0.681) !important;
}
.prereq-label {
    background-color: #d01616;
    padding: 5px;
    color: white;
    font-weight: bold;
}
.corereq-container {
    display: flex;
    background-color: #dbe5ef;
    align-items: center;
    padding: 5px;
    gap: 5px;
}
.count-container {
    color: #777777;
}

.count-container span {
    font-family: inherit !important;
    font-weight: 600 !important;
}
.corereq-label {
    background-color: #1560a4;
    padding: 5px;
    color: white;
    font-weight: bold;
}
.prereq-text-div {
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;

    gap: 8px;
}
.wbl-text {
    font-size: 14px;
    color: #828282;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.wbl-value-text {
    font-family: sans-serif;
}

.wbl-values-container {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
.wbl-text img {
    width: 14px;
    margin-right: 5px;
    filter: invert(77%) sepia(0%) saturate(3644%) hue-rotate(83deg)
        brightness(78%) contrast(83%);
    margin-bottom: 3px;
}

.link-copy {
    display: flex;
    align-items: center;
    background-color: rgb(240, 240, 240);
    width: fit-content;
    padding-right: 10px;
    margin: 0px 0px 10px 10px;
    color: rgb(84, 84, 84);
}
.link-copy-icon:after {
    color: gray;
}
.link-copy > * {
    flex: 0;
    font-size: 17px;
    word-break: break-all;
}
.link-copy > p,
.link-copy > .copiedMessage {
    flex: 1;
}
.section-td__class-number {
    text-wrap: nowrap;
}
.add-to-cart {
    font-size: 5px;
    height: 30px;
    border: 1px solid #007ac7;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}
.add-to-cart:hover {
    background-color: #e9f6ff;
}
.add-to-cart img {
    height: 16px;
    width: auto;
}

#gen-filter-button {
    margin-left: 10px;
    background-color: #039be5;
    border: none;
    padding: 4px 8px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.gen-csv-button {
    margin-left: 10px;
    background-color: #023867;
    border: none;
    padding: 4px 8px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.gen-filter-desc {
    font-size: 14px;
    color: #828282;
}
.copiedMessage {
    position: absolute;
}
.enrollNow {
    border: 2px solid #039be5;
    padding: 4px 8px;
    grid-row: 2 / -1;
    grid-column: 2 / -1;
    margin-bottom: 12px;
    font-family: "Antonio", san-serif;
    font-size: 30px;
    display: flex;
    align-content: center;
    transition: all 0.1s ease-in;
}
.enrollNow:hover {
    border: 2px solid #54c6ff;
    color: #54c6ff;
}
.no-results {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin: 30px 0px;
}
.course-type-filter {
    padding-top: 0;
    border: none !important;
    background: none !important;
}

.filter-inputs {
    align-items: center;
}

.filter-inputs p {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    border: 1px solid #c9c9c9;
    margin: 0;
    border-bottom: 5px solid transparent;
}

.filter-inputs p.active {
    border-bottom-color: #023867;
}

.filter-inputs label [type="checkbox"] + span {
    font-size: 1.2rem;
}

[type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid #023867;
    border-bottom: 2px solid #023867;
}

.backTop {
    position: fixed;
    bottom: 0;
    right: 198px;
    padding: 10px 20px;
    background: #007ac7;
    font-weight: bold;
    border-radius: 2px 2px 0 0; /* Top-left, top-right, bottom-right, bottom-left */
    z-index: 9999;
}
.backTop > a {
    color: white;
}

h2 a {
    font-family: "Antonio", san-serif;
}

.update {
    padding: 15px 60px;
}

.update p {
    display: block;
}

option {
    font-size: 1rem;
}
.filter-type {
    min-width: 140px;
    width: 140px;
}

.hidden {
    display: none;
}
.note {
    padding: 16px;
    margin: 25px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f0f0f0;
}

/* filter bar */
.filter-bar {
    display: flex;
    padding: 15px 60px;
    width: 100%;
    gap: 10px;
    align-items: center;
    background-color: rgb(235, 235, 235);
}

.filter-title {
    font-size: 34px;
    font-weight: 600;
    margin-right: 20px;
}
.filter-category {
    flex: 1;
    position: relative;
}
.filter-button {
    background: none;
    border: 2px solid #023867;
    font-size: 24px;
    color: #023867;
    font-weight: 500;
    font-family: "Antonio", san-serif;
    padding: 6px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: min-content;
    white-space: nowrap;
}
.filter-button:focus:not(select) {
    background-color: #039ae55d;
}
.active__filter {
    color: white;
    background-color: #023867;
}
.active__select {
    background: #023867;
}
.active__custom-text {
    color: white !important;
    background-color: #023867;
}
.filter-button > span {
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-chevron {
    min-width: 20px;
}
.subject-chevron {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px 14px 6px;
    right: 3%;
}
.subject-chevron img {
    width: 20px;
    position: absolute;
    right: 0;
}
#customText {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 8px 14px 6px;
    height: 100%;
    font-size: 24px;
    color: #023867;
    font-weight: 500;
    font-family: "Antonio", san-serif;
}
.major-req {
    flex: 1.3 !important;
}
.subject-filter select {
    display: block;
    appearance: none;
    text-indent: -9999px;
    /* background: url("/images/chevron-down.svg") no-repeat right;
    background-position-x: 60%; */
    cursor: pointer;
    height: initial;
    background: transparent;
    position: relative;
    z-index: 1;
    text-align: center;
    min-width: 170px;
}
.subject-filter select option {
    font-size: 1.5rem;
}
.sub.filter-dropdown {
    position: relative;
    max-height: 300px;
    overflow-y: scroll;
}

.sub.filter-dropdown .bold {
    font-weight: 600;
}
.sub.filter-dropdown span {
    font-size: 20px !important;
}
.filter-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100%;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 9999;
}
.filter-dropdown label span {
    font-size: 1.2rem !important;
    color: #023867;
}
.dropdown-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -20px;
}
.disclaimer {
    font-size: 14px;
    font-weight: 400;
    color: rgb(255, 67, 67);
    text-align: center;
}
.disclaimer a {
    color: rgb(255, 67, 67) !important;
    text-decoration: underline;
}
.dropdown-groups-container {
    display: flex;

    gap: 10px;
    margin-top: 17px;
}
.dropdown-groups-container.column {
    flex-direction: column;
    margin-top: 29px;
}
.dropdown-groups-container h3 {
    font-size: 1.2rem;
}
#time-helper {
    color: rgb(129, 129, 129) !important;
    font-size: 0.9rem !important;
}
.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
}
.disclaimer-modal {
    padding: 0;
    border: none;
    border-radius: 4px;
}
.disclaimer-modal header {
    background: linear-gradient(120deg, #001b33 0%, #023867 65%, #007ecc 100%);
    padding: 12px 24px;
    font-size: 1.1rem;
    color: white;
    font-weight: 500;
    font-family: "Antonio", san-serif;
}
.disclaimer-text {
    margin: 0;
    padding: 18px 24px;
    background-color: #fef3f2;
}
.disclaimer-text p {
    color: #c43434;
    padding: 0;
    margin: 0;
    text-align: left;
}
.disclaimer-text p:not(:last-child) {
    margin-bottom: 12px;
}
.important {
    font-weight: 600;
}
.modal-content {
    padding: 18px 24px;
    margin: 0;
}
.modal-content p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    display: block !important;
}
.modal-content p:not(:last-child) {
    margin-bottom: 12px;
}

.disclaimer-modal footer {
    display: flex;
    justify-content: space-between;
    padding: 8px 24px;
    border-top: 1px solid #e8e8e8;
}
.disclaimer-modal footer label span {
    padding-left: 25px !important;
    font-size: 1rem !important;
}
.disclaimer-modal footer label {
    display: flex;
    align-items: center;
}
.disclaimer-modal footer button {
    background-color: #006fb5;
    border: none;
    color: white;
    padding: 7px 20px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    font-family: "Antonio", san-serif;
    display: flex;
    align-items: center;
}
.disclaimer-modal footer button:hover {
    background-color: #005a8e;
}
.close-btn:focus {
    outline: none;
}
.current-class-nbr {
    font-family: inherit;
    font-weight: 600;
}
.modal-course-info {
    text-align: center;
}
.action-buttons {
    display: flex;
    gap: 10px;
}
.modal-goback {
    background-color: white !important;
    border: 2px solid #039be7 !important;
    color: #039be7 !important;
    padding: 7px 10px !important;
}
@media only screen and (max-width: 1039px) {
    .filter-bar {
        flex-wrap: wrap;
    }
}

@media all and (max-width: 700px) {
    .filter-inputs {
        flex-direction: column;
    }
    .filter-inputs p {
        justify-content: start !important;
        padding: 10px !important;
    }
    .course-sections,
    .update,
    .course-info {
        padding: 15px 30px;
    }
    .subject-filter {
        width: 100%;
    }
    .filter-inputs {
        flex: 1 !important;
        flex-basis: 100%;
    }
    #subject-title-select {
        width: 100%;
    }
}
@media only screen and (max-width: 490px) {
    .course-header__subject-number-container {
        display: flex;
    }
    tr {
        margin-bottom: 15px !important;
    }
    td {
        height: max-content !important;
        min-height: 35px !important;
    }
    .disclaimer-modal footer {
        flex-direction: column;
        gap: 10px;
    }
    .action-buttons {
        justify-content: center;
    }
    .disclaimer-modal footer label {
        justify-content: center;
    }
}

@media only screen and (max-width: 720px) {
    /* insert your CSS rules here */
    .title-container {
        display: flex !important;
        flex-direction: column;
    }
    .inner-title-container > h2 {
        align-items: center !important;
        font-size: 22px !important;
    }
    .inner-title-container > h2 > a {
        margin-right: 10px;
    }
    .link-copy > .copiedMessage {
        width: 100%;
    }
    .units-tag {
        font-size: 13px !important;
        margin-left: auto !important;
    }
    .title-container > .enrollNow {
        align-items: center !important;
        justify-content: center !important;
        font-size: 15px !important;
    }
    .backTop {
        right: 0 !important;
    }
    .prereq-container {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 450px) {
    .class-type {
        padding-right: 10px !important;
    }
    .filter-bar {
        padding: 15px 30px;
        flex-direction: column;
    }
    .filter-category {
        width: 100%;
    }
    .filter-title {
        align-self: flex-start;
    }
}
