.ui-disabled {
    pointer-events: none;
    cursor: default !important;
    opacity: 0.3;
}

.ui-card-light {
    border-radius: 4px;
    background: rgba(240, 240, 240, 0.88);
    transition: all 0.4s ease-in-out;
}

.ui-card-dark {
    background: rgba(80, 80, 80, 0.7);
}

.ui-transition {
    transition: all 0.4s ease-in-out;
}

.ui-card-orange {
    background: #fa4616b3;
}

.ui-card-blue {
    background: rgba(5, 89, 216, 0.88);
}

.ui-card {
    padding: 1.2rem 1.4rem;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.ui-card.no-shadow {
    box-shadow: none;
}

.ui-row {
    margin-bottom: 30px;
}

.ui-schedule-cell {
    padding: 2px 0px;
    /* border-top: 5px solid #AAA;
   border-left: 1px solid #AAA;
   border-right: 1px solid #AAA;
   border-bottom: 1px solid #AAA; */
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
    opacity: 0.88;
    min-width: 105px;
    max-width: 120px;
}

.ui-schedule-cell.single {
    padding: 5px 5px 5px 5px;
}

.ui-schedule-cell.double {
    padding: 2px 0px;
    min-width: 194px;
}

.ui-schedule-cell.triple {
    padding: 2px 0px;
    min-width: 294px;
}

.ui-schedule-cell.quad {
    padding: 2px 0px;
    min-width: 386px;
}

.ui-schedule-cell.active {
    opacity: 1;
    transform: scale(1.1, 1.1);
}

.ui-schedule-cell.active .schedule-list-item-content {
    background-color: #ffffff;
}

.ui-schedule-cell.today {
    opacity: 1;
    transform: scale(1.02, 1.02);
}

.ui-schedule-cell.today .schedule-list-item-content {
    background-color: #F2F2F2;
}

.ui-circle {
    width: 10px;
    height: 10px;
    line-height: 8px;
    /* the magic */
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    padding-left: 10px;
    margin-right: 2px;
    font-size: 8px;
    margin: -2px auto 0px;
}

.ui-upcoming-event-cell {
    padding: 6px 6px;
    margin-bottom: 0px;
    opacity: 0.9;
    transition: all 0.1s ease-out;
}

.ui-upcoming-event-cell:hover {
    opacity: 1;
}

.ui-blog-cell {
    padding: 6px 6px;
    margin-bottom: 0px;
    opacity: 0.9;
    transition: all 0.1s ease-out;
}

.ui-blog:hover {
    opacity: 1;
}

.ui-announcement-cell {
    padding: 6px 6px;
    margin-bottom: 0px;
    opacity: 0.82;
    transition: all 0.1s ease-out;
}

.ui-btn-1 {
    padding: 4px 12px;
    background: #1c3e7e;
    color: #FFF;
    outline: 0 !important;
    border: 0;
    /* margin: 8px 8px 0px 0px; */
    cursor: pointer;
    border-radius: 2px;
}

.ui-btn-1.ui-disabled {
    cursor: default !important;
}

.ui-btn-2 {
    padding: 8px 18px;
    background: #329E59;
    color: #FFF;
    outline: 0 !important;
    border: 0;
    margin: 10px 5px;
    width: 100%;
    font-size: 20px;
    cursor: pointer;
}

.ui-input-dark {
    border: 0 !important;
    outline: 0 !important;
    border-bottom: 1px solid rgba(240, 240, 240, 0.88) !important;
    background: transparent;
    border-radius: 0;
    color: #FFF;
    padding: 6px 12px;
    margin: 4px 6px;
    font-size: 26px;
    font-weight: 100;
    font-family: 'Poppins';
    min-height: 36px;
}

.ui-input-dark:active,
.ui-input-dark:hover {
    outline: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #329E5E !important;
}

.ui-input-dark.theme-1 {
    background: #0000002b;
    border-radius: 4px;
    width: -webkit-fill-available !important;
    border: 0;
    outline: 0;
    transition: all 0.3s ease-in-out;
}

.ui-input-dark.theme-1:active,
.ui-input-dark.theme-1:focus {
    box-shadow: 0 -8px 20px rgba(14, 105, 136, 0.322), 0 6px 10px rgba(29, 103, 119, 0.327) !important;
}

.shadow-light {
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.08), 0 6px 10px rgba(0, 0, 0, 0.12) !important;
}

