﻿@font-face {
    font-family: 'Orbitron'; /* A name you choose for this font */
    src: url('/Fonts/Orbitron/Orbitron.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Saira';
    src: url('/Fonts/Saira/Saira-VariableFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Saira';
    src: url('/Fonts/Saira/Saira-Italic-VariableFont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/Fonts/Montserrat/Montserrat-VariableFont.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/Fonts/Montserrat/Montserrat-Italic-VariableFont.ttf') format('truetype');
    font-weight:normal;
    font-style: italic;
}


/* --- Master Glaziers SQL Portal ---*/
/* DEFAULTS
----------------------------------------------------------*/
/* Colours */
:root {
    --novus-blue: #005DAA;
    --novus-lightblue: #488bca;
    --novus-red: #DC0032;
    --novus-blue-darker: color-mix(in hsl shorter hue, var(--novus-blue) 100%, #000000 20%);
    --novus-blue-lighter: color-mix(in hsl shorter hue, var(--novus-blue) 100%, #ffffff 20%);
    --novus-lightblue-darker: color-mix(in hsl shorter hue, var(--novus-lightblue) 100%, #000000 20%);
    --novus-lightblue-lighter: color-mix(in hsl shorter hue, var(--novus-lightblue) 100%, #ffffff 20%);
    --novus-red-darker: color-mix(in hsl shorter hue, var(--novus-red) 100%, #000000 20%);
    --novus-red-lighter: color-mix(in hsl shorter hue, var(--novus-red) 100%, #ffffff 20%);
}
/* Theme */
:root {
    --button-style1-bg: var(--novus-blue);
    --button-style1-hoverbg: var(--novus-blue-darker);
    --button-style1-activebg: var(--novus-red);
    --button-style1-color: #fff;
}


body {
    background: #454f53;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #666666;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.4em;
    color: var(--novus-blue);
    text-transform: none;
    font-weight: 200;
    margin-bottom: 10px;
}

h1 {
    font-size: 20px;
    margin: 5px 0px 10px 0px;
}

h2 {
    font-size: 22px;
    margin: 5px 0px 10px 0px;
}

h3 {
    font-size: 16px;
    margin: 5px 0px 10px 0px;
}

h4 {
    font-size: 14px;
    margin: 5px 0px 10px 0px;
}

h5, h6 {
    font-size: 12;
    margin: 5px 0px 10px 0px;
}

input.btn_blue {
    border: none;
    background: url(../images/btn_blue_bg.png) repeat-x #6bb9d6;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 1200px;
    margin: 10px auto 35px;
    font-size: 12px;
}

.page_main {
    background: #fff;
    padding: 20px;
    border-radius:12px;
}

.radius_top_left {
    background: url(../images/radius_top_left.png) no-repeat left top;
}

.radius_top_right {
    background: url(../images/radius_top_right.png) no-repeat right top;
}

.radius_bot_left {
    background: url(../images/radius_bot_left.png) no-repeat left bottom;
}

.radius_bot_right {
    background: url(../images/radius_bot_right.png) no-repeat right bottom;
}

.radius_bg {
    height: 10px;
    margin: 0px 10px;
    background: #fff;
}

.header {
    position: relative;
    margin: -11px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    width: 100%;
    background: url(../images/main_bg.png) no-repeat 478px 0px;
}

.logo {
    float: left;
}

.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
    min-height: 500px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    line-height: normal;
    width: 491px;
    margin-left: 180px;
    float: left;
}

.fooer_mid {
    background: #fff;
    font-size: 24px;
    color: #135091;
    padding-top:4px;
    padding-bottom:6px;
    padding-left:10px;
    padding-right:10px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}

.fooer_mid_txt {
    margin: 0px 0px 0px 0px;
}

.login_style {
    float: left;
    color: #fff;
    padding: 8px 10px;
}

    .login_style a {
        color: #fff;
        text-decoration: none;
    }

        .login_style a:hover {
            text-decoration: underline;
        }

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #6bb9d6;
    width: 100%;
}


    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #6bb9d6;
            border: 1px #6bb9d6 solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}


/* ********** Menu ************** */
#top_menu {
    background: var(--novus-blue);
    position: relative;
    top: -20px;
    padding-left:20px;
    padding-right:20px;
    width: 100%;
    box-sizing:border-box;
}

    #top_menu:has(ul) {
        border-bottom: 2px solid var(--novus-red);
    }

    #gomenu ul {
        margin: 0px;
        padding: 0px 0px;
        display: block;
    }

    #gomenu ul {
        display: inline-block;
    }

    #gomenu ul:after {
        content: ".";
        font-size: 0px;
        height: 0px;
        display: block;
        clear: both;
        visibility: hidden;
    }

    #gomenu ul {
        margin: 0px;
        padding: 0px 0px;
        display: block;
    }
        
    #gomenu li.has-popup:hover ul.dynamic,
    #gomenu li.has-popup:has(:hover) ul.dynamic {
        display: grid !important;
        visibility: visible;
    }

    #gomenu li {
        list-style: none none outside;
        float: left;
        position: relative;
        margin: 0px 0px;
        padding: 0px;
        margin-right: 1px;
    }

    #gomenu ul li a {
        text-decoration: none;
        display: block;
        cursor: pointer;
        font-size: 0.8rem;
        width: auto;
        float: left;
        line-height: 24px;
        padding-bottom: 4px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: var(--button-style1-color);
        background:transparent;
        border:none;
    }
    
    #gomenu ul.dynamic li:not(:hover) a {
        background:transparent;
    }
    
    #gomenu ul li span {
        padding: 0px 15px 0px 15px;
        display: block;
        white-space: nowrap;
    }

    #gomenu ul li span img {
        vertical-align: middle;
    }

    #gomenu ul li a:hover,
    #gomenu ul.level1 li a.highlighted {
        background: var(--button-style1-hoverbg);
    }
    
    #gomenu ul li a:active {
        background: var(--button-style1-activebg);
    }

    #gomenu ul li a:hover span {
        color: #000;
    }

    #gomenu ul li.current a {
        text-decoration: none;
        background: none;
    }

    #gomenu ul li.current span {
        color: #000;
    }

    #gomenu ul li.current .menuslide span {
        background: transparent;
    }

    #gomenu ul li a.menu_hover {
        background: none;
    }

    #gomenu ul li a.menu_hover span {
        color: #000;
        text-decoration: none;
    }


    /* ********** Sub Menu ************** */
    #gomenu .menuslide {
        display: none;
        float: left;
        overflow: hidden;
        position: absolute;
    }

        #gomenu .menuslide div {
            margin-top: -1px;
        }

    #gomenu img {
        display: none;
    }

    #gomenu .menuslide ul {
        display: none;
        left: 0px;
        border: 1px solid #b3b3b3;
        float: left;
        position: relative;
        margin: 0px;
        background: #6bb9d6;
        padding: 0px;
    }

        #gomenu .menuslide ul li {
            display: block;
            clear: both;
            padding: 0px;
            background: none;
            margin: 0px;
        }

            #gomenu .menuslide ul li span {
                color: #fff;
                display: block;
                padding: 0 20px 0 10px;
                margin: 0px;
                background: none;
            }

                #gomenu .menuslide ul li span img {
                    vertical-align: middle;
                }

            #gomenu .menuslide ul li a {
                display: block;
                font-weight: normal;
                font-size: 12px;
                margin: 0px;
                padding: 0px;
                background: none;
                float: left;
                line-height: 26px;
            }

        #gomenu .menuslide ul a:hover {
            width: 100%;
            background: none;
            padding: 0px;
            line-height: 26px;
            background: #efefef;
        }

            #gomenu .menuslide ul a:hover span {
                color: #000;
                margin: 0px;
                background: none;
            }

    #gomenu .menuslide ul {
        float: left;
        left: 0px;
        position: relative;
    }

        #gomenu .menuslide ul li a.menu_hover {
            background: #efefef;
            color: #000;
        }

    #gomenu .menuslide a.menu_hover span {
        background: none;
        margin: 0px;
        color: #000;
    }

    #gomenu .menuslide ul > li.dir > a {
        background: url(../images/icon-1.gif) 96% 50% no-repeat;
    }

        #gomenu .menuslide ul > li.dir > a:hover {
            background: url(../images/icon-2.gif) 96% 50% no-repeat #efefef;
        }

        #gomenu .menuslide ul > li.dir > a.menu_hover {
            background: url(../images/icon-2.gif) 96% 50% no-repeat #efefef;
        }

