﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'gotham bold';
    src: url("../fonts/Gotham Bold.otf");
}

@font-face {
    font-family: 'gotham book';
    src: url("../fonts/Gotham Book.otf");
}

@font-face {
    font-family: 'gotham book regular';
    src: url("'../fonts/Gotham Book Regular.otf'");
}

@font-face {
    font-family: 'gotham extra light italic';
    src: url("../fonts/Gotham Extra Light Italic.otf");
}

@font-face {
    font-family: 'gotham italic';
    src: url("../fonts/Gotham Italic.otf");
}

@font-face {
    font-family: 'gotham italic bold';
    src: url("'../fonts/Gotham ItalicBold.otf'");
}

@font-face {
    font-family: 'gotham light';
    src: url("../fonts/Gotham Light.otf");
}

@font-face {
    font-family: 'gotham medium';
    src: url("../fonts/Gotham Medium.otf");
}

@font-face {
    font-family: 'gotham regular';
    src: url("../fonts/Gotham Regular.otf");
}

@font-face {
    font-family: 'gotham thin italic';
    src: url("../fonts/Gotham Thin Italic.otf");
}

@font-face {
    font-family: 'gotham thin';
    src: url("../fonts/Gotham Thin.otf");
}

@font-face {
    font-family: 'gotham ultra';
    src: url("../fonts/Gotham Ultra.otf");
}

:root {
    --cb-blue-1: #002B49;
    --cb-blue-2: #425F77;
    --cb-blue-3: #8499AA;
    --cb-blue-4: #CCD5DC;
    --cb-blue-5: #Eff2F4;
    --cb-red-1: #D60000;
    --cb-grey-1: #414141;
    --cb-grey-2: #888888;
    --cb-grey-3: #CCCCCC;
    --cb-grey-4: #F0F0F1;
    --cb-grey-5: #FFFFFF;
    --cb-brightblue-1: #2FA3F6;
    --bi-person-fill: 'person-fill.svg';
    --color: var(--cb-blue-1);
    --black-to-cb-blue-1: invert(14%) sepia(12%) saturate(7161%) hue-rotate(176deg) brightness(96%) contrast(102%);
    --black-to-cb-blue-2: invert(37%) sepia(20%) saturate(771%) hue-rotate(165deg) brightness(89%) contrast(92%);
    --black-to-cb-blue-3: invert(61%) sepia(17%) saturate(384%) hue-rotate(165deg) brightness(95%) contrast(90%);
    --black-to-white: invert(100%) sepia(0%) saturate(7467%) hue-rotate(354deg) brightness(111%) contrast(112%);
    --black-to-cb-brightblue-1: invert(55%) sepia(58%) saturate(2381%) hue-rotate(179deg) brightness(99%) contrast(95%);
    --black-to-cb-grey-2: invert(48%) sepia(70%) saturate(0%) hue-rotate(208deg) brightness(96%) contrast(91%);
    --filter-width: 320px;
    --filtered-width-collapsed: 80px;
    --filter-headers-height: 95px;
    --header-height: 128px;
    --blazor-load-percentage: 0%;
    /*Pennant tags*/
    --pennant-height: 24px;
    --length-for-54-deg-angle: calc(tan(36deg) * var(--pennant-height));
    /*Bootstrap overrides*/
    --bs-danger-bg-subtle: #FFE9E9;
}

