@import url("./tokens.css");
@import url("./arena-gradients.css");
@import url("./components.css");
@import url("./app.spktkl-lights.css");
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Fira+Sans+Condensed:wght@300;400;600;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */

/*
font-family: 'Archivo Black', sans-serif;
font-family: 'Fira Sans Condensed', sans-serif;
*/

/* Error Color: #B00020 */

/*  RESETS  */

article, header, footer, div, section, span, label,
audio, video, canvas, form, main, em, b, p, i, a,
h1, h2, h3, h4, h5, h6, input, meter, ul, li, dt,
aside, address, html, body, dd, dl, figcaption, q,
figure, fieldset, legend, img, nav, select, option,
ol, small, strong, sub, sup, textarea, time, button, data {
    margin: 0;
    padding: 0;
    font-kerning: none;
    font-family: "Nunito Sans", sans-serif;
}

a, p, b, h1, h2, h3, h4, h5, h6, span, label, button, 
time, address, ul, li, video, audio, small, data, strong, 
aside, fieldset { user-select: none; }

/*  END: RESETS  */

/*  UTILITIES  */

p, ul { font-size: 14px; }

.bold { font-weight: 700; }

.no_display { display: none !important; }

.display_block { display: block; }

.display_inline_block { display: inline-block; }

.unset_width { width: unset !important; }

.centered { margin: 0 auto; }