/* MISC  
----------------------------------------------------------*/
.container {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:calc(100% - 5vw); 
}
.clearfix:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

.head_title {
    float: right;
    text-align: right;
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    color: #135091;
}

    .head_title img {
        margin-bottom: 10px;
    }

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/*---------Media - Print---------*/

@media print {
.logo {
    font-size: 24px;
    }

.top_menu, .radius_bg, .radius_bot_left, .radius_bot_right, .radius_top_left, .radius_top_right, .fooer_mid_txt, .head_title {
    display: none;
        }
.page_main {
    width: 100%;
}

}
.td1w {
    width: 10%
}

.td4w {
    width: 30%
}

/*================= Seasonal Effects ======================*/
.header.xmas {
    background: url(../images/xmasbanner.png) no-repeat 470px;
    background-size: 41% auto;
    background-position-y: -25px;
    padding-top:10px;

}

.seasonalBanner {
    height: 100%;
    position: fixed;
    display: block;
    background-color: transparent;
    z-index: -3;
    top: 0%;
    bottom: 0%;
    width: var(--seasonalBanner-width);
}

#seasonalBanner1 {
    left: 0px;
}

#seasonalBanner2.xmas {
    width: 30%;
    right: 0px;
    bottom: 0px;
    background: url("../images/xmasTree.png") no-repeat;
    background-size: auto 90%;
    background-position-x: left;
    background-position-y: bottom;
}