html {
    min-height: calc(100vh + 0.3px);
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3, body, details, .cta, nav, .btn-cb-primary {
    font-family: Arial;
}

h1, h2, h3, .cta, nav {
    font-weight: bold;
    color: var(--cb-blue-1);
}

    h1:focus {
        outline: none;
    }

h1 {
    font-size: 32px;
    line-height: 40px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    line-height: 27px;
}

.text-blue-1 {
    color: var(--cb-blue-1);
}

.cta {
    font-size: 14px;
    line-height: 21px;
}

.details {
    font-size: 14px;
    line-height: 21px;
}

.nav-links {
    font-size: 14px;
    line-height: 21px;
}

.btn-inanimate:hover {
    padding: 0 !important;
}

.btn-inanimate:after {
    transform: none !important;
    padding: 0 !important;
    content: none !important;
}

.btn-cb-primary {
    background-color: var(--cb-blue-1);
    color: #fff;
    font-size: 14px;
    outline: none;
    border: none;
    margin-right: 0;
    margin-left: 0;
    height: 44px;
    padding-right: 16px;
    padding-left: 16px;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
    font-weight: bold;
}

    .btn-cb-primary:hover:enabled {
        background-color: var(--cb-blue-2);
        outline: none;
        border: none;
        padding-right: 40px;
        padding-left: 16px;
    }

    .btn-cb-primary:not(:hover):after {
        display: none;
    }

    .btn-cb-primary:after, .btn-cb-primary-dark:after, .btn-cb-secondary:after {
        content: '›';
        position: absolute;
        opacity: 0;
    }

    .btn-cb-primary::after, .btn-cb-primary-dark::after, .btn-cb-secondary::after {
        padding-left: 12px;
        transform: scale(2) translateX(-1px);
    }

    .btn-cb-primary:hover:after, .btn-cb-primary-dark:hover:after, .btn-cb-secondary:hover:after {
        opacity: 100%;
    }

    .btn-cb-primary:active {
        background-color: var(--cb-blue-3);
        color: var(--cb-blue-1);
    }

    .btn-cb-primary:disabled {
        background-color: var(--cb-grey-3);
        color: var(--cb-grey-2);
    }

        .btn-cb-primary:disabled:after {
            content: none;
            background-color: var(--cb-grey-3);
            color: var(--cb-grey-2);
        }

.btn-link-cb-primary {
    color: var(--cb-blue-1);
    background: none !important;
    border: none;
    padding: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

    .btn-link-cb-primary:hover {
        color: var(--cb-blue-3);
        text-decoration: underline;
        cursor: pointer;
    }

    .btn-link-cb-primary:active {
        color: var(--cb-blue-2);
        text-decoration: none;
    }

.btn-cb-primary-dark {
    background-color: white;
    color: var(--cb-blue-1);
    font-size: 14px;
    outline: none;
    border: none;
    margin-right: none;
    margin-left: none;
    height: 44px;
    padding-right: 16px;
    padding-left: 16px;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
    font-weight: bold;
}

.btn-cb-secondary {
    background-color: white;
    color: var(--cb-blue-1);
    font-size: 14px;
    margin-right: 0;
    margin-left: 0;
    height: 44px;
    padding-right: 16px;
    padding-left: 16px;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
    font-weight: bold;
    border-color: var(--cb-blue-1);
    border-width: 1px;
}

    .btn-cb-primary-dark:active, .btn-cb-secondary:active {
        background-color: white !important;
        color: var(--cb-blue-1);
    }

    .btn-cb-primary-dark:hover:enabled, .btn-cb-secondary:hover:enabled {
        background-color: var(--cb-blue-4);
        padding-right: 40px;
        padding-left: 16px;
    }

.btn-cb-tertiary {
    background: none !important;
    color: var(--cb-blue-1);
    font-size: 12px;
    text-decoration: none;
    margin-right: none;
    margin-left: none;
    padding-right: 16px;
    padding-left: 16px;
    border: none !important;
    font-weight: bold;
}

    .btn-cb-tertiary::after {
        content: '›';
        padding-left: 8px;
        font-size: 24px;
        position: relative;
        top: 2px;
        font-weight: bold;
        text-decoration: none !important;
        display: inline-block;
    }

    .btn-cb-tertiary:active {
        color: var(--cb-blue-4) !important;
        text-decoration: none !important;
    }

    .btn-cb-tertiary:hover:enabled {
        color: var(--cb-blue-2);
        text-decoration: underline;
    }

        .btn-cb-tertiary:hover:enabled::after {
            text-decoration: none !important;
        }

.btn-link-cb-primary-dark {
    color: white;
    background: none !important;
    border: none;
    padding: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

    .btn-link-cb-primary-dark:hover {
        color: var(--cb-brightblue-1);
        text-decoration: underline;
        cursor: pointer;
    }

    .btn-link-cb-primary-dark:active {
        color: var(--cb-blue-3) !important;
        text-decoration: none;
    }

.btn-link-secondary {
    display: inline-block;
    border: none;
    background: none;
    color: var(--bs-secondary);
    text-decoration: underline solid var(--bs-secondary);
}

.nav-link-cb {
    color: var(--cb-blue-1);
    transition: all .5s;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background: none !important;
}

    .nav-link-cb::after {
        border-style: solid;
        border-width: 0.18em 0.18em 0 0;
        content: '';
        display: inline-block;
        height: 0.55em;
        left: 1em;
        position: relative;
        top: -0.10em;
        transform: rotate(135deg);
        vertical-align: middle;
        width: 0.55em;
    }

    .nav-link-cb:hover {
        color: var(--cb-blue-2);
        text-decoration: underline;
        cursor: pointer;
    }

        .nav-link-cb:hover::after {
            border-style: solid;
            border-width: 0.18em 0.18em 0 0;
            content: '';
            display: inline-block;
            height: 0.55em;
            left: 1em;
            position: relative;
            top: -0.00em;
            transform: rotate(-45deg);
            vertical-align: middle;
            width: 0.55em;
        }

    .nav-link-cb:active {
        color: var(--cb-blue-4);
        text-decoration: none;
    }

        .nav-link-cb:active::after {
            border-style: solid;
            border-width: 0.18em 0.18em 0 0;
            content: '';
            display: inline-block;
            height: 0.55em;
            left: 1em;
            position: relative;
            top: -0.10em;
            transform: rotate(135deg);
            vertical-align: middle;
            width: 0.55em;
        }

.cb-control {
    font-size: 14px;
    border-radius: 0;
    border-color: var(--cb-blue-3);
}

.cb-search-group {
}

    .cb-search-group > *:first-child {
        border-right: none !important;
    }

    .cb-search-group > *:nth-child(2) {
        border-left: none !important;
    }

.bi-person-fill-cb:hover {
    background: var(--cb-blue-5);
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
}

.bi-person-fill-cb::after {
    position: relative;
    top: -1px;
    left: 2px;
    content: url(person-fill.svg);
    filter: var(--black-to-cb-blue-1);
}

.bi-person-fill-cb:hover::after {
    filter: var(--black-to-cb-blue-3);
}

.bi-person-fill-cb:active::after {
    filter: var(--black-to-cb-blue-2);
}

.bi-person-fill-cb:active:hover {
    background: var(--cb-blue-4);
}

.bi-person-fill-cb-dark:hover {
    background: var(--cb-blue-2);
    width: 20px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
}

.bi-person-fill-cb-dark::after {
    position: relative;
    top: -1px;
    left: 2px;
    content: url(person-fill.svg);
    filter: var(--black-to-white);
}

.bi-person-fill-cb-dark:hover::after {
    filter: var(--black-to-cb-brightblue-1);
}

.bi-person-fill-cb-dark:active::after {
    filter: var(--black-to-cb-grey-2);
}

.bi-person-fill-cb-dark:active:hover {
    background: var(--cb-blue-2);
}

input.color-selector-img {
    width: 10px;
    height:10px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    display: inline-block;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


div.modal-eighty-eight {
    margin-top: 120px;
    width: 88%;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden;
}

modal-seventy-seven {
    margin-top: 120px;
    width: 77%;
    margin-left: auto !important;
    margin-right: auto !important;
}
div.modal-fifty-five {
    margin-top: 120px;
    width: 55%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.modal-seventy-five {
    margin-top: 120px;
    width: 75%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.modal-thirty-three {
    margin-top: 120px;
    width: 33%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.start-n15 {
    left: -15px;
}

input[type=radio]:checked {
    outline: none !important;
    accent-color: var(--cb-blue-1);
    background-color: var(--cb-blue-1);
    border-color: var(--cb-blue-1);
    height: 1em;
    width: 1em;
    vertical-align: text-bottom;
    background-image: none !important;
}

.preview-body img {
    width: 100%;
    padding: 5px;
}

.drag-item {
    cursor: grab;
}

.pointer-events-none {
    pointer-events: none;
}

.drag-item:active {
    cursor: grabbing;
    background-color: lightblue;
}

.dragged-item {
    background-color: lightblue;
}

.list-group-flush-transparent-borders > .list-group-item {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-width: 1px;
}

.hovered-item > * {
    pointer-events: none;
}

.hovered-item[data-hover-side="TOP"] {
    border-top: 1px dashed black;
}

.hovered-item[data-hover-side="CENTER"] {
    border: 1px dashed black;
}

.hovered-item[data-hover-side="BOTTOM"] {
    border-bottom: 1px dashed black;
}

.dimmed-item {
    opacity: 0.5;
}

.option {
    cursor: pointer;
}

    .option:hover {
        background-color: #1e90ff;
        color: white;
    }

.fs-smaller {
    font-size: smaller;
}

button.accordion-button {
    background-color: #e7f1ff !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border: none;
}

div.bm-content {
    min-height: 75px;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.pennant-row {
    display: flex;
    justify-content: start;
    align-items: center;
}

    .pennant-row .pennant {
        height: 24px;
        font-size: 12px;
        line-height: 24px;
        color: white;
        font-weight: bold;
        padding: 0 0.5rem;
        z-index: 1;
        clip-path: polygon(var(--length-for-54-deg-angle) 0%, 100% 0%, calc(100% - var(--length-for-54-deg-angle)) 100%, 0% 100%);
    }

        .pennant-row .pennant.new {
            background-color: var(--cb-blue-1);
        }

        .pennant-row .pennant.avail {
            background-color: #ff6f21;
        }

        .pennant-row .pennant.sale {
            background-color: var(--cb-red-1);
        }

        .pennant-row .pennant.preorder {
            background-color: #296DB5;
        }

        .pennant-row .pennant:first-child {
            clip-path: polygon(0% 0%, 100% 0%, calc(100% - var(--length-for-54-deg-angle)) 100%, 0% 100%);
            transform: none;
            padding-left: 0.5rem;
            padding-right: calc(12px + var(--length-for-54-deg-angle) - 0.25rem); /*Length of angled triangle segment - half of left padding*/
            margin-right: calc(var(--length-for-54-deg-angle) * -1 / 2); /*Negative margin to properly space multiple tags with some overlap*/
        }

        .pennant-row .pennant:not(:first-child) {
            margin: 0px calc(var(--length-for-54-deg-angle) * -1 / 2) 0 0; /*Negative margin to properly space multiple tags with some overlap*/
            padding: 0 1.5rem;
        }

        .pennant-row .pennant:last-child:not(:first-child) {
            clip-path: polygon(var(--length-for-54-deg-angle) 0%, 100% 0%, calc(100% - var(--length-for-54-deg-angle)) 100%, 100% 100%, 0% 100%);
            /*clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);*/ /* Inverted triangle (pennant) shape */
        }

    .scrollbar-pill::-webkit-scrollbar {
        background-color: transparent;
        width: 15px;
    }

    .scrollbar-pill::-webkit-scrollbar-track {
    }

    .scrollbar-pill::-webkit-scrollbar-track-piece {
    }

    .scrollbar-pill::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #C7C7C7;
        border: 3px solid transparent;
        background-clip: content-box;
    }


@media (min-width: 576px) {
    .border-sm-top {
        border-top: 1px solid #e3e7eb !important;
    }

    .border-sm-right {
        border-right: 1px solid #e3e7eb !important;
    }

    .border-sm-bottom {
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-sm-left {
        border-left: 1px solid #e3e7eb !important;
    }

    .border-sm-top-0 {
        border-top: 0 !important;
    }

    .border-sm-right-0 {
        border-right: 0 !important;
    }

    .border-sm-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-sm-left-0 {
        border-left: 0 !important;
    }

    .border-sm-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-sm-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-sm {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-sm-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 768px) {
    .border-md-top {
        border-top: 1px solid #e3e7eb !important;
    }

    .border-md-right {
        border-right: 1px solid #e3e7eb !important;
    }

    .border-md-bottom {
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-md-left {
        border-left: 1px solid #e3e7eb !important;
    }

    .border-md-top-0 {
        border-top: 0 !important;
    }

    .border-md-right-0 {
        border-right: 0 !important;
    }

    .border-md-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-md-left-0 {
        border-left: 0 !important;
    }

    .border-md-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-md-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-md {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-md-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .border-lg-top {
        border-top: 1px solid #e3e7eb !important;
    }

    .border-lg-right {
        border-right: 1px solid #e3e7eb !important;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-lg-left {
        border-left: 1px solid #e3e7eb !important;
    }

    .border-lg-top-0 {
        border-top: 0 !important;
    }

    .border-lg-right-0 {
        border-right: 0 !important;
    }

    .border-lg-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-lg-left-0 {
        border-left: 0 !important;
    }

    .border-lg-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-lg-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-lg {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-lg-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 1200px) {
    .border-xl-top {
        border-top: 1px solid #e3e7eb !important;
    }

    .border-xl-right {
        border-right: 1px solid #e3e7eb !important;
    }

    .border-xl-bottom {
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-xl-left {
        border-left: 1px solid #e3e7eb !important;
    }

    .border-xl-top-0 {
        border-top: 0 !important;
    }

    .border-xl-right-0 {
        border-right: 0 !important;
    }

    .border-xl-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-xl-left-0 {
        border-left: 0 !important;
    }

    .border-xl-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-xl-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-xl {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-xl-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
    .margin-sub-head {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .p-1-container {
        padding-top:.25rem !important ;
        padding-bottom :.25rem !important;
    }
}

.loading-bar-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: -10vh;
}
.loading-bar-img-style {
    width: 50vw;
    height: auto;
    margin-bottom: 10%;
}
.loading-element {
    text-align: center;
    justify-content: center;
}
.loading-text{
    margin-bottom:10%;
    font-family: 'gotham bold';
}
.linear-progress {
    background: silver;
    width: 50vw;
    height: 1rem;
    overflow: hidden;
    position: relative;
    clip-path: polygon(var(--length-for-54-deg-angle) 0%, 100% 0%, calc(100% - var(--length-for-54-deg-angle)) 100%, 100% 100%, 0% 100%);
}

    .linear-progress:after {
        content: '';
        position: absolute;
        inset: 0;
        background: #002B49;
        width: 100%;
        height: 100%;
        transform: scaleX(var(--blazor-load-percentage)); 
        transform-origin: left top;
        transition: transform 0.5s ease-out;
        clip-path: polygon(var(--length-for-54-deg-angle) 0%, 100% 0%, calc(100% - var(--length-for-54-deg-angle)) 100%, 100% 100%, 0% 100%);
    }