.shadow {
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.16) !important;
}

.shadow-medium {
    box-shadow: 0 2.5rem 8rem black !important;
}

.shadow-heavy {
    box-shadow: 0 2.5rem 8rem black !important;
}

.shadow-super-heavy {
    box-shadow: 0rem 0.5rem 108rem 11rem rgba(0, 0, 0, 0.75) !important;
}

.pointer {
    cursor: pointer;
}

.ui-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-item-row {
    transition: all 0.1s ease-out;
    cursor: pointer;
}

.gallery-item-row:hover {
    transform: scale(1.04, 1.04);
}

.gallery-lightbox-item-row {
    transition: all 0.1s ease-out;
    cursor: pointer;
}

.gallery-lightbox-item-row:hover {
    transform: scale(1.06, 1.06);
}

/* 
 .gradient-button-fill {
 position: absolute;
 background-image: linear-gradient(to right, #E040FB, #00BCD4);
 height: 100%;
 width: 100%;
 border-radius: 5px;
 margin: -40px 0 0 -140px;
 z-index: -1;
 transition: all 0.4s ease;
 } */
.donate-button-container {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10000;
}

.donate-button {
    background: linear-gradient(to right, #E040FB, #00BCD4);
    outline: 0;
    border: 0;
    border-radius: 20px;
    color: #EEE;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transition: 0.8s all ease-in-out;
    padding: 6px 16px;
    cursor: pointer;
    animation: gradient 5s ease infinite;
}

.donate-button:active {
    outline: 0;
}

.sand-timer {
    animation: sand-timer-rotate 5s ease infinite;
}

.alert-bell {
    animation: alert-bell-scale 3s ease infinite;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    margin: 4px 2px;
    background: #44444400;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 4px;
    transition: all 0.3s ease-in-out;
}

.ql-snow .ql-picker.ql-size {
    border: 1px solid #444444AA !important;
    margin-top: 2px;
    margin-right: 10px;
    height: 30px;
}

.ql-snow .ql-picker.ql-header {
    border: 1px solid #444444AA !important;
    margin-top: 2px;
    margin-right: 10px;
    height: 30px;
}

.ui-blur-light {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.ui-blur-heavy {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.marquee {
    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    width: 200%;
    position: absolute;
    overflow: hidden;
    right: 0;
    animation: marquee 5s linear infinite;
}

.marquee span {
    float: left;
    width: 50%;
}

.legend-item {
    transition: 100ms all ease-out;
}

.ui-drop-placeholder {
    min-height: 200px;
    background: #c0c0c0c7;
    border-radius: 2px;
    animation: pulse-opacity 2s linear infinite;
}

.ghost {
    opacity: 0.4;
}

.redacted.black {
    color: black;
    background-color: black;
}

/* New */
.container-fluid {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: #222222df;
    padding: 16px 4px;
    overflow: hidden auto;
    min-height: 100%;
}

.container-fluid input.primary-color {
    padding: 2px 8px;
    background: #363636;
    border: 0;
    outline: 0;
}

.container-fluid button.primary-color {
    background: #222222AA;
    border-radius: 2px;
    cursor: pointer;
    padding: 4px 12px 6px;
    margin: 6px 0;
    border: 0;
    outline: 0;
    color: #DDD;
    transition: background 0.2s ease-in-out;
}

.container-fluid button.primary-color:hover {
    background: #323232C0;
}

.container-fluid p.accent-color {
    color: #329E5E;
}

.container-fluid p.primary-color {
    color: #BBBBBB;
}

.container-fluid p.secondary-color {
    color: #999999;
}

.container-fluid p.heading-color {
    color: coral;
}

.page-panel {
    background: #7d7d7d47;
    border-radius: 10px;
    padding: 8px 10px;
    margin-bottom: 16px;
    transition: all 0.25s ease-in-out;
}

.page-panel.transparent {
    background: #00000000;
}

.panel-highlights {
    position: relative;
    max-width: 500px;
    width: fit-content;
}

.panel-highlights .flyer-label {
    width: fit-content;
    /* position: absolute;
   bottom: 8px;
   left: 8px; */
    padding: 2px 10px;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.panel-highlights p.primary-color {
    color: #DDDDDD;
}

.panel-highlights p.inverse-color {
    color: #333333;
}

.panel-highlights div.primary-color {
    background: #000000;
}

.panel-highlights div.inverse-color {
    background: #CCCCCC;
}

.panel-elections {
    position: relative;
    max-width: 450px;
    width: fit-content;
    background: #9560ab94;
}

.panel-elections p.heading-color {
    color: #e3e3e3;
}

.panel-elections .elections-list-item {
    background: #2c2c2caa;
    margin-bottom: 10px;
    /* box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.15); */
    border-radius: 8px;
    padding: 10px 12px;
}

.panel-elections .elections-list-item:last-of-type {
    margin-bottom: 0;
}

.panel-elections .elections-list-item .description-container {
    margin-top: 4px;
}

.panel-elections .elections-list-item .description-container .event-description {
    margin: 4px 0;
    color: #EEEEEE;
    line-height: 20px;
    font-size: 14px;
}

.panel-elections .elections-list-item .description-container .event-date {
    padding: 8px 14px;
    border-radius: 4px;
    background: #292929cf;
    margin-top: 8px;
}

.panel-elections .elections-list-item .description-container .event-date .text {
    color: #AAAAAA;
    line-height: 20px;
    font-size: 14px;
    width: fit-content;
}

.panel-elections .elections-list-item .description-container button {
    background: #4e4e4e;
    border-radius: 2px;
    cursor: pointer;
    padding: 2px 10px 4px;
    margin: 6px 0;
    border: 0;
    outline: 0;
    color: #dfdfdf;
    transition: background 0.1s ease-in-out;
}

.panel-elections .elections-list-item .description-container button:hover {
    background: #444444;
}

.panel-elections .elections-list-item .details-container .event-name {
    color: #eca6a6;
    line-height: 34px;
    font-weight: bold;
    font-size: 20px;
    margin-top: -4px;
}

.panel-elections .elections-list-item .details-container .event-type {
    color: #888888;
    line-height: 20px;
    font-size: 14px;
    font-style: italic;
}

.panel-elections .elections-list-item .flyer-container .flyer {
    max-height: 60px;
    max-width: 120px;
    border-radius: 4px;
}

.panel-calendar {
    position: relative;
    max-width: 450px;
    width: fit-content;
}

.panel-calendar .calendar-list-item {
    background: #2b2b2baa;
    margin-bottom: 10px;
    /* box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.15); */
    border-radius: 8px;
    padding: 10px 12px;
}

.panel-calendar .calendar-list-item:last-of-type {
    margin-bottom: 0;
}

.panel-calendar .calendar-list-item .date-container {
    min-width: 60px;
}

.panel-calendar .calendar-list-item .date-container .month {
    font-size: 13px;
    color: #bbbbbb;
    font-weight: 400;
    text-align: center;
}

.panel-calendar .calendar-list-item .date-container .date {
    font-size: 28px;
    line-height: 28px;
    color: #c25294;
    font-weight: bold;
    text-align: center;
}

.panel-calendar .calendar-list-item .description-container {
    margin-top: 10px;
}

.panel-calendar .calendar-list-item .description-container .event-description {
    margin: 4px 0;
    color: #c8c8c8;
    line-height: 20px;
    font-size: 14px;
}

.panel-calendar .calendar-list-item .description-container button {
    background: #4e4e4e;
    border-radius: 2px;
    cursor: pointer;
    padding: 2px 10px 4px;
    margin: 6px 0;
    border: 0;
    outline: 0;
    color: #dfdfdf;
    transition: background 0.1s ease-in-out;
}

.panel-calendar .calendar-list-item .description-container button:hover {
    background: #444444;
}

.panel-calendar .calendar-list-item .details-container {
    border-left: 2px solid #707070;
}

.panel-calendar .calendar-list-item .details-container .event-name {
    color: #a56868;
    line-height: 34px;
    font-weight: bold;
    font-size: 20px;
    margin-top: -4px;
}

.panel-calendar .calendar-list-item .details-container .event-type {
    color: #888888;
    line-height: 20px;
    font-size: 14px;
    font-style: italic;
}

.panel-calendar .calendar-list-item .details-container .event-location {
    color: #AAAAAA;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}

.panel-calendar .calendar-list-item .flyer-container .flyer {
    max-height: 60px;
    max-width: 120px;
    border-radius: 4px;
}

.panel-events {
    position: relative;
    max-width: 450px;
    width: -webkit-fill-available;
}

.panel-events .events-list-item {
    background: #2b2b2baa;
    margin-bottom: 10px;
    border-radius: 8px;
    min-width: 160px;
    min-height: 72px;
    margin: 8px;
}

.panel-events .events-list-item .event-name {
    color: #a56868;
    line-height: 22px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.panel-events .events-list-item .event-type {
    background: #595959; 
    border-radius: 30px; 
    padding: 0px 10px; 
    margin-right: 6px;
}

.panel-events .events-list-item .event-date {
    background: #595959; 
    border-radius: 30px; 
    padding: 0px 10px; 
    margin-right: 6px;
}

.panel-marketplace {
    position: relative;
    max-width: 450px;
    width: --webkit-fill-available;
}

.panel-marketplace .marketplace-list-item {
    background: #2b2b2baa;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 10px 12px;
}

.panel-marketplace .marketplace-list-item .description-container {
    margin-top: 10px;
}

.panel-marketplace .marketplace-list-item .description-container .event-description {
    margin: 4px 0;
    color: #c8c8c8;
    line-height: 20px;
    font-size: 14px;
}

.panel-marketplace .marketplace-list-item .description-container button {
    background: #4e4e4e;
    border-radius: 2px;
    cursor: pointer;
    padding: 2px 10px 4px;
    margin: 6px 0;
    border: 0;
    outline: 0;
    color: #dfdfdf;
    transition: background 0.1s ease-in-out;
}

.panel-marketplace .marketplace-list-item .description-container button:hover {
    background: #444444;
}

.panel-marketplace .marketplace-list-item .details-container .event-name {
    color: #a56868;
    line-height: 34px;
    font-weight: bold;
    font-size: 20px;
    margin-top: -4px;
}

.panel-marketplace .marketplace-list-item .details-container .event-type {
    color: #888888;
    line-height: 20px;
    font-size: 14px;
    font-style: italic;
}

.panel-marketplace .marketplace-list-item .details-container .event-location {
    color: #AAAAAA;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}

.panel-marketplace .marketplace-list-item .flyer-container .flyer {
    max-height: 60px;
    max-width: 120px;
    border-radius: 4px;
}

.order-list-item .flyer-container {
    margin-top: 10px;
}

.order-list-item .flyer-container .flyer {
    max-height: 80px;
    max-width: 120px;
    border-radius: 4px;
}

.panel-member .member-logged-out-ui .list,
.panel-member .member-logged-in-ui .list {
    display: inline-flex;
    background: #1b1b1b54;
    border-radius: 10px;
    padding: 4px 6px;
}

.panel-member .member-logged-out-ui .list button,
.panel-member .member-logged-in-ui .list button {
    border: 0;
    outline: 0;
    background: #4a5468;
    color: #EEE;
    border-radius: 2px;
    padding: 10px 12px 6px;
    cursor: pointer;
    width: fit-content;
    margin-top: 6px;
    margin-bottom: 6px;
    transition: filter 0.15s ease-in;
}

.panel-member .member-logged-out-ui .list button:hover,
.panel-member .member-logged-in-ui .list button:hover {
    filter: brightness(1.3);
}

.panel-member .membership-info-parent,
.panel-member .admin-info-parent {
    display: inline-flex;
    background: #22222266;
    border-radius: 10px;
    padding: 4px 6px;
    width: -webkit-fill-available;
    height: fit-content;
}

.panel-member .admin-info-parent {
    background: #202926;
}

.panel-member .membership-info-parent button,
.panel-member .admin-info-parent button {
    border: 0;
    outline: 0;
    background: #b8b8b840;
    color: #EEE;
    border-radius: 2px;
    padding: 2px 12px 4px;
    cursor: pointer;
    width: fit-content;
    margin-top: 6px;
    margin-bottom: 6px;
    transition: none;
}

.panel-member .member-actions-parent .info-list {
    display: inline-flex;
    background: #22222266;
    border-radius: 10px;
    padding: 4px 10px;
    width: -webkit-fill-available;
}

.panel-member .member-actions-parent .info-list .data-box {
    max-width: 120px;
    border: 0;
    outline: 0;
    background: #3f3f3f;
    color: #EEE;
    border-radius: 2px;
    padding: 4px 12px 6px;
    cursor: pointer;
    width: fit-content;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 8px;
}

.panel-member .member-actions-parent .info-list .data-box:last-child {
    margin-right: 8px;
}

.panel-announcements .announcements-list-item {
    background: #2b2b2baa;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 10px 12px;
}

.panel-schedule .attendance-subui {
    display: inline-flex;
    background: #323232;
    border-radius: 10px;
    padding: 4px 10px;
}

.panel-schedule .attendance-subui .check-test-in-parent {
    display: inline-flex;
    background: #92537a;
    border-radius: 10px;
    padding: 4px 6px;
}

.panel-schedule .attendance-subui .check-test-in-parent button,
.panel-schedule .attendance-subui .check-in-proof-status-parent button {
    border: 0;
    outline: 0;
    background: #b8b8b840;
    color: #EEE;
    border-radius: 2px;
    padding: 4px 12px 6px;
    cursor: pointer;
    width: fit-content;
    margin-top: 6px;
    margin-bottom: 6px;
}

.panel-schedule .attendance-subui .check-in-proof-status-parent {
    color: #CCC;
    border-radius: 10px;
    padding: 4px 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: 0.25s all ease-in;
    background: #1f5a66;
    width: fit-content;
}

.panel-schedule .attendance-subui .schedule-reservation-status-parent,
.panel-schedule .attendance-subui .available-spots-information,
.panel-member .schedule-test-in-info-parent,
.panel-schedule .attendance-subui .check-in-notification {
    color: #CCC;
    border-radius: 10px;
    padding: 4px 10px;
    margin-top: 0px;
    transition: 0.25s all ease-in;
    background: #606060;
    width: fit-content;
}

.panel-schedule .attendance-subui .check-test-practicetype-info-parent {
    background: #4f4f4f;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 13px;
    padding: 4px 10px;
    margin-top: 10px;
    transition: 0.25s all ease-in;
    width: fit-content;
}

.panel-schedule .attendance-subui .schedule-reservation-status-parent.red,
.panel-schedule .attendance-subui .available-spots-information.red {
    background: #200303AA;
}

.panel-schedule .attendance-subui .schedule-reservation-status-parent.blue,
.panel-schedule .attendance-subui .available-spots-information.blue {
    background: #022F3DAA;
}

.panel-schedule .attendance-subui .schedule-reservation-status-parent.yellow,
.panel-schedule .attendance-subui .available-spots-information.yellow {
    background: #413C02AB;
}

.panel-schedule .attendance-subui .schedule-reservation-status-parent.brown,
.panel-schedule .attendance-subui .available-spots-information.brown {
    background: #382A02AB;
}

.panel-schedule .attendance-subui .schedule-reservation-status-parent.green,
.panel-schedule .attendance-subui .available-spots-information.green {
    background: #0E2000AB;
}

.panel-schedule .attendance-subui .check-in-notification {
    background: #dde92e94;
    transition: 0.25s all ease-in;
    font-size: 14px;
}

.panel-schedule .legend-list {
    display: inline-flex;
    width: 90%;
    overflow-x: auto;
    margin-top: 0px;
    margin-bottom: 8px;
    position: relative;
}

.panel-schedule .legend-list .legend-list-item {
    color: #AAAAAA;
    padding: 0 6px;
    width: auto;
}

.panel-schedule .details-notification {
    background: #4f4f4f;
    color: #DDDDDD;
    font-size: 13px;
    padding: 4px 10px;
    margin: 10px 2px 0 2px;
    width: fit-content;
    border: 0;
    border-radius: 8px;
}

.panel-schedule .schedule-type-list {
    background: #323232;
    border-radius: 10px;
    position: relative;
    padding: 8px 4px;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
}

.panel-schedule .schedule-type-list .schedule-type-list-item {
    position: relative;
    border-radius: 6px;
    flex: none;
    background: #686868;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.panel-schedule .schedule-type-list .schedule-type-list-item:first-of-type {
    margin-left: 6px;
}

.panel-schedule .schedule-type-list .schedule-type-list-item.active {
    background: #E8E8E8;
}

.panel-schedule .schedule-type-list .schedule-type-list-item:hover {
    background: #868686;
}

.panel-schedule .schedule-list {
    background: #323232;
    border-radius: 10px;
    position: relative;
    padding: 8px 4px 14px;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
}

.panel-schedule .schedule-list .schedule-list-item {
    position: relative;
    border-radius: 2px;
    margin: 0 6px;
    padding: 2px 0px;
    flex: none;
}

.panel-schedule .schedule-list .schedule-list-item .schedule-cell-content:first-of-type {
    padding: 5px 0px 5px 5px;
}

.panel-schedule .schedule-list .schedule-list-item .schedule-cell-content {
    padding: 5px 0px 5px 0px;
}

.panel-schedule .schedule-list .schedule-list-item .schedule-cell-content:last-of-type {
    padding: 5px 5px 5px 5px;
}

.panel-schedule .schedule-list .schedule-list-item .hour-info-parent {
    transition: all 0.2s ease-in;
    cursor: pointer;
}

.panel-schedule .schedule-list .schedule-list-item .hour-info-parent:hover {
    border-radius: 8px;
    background: #303030;
}

.panel-schedule .schedule-list .schedule-list-item .date-heading {
    margin-top: 2px;
    color: #CCCCCC;
    font-size: 14px;
}

.panel-schedule .schedule-list .schedule-list-item .date {
    color: #AAAAAA;
    font-size: 13px;
}

.panel-schedule .schedule-list .schedule-list-item .description {
    white-space: nowrap;
    position: absolute;
    bottom: -26px;
    left: 0px;
    width: 100%;
    font-size: 0.64rem;
    text-align: center;
}

.panel-schedule .schedule-list .schedule-list-item .description:span {
    color: #EEEEEE;
    font-size: 13px;
}

.panel-schedule .schedule-list .schedule-list-item .schedule-list-item-content {
    background: #1c1c1c;
    border: 0;
    border-radius: 8px;
}

.panel-schedule .schedule-list .schedule-list-item .today .schedule-list-item-content {
    background: #1e1e1e;
}

.panel-schedule .schedule-list .schedule-list-item .hour-info-parent .hour-text {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: -0.375rem;
    color: #CCCCCC;
}

.panel-schedule .schedule-list .schedule-list-item .hour-info-parent .to-text {
    margin-top: -0.25rem;
    margin-bottom: 0;
    color: #888;
    font-size: 0.62rem;
}

.panel-schedule .schedule-list .schedule-list-item .hour-info-parent .am-pm-text {
    color: #888888;
    font-size: 14px;
    white-space: nowrap;
}

.panel-schedule .schedule-list .schedule-list-item .hour-info-parent .classtype-text {
    color: #DDDDDD;
    font-size: 14px;
    margin-bottom: 0;
    max-width: 100%;
    text-align: center;
}

.panel-schedule .schedule-list .schedule-list-item .hour-info-parent .divider {
    margin: 0.125rem 0px;
    border: 0;
    opacity: 1;
}

.panel-schedule .schedule-list .schedule-list-item .legend-item {
    color: #BBBBBB;
}

.panel-schedule .schedule-list .schedule-list-item .today-practice-item-pointer-parent {
    color: #BBBBBB;
}

.panel-schedule .schedule-list .schedule-list-item .schedule-type-button {
    background: #676767;
    border-radius: 2px;
}

.panel-schedule .schedule-list .schedule-list-item .schedule-type-button.active {
    background: #bbbbbb;
}


.panel-schedule :is(.schedule-advanced-reservation-list, .schedule-todays-meetings-list) {
    background: #262626;
    border-radius: 10px;
    position: relative;
    padding: 10px 8px;
    overflow: hidden;
    overflow-x: auto;
}

.panel-schedule :is(.schedule-advanced-reservation-list, .schedule-todays-meetings-list) .list {
    padding-left: 6px;
}

.panel-schedule :is(.schedule-advanced-reservation-list, .schedule-todays-meetings-list) button {
    border: 0;
    outline: 0;
    background: #b8b8b840;
    color: #EEE;
    border-radius: 2px;
    padding: 0px 6px 2px;
    cursor: pointer;
    width: fit-content;
    margin-left: 6px;
    transition: filter 0.15s ease-in;
}

.panel-schedule :is(.schedule-advanced-reservation-list, .schedule-todays-meetings-list) button:first-child {
    margin-left: 0;
}

.panel-schedule :is(.schedule-advanced-reservation-list, .schedule-todays-meetings-list) button:hover {
    filter: brightness(1.3);
}

.panel-schedule :is(.schedule-advanced-reservation-list, .schedule-todays-meetings-list) button:last-child {
    margin-right: 0;
}

.panel-schedule :is(.schedule-advanced-reservation-list, .schedule-todays-meetings-list) .today-list-item {
    min-height: 40px;
    border: 0;
    margin: 0 0 12px 0;
    padding-bottom: 8px;
    border-radius: 10px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    transition: all 0.15s ease-in;
}

.panel-schedule :is(.schedule-advanced-reservation-list, .schedule-todays-meetings-list) .today-list-item:hover {
    background: #303030;
}

.panel-schedule :is(.schedule-advanced-reservation-list, .schedule-todays-meetings-list) .today-list-item:last-child {
    margin-bottom: 0;
}

.panel-schedule :is(.schedule-advanced-reservation-list, .schedule-todays-meetings-list) .today-list-item .classtype-heading {
    margin-top: 2px;
    color: #CCCCCC;
    font-size: 15px;
}

.panel-schedule :is(.schedule-advanced-reservation-list, .schedule-todays-meetings-list) .today-list-item .day-info,
.panel-schedule :is(.schedule-advanced-reservation-list, .schedule-todays-meetings-list) .today-list-item .hours-info {
    color: #a2a2a2;
    font-size: 12px;
    margin-top: -2px;
}

.panel-schedule .location-information-parent {
    padding: 4px 8px;
    background: #a9a9a944;
    border-radius: 12px;
}

.panel-schedule .schedule-information-parent {
    margin: 10px 2px 6px 2px;
}

.panel-schedule .schedule-information-parent .message {
    font-size: 14px;
    color: #b5b5b5;
    padding: 6px 14px;
    background: #291818;
    border-bottom: 6px;
    border-radius: 8px;
    width: fit-content;
}

.panel-schedule .test-in-notification-parent {
    background: #232323; 
    margin-top: 10px;
    margin-bottom: 0px;

    border-radius: 10px; 
    padding: 4px 8px 4px 12px; 
    color: #EEE;
}

.panel-safety .open-coc-modal {
    background: #779b3eaa;
    color: #DDDDDD;
    border-radius: 2px;
    padding: 4px 12px 6px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 10px;
    cursor: pointer;
}

.panel-safety .open-ir-modal {
    background: #944f4faa;
    color: #DDDDDD;
    border-radius: 2px;
    padding: 4px 12px 6px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 10px;
    cursor: pointer;
}

.loader-parent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.logo-muted {
    width: 250px;
    filter: grayscale(1);
    opacity: 0.2;
}

.logo-clipped {
    width: 250px;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.6s linear;
    position: absolute;
    top: 0;
    left: 0;
}

.html-popup-ui .action-button,
.html-popup-ui button {
    background: #404040;
    color: #EEEEEE;
    border-radius: 4px;
    transform: scale(1);
    margin-top: 2px;
    margin-right: 6px;
    font-size: 14px;
    transition: filter 0.15s ease-in;
}

.html-popup-ui .action-button:last-child {
    margin-right: 0;
}

.html-popup-ui .action-button:hover,
.html-popup-ui button:hover {
    filter: brightness(1.3);
}

.html-popup-ui .action-button.blue {
    background: #006d8a;
}

.html-popup-ui .action-button.green {
    background: seagreen;
}














.instagram-feed-container {
    /* Responsive Grid Layout */
    display: inline-flex;
    width: -webkit-fill-available;
    overflow-x: auto;
    padding-bottom: 4px;
}

.instagram-post-card {
    cursor: pointer;
    /* overflow: hidden;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 0; 
    width: 120px; */
    max-width: 200px;
    max-height: 120px;
    margin-right: 8px;
    margin-bottom: 4px;
    margin-top: 4px;
}

/* =========================================================
    2. MEDIA HEIGHT LIMIT AND OBJECT FIT
  ========================================================= */
.media-item-wrapper,
.carousel-cover-wrapper {
    /* --- KEY: FIXES HEIGHT TO 250PX AND CENTERS MEDIA --- */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    height: 120px;
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.16) !important;
}

.media-item,
.media-preview {
    /* Scales the media item to fit entirely inside the container (250px height) */
    /* This avoids cutting off content, but may leave letterboxing (empty space) */
    max-width: 200px;
    object-fit: contain;
    display: block;
    border-radius: 2px;
    max-height: -webkit-fill-available;
}

/* =========================================================
  3. CAROUSEL STYLES (Collapsed/Expanded States)
  ========================================================= */
.carousel-cover-wrapper {
    text-align: center;
    cursor: pointer;
    /* Explicitly makes the cover clickable */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Dark overlay for contrast and to hide the 'Click to Expand' text */
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    opacity: 1;
    transition: opacity 0.3s;
}

.carousel-detail-gallery {
    /* Initial state: Hidden and no vertical scrolling */
    display: none;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    background-color: #6868689e;
    height: auto;
}

/* --- CAROUSEL EXPANDED STATE (Controlled by JS adding .expanded class) --- */
.instagram-post-card.expanded {
    cursor: default;
    height: auto;
    /* Allows the card to grow to fit all individual carousel items */
}

.instagram-post-card.expanded .carousel-cover-wrapper {
    display: none;
    /* Hide the cover once expanded */
}

.instagram-post-card.expanded .carousel-detail-gallery {
    display: flex;
    /* Show the individual carousel items */
}

.instagram-post-card.expanded .media-item-wrapper {
    /* Each individual item still respects the 250px height limit */
    height: 250px;
    margin-bottom: 0;
    padding: 0;
}


/* =========================================================
   4. LIGHTBOX STYLES (Hides content, displays caption)
   ========================================================= */
.lightbox {
    display: none;
    /* Hidden by default, toggled to 'flex' by JS */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
    background-color: #6666668f;
    margin: 5% auto;
    padding: 0;
    width: 90%;
    max-width: 800px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.lightbox-media-area {
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.lightbox-media-area img,
.lightbox-media-area video {
    /* Ensures media scales nicely within the large media area */
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
}

.lightbox-caption-area {
    padding: 4px 10px;
    border-top: 1px solid #eee;
    background: #e1e1e1;
    border-radius: 8px;
}

.lightbox-caption {
    white-space: pre-wrap;
    /* Displays the caption with line breaks */
    margin-bottom: 5px;
    font-size: 16px;
    max-height: 150px;
    overflow-y: auto;
}

#lightbox-metadata a {
    color: #00376b;
    /* Instagram blue */
    text-decoration: none;
    font-size: 14px;
}

.close-btn {
    color: #fefefe;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    opacity: 0.8;
}

.close-btn:hover,
.close-btn:focus {
    opacity: 1;
}