.PageBg {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    margin:-20px;
    margin-top:-20px;
    padding:20px;
    padding-bottom:10px;
    border-radius:12px;
    background-color: #fff;
    z-index: -4;
}
/* ===================== Clock widget ================= */
.clock {
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: 0.15s ease-in-out;
}
.clock .period {
    text-transform:uppercase;
}
.clock-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
    width: auto;
    top: 5vh;
    bottom: 5vh;
    user-select: none;
    pointer-events: none;
    left: 2.5vw;
    z-index:5;
}
.clock-container:last-of-type {
    left: unset;
    right: 2.5vw;
}
.clock-container.stack-top {
    justify-content:start;
    gap:1rem;
}
    .clock-container.stack-bottom {
        justify-content: end;
        gap: 1rem;
    }
.clock-container.stack-left {
    flex-wrap: wrap;
    left: 2.5vw;
    right: unset;
    top:2.5vh;
    bottom:2.5vh;
}
    .clock-container.stack-right {
        flex-wrap: wrap;
        left: unset;
        right: 2.5vw;
        top: 2.5vh;
        bottom: 2.5vh;
    }

/* square/box clock */
@media (prefers-color-scheme: dark){
    .square {
        --tzcw-shadow: inset 0.2rem 0.2rem 0.2rem 0 rgba(255, 255, 255, 0.35), inset -0.2rem -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.5), 0px 0px 0.35rem 0px rgba(20,20,20,0.7);
        --tzcw-background: #504d4d;
        --tzcw-border-top-left: #686360;
        --tzcw-border-bottom-right: #605b5a;
        --tzcw-time-background: #202320;
        --tzcw-time-border: #605b5a;
        --tzcw-state-color: #d2d0d0;
    }
}
@media (prefers-color-scheme: light){
    .square {
        --tzcw-shadow: inset 0.2rem 0.2rem 0.2rem 0 rgba(255, 255, 255, 0.5), inset -0.2rem -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.5), 0px 0px 0.35rem 0px rgba(20,20,20,0.7);
        --tzcw-background: #d8d3d0;
        --tzcw-border-top-left: #f8f3f0;
        --tzcw-border-bottom-right: #686360;
        --tzcw-time-background: #414040;
        --tzcw-time-border: #efeae8;
        --tzcw-state-color: #38322d;
    }
}
.square {
    box-shadow: var(--tzcw-shadow);
    border-radius: 0.5rem;
    padding: 0.55rem;
    background: var(--tzcw-background);
    border: 0.5px solid;
    border-top-color: var(--tzcw-border-top-left);
    border-left-color: var(--tzcw-border-top-left);
    border-right-color: var(--tzcw-border-bottom-right);
    border-bottom-color: var(--tzcw-border-bottom-right);
}
    .square.light {
        box-shadow: inset 0.2rem 0.2rem 0.2rem 0 rgba(255, 255, 255, 0.5), inset -0.2rem -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.5), 0px 0px 0.35rem 0px rgba(20,20,20,0.7);
        background: #d8d3d0;
        border-top-color: #f8f3f0;
        border-left-color: #f8f3f0;
        border-right-color: #686360;
        border-bottom-color: #686360;
    }
    .square.dark {
        box-shadow: inset 0.2rem 0.2rem 0.2rem 0 rgba(255, 255, 255, 0.35), inset -0.2rem -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.5), 0px 0px 0.35rem 0px rgba(20,20,20,0.7);
        background: #504d4d;
        border-top-color: #686360;
        border-left-color: #686360;
        border-right-color: #605b5a;
        border-bottom-color: #605b5a;
    }

    .square .clock-wrapper {
        display: flex;
        flex-direction: column;
    }

    .square .time-wrapper {
        display:flex;
        flex-direction:row;
        justify-content:center;
        border-width: 0.2rem;
        border-color: var(--tzcw-time-border);
        border-style: inset;
        padding: 0.25rem 0.5rem;
        font-family: Orbitron;
        font-weight: 600;
        font-size:1rem;
        letter-spacing: 0.15rem;
        background: var(--tzcw-time-background);
        color: #35de4b;
        text-shadow: 0px 0px 0.1rem #009814;
        border-radius: 0.15rem;
        width: 9ch;
        text-align: center;
    }
    .square.light .time-wrapper {
        background: #414040;
        border-color: #efeae8;
    }
    .square.dark .time-wrapper {
        background: #202320;
        border-color: #605b5a;
    }

    .square.dark .state-wrapper {
        color: #d2d0d0;
    }
    .square.light .state-wrapper {
        color: #38322d;
    }
    .square .state-wrapper {
        font-family: Montserrat;
        font-weight: 600;
        letter-spacing: 0.01rem;
        padding: 0.25rem;
        text-align: center;
        color: var(--tzcw-state-color);
        display: flex;
        flex-direction: column;
        flex-wrap:wrap;
        max-width:8rem;
        margin:auto;
    }

.square .tick {
    animation: tick 1.5s linear infinite forwards;
    font-weight:1000;
    margin-left:0.2rem;
    margin-right:0.2rem;
}

@keyframes tick {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* circular clock */
.stack-left .circle,
.stack-right .circle {
    width:15ch;
}
.circle {
    width: 22ch;
}
@media (prefers-color-scheme: dark) {
    .circle {
        --tzcw-shadow: inset 0.15rem 0.15rem 0.15rem 0 rgba(0, 0, 0, 0.3), 0.15rem 0.15rem 0.35rem 0px rgba(50,50,50,0.5);
        --tzcw-background: #232120;
        --tzcw-time-color:#e8e6e6;
        --tzcw-time-border: #605b5a;
        --tzcw-state-color: var(--novus-red-lighter);
    }
}

@media (prefers-color-scheme: light) {
    .circle {
        --tzcw-shadow: inset -0.15rem -0.15rem 0.15rem 0 rgba(255, 255, 255, 0.5), inset 0.15rem 0.15rem 0.15rem 0 rgba(0, 0, 0, 0.3), 0.15rem 0.15rem 0.35rem 0px rgba(50,50,50,0.5);
        --tzcw-background: #f1f0ef;
        --tzcw-time-color: color-mix(in hsl shorter hue, #DC0032 100%, #000000 20%);
        --tzcw-time-border: #efeae8;
        --tzcw-state-color: #38322d;
    }
}
    .circle .clock-wrapper {
        box-shadow: var(--tzcw-shadow);
        border-radius: 50%;
        aspect-ratio: 1/1;
        padding: 0.5rem;
        background: var(--tzcw-background);
        border: 4px solid #505050;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.circle.light .clock-wrapper {
    box-shadow: inset -0.15rem -0.15rem 0.15rem 0 rgba(255, 255, 255, 0.5), inset 0.15rem 0.15rem 0.15rem 0 rgba(0, 0, 0, 0.3), 0.15rem 0.15rem 0.35rem 0px rgba(50,50,50,0.5);
    background: #f1f0ef;
}
    .circle .time-wrapper {
        font-family: saira;
        text-align: center;
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0px 0.4rem;
        margin-top: 0.3rem;
        display: flex;
        flex-direction: row;
        text-transform: uppercase;
        justify-content: center;
        letter-spacing: 0.03rem;
        color:var(--tzcw-time-color);
        background:transparent;
    }
    .stack-left .circle .time-wrapper,
    .stack-right .circle .time-wrapper {
        font-size:1.05rem;
    }

    .circle.dark .time-wrapper {
        color:#f0f0f0;
    }
    .circle.light .time-wrapper {
        color:#121212;
    }
.circle.light .state-wrapper {
    color: color-mix(in hsl shorter hue, #DC0032 100%, #000000 20%);
}
.circle.dark .state-wrapper {
    color:var(--novus-red-lighter);
}

    .circle .state-wrapper {
        font-family: "Segoe UI";
        font-weight: 500;
        text-align: center;
        color: var(--tzcw-state-color);
        font-size: 1.1rem;
        margin-top: -0.4rem;
    }
    .stack-left .circle .state-wrapper,
    .stack-right .circle .state-wrapper {
        font-size:0.9rem;
        margin-top:-0.2rem;
    }
/* ====================== Banner widget ============================== */
.banner {
    width:100%;
    max-width:100%;
    margin:0px;
    padding:0px;
    display:flex;
    flex-direction:row;
    top:0px;
    z-index:10;
    left:0px;
    right:0px;
}
@media (prefers-color-scheme: dark) {
    .banner {
        --bnw-background: #303030;
        --bnw-foreground: #D4CaCa;
        --bnw-border-color:#111;
    }
}
@media (prefers-color-scheme: light) {
    .banner {
        --bnw-background: #f8f8f8;
        --bnw-foreground: #181010;
        --bnw-border-color:#E0E0E0;
    }
}
.banner.light {
    --bnw-background:#f8f8f8;
    --bnw-foreground:#131010;
    --bnw-border-color:#e0e0e0;
}
.banner.dark {
    --bnw-background:#323030;
    --bnw-foreground:#D4CACA;
    --bnw-border-color:#111;
}
.banner-content {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    background:var(--bnw-background);
    color:var(--bnw-foreground);
    padding-left:2.5vw;
    padding-right:2.5vw;
    border-bottom:0.5px solid var(--bnw-border-color);
    box-sizing:border-box;
}
.banner-content:empty {
    display:none;
 }
/* -------------------- Timezone banner --------------------- */
.banner-timezones .banner-content {
    justify-content:space-between;
    gap:0px;
}
.timezone {
    display:flex;
    flex-direction:row;
    justify-content:center;
    padding-left:1rem;
    padding-right:1rem;
    width: calc(calc(100vw - 5vw) / 8);
    overflow:hidden;
    flex-wrap:wrap;
}
    .timezone:nth-child(even) {
        background: color-mix(in hsl shorter hue, var(--bnw-foreground) 7.5%, var(--bnw-background) 100%);
        margin-top: -0.25rem;
        padding-top: 0.25rem;
        margin-bottom: -0.25rem;
        padding-bottom: 0.25rem;
    }
    .timezone:nth-child(even) .timezone-label {
        
    }
    .timezone-value {
        display: flex;
        margin-left: 0.5rem;
        flex-wrap: nowrap;
        text-transform: uppercase;
        font-weight: 500;
        font-family: Saira;
        font-size: 0.85rem;
        margin-top: auto;
        margin-bottom: auto;
        width: 8ch;
        font-weight:500;
        text-align: center;
    }
.timezone-label {
    text-align: center;
    font-size: 0.85rem;
    font-family: Montserrat;
    margin-top: auto;
    margin-bottom: auto;
    opacity:0.875;
}
.timezone-label::after {
    content: ":";
}
/* ======================== Custom Switch styled checkbox ====================== */
.checkbox-switch {
    position: relative;
    display: inline-flex;
    width: 2.25em;
    height: 1rem;
    background-color: #fff;
    border-radius: 12px;
    border: 0.5px solid #888;
    padding: 2px;
    transition:background 0.25s ease-in-out, border 0.35s ease-in-out;
    background-image:unset;
    appearance:none;
    -moz-appearance:none;
    margin:unset;
    margin-left:0.5ch;
    margin-right:0.5ch;
    cursor:pointer;
}
.checkbox-switch:hover {
    border-color: #444;
}
.checkbox-switch:hover::before {
    background: #444;
}
    .checkbox-switch::before {
        height: 100%;
        margin: auto unset;
        content: ' ';
        aspect-ratio: 1/1;
        display: block;
        position: relative;
        border-radius: 50%;
        box-shadow: inset;
        background: #888;
        transform: translateX(0px);
        transition: background 0.25s ease-in-out, transform 0.45s ease-in-out;
    }
.checkbox-switch:checked::before {
    transform: translateX(150%);
    background: #fff;
}
.checkbox-switch:checked:hover {
    background:var(--novus-blue-darker);
}
    .checkbox-switch:checked {
        border-color:var(--novus-blue-darker);
        background: var(--novus-blue);
        appearance: none;
        -moz-appearance: none;
    }
    /* ================== input layout restyling ====================== */
    /* currently used on Ops MySettings page but can be used elsewhere */
    .form-group {
        display:flex;
        flex-direction:row;
        gap:0.5em;
        padding-left:0.5rem;
        padding-right:0.5rem;
    }
    .form-group * {
        margin-top:auto;
        margin-bottom:auto;
        vertical-align:middle;
    }
    /* ================== Collapsible elements ======================== */
    .collapsible {
        display:block;
        height:auto;
        max-height:100vh;
        transition:max-height 0.5s ease;
        position:relative;
        box-sizing:border-box;
    }
    .collapsible.collapsing {
        max-height: 0px;
        overflow:clip;
    }
    .collapsible.collapsed {
        max-height: 0px;
        overflow: clip;
    }

    /* ====================== button element restyling ================== */
    button.button {
        color:#888;
        border:unset;
        background:unset;
        cursor:pointer;
        transition:color 0.35s ease-in-out;
    }
    button.button:hover {
        color:#444;
    }
    button.button.disabled {
        opacity:0.75;
        user-select:none;
        pointer-events:none;
    }

    /* ========================= bootstrap v5.6 layout classes ====================*/
    .d-flex {
        display:flex;
    }
    .flex-row {
        flex-direction:row;
    }
    .flex-column {
        flex-direction:column;
    }
    .flex-fill {
        flex-grow:1;
        flex-shrink:1;
        flex-basis:auto;
        width:100%;
    }