/* Shared Clemson DataTables presentation and Funding Accounts-style column filters. */
html body .dt-container.fac-dt-themed {
    --fac-dt-purple: var(--brand-regalia, #522d80);
    --fac-dt-purple-dark: var(--brand-pur500, #3d215e);
    --fac-dt-header: #382649;
    --fac-dt-orange: var(--brand-clemson, #f56600);
    box-sizing: border-box;
    width: 100%;
    margin: 0.5rem 0 1.25rem;
    border: 1px solid rgba(61, 33, 94, 0.14);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1rem 2.8rem rgba(35, 19, 53, 0.09);
    color: #3e3348;
    font-family: inherit;
    font-size: 0.92rem;
}

html body .assign-rooms-table-panel .dt-container.fac-dt-themed {
    margin: 0;
    border: 0;
    border-radius: inherit;
    box-shadow: none;
}

html body .dt-container.fac-dt-themed > .dt-layout-row:not(.dt-layout-table),
html body .dt-container.fac-dt-themed > .row:not(.dt-layout-table) {
    gap: 0.75rem;
    align-items: center;
    margin: 0 !important;
    padding: 0.78rem 1rem !important;
    border-bottom: 1px solid rgba(61, 33, 94, 0.1);
    background: #faf9fb;
}

html body .dt-container.fac-dt-themed > .dt-layout-row:last-child,
html body .dt-container.fac-dt-themed > .row:last-child:not(.dt-layout-table) {
    border-top: 1px solid rgba(61, 33, 94, 0.08);
    border-bottom: 0;
    border-radius: 0 0 1rem 1rem;
    background: #fff;
}

html body .dt-container.fac-dt-themed .dt-layout-table {
    overflow: visible;
    margin: 0 !important;
}

html body .dt-container.fac-dt-themed .dt-layout-table .dt-layout-cell {
    min-width: 0;
    max-width: 100%;
    padding: 0 !important;
}

html body .dt-container.fac-dt-themed > .dt-layout-row:not(.dt-layout-table),
html body .dt-container.fac-dt-themed > .row:not(.dt-layout-table) {
    min-width: 0;
    flex-wrap: wrap;
}

html body .dt-container.fac-dt-themed > .dt-layout-row:not(.dt-layout-table) > [class*="dt-layout-"],
html body .dt-container.fac-dt-themed > .row:not(.dt-layout-table) > [class*="dt-layout-"] {
    min-width: 0;
    max-width: 100%;
}

html body .dt-container.fac-dt-themed .dt-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

html body .dt-container.fac-dt-themed .dt-button,
html body .dt-container.fac-dt-themed .dt-buttons .btn {
    min-height: 2.4rem;
    margin: 0 !important;
    padding: 0.5rem 0.75rem !important;
    border: 1px solid rgba(61, 33, 94, 0.2) !important;
    border-radius: 0.55rem !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #4c365e !important;
    font-family: inherit !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-shadow: none !important;
    text-transform: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

html body .dt-container.fac-dt-themed .dt-button:hover,
html body .dt-container.fac-dt-themed .dt-button:focus-visible,
html body .dt-container.fac-dt-themed .dt-buttons .btn:hover,
html body .dt-container.fac-dt-themed .dt-buttons .btn:focus-visible {
    border-color: rgba(61, 33, 94, 0.4) !important;
    background: #f0ebf5 !important;
    color: var(--fac-dt-purple-dark) !important;
}

html body .dt-container.fac-dt-themed .dt-button:focus-visible,
html body .dt-container.fac-dt-themed .dt-buttons .btn:focus-visible {
    outline: 0.18rem solid rgba(245, 102, 0, 0.28);
    outline-offset: 0.1rem;
}

html body .dt-container.fac-dt-themed :where(.dt-search label, .dt-info, .dt-length label) {
    color: #665970;
    font-size: 0.84rem;
    font-weight: 700;
}

html body .dt-container.fac-dt-themed :where(.dt-search input, .dt-length select, .dt-input) {
    min-height: 2.4rem;
    border: 1px solid rgba(61, 33, 94, 0.2) !important;
    background-color: #fff !important;
    color: #2e1a47 !important;
    font-family: inherit;
    font-size: 0.9rem;
}

html body .dt-container.fac-dt-themed .dt-search input {
    min-width: min(18rem, 34vw);
    padding: 0.48rem 0.85rem !important;
    border-radius: 999px !important;
}

html body .dt-container.fac-dt-themed .dt-length select {
    border-radius: 0.5rem !important;
}

html body .dt-container.fac-dt-themed :where(.dt-search input, .dt-length select, .dt-input):focus {
    border-color: var(--fac-dt-orange) !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 102, 0, 0.16) !important;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-table {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
}

html body .dt-container.fac-dt-themed .dt-scroll-head,
html body .dt-container.fac-dt-themed .dt-scroll-headInner {
    background: var(--fac-dt-header);
}

html body .dt-container.fac-dt-themed .dt-scroll-head {
    border-bottom: 0 !important;
}

html body .dt-container.fac-dt-themed .dt-scroll-body {
    overflow: auto !important;
    overscroll-behavior-inline: contain;
    scrollbar-gutter: stable;
    scrollbar-color: #9e8dac #f3f0f5;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

/* DataTables owns horizontal scrolling when scrollX is enabled. */
html body .table-responsive:has(.dt-container.fac-dt-themed .dt-scroll) {
    overflow-x: visible !important;
}

html body .dt-container.fac-dt-themed .dt-scroll-body::-webkit-scrollbar {
    width: 0.7rem;
    height: 0.7rem;
}

html body .dt-container.fac-dt-themed .dt-scroll-body::-webkit-scrollbar-track {
    background: #f3f0f5;
}

html body .dt-container.fac-dt-themed .dt-scroll-body::-webkit-scrollbar-thumb {
    border: 0.15rem solid #f3f0f5;
    border-radius: 999px;
    background: #9e8dac;
}

html body .dt-container.fac-dt-themed .dt-scroll-body::-webkit-scrollbar-thumb:hover {
    background: #76588e;
}

html body .dt-container.fac-dt-themed .dt-scroll-body table.dataTable thead .dt-column-order {
    display: none !important;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead > tr.fac-dt-column-label-row > :is(th, td) {
    z-index: 2;
    padding: 0.88rem 0.78rem !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 0 !important;
    background: var(--fac-dt-header) !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    line-height: 1.2;
    overflow-wrap: anywhere;
    text-transform: none;
    white-space: normal !important;
    word-break: normal;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead > tr.fac-dt-column-label-row > :is(th, td):last-child {
    border-right: 0 !important;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead .dt-column-header {
    display: flex !important;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead .dt-column-title {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
    overflow: visible;
    overflow-wrap: anywhere;
    line-height: inherit;
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead .dt-column-order {
    position: relative !important;
    inset: auto !important;
    display: inline-flex;
    width: 1.05rem;
    height: 1.05rem;
    flex: 0 0 1.05rem;
    align-self: center;
    align-items: center;
    justify-content: center;
    overflow: visible;
    transform: none;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead :is(.dt-orderable-asc, .dt-orderable-desc) {
    cursor: pointer;
    transition: background-color 150ms ease, box-shadow 150ms ease;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead :is(.dt-orderable-asc, .dt-orderable-desc) .dt-column-order::before,
html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead :is(.dt-ordering-asc, .dt-ordering-desc) .dt-column-order::before {
    display: none !important;
    content: none !important;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead :is(.dt-orderable-asc, .dt-orderable-desc) .dt-column-order::after {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    color: #fff !important;
    content: "↕" !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    opacity: 0.76 !important;
    text-align: center;
    text-shadow: none !important;
    transform: none !important;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead .dt-ordering-asc .dt-column-order::after {
    content: "↑" !important;
    opacity: 1 !important;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead .dt-ordering-desc .dt-column-order::after {
    content: "↓" !important;
    opacity: 1 !important;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead :is(.dt-orderable-asc, .dt-orderable-desc):hover {
    background: #412956 !important;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead :is(.dt-ordering-asc, .dt-ordering-desc) {
    background: #492f60 !important;
    box-shadow: inset 0 -0.22rem #d8cae5;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead th:focus-visible {
    outline: 0.14rem solid #fff;
    outline-offset: -0.24rem;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-visible-table thead > tr.fac-dt-column-filter-row > th {
    z-index: 3;
    padding: 0.48rem 0.52rem !important;
    border-right: 1px solid #e3dde8 !important;
    border-bottom: 1px solid #d8cfe0 !important;
    background: #f8f6fa !important;
    box-shadow: none !important;
}

html body .dt-container.fac-dt-themed .fac-dt-column-filter {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 4.5rem;
    height: 2.3rem;
    min-height: 2.3rem;
    margin: 0 !important;
    padding: 0.42rem 0.62rem !important;
    border: 1px solid #c8becf !important;
    border-radius: 0.48rem !important;
    background: #fff !important;
    box-shadow: inset 0 0.05rem 0.1rem rgba(46, 26, 71, 0.05) !important;
    color: #2e1a47 !important;
    font-family: inherit;
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.2;
}

html body .dt-container.fac-dt-themed .fac-dt-column-filter::placeholder {
    color: #716678;
    opacity: 1;
}

html body .dt-container.fac-dt-themed .fac-dt-column-filter:hover:not(:disabled) {
    border-color: #9e8dac !important;
}

html body .dt-container.fac-dt-themed .fac-dt-column-filter:focus {
    border-color: var(--fac-dt-orange) !important;
    outline: 0;
    box-shadow: 0 0 0 0.18rem rgba(245, 102, 0, 0.16) !important;
}

html body .dt-container.fac-dt-themed .fac-dt-column-filter:disabled {
    border-color: #ddd7e2 !important;
    background: #eeeaf1 !important;
    color: #756d7b !important;
    cursor: not-allowed;
    opacity: 0.82;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-table tbody td {
    padding: 0.82rem 0.78rem;
    border-bottom: 1px solid #ece8ef;
    background: #fff;
    color: #3e3348;
    font-size: 0.9rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
    vertical-align: middle;
    white-space: normal !important;
    word-break: break-word;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-table tbody td:first-child {
    color: var(--fac-dt-purple-dark);
    font-weight: 800;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-table tbody tr:nth-child(even) > * {
    background: #fbfafc;
}

html body .dt-container.fac-dt-themed table.dataTable.fac-dt-table tbody tr:hover > * {
    background: #f3eff7 !important;
    box-shadow: none !important;
    color: var(--fac-dt-purple-dark);
}

html body .dt-container.fac-dt-themed table.dataTable.dtr-inline.collapsed > tbody > tr > :is(td, th).dtr-control {
    cursor: pointer;
}

html body .dt-container.fac-dt-themed table.dataTable.dtr-inline.collapsed > tbody > tr > :is(td, th).dtr-control::before {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    box-sizing: border-box;
    width: 1.55rem !important;
    height: 1.55rem !important;
    margin: 0 0.48rem 0 0 !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 0.42rem !important;
    background: var(--fac-dt-purple) !important;
    box-shadow: none !important;
    color: #fff !important;
    content: "+" !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    vertical-align: middle;
}

html body .dt-container.fac-dt-themed table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > :is(td, th).dtr-control::before {
    background: var(--fac-dt-orange) !important;
    content: "−" !important;
}

html body .dt-container.fac-dt-themed table.dataTable tbody :is(td, th).dtr-control:focus-visible {
    border-radius: 0.35rem;
    outline: 0.18rem solid var(--fac-dt-orange);
    outline-offset: -0.18rem;
}

html body .dt-container.fac-dt-themed table.dataTable > tbody > tr.child > td.child,
html body .dt-container.fac-dt-themed table.dataTable > tbody > tr.dtr-expanded + tr.child > td {
    padding: 0.75rem !important;
    border-bottom: 1px solid #dcd4e2;
    background: #f8f5fa !important;
}

html body .dt-container.fac-dt-themed table.dataTable > tbody > tr.child ul.dtr-details {
    display: grid;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

html body .dt-container.fac-dt-themed table.dataTable > tbody > tr.child ul.dtr-details > li {
    display: grid !important;
    min-width: 0;
    margin: 0;
    padding: 0.65rem 0.72rem !important;
    grid-template-columns: minmax(7rem, 0.72fr) minmax(0, 1.28fr);
    gap: 0.65rem;
    border: 1px solid #e3dce8 !important;
    border-radius: 0.55rem;
    background: #fff;
}

html body .dt-container.fac-dt-themed table.dataTable > tbody > tr.child .dtr-title {
    color: var(--fac-dt-purple-dark);
    font-weight: 800;
}

html body .dt-container.fac-dt-themed table.dataTable > tbody > tr.child .dtr-data {
    min-width: 0;
    color: #3e3348;
    overflow-wrap: anywhere;
}

html body .dt-container.fac-dt-themed .dt-paging .page-link,
html body .dt-container.fac-dt-themed .dt-paging .dt-paging-button {
    border-color: #d9d0e0 !important;
    background: #fff !important;
    color: var(--fac-dt-purple) !important;
}

html body .dt-container.fac-dt-themed .dt-paging .active > .page-link,
html body .dt-container.fac-dt-themed .dt-paging .dt-paging-button.current {
    border-color: var(--fac-dt-purple) !important;
    background: var(--fac-dt-purple) !important;
    color: #fff !important;
}

html body .dt-container.fac-dt-themed .dt-paging :where(.page-link, .dt-paging-button):focus-visible {
    outline: 0.18rem solid rgba(245, 102, 0, 0.28);
    outline-offset: 0.1rem;
}

html body .dt-container.fac-dt-themed.fac-dt-desktop > .dt-layout-row:not(.dt-layout-table) > .dt-layout-end {
    margin-left: auto;
}

html body .dt-container.fac-dt-themed.fac-dt-tablet > .dt-layout-row:not(.dt-layout-table),
html body .dt-container.fac-dt-themed.fac-dt-tablet > .row:not(.dt-layout-table) {
    align-items: stretch;
}

html body .dt-container.fac-dt-themed.fac-dt-tablet > .dt-layout-row:not(.dt-layout-table) > [class*="dt-layout-"],
html body .dt-container.fac-dt-themed.fac-dt-tablet > .row:not(.dt-layout-table) > [class*="dt-layout-"] {
    flex: 1 1 20rem;
}

html body .dt-container.fac-dt-themed.fac-dt-tablet .dt-search {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
}

html body .dt-container.fac-dt-themed.fac-dt-tablet .dt-search input {
    min-width: 12rem;
    width: min(100%, 22rem);
}

html body .dt-container.fac-dt-themed.fac-dt-phone {
    border-radius: 0.78rem;
}

html body .dt-container.fac-dt-themed.fac-dt-phone > .dt-layout-row:not(.dt-layout-table),
html body .dt-container.fac-dt-themed.fac-dt-phone > .row:not(.dt-layout-table) {
    display: flex !important;
    padding: 0.65rem !important;
    align-items: stretch;
    flex-direction: column;
}

html body .dt-container.fac-dt-themed.fac-dt-phone > .dt-layout-row:not(.dt-layout-table) > [class*="dt-layout-"],
html body .dt-container.fac-dt-themed.fac-dt-phone > .row:not(.dt-layout-table) > [class*="dt-layout-"] {
    display: block;
    width: 100%;
    flex: 1 1 auto;
}

html body .dt-container.fac-dt-themed.fac-dt-phone .dt-buttons {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
}

html body .dt-container.fac-dt-themed.fac-dt-phone :where(.dt-button, .dt-buttons .btn) {
    width: 100%;
    min-width: 0;
    min-height: 2.75rem;
    white-space: normal;
}

html body .dt-container.fac-dt-themed.fac-dt-phone :where(.dt-search, .dt-length) {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    gap: 0.5rem;
}

html body .dt-container.fac-dt-themed.fac-dt-phone .dt-search input {
    width: 100% !important;
    min-width: 0;
    min-height: 2.75rem;
    flex: 1 1 auto;
}

html body .dt-container.fac-dt-themed.fac-dt-phone .dt-length select {
    min-height: 2.75rem;
}

html body .dt-container.fac-dt-themed.fac-dt-phone :where(.dt-info, .dt-paging) {
    width: 100%;
    text-align: center;
}

html body .dt-container.fac-dt-themed.fac-dt-phone .dt-paging nav,
html body .dt-container.fac-dt-themed.fac-dt-phone .dt-paging .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

html body .dt-container.fac-dt-themed.fac-dt-phone .dt-paging :where(.page-link, .dt-paging-button) {
    min-width: 2.75rem;
    min-height: 2.75rem;
}

html body .dt-container.fac-dt-themed.fac-dt-phone table.dataTable.fac-dt-visible-table thead > tr.fac-dt-column-label-row > :is(th, td) {
    padding: 0.75rem 0.65rem !important;
    font-size: 0.86rem;
}

html body .dt-container.fac-dt-themed.fac-dt-phone .fac-dt-column-filter {
    min-width: 6rem;
    height: 2.65rem;
    min-height: 2.65rem;
    font-size: 0.88rem;
}

html body .dt-container.fac-dt-themed.fac-dt-phone table.dataTable.fac-dt-table tbody td {
    padding: 0.75rem 0.65rem;
    font-size: 0.88rem;
}

html body .dt-container.fac-dt-themed.fac-dt-phone table.dataTable > tbody > tr.child ul.dtr-details {
    grid-template-columns: minmax(0, 1fr);
}

html body .dt-container.fac-dt-themed.fac-dt-phone table.dataTable > tbody > tr.child ul.dtr-details > li {
    grid-template-columns: minmax(6.5rem, 0.8fr) minmax(0, 1.2fr);
}

@media (max-width: 48em) {
    html body .dt-container.fac-dt-themed {
        border-radius: 0.8rem;
    }

    html body .dt-container.fac-dt-themed > .dt-layout-row:not(.dt-layout-table),
    html body .dt-container.fac-dt-themed > .row:not(.dt-layout-table) {
        align-items: stretch;
        padding: 0.65rem !important;
    }

    html body .dt-container.fac-dt-themed .dt-buttons,
    html body .dt-container.fac-dt-themed .dt-search,
    html body .dt-container.fac-dt-themed .dt-search input {
        width: 100%;
        min-width: 0;
    }

    html body .dt-container.fac-dt-themed .dt-button,
    html body .dt-container.fac-dt-themed .dt-buttons .btn {
        flex: 1 0 auto;
    }

    html body .dt-container.fac-dt-themed table.dataTable.fac-dt-table tbody td {
        font-size: 0.86rem;
    }
}

@media (max-width: 30em) {
    html body .dt-container.fac-dt-themed.fac-dt-phone .dt-buttons {
        grid-template-columns: minmax(0, 1fr);
    }

    html body .dt-container.fac-dt-themed.fac-dt-phone table.dataTable > tbody > tr.child ul.dtr-details > li {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.25rem;
    }
}

@media print {
    html body .dt-container.fac-dt-themed {
        margin: 0;
        border: 0;
        box-shadow: none;
    }

    html body .dt-container.fac-dt-themed :where(
        .dt-buttons,
        .dt-search,
        .dt-length,
        .dt-paging,
        .fac-dt-column-filter-row
    ) {
        display: none !important;
    }

    html body .dt-container.fac-dt-themed .dt-scroll-body {
        max-height: none !important;
        overflow: visible !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body .dt-container.fac-dt-themed *,
    html body .dt-container.fac-dt-themed *::before,
    html body .dt-container.fac-dt-themed *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