.error { color: #B00020; }

.float_left { float: left !important; }

.float_right { float: right !important; }

.clear_left { clear: left; }

.clear_right { clear: right; }

.full_width { width: 100%; }

.half_width { width: 50%; }

.full_height { height: 100% !important; }

.half_height { height: 50%; }

.no_text_indent { text-indent: unset !important; }

.no_top_margin { margin-top: unset !important; }

.no_left_margin { margin-left: unset !important; }

.no_right_margin { margin-right: unset !important; }

.unset_border { border: unset !important; }

.padding_top_200 { padding-top: 200px; }

.margin_top_5 { margin-top: 5px; }

.margin_top_10 { margin-top: 10px; }

.margin_top_20 { margin-top: 20px; }

.margin_left_10 { margin-left: 10px; }

.margin_left_20 { margin-left: 20px; }

.margin_left_30 { margin-left: 30px; }

.margin_right_10 { margin-right: 10px; }

.margin_right_20 { margin-right: 20px; }

.margin_bottom_20 { margin-bottom: 20px; }

.relative_position { position: relative; }

.overflow_x_scroll { overflow-x: scroll; }

.overflow_y_scroll { overflow-y: scroll; }

.palette_1 { background-color: #f8f9fa; } /* rgb(248, 249, 250) */

.palette_2 { background-color: #e9ecef; } /* rgb(233, 236, 239) */

.palette_3 { background-color: #dee2e6; } /* rgb(222, 226, 230) */

.palette_4 { background-color: #ced4da; } /* rgb(206, 212, 218) */

.palette_5 { background-color: #adb5bd; } /* rgb(173, 181, 189) */

.palette_6 { background-color: #6c757d; } /* rgb(108, 117, 125) */

.palette_7 { background-color: #495057; } /* rgb(73, 80, 87) */

.palette_8 { background-color: #343a40; } /* rgb(52, 58, 64) */

.palette_9 { background-color: #212529; } /* rgb(33, 37, 41) */

.palette_complimentary_1 { background-color: #4E88C2; }

.palette_triad_1 { background-color: #797E54; }

.palette_triad_2 { background-color: #7E5754; }

.bullet {
    font-size: 16px;
    font-weight: 900;
}

.full_container {
    width: 100%;
    height: 100%;
}

.half_container {
    width: 50%;
    height: 100%;
}

.half_height_container {
    width: 100%;
    height: 50%;
}

.third_container {
    width: 33.33%;
    height: 100%;
}

.two_thirds_container {
    width: 66.66%;
    height: 100%;
}

.quarter_container {
    width: 25%;
    height: 100%;
}

.fifth_container {
    width: 20%;
    height: 100%;
}

.tenth_container {
    width: 10%;
    height: 100%;
}

.three_quarter_container {
    width: 75%;
    height: 100%;
}

.forty_percent_container {
    width: 40%;
    height: 100%;
}

.sixty_percent_container {
    width: 60%;
    height: 100%;
}

.eighty_percent_container {
    width: 80%;
    height: 100%;
}

.ninety_percent_container {
    width: 90%;
    height: 100%;
}

.standard_row {
    width: 100%;
    height: 32px;
    display: block;
    position: relative;
}

.double_row {
    width: 100%;
    height: 64px;
    display: block;
    position: relative;
}

.shortened_row {
    width: calc(100% - 40px);
    height: 32px;
    display: block;
    position: relative;
}

.input_row {
    width: 100%;
    height: 32px;
    display: block;
    margin-top: 20px;
    position: relative;
}

.form_row {
    width: calc(100% - 40px);
    min-height: 32px;
    margin-left: 20px;
	display: block;
}

.small_row {
	width: 100%;
	height: 16px;
	display: block;
	position: relative;
}

.app_btn {
    min-width: 150px;
    height: 32px;
    outline: none;
    display: block;
    font-size: 12px;
    cursor: pointer;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-size: 16px !important;
    background-position: 10px center !important
}

:root[data-theme="dark"] .app_btn {
    color: #FFF;
    border: 1px solid #FFF;
}

:root[data-theme="light"] .app_btn {
    border: 1px solid #000;
}

.app_btn:disabled { background-color: #999; }

.app_link_btn,
.app_link_btn:link,
.app_link_btn:visited {
    min-width: 130px;
    width: auto;
    height: 30px;
    outline: none;
    display: block;
    font-size: 12px;
    cursor: pointer;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    position: relative;
    background-size: 16px !important;
    background-position: 10px center !important
}

:root[data-theme="dark"] .app_link_btn {
    color: #FFF;
    border: 1px solid #FFF;
}

:root[data-theme="light"] .app_link_btn {
    border: 1px solid #000;
}

.app_link_btn:disabled { background-color: #999; }

.input_row_lbl {
    min-width: 64px;
    display: block;
    float: left;
    clear: left;
    font-size: 14px;
    line-height: 32px;
}

.small_lbl {
	line-height: 16px;
	font-size: 10px !important;
	display: block;
	text-indent: 5px;
}

.small_checkbox {
	width: 16px !important;
	height: 16px !important;
	display: block;
}

.group_toggle {
    display: inline-flex;
    border: 1px solid rgba(230, 184, 0, 0.34);
    border-radius: 999px;
    padding: 4px;
    overflow: hidden;
    background: rgba(11, 12, 16, 0.64);
    box-shadow:
      0 4px 12px rgba(0, 0, 0, 0.26),
      0 0 18px rgba(230, 184, 0, 0.08) inset;
}

.group_toggle_btn {
    width: 50px;
    height: 30px;
    border: none;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    background: transparent;
    transition: color 160ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.group_toggle_btn[aria-pressed="true"] {
    color: #E6B800;
    background: rgba(230, 184, 0, 0.12);
    box-shadow:
      0 0 0 1px rgba(230, 184, 0, 0.32) inset,
      0 0 10px rgba(230, 184, 0, 0.16);
}

.form_fieldset {
    width: auto;
    height: 32px;
    border: none;
    outline: none;
    display: inline-block;
}

.form_fieldset .form_input_container { margin-right: 5px; }

.form_input_container {
    width: auto;
    height: 100%;
    float: left;
    margin-right: 20px;
}

.form_input_container label {
    color: #adb5bd;
    font-weight: 300;
    line-height: 32px;
    margin-right: 20px;
    font-size: 16px;
}

.form_input_container input[type="tel"],
.form_input_container input[type="text"],
.form_input_container input[type="email"] {
    width: auto;
    height: 32px;
    border: none;
    outline: none;
    color: #212529;
    font-weight: 300;
    text-indent: 10px;
    margin-left: unset;
    background-color: #f8f9fa;
}

.input_row_left {
    width: 40%;
    height: 100%;
    float: left;
    clear: left;
}

.input_row_right {
    width: 60%;
    height: 100%;
    float: left;
}

/* .input_row label {
    color: #adb5bd;
    font-weight: 300;
    line-height: 32px;
    padding-left: 20px;
    font-size: 16px;
} */

.input_row_left label {
    font-size: 14px;
    line-height: 32px;
    user-select: none;
}

.input_row select {
    outline: none;
    font-weight: 300;
    width: calc(100% - 22px);
    height: calc(100% - 2px);
    font-size: 14px;
}

.input_row input {
    color: #212529;
    width: calc(100% - 20px);
    height: 100%;
    font-size: 14px;
}

.note_label {
    display: block;
    color: #adb5bd;
    font-weight: 300;
    line-height: 32px;
    margin-top: 20px;
    font-size: 16px;
}

.referrer_note {
    width: calc(100% - 64px);
    height: 108px;
    border: none;
    outline: none;
    padding: 20px;
    color: #212529;
    font-weight: 300;
    margin-top: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    background-color: #f8f9fa;
}

.control_row {
    width: calc(100% - 40px);
    height: 32px;
    bottom: 20px;
    margin-left: 20px;
    position: absolute;
}

.control_row button {
    width: 155px;
    height: 32px;
    border: none;
    outline: none;
    color: #f8f9fa;
    cursor: pointer;
    font-weight: 400;
    margin-right: 20px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
}

.no_select {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.cycle_btn {
    width: 32px;
    height: 32px;
    box-shadow: none;
    display: block;
    cursor: pointer;
    outline: none;
    border: none;
    z-index: 1;
    position: absolute;
    top: calc((50% - 20px) / 2);
}

.cycle_btn_prev {
    left: calc(33.33% + (10px / 3));;
    background: url(../images/icons/arrow-left.svg) no-repeat;
    background-position: center;
    background-size: 32px;
}

.cycle_btn_next {
    right: calc(33.33% + (10px / 3));
    background: url(../images/icons/arrow-right.svg) no-repeat;
    background-position: center;
    background-size: 32px;
}

.preview_btn {
    box-shadow: none;
    display: inline-block;
    background: #495057 url(../images/icons/preview.svg) no-repeat;
    background-position: 10px center;
    background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    transition-duration: .35s;
    transition-property: color, background, box-shadow;
    transition-timing-function: ease-out;
}

.add_btn {
    width: auto;
    height: 32px;
    min-width: 100px;
    border: none;
    outline: none;
    font-size: 14px;
    display: block;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid var(--border-subtle);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-position: left !important;
    background-size: 22px !important;
    transition-duration: .25s;
    transition-property: box-shadow;
    transition-timing-function: ease-out;
}

.save_btn {
    box-shadow: none;
    display: inline-block;
    background-color: #3d348b;
    transition-duration: .35s;
    transition-property: color, background, box-shadow;
    transition-timing-function: ease-out;
}

.erase_btn {
    color: #212529 !important;
    box-shadow: none;
    display: inline-block;
    background-color: #f7b801;
    transition-duration: .35s;
    transition-property: color, background, box-shadow;
    transition-timing-function: ease-out;
}

.minimize_dialog_btn {
    width: 32px;
    height: 32px;
    box-shadow: none;
    display: block;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    transition-duration: .35s;
    transition-property: background, box-shadow;
    transition-timing-function: ease-out;
    background: url(../images/icons/close.svg) no-repeat;
    background-position: center;
    background-size: 32px;
}

.add_btn:hover,
.save_btn:hover,
.erase_btn:hover,
.search_btn:hover,
.refresh_btn:hover,
.preview_btn:hover {
    box-shadow: rgba(52, 58, 64, 0.25) 0px 30px 60px -12px inset, rgba(33, 37, 41, 0.3) 0px 18px 36px -18px inset;
}

dialog .control_row {
    width: calc(33% - (40px / 3));
    margin-left: unset;
}

dialog .control_row button {
    color: unset;
    margin-right: unset;
}

dialog .control_row .save_btn {
    color: #f8f9fa;
}

dialog h3 {
    font-size: 1.75vw;
    color: #f8f9fa;
    font-weight: 600;
    line-height: 32px;
    text-shadow: 3px 3px 5px rgba(33, 37, 41, 1);
}

dialog p {
    font-size: 16px;
    color: #f8f9fa;
    font-weight: 300;
    margin-top: 20px;
}


/*  END: UTILITIES  */

/*  GLOBAL ELEMENTS */

html {
    width: 100%;
    height: 100%;
}

body {
    height: 100vh;
    overflow: hidden;
}

dialog {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    z-index: 99;
    display: block;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    backdrop-filter: blur( 13px );
    -webkit-backdrop-filter: blur( 13px );
    background: rgba( 248, 249, 250, 0.25 );
    outline: 5000px solid rgba(33, 37, 41, 0.9);
    box-shadow: 0 8px 32px 0 rgba(33, 37, 41, 0.37);
}

input,
select,
textarea {
    height: 32px;
    border: none;
    outline: none;
    font-weight: 400;
    color: #212529;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f8f9fa;
    font-size: 16px;
}

.gold-gradient-text {
    background: linear-gradient(
        180deg,
        #FFF6C2 0%,     /* soft highlight */
        #F6D86B 25%,    /* light gold */
        #E6B800 55%,    /* Champion Gold */
        #C89200 75%,    /* deeper gold */
        #8A5E00 100%    /* shadow base */
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
	text-shadow: 0 0 18px rgba(230, 184, 0, 0.25);
}

:root[data-theme="light"] hr.spktkl-divider {
    border: none;
    height: 1px;
    width: 100%;
    margin: 20px 0;
    background: linear-gradient(
        to right,
        rgba(44, 44, 52, 0) 0%,           /* transparent */
        rgba(230, 184, 0, 0.35) 25%,      /* soft gold */
        rgba(230, 184, 0, 0.85) 50%,      /* strong gold center */
        rgba(230, 184, 0, 0.35) 75%,      /* fade */
        rgba(44, 44, 52, 0) 100%
    );
}

:root[data-theme="dark"] hr.spktkl-divider {
    border: none;
    height: 1px;
    width: 100%;
    margin: 20px 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(230, 184, 0, 0.4) 25%,
        rgba(230, 184, 0, 1) 50%,
        rgba(230, 184, 0, 0.4) 75%,
        rgba(255, 255, 255, 0) 100%
    );
}

.spktkl-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: radial-gradient(
        ellipse at center,
        rgba(230, 184, 0, 0.4) 0%,
        rgba(230, 184, 0, 0) 70%
    );
    pointer-events: none;
}

hr.spktkl-divider {
    position: relative;
    overflow: hidden;
    --spktkl-phase-size: 16%;
}

hr.spktkl-divider::before {
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: var(--spktkl-phase-size);
    position: absolute;
    transform: translateX(-50%);
    pointer-events: none;
    background: linear-gradient(
        to right,
        rgba(230, 184, 0, 0) 0%,
        rgba(230, 184, 0, 0.20) 15%,
        rgba(230, 184, 0, 0.95) 50%,
        rgba(230, 184, 0, 0.20) 85%,
        rgba(230, 184, 0, 0) 100%
    );
}

input, select { text-indent: 5px; }

textarea { resize: none; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; }

/*  END: GLOBAL ELEMENTS  */

/*  TOAST  */

.toast {
    width: 320px;
    height: 64px;
    display: block;
    z-index: 999999999999999999999999 !important;
    border-radius: var(--radius-2);
    transition: top 560ms cubic-bezier(0.22, 1, 0.36, 1), left 820ms ease-in-out, opacity 820ms ease-in-out, transform 300ms ease-out;
}

.toast.toast_enter {
    opacity: 0;
}

.toast.toast_visible {
    opacity: 1;
}

.toast.toast_exit {
    opacity: 0;
}

.toast[data-context="failure"] {
    color: #8D1E1E;
    border: 1px solid #8D1E1E;
    background: rgba(220, 86, 86, 1);
}

.toast[data-context="success"] {
    color: #1B7A3E;
    border: 1px solid #1B7A3E;
    background: rgba(120, 210, 145, 1);
}

.toast_left {
    width: 64px;
    height: 100%;
    float: left;
    clear: left;
}

.toast_right {
    width: 254px;
    height: 100%;
    float: left;
}

.toast_icon {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-size: 48px !important;
    background-position: center !important;
}

.toast_headline {
    width: 100%;
    height: 24px;
    font-size: 18px;
    display: block;
    position: relative;
    line-height: 32px;
    font-weight: 700;
}

/*  END: TOAST  */

/*  HEADER  */

header {
    width: 100%;
    height: 64px;
    position: relative;
    background:
    radial-gradient(900px 220px at 50% 0%,
      rgba(255,255,255,0.07) 0%,
      rgba(255,255,255,0.00) 70%);
    border-bottom: 1px solid var(--border-subtle);
}

.global_search_container {
    width: calc(33% - 20px);
    height: 100%;
    float: left;
    clear: left;
    margin-left: 20px;
    display: block;
}

.global_search_container button {
    width: 32px;
    height: 32px;
    float: left;
    clear: left;
    margin-top: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    user-select: none;
    background-position: left !important;
    background-size: 22px !important;
}

.global_search_container input {
    height: 32px;
    margin-top: 16px;
    margin-left: 10px;
    transition-duration: .25s;
    transition-property: width;
    transition-timing-function: ease-out;
}

.global_search_container input[data-status="open"] { width: 65%; }

.global_search_container input[data-status="closed"] { width: 0; }

#mobile_search_link {
    width: 32px;
    height: 32px;
    display: none;
    margin-top: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    background-position: left !important;
    background-size: 22px !important;
}

.logo_container {
    width: 33%;
    height: 100%;
    float: left;
    display: block;
}

header a.logo {
    width: 250px;
    height: 32px;
    word-wrap: normal;
    text-decoration: none;
}

header h1 {
    font-size: 32px;
    font-weight: 100;
    line-height: 64px;
    text-align: center;
    transition-duration: .25s;
    transition-property: text-shadow;
    transition-timing-function: ease-out;
    font-family: 'Archivo Black', sans-serif;
}

:root[data-theme="dark"] header h1 { text-shadow: 3px 3px 5px rgba(33, 37, 41, 1); }

:root[data-theme="light"] header h1 { text-shadow: 3px 3px 5px rgba(0,0,0,0.44); }

.header_btn_container {
    width: calc(33% - 20px);
    height: 100%;
    float: right;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
}

.header_btn_container > * {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}

.header_btn_container button {
    width: 32px;
    height: 32px;
    /* margin-top: 16px; */
    border: none;
    outline: none;
    cursor: pointer;
    user-select: none;
    background-position: center !important;
    background-size: 22px !important;
}

.header_drawer_caret {
    width: 12px;
    height: 12px;
    left: 0;
    top: 50px;
    z-index: 1101;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transform: translateX(-50%) translateY(-4px);
    transition: opacity .2s ease-out, transform .2s ease-out, visibility .2s ease-out;
    background-position: center !important;
    background-size: 12px !important;
    pointer-events: none;
}

.header_drawer_caret[data-status="open"] {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.header_btn_container .user_menu_btn {
    width: 32px;
    height: 32px;
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
}

:root[data-theme="dark"] .header_btn_container .user_menu_btn {
    color: #000;
    background: #FFF;
}

:root[data-theme="light"] .header_btn_container .user_menu_btn {
    color: #FFF;
    background: #000;
}

.user_menu_container {
    width: 250px;
    height: auto;
    top: 65px;
    z-index: 5;
    background-color: #212529;
    position: fixed;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition-duration: .25s;
    transition-property: right;
    transition-timing-function: ease-out;
    background:
    linear-gradient(to bottom,
      rgba(255,255,255,0.05) 0%,
      rgba(255,255,255,0.02) 40%,
      rgba(0,0,0,0.00) 100%),
    linear-gradient(to bottom,
      var(--panel-hi) 0%,
      var(--panel-base) 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.user_menu_container[data-status="open"] { right: 0; }

.user_menu_container[data-status="closed"] { right: -520px; }

.user_menu_link,
.user_menu_link:link,
.user_menu_link:visited,
.user_menu_container .user_menu_btn {
    width: 100%;
    height: auto;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 32px;
    text-indent: 62px;
    display: block;
    background-size: 22px !important;
    background-position: 20px center !important;
    text-decoration: none;
    transition-duration: .25s;
    transition-property: opacity;
    transition-timing-function: ease-out;
    border: 0;
    padding: 0;
    color: inherit;
    text-align: left;
    font-family: inherit;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
}

.user_menu_link:hover,
.user_menu_btn:hover {
    text-decoration: underline;
}

.user_menu_link:last-child,
.user_menu_form:last-child .user_menu_btn { margin-bottom: 20px; }

.user_menu_form {
    margin: 0;
    padding: 0;
}

.user_menu_container a.logout_btn {
    background: url(../images/icons/logout.svg) no-repeat;
    background-position: 20px center;
    background-size: 22px;
}

.user_menu_container a.preferences_btn {
    background: url(../images/icons/preferences.svg) no-repeat;
    background-position: 20px center;
    background-size: 22px;
}

.user_menu_container a.profile_btn {
    background: url(../images/icons/profile.svg) no-repeat;
    background-position: 20px center;
    background-size: 22px;
}

.drawer {
    width: 320px;
    min-height: 160px;
    max-height: calc(100vh - 120px);
    top: 64px;
    left: 20px;
    right: auto;
    z-index: 1100;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--border-subtle);
    border-top: none;
    transition: opacity .28s cubic-bezier(.22, .61, .36, 1),
                transform .32s cubic-bezier(.22, .61, .36, 1),
                visibility .28s ease-out;
    background:
    linear-gradient(to bottom,
      rgba(255,255,255,0.05) 0%,
      rgba(255,255,255,0.02) 40%,
      rgba(0,0,0,0.00) 100%),
    linear-gradient(to bottom,
      var(--panel-hi) 0%,
      var(--panel-base) 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 22px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 22px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 22px;
}

.drawer[data-status="open"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.drawer[data-status="closed"] {
    opacity: 0;
    visibility: hidden;
    transform: translateY(calc(-100% - 88px));
    pointer-events: none;
}

.drawer p {
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
}

/*  END: HEADER  */

/*  MAIN CONTENT  */

main {
    height: calc(100% - 101px);
    float: left;
    display: block;
    overflow: hidden;
    position: relative !important;
    transition-duration: .25s;
    transition-property: width;
    transition-timing-function: ease-out;
}

main[data-state="min_width"] { width: calc(100% - 500px); }

main[data-state="med_width"] { width: calc(100% - 312px); }

main[data-state="max_width"] { width: calc(100% - 124px); }

main[data-state="full_width"] { width: 100%; }

.main_content {
    width: calc(100% - 40px);
    height: calc(100% - 142px);
    margin-top: 20px;
    margin-left: 20px;
}

.navigation {
    height: calc(100% - 101px);
    display: block;
    position: relative;
    transition-duration: .25s;
    transition-property: width, font-size;
    transition-timing-function: ease-out;
    background: linear-gradient(to bottom,
    var(--rail-top) 0%,
    var(--rail-mid) 45%,
    var(--rail-bot) 100%);
}

.navigation[data-status="closed"] {
    font-size: 0;
    width: 62px;
}

.navigation[data-status="open"] {
    width: 250px;
}

.left_nav_toggle {
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    outline: none;
    right: 0;
    top: 10px;
    z-index: 2;
    position: absolute;
    background-position: center !important;
    background-size: 22px !important;
    transition-duration: .25s;
    transition-property: right;
    transition-timing-function: ease-out;
}

.right_nav_toggle {
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    outline: none;
    top: 10px;
    left: 0;
    z-index: 2;
    position: absolute;
    background-position: center !important;
    background-size: 22px !important;
    transition-duration: .25s;
    transition-property: left;
    transition-timing-function: ease-out;
}

#left_nav_menu[data-status="closed"] .left_nav_toggle { right: -10px; }

#right_nav_menu[data-status="closed"] .right_nav_toggle { left: -10px; }

.left_nav_link {
    width: 100%;
    height: calc(100% / 13);
    padding: 0;
    border: none;
    outline: none;
    display: flex;
    user-select: none;
    text-indent: 52px;
    align-items: center;
    justify-content: left;
    text-decoration: none;
    transition-duration: .25s;
    transition-property: background-color;
    transition-timing-function: ease-out;
    background-position: 20px center !important;
    background-size: 22px !important;
}

:root[data-theme="dark"] .left_nav_link:hover,
:root[data-theme="dark"] .right_nav_link:hover {
    background-color: #2C2C34;
}

:root[data-theme="light"] .left_nav_link:hover,
:root[data-theme="light"] .right_nav_link:hover {
    background-color: #E6B800;
}

:root[data-theme="dark"] .left_nav_link[data-active="true"],
:root[data-theme="dark"] .right_nav_link[data-active="true"] {
    background-color: #2C2C34;
}

:root[data-theme="light"] .left_nav_link[data-active="true"],
:root[data-theme="light"] .right_nav_link[data-active="true"] {
    background-color: #E6B800;
}

.right_nav_link {
    width: calc(100% - 52px);
    height: calc(100% / 13);
    padding: 0;
    border: none;
    outline: none;
    display: flex;
    user-select: none;
    padding-right: 52px;
    align-items: center;
    justify-content: right;
    text-decoration: none;
    transition-duration: .25s;
    transition-property: background-color;
    transition-timing-function: ease-out;
    background-position: right 20px center !important;
    background-size: 22px !important;
}

.page_content {
    width: 100%;
    height: 100%;
}

.headline_container {
    width: 100%;
    height: 62px;
}

.headline_container h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 62px;
    text-indent: 20px;
    user-select: none;
}

.headline_sub_container {
    width: calc(100% - 40px);
    height: 40px;
    margin-left: 20px;
}

.headline_sub_container p {
    font-size: 16px;
    line-height: 40px;
}

.content_container {
    width: 100%;
    height: 100%;
}

.inner_content_container {
    width: 100%;
    height: calc(100% - 104px);
    display: block;
    position: relative;
    margin-top: 20px;
}

.standard_body_container {
    width: calc(100% - 40px);
    height: calc(100% - 82px);
    display: block;
    position: relative;
    margin-left: 20px;
}

.nav_hub {
    width: 250px;
    height: calc(100% - 82px);
    float: left;
    clear: left;
    padding: 0;
    display: block;
    position: relative;
    margin-left: 20px;
    background:
    linear-gradient(to bottom,
      rgba(255,255,255,0.05) 0%,
      rgba(255,255,255,0.02) 40%,
      rgba(0,0,0,0.00) 100%),
    linear-gradient(to bottom,
      var(--panel-hi) 0%,
      var(--panel-base) 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.hub_content {
    width: calc(100% - 310px);
    height: calc(100% - 82px);
    float: left;
    margin-left: 20px;
}

.hub_content_scroll {
    width: calc(100% - 290px);
    height: calc(100% - 62px);
    float: left;
    margin-left: 20px;
    overflow-y: scroll;
}

.mobile_section_nav {
    width: calc(100% - 32px);
    height: 44px;
    margin: 0 16px 10px;
    display: none;
    position: sticky;
    top: 0;
    z-index: 30;
}

.mobile_section_trigger {
    width: 100%;
    height: 44px;
    border: 1px solid rgba(230, 184, 0, 0.32);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    background:
    radial-gradient(900px 220px at 50% 0%,
      rgba(255,255,255,0.07) 0%,
      rgba(255,255,255,0.00) 70%),
    rgba(11, 12, 16, 0.74);
    box-shadow:
      0 6px 14px rgba(0, 0, 0, 0.24),
      0 0 14px rgba(230, 184, 0, 0.08) inset;
}

.mobile_section_label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 60px);
}

.mobile_section_hint {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.72);
}

#mobile_section_scrim {
    position: fixed;
    inset: 64px 0 35px 0;
    z-index: 1090;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.48);
    transition: opacity .2s ease-out, visibility .2s ease-out;
}

#mobile_section_scrim[data-status="open"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#mobile_section_sheet {
    width: calc(100% - 24px);
    max-width: 420px;
    max-height: calc(100vh - 118px);
    top: 72px;
    left: 50%;
    z-index: 1091;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(230, 184, 0, 0.28);
    transform: translate(-50%, -12px);
    transition: opacity .22s ease-out, visibility .22s ease-out, transform .22s ease-out;
    background:
    linear-gradient(to bottom,
      rgba(255,255,255,0.05) 0%,
      rgba(255,255,255,0.02) 40%,
      rgba(0,0,0,0.00) 100%),
    linear-gradient(to bottom,
      var(--panel-hi) 0%,
      var(--panel-base) 100%);
    box-shadow: rgba(0, 0, 0, 0.42) 0 10px 24px;
}

#mobile_section_sheet[data-status="open"] {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.mobile_section_sheet_header {
    width: 100%;
    height: 46px;
    padding: 0 12px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(230, 184, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile_section_sheet_header h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 46px;
}

.mobile_section_close_btn {
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    background: transparent;
    background-position: center !important;
    background-size: 20px !important;
}

.mobile_section_list {
    width: 100%;
    max-height: calc(100vh - 170px);
    overflow-y: auto;
}

.mobile_section_link,
.mobile_section_link:link,
.mobile_section_link:visited {
    width: 100%;
    min-height: 42px;
    font-size: 13px;
    line-height: 42px;
    display: block;
    text-decoration: none;
    padding: 0 14px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(230, 184, 0, 0.08);
}

.mobile_section_link:hover {
    background: rgba(255, 255, 255, 0.05);
}

.mobile_section_link[aria-current="page"] {
    font-weight: 700;
    color: #E6B800;
    background: rgba(230, 184, 0, 0.12);
}

/* .hub_content h3 {
    font-size: 18px;
    line-height: 32px;
    user-select: none;
} */

.content_header {
    width: 100%;
    height: 32px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.content_header h3 {
    float: left;
    display: block;
    line-height: 32px;
    position: relative;
}

.left_content {
	height: 100%;
	position: relative;
	margin-left: 20px;
    float: left;
    clear: left;
	padding: 0;
    transition-duration: .25s;
    transition-property: width;
    transition-timing-function: ease-out;
}

.left_content[data-content-sizing="min_width"] {
    width: calc((100% - 250px) - 40px);
}

.left_content[data-content-sizing="max_width"] {
    width: calc((100% - 62px) - 40px);
}

.right_content_rail {
    height: 100%;
    float: right;
    outline: 1px solid var(--border-subtle);
    transition-duration: .25s;
    transition-property: width, font-size;
    transition-timing-function: ease-out;
}

.right_content_rail[data-status="open"] {
    width: 250px;
}

.right_content_rail[data-status="closed"] {
    width: 62px;
    font-size: 0;
}

.right_content_rail_header {
    width: 100%;
    height: 64px;
    outline: 1px solid var(--border-subtle);
}

.right_content_rail_toggle_container {
    width: 32px;
    height: 100%;
    float: left;
    clear: left;
}

.right_content_rail_toggle_container button {
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    outline: none;
    margin-top: 16px;
    background-position: center !important;
    background-size: 22px !important;
}

.right_content_rail_headline {
    width: calc(60% - 32px);
    height: 100%;
    float: left;
}

.right_content_rail_headline h3 {
    user-select: none;
    line-height: 64px;
    transition-duration: .25s;
    transition-property: font-size;
    transition-timing-function: ease-out;
}

.right_content_rail[data-status="open"] .right_content_rail_headline h3 { font-size: 16px; }

.right_content_rail[data-status="closed"] .right_content_rail_headline h3 { font-size: 0; }

.right_content_rail_header_controls {
    width: calc(40% - 20px);
    height: 100%;
    float: right;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
}

.right_content_rail_header_controls button {
    border: none;
    outline: none;
    cursor: pointer;
    user-select: none;
    transition-duration: .25s;
    transition-property: width, height;
    transition-timing-function: ease-out;
    background-position: center !important;
    background-size: 22px !important;
}

.right_content_rail[data-status="open"] .right_content_rail_header_controls > * {
    width: 32px;
    height: 32px;
}

.right_content_rail[data-status="closed"] .right_content_rail_header_controls > * {
    width: 0;
    height: 0;
}

.right_content_rail[data-status="open"] .right_content_rail_body { opacity: 1; }

.right_content_rail[data-status="closed"] .right_content_rail_body { opacity: 0; }

.right_content_rail_header_controls > * {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.right_content_rail_body {
    width: 100%;
    height: calc(100% - 128px);
    transition-duration: .25s;
    transition-property: opacity;
    transition-timing-function: ease-out;
}

.right_content_rail_footer {
    width: 100%;
    height: 64px;
    outline: 1px solid var(--border-subtle);
}

/*  END: MAIN CONTENT  */

/*  FOOTER  */

footer {
    width: 100%;
    height: 35px;
    font-size: 11px;
    text-align: center;
    position: fixed !important;
    bottom: 0;
    left: 0;
    border-top: 1px solid var(--border-subtle);
}

footer nav {
    width: calc(100% - 40px);
    float: left;
    clear: left;
    margin-left:20px;
    line-height: 35px;
}

footer nav a,
footer nav a:link,
footer nav a:visited,
footer small {
    font-size: 11px;
    text-decoration: none;
}

/*  END: FOOTER  */

/*  VIEW LOADER  */

.view_loader {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    opacity: 1;
    z-index: 10;
    background: #3b3f4a;
    transition-duration: .25s;
    transition-property: opacity;
    transition-timing-function: ease-out;
}

.view_loader[data-status="hidden"] { opacity: 0; }

.view_loader_icon {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: 175px;
    background: url(../images/icons/loading-white.svg) no-repeat;
    background-position: center;
    background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.lbl_loading {
    width: 100%;
    color: #fff;
    font-size: 48px;
    font-weight: 100;
    margin-top: 50px;
    text-align: center;
    display: inline-block;
    letter-spacing: .05em;
    animation: flash 1s infinite;
    -moz-animation: flash 1s infinite;
    -webkit-animation: flash 1s infinite;
    animation-direction: alternate-reverse;
    -moz-animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
}

/*  END: VIEW LOADER  */

/*  DOB PICKER  */

#dob_container {
    width: 100%;
    height: 32px;
    display: block;
}

.spktkl-dob-picker {
    width: 100%;
    gap: 6px;
    display: grid;
    grid-template-columns: 1.25fr 0.8fr 0.95fr;
}

.spktkl-dob-column {
    min-width: 0;
}

.spktkl-dob-label {
    display: block;
    font-size: 10px !important;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 4px;
}

.spktkl-dob-wheel {
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    touch-action: none;
    border: 1px solid rgba(230, 184, 0, 0.26);
    background:
      linear-gradient(to bottom, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 35%, rgba(0,0,0,0.18) 100%),
      rgba(8, 8, 11, 0.62);
}

.spktkl-dob-wheel:focus-visible {
    outline: 2px solid rgba(230, 184, 0, 0.7);
    outline-offset: 1px;
}

.spktkl-dob-wheel::before,
.spktkl-dob-wheel::after {
    content: "";
    left: 0;
    right: 0;
    z-index: 3;
    height: 34px;
    pointer-events: none;
    position: absolute;
}

.spktkl-dob-wheel::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(7, 7, 9, 0.9) 0%, rgba(7, 7, 9, 0) 100%);
}

.spktkl-dob-wheel::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(7, 7, 9, 0.9) 0%, rgba(7, 7, 9, 0) 100%);
}

.spktkl-dob-track {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    will-change: transform;
}

.spktkl-dob-row {
    height: 32px;
    border: 0;
    width: 100%;
    padding: 0 8px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.64);
    background: transparent;
    transition: color 180ms ease, transform 200ms ease;
}

.spktkl-dob-row[data-selected="true"] {
    color: #FFD76A;
    font-weight: 600;
}

.spktkl-dob-selection {
    left: 6px;
    right: 6px;
    top: 34px;
    z-index: 2;
    height: 32px;
    position: absolute;
    border-radius: 8px;
    border-top: 1px solid rgba(230, 184, 0, 0.4);
    border-bottom: 1px solid rgba(230, 184, 0, 0.4);
    background: linear-gradient(to bottom, rgba(230, 184, 0, 0.14), rgba(230, 184, 0, 0.06));
    box-shadow: 0 0 12px rgba(230, 184, 0, 0.12) inset;
    pointer-events: none;
}

/*  END: DOB PICKER  */

/*  DASHBOARD  */

.dashboard_left_3_quarter {
    width: calc(65% - 10px);
    height: 100%;
    float: left;
    clear: left;
    display: block;
    position: relative;
}

.dashboard_right_1_quarter {
    width: calc(35% - 10px);
    height: 100%;
    float: right;
    display: block;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.widget_row {
    width: 100%;
    height: 172px;
    margin-top: 20px;
}

.double_widget_row {
    width: 100%;
    height: 256px;
    margin-top: 20px;
}

.widget_row:first-child { margin-top: unset; }

.widget_row .half_widget:first-child,
.widget_row .third_widget:first-child {
    clear: left;
    margin-right: 20px;
}

.widget_row .third_widget:last-child {
    float: right;
}

.two_thirds_widget {
    width: calc(66.66% - 12px);
    height: 100%;
    display: block;
    position: relative;
}

.one_third_widget {
    width: calc(33.33% - 12px);
    height: 100%;
    display: block;
    position: relative;
}

.tall_full_widget {
    width: calc(100% - 2px);
    height: 640px;
    float: left;
    display: block;
    position: relative;
}

.full_widget {
    width: calc(100% - 2px);
    height: 100%;
    float: left;
    display: block;
    position: relative;
}

.half_widget {
    width: calc(50% - 12px);
    height: 100%;
    float: left;
    display: block;
    position: relative;
}

.widget_row .third_widget {
    width: calc(33.33% - (46px / 3));
    height: 100%;
    float: left;
    display: block;
    position: relative;
}

/* .dashboard_widget {
    background: rgba( 255, 255, 255, 0.25 );
    //box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
} */

.dashboard_widget {
    /* background: rgba(33,37,41,1); */
    background: #343a40;
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}

.widget_item {
    width: calc(100% - 40px);
    height: 64px;
    margin-left: 20px;
}

.widget_item a,
.widget_item a:link,
.widget_item a:visited {
    width: 100%;
    height: calc(100% - 1px);
    display: block;
    cursor: pointer;
    background: none;
    border-radius: 0;
    color: #adb5bd;
    position: relative;
    text-decoration: none;
    border-top: 1px solid #212529;
    transition-duration: .35s;
    transition-property: background, border-radius;
    transition-timing-function: ease-out;
}

.widget_item a:hover {
    background: #212529;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.widget_item_link_left {
    width: 68px;
    height: 100%;
    float: left;
    clear: left;
    display: block;
}

.widget_item_link_right {
    width: calc(100% - 68px);
    height: 100%;
    float: left;
    display: block;
}

.widget_item_row {
    width: 100%;
    height: 50%;
    display: block;
}

.widget_item_row span {
    color: #adb5bd;
    line-height: 32px;
    font-size: .75vw;
}


/*  END: DASHBOARD  */

/*  FILE DROP  */

.file_drop_container {
    width: calc(100% - 4px);
    height: calc(100% - 10px);
    display: block;
    box-shadow: none;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /* background: #343a40; */
    border: 2px dashed #adb5bd;
    transition-duration: .35s;
    transition-property: box-shadow;
    transition-timing-function: ease-out;
}

.file_drop_container[data-status="active"] {
    box-shadow: rgba(173, 181, 189, 0.35) 0px 5px 15px;
    -moz-box-shadow: rgba(173, 181, 189, 0.35) 0px 5px 15px;
    -webkit-box-shadow: rgba(173, 181, 189, 0.35) 0px 5px 15px;
}

.file_drop_container p {
    width: 100%;
    height: 32px;
    color: #adb5bd;
    font-weight: 300;
    margin-top: 20px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
}

.file_drop_container strong {
    font-weight: 600;
    text-decoration: underline;
}

.file_drop_container input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    margin-top: -52px;
    position: absolute;
    background-color: unset;
}

/*  END: FILE DROP  */

/*  NOTIFICATION BOX  */

.notification_box {
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
    background: #fff;
    padding: 24px;
    z-index: 100;
    pointer-events: auto;
    box-sizing: border-box;
    color: rgba(0,0,0,.87);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.notification_box[data-status="visible"] {
    opacity: 1;
}

.notification_box[data-status="hidden"] {
    opacity: 0;
}

/*  END: NOTIFICATION BOX  */

/*  TOGGLE SWITCH */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 32px;
    border: none;
    outline: none;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #adb5bd;
    -webkit-transition: .35s;
    transition: .35s;
}
  
.slider:before {
    position: absolute;
    content: "⬤";
    height: 26px;
    width: 26px;
    left: 3px;
    bottom: 3px;
    line-height: 26px;
    font-weight: 600;
    font-size: .75vw;
    text-align: center;
    color: #adb5bd;
    background-color: #f8f9fa;
    -webkit-transition: .35s;
    transition: .35s;
}

input:checked + .slider {
    background-color: #79D663;
}

input:focus + .slider {
    box-shadow: 0 0 1px #79D663;
}

input:checked + .slider:before {
    content: "⬤";
    line-height: 26px;
    font-weight: 600;
    font-size: .75vw;
    color: #79D663;
    text-align: center;
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.layout_controls {
    width: fit-content;
    height: auto;
    float: none;
    gap: 0;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(230, 184, 0, 0.34);
    border-radius: 999px;
    background:
    radial-gradient(900px 220px at 50% 0%,
      rgba(255,255,255,0.07) 0%,
      rgba(255,255,255,0.00) 70%);
    box-shadow:
      0 4px 12px rgba(0, 0, 0, 0.26),
      0 0 18px rgba(230, 184, 0, 0.08) inset;
}

.layout_btn {
    width: 46px;
    height: 30px;
    cursor: pointer;
    border-radius: 999px;
    border: none;
    background-color: transparent;
    background-position: center !important;
    background-size: 18px !important;
    transition: color 160ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.layout_btn[data-active="true"] {
    color: #E6B800;
    background: rgba(230, 184, 0, 0.12);
    box-shadow:
      0 0 0 1px rgba(230, 184, 0, 0.32) inset,
      0 0 10px rgba(230, 184, 0, 0.16);
}

/*  END: TOGGLE SWITCH  */

/*  SELECT BOX  */

:root {
    --select-border: #323F5D;
    --select-focus: #323F5D;
    --select-arrow: var(--select-border);
}

/*  END: SELECT BOX  */

/*  PLACEHOLDER  */

::placeholder {
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    color: #999;
}

/*  END: PLACEHOLDER  */

/*  LOGOS  */

.visa_logo {
    background: url(../images/logo/third_party/visa.svg) no-repeat;
}

.mastercard_logo {
    background: url(../images/logo/third_party/mastercard.svg) no-repeat;
}

/*  END: LOGOS  */

/*  BROWSER SCROLLBAR  */

::-webkit-scrollbar {
    width: 10px;
    position: fixed;
    top: 0;
    right: 0;
}

::-webkit-scrollbar-track {
    padding: 0;
    border: none;
    outline: none;
    background: #adb5bd;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #212529;
}

::-webkit-scrollbar-corner {
    background: none;
    background-color: transparent;
}

/*  END: BROWSER SCROLLBAR  */

/*  ANIMATION  */

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }

@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@-moz-keyframes flash {
    from { opacity: 1; }
    to { opacity: 0; }
}

@-webkit-keyframes flash {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes flash {
    from { opacity: 1; }
    to { opacity: 0; }
}

@-webkit-keyframes BackgroundChange {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-moz-keyframes BackgroundChange {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-o-keyframes BackgroundChange {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@keyframes BackgroundChange { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/*  END: ANIMATION  */

/*
Responsive rail strategy:
- <=1279px: use left drawer overlay, remove right rail nav from layout flow.
- <=959px: keep same drawer behavior with tighter touch spacing if needed.
*/
@media (max-width: 1279px) {

    /* Right rail nav hidden from layout flow */
    #right_nav_menu.navigation {
        display: none !important;
    }

    /*
    Drawer pattern:
    - overlay, not layout-participating
    - closed by default via data-status
    - opened through fixed toggle button
    */
    #left_nav_menu.navigation {
        display: block !important;
        width: 250px !important;
        font-size: inherit !important;
        position: fixed !important;
        top: 66px;
        bottom: 35px;
        left: -250px;
        z-index: 1000;
        overflow-y: hidden;
        overflow-x: hidden;
        border-right: 1px solid rgba(230, 184, 0, 0.22);
        transition: left .3s cubic-bezier(.22, .61, .36, 1), box-shadow .24s ease-out;
        box-shadow: none;
        will-change: left;
    }

    #left_nav_menu.navigation[data-status="open"] {
        left: 0;
        overflow-y: auto;
        box-shadow:
          0 12px 28px rgba(0, 0, 0, 0.42),
          0 0 24px rgba(230, 184, 0, 0.07) inset;
    }

    #left_nav_menu.navigation[data-status="closed"] {
        left: -250px;
    }

    #left_nav_menu.navigation .left_nav_link {
        height: 48px;
        opacity: 1;
        transform: translateX(0);
        transition: opacity .18s ease-out, transform .2s ease-out;
    }

    #left_nav_menu.navigation[data-status="closed"] .left_nav_link {
        opacity: 0;
        transform: translateX(-10px);
        pointer-events: none;
    }

    /* IMPORTANT: select by ID (inside nav) to beat previous hide rules. */
    #left_nav_menu #left_nav_toggle {
        display: block !important;
        width: 40px;
        height: 40px;
        left: 10px !important;
        right: unset !important;
        top: 72px !important;
        z-index: 1002;
        position: fixed !important;
        border-radius: 999px;
        border: 1px solid rgba(230, 184, 0, 0.42);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        background-color: rgba(10, 11, 16, 0.86);
        transition: background-color .2s ease-out, box-shadow .2s ease-out;
        box-shadow:
          0 8px 18px rgba(0, 0, 0, 0.34),
          0 0 16px rgba(230, 184, 0, 0.1) inset;
    }

    #left_nav_menu #left_nav_toggle:hover {
        background-color: rgba(18, 20, 28, 0.92);
        box-shadow:
          0 10px 22px rgba(0, 0, 0, 0.38),
          0 0 18px rgba(230, 184, 0, 0.14) inset;
    }

    #mobile_nav_scrim {
        position: fixed;
        inset: 66px 0 35px 0;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        background: rgba(0, 0, 0, 0.48);
        transition: opacity .22s ease-out, visibility .22s ease-out;
    }

    #mobile_nav_scrim[data-status="open"] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    main,
    main[data-state="min_width"],
    main[data-state="med_width"],
    main[data-state="max_width"],
    main[data-state="full_width"] {
        width: 100% !important;
    }
}

@media (max-width: 959px) {
    .nav_hub {
        display: none !important;
    }

    .mobile_section_nav {
        display: block;
    }

    .hub_content,
    .hub_content_scroll {
        width: calc(100% - 32px);
        height: calc(100% - 92px);
        margin-left: 16px;
    }

    .headline_container h2 {
        font-size: 24px;
    }

    /* Slightly roomier hit area for smaller screens */
    #left_nav_menu #left_nav_toggle {
        width: 42px;
        height: 42px;
        top: 70px !important;
    }

    .headline_container h2 {
        font-size: 22px;
        text-indent: unset;
        text-align: center;
    }
}

@media (max-width: 640px) {
    #global_search_btn,
    #global_search_input {
        display: none !important;
    }

    #mobile_search_link {
        display: block;
    }

    .global_search_container {
        width: calc(33% - 10px);
        margin-left: 10px;
    }
}

@media (max-width: 1025px) {

    .control_btn {
        font-size: 0;
    }

}

@media (max-width: 980px) {

    .panel_heading_container h3 {
        font-size: 18px;
        line-height: unset;
        text-align: center;
        text-decoration: underline;
    }

    .heading_wrapper {
        width: 100%;
        height: 50%;
        float: left;
    }

    .updated_time_wrapper {
        width: 100%;
        height: 50%;
        float: left;
    }

    .time_wrapper {
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    .updated_time_controls {
        margin-top: unset;
    }

    .panel_heading_container label {
        width: unset;
        min-width: unset;
        line-height: unset;
        text-align: center;
    }

    .panel_icon { display: none; }

}
