﻿

:root {
    --font-primary: 'Roboto', sans-serif;
    --font-secondary: 'Niveau Grotesk', sans-serif;
    --white: #FFFFFF;
    --light-grey: #F8F8F8;
    --mid-grey: #DFDFDF;
    --flint: #4C4C4C;
    --basalt: #9E9BA8;
    --citrine: #FDF6BA;
    --pyrite: #FFF175;
    --amber: #FFD075;
    --prasiolite: #B4F5DD;
    --jade: #9DE1C8;
    --emerald: #73D4AD;
    --dark-emerald: #4CA380;
    --aquamarine: #A7DAFF;
    --topaz: #8DCCD0;
    --agate: #75E9FF;
    --amethyst: #9475FF;
    --sapphire: #0063FE;
    --malachite: #B6FF75;
    --red-alert: #F40009;
    --yellow-grad: linear-gradient(108deg, #FFFBD5 0,rgba(255,250,210,0) 100.00%);
    --green-grad: linear-gradient(0deg, rgba(224,238,239,0) 0,#E0EEEF 100.00%);
    --aquamarine-grad: linear-gradient(344deg, rgba(224,238,239,0) 0,#E0EEEF 100.00%);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    all: unset;
    display: block;
}


.emerald{
    color:var(--dark-emerald);
}

.amethyst {
    color: var(--amethyst);
}



.page {
    display: flex;
    /*height: 100vh;*/
    /*background: radial-gradient(ellipse 100% 80% at top, rgba(141, 204, 208, 0.3), white 100%);*/
    /*overflow: hidden;*/
}


*:focus {
    outline: none;
}

.notification-circle {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

/*#region Page */
* {
    /*    margin: 0;
    padding: 0;
    box-sizing: border-box;*/
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 16px;
    font-family: var(--font-primary);
/*    overflow: hidden;*/
}

/*


main {
    overflow: hidden !important;
}
*/
article {
    padding: 0 !important;
    padding-bottom: 40px;
    margin: 0 !important;
    /*height: calc(100% - 60px);*/
    scrollbar-width: thin;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}




.fp-workshop-container {
    display: flex !important;
    height: 100vh !important;
    overflow: hidden !important;
/*    margin: 50px auto !important;
    padding-bottom: 50px !important;*/
}

.fp-spinner-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fp-spinner {
    border: 8px solid var(--light-grey); /* Light grey */
    border-top: 8px solid var(--mid-grey); /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*Overrides*/

.offcanvas {
    padding: 20px;
    
}
    ./*offcanvas.show:not(.hiding), .offcanvas.showing{
        z-index:99999;
    }*/

    th {
        color: var(--flint);
        font-family: var(--font-primary);
        font-size: 0.9rem;
        line-height: 1.2rem;
        font-weight: 300;
        border-top: solid 1px var(--mid-grey);
        border-bottom: solid 1px var(--mid-grey);
    }

td {
    vertical-align: middle;
}


.text-muted {
    font-size: 0.8rem;
    color: var(--aquamarine);
}



/*header bar*/
.fp-topnav-icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
    border: solid 1px var(--flint);
    cursor: pointer;
    text-align: center;
    font-size: 2.2rem;
    background-color: white;
}

    .fp-topnav-icon:hover {
        background-color: var(--jade);
    }
/*
    .fp-topnav-icon > .ph {
        line-height: 1.6;
        font-size: 20px;
    }
*/
/*.noborder {
    border: none !important;
}*/

.fp-circle-initials {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    font-family: "Roboto";
    color: var(--flint);
}


.fp-flynt-icon {
    margin-right: 10px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/*TEXT*/

fp-content p {
    color: var(--flint);
    font-family: var(--font-primary);
    font-size: 0.85rem;
    line-height: 1.2rem;
    font-weight: 400;
}


.fp-title {
    font-family: var(--font-secondary);
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-weight: 500;
    color: var(--flint);
}

.fp-title-secondary {
    font-family: var(--font-secondary);
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 400;
    color: var(--flint);
}

.fp-sub-title {
    font-family: var(--font-secondary);
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--flint);
}


.fp-title-light {
    font-family: var(--font-secondary);
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-weight: 200;
    color: var(--flint);
}

.fp-sm-title-light {
    font-family: var(--font-secondary);
    font-size: 1.50rem;
    line-height: 1.50rem;
    font-weight: 200;
    color: var(--flint);
}


.fp-sm-title {
    font-family: var(--font-primary);
    font-size: 1.50rem;
    line-height: 1.50rem;
    font-weight: 500;
    color: var(--flint);
}

.fp-xsm-title {
    font-family: var(--font-primary);
    font-size: 1.20rem;
    line-height: 1.20rem;
    font-weight: 700;
    color: var(--flint);
}

.fp-base-text {
    color: var(--flint);
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.fp-normal-text {
    color: var(--flint);
    font-family: var(--font-primary);
    font-size: 0.85rem;
    line-height: 1.2rem;
    font-weight: 400;
}

    .fp-normal-text i {
        font-size: 0.8rem;
        line-height: 1.1rem;
    }

.fp-warning-text {
    color: var(--red-alert);
}


.fp-control-buttons {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.fp-btn {
    cursor: pointer;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    min-width: 250px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 50px;
    border: none;
}

.fp-btn-submit {
    color: #FFF;
    background-color: var(--emerald);
    text-align: center;
    transition: background-color 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}

fp-btn-submit:disabled {
    opacity:0.5;
}

    .fp-btn-submit:hover {
        box-shadow: none;
        background-color: var(--flint);
    }


.fp-btn-primary {
    color: #FFF;
    background-color: var(--flint);
    text-align: center;
    transition: background-color 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}

    .fp-btn-primary:hover {
        box-shadow: none;
        background-color: var(--amethyst);
        /*transform: scale(1.05); */
    }


.fp-btn-outline-primary {
    color: var(--flint);
    border: solid 1px var(--flint);
    background-color: transparent;
    text-align: center;
    transition: background-color 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}

    .fp-btn-outline-primary:hover {
        color: var(--white);
        box-shadow: none;
        background-color: var(--flint);
        /*transform: scale(1.05); */
    }



.fp-btn-secondary {
    color: #FFF;
    background-color: var(--amethyst);
    text-align: center;
    transition: background-color 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}

    .fp-btn-secondary:hover {
        box-shadow: none;
        background-color: var(--flint);
        /*transform: scale(1.05); */
    }

.fp-btn-outline-secondary {
    color: var(--amethyst);
    border: solid 1px var(--amethyst);
    background-color: transparent;
    text-align: center;
    transition: background-color 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}

    .fp-btn-outline-secondary:hover {
        color: var(--white);
        box-shadow: none;
        background-color: var(--amethyst);
        /*transform: scale(1.05); */
    }



.fp-btn-dash-cta {
    cursor: pointer;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    min-width: 250px;
    padding-left: 25px;
    padding-right: 12px;
    border-radius: 50px;
    border: none;
    color: white;
    background-color: var(--emerald);
    transition: background-color 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .fp-btn-dash-cta:hover {
        background-color: var(--dark-emerald);
    }


    .fp-cta-button-container {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: end;
    }

.fp-btn-cta {
    cursor: pointer;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    width: 360px;
    min-width: 250px;
    padding-left: 40px;
    padding-right: 12px;
    border-radius: 50px;
    border: none;
    color: #FFF;
    background-color: var(--dark-emerald);
    transition: background-color 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
    /* Added flex styles for layout */
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.fp-btn-cta-done {
    background-color: var(--flint);
}

.fp-btn-cta:hover {
    box-shadow: none;
    background-color: var(--flint);
}

.fp-btn-cta-done:hover {
    box-shadow: none;
    background-color: var(--amethyst);
}

.fp-circle-arrow {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .fp-circle-arrow::after {
        content: '';
        width: 8px;
        height: 8px;
        border-top: 2px solid var(--dark-emerald);
        border-right: 2px solid var(--dark-emerald);
        transform: rotate(45deg);
        display: block;
        margin-left: -2px;
    }

.fp-button-text {
    flex: 1;
    text-align: center;
    margin-right: 15px;
}

.fp-btn-cta:hover .fp-circle-arrow::after {
    border-color: var(--flint);
}


.fp-btn-link {
    color: var(--sapphire);
    text-decoration: underline;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    min-width: 0;
}

.fp-btn-link-dark {
    color: var(--flint);
    text-decoration: none;
    font-weight: 500;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    min-width: 0;
}

.fp-btn-link-emerald {
    color: var(--emerald);
    text-decoration: none;
    font-weight: 500;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    min-width: 0;
    font-size: 0.8rem;
    text-decoration: underline;
}


.fp-icon-btn {
    color: var(--flint);
    text-decoration: underline;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    min-width: 0;
}

.fp-btn-disabled {
    color: var(--flint);
    border: solid 1px var(--flint);
    background-color: transparent;
    text-align: center;
    cursor: default !important;
}







/*Overrides*/
.form-label {
    font-weight: 500;
    font-size: 1rem;
    font-family: var(--font-primary);
}

.form-control {
    border: solid 1px #c7c7c7;
    border-radius: 2px;
    background-color: white;
}

.form-check-input {
    border: solid 1px #c7c7c7;
}

.form-control:active {
}


.form-control, .form-check-label {
    font-weight: 400;
    font-size: 1rem;
    font-family: var(--font-primary);
}

.form-check-input:checked {
    background-color: var(--dark-emerald);
}

    .form-check-input:checked[type=radio] {
        --bs-form-check-bg-image: ''
    }

.form-check-input:checked {
    background-color: var(--flint);
}



.nav-pills .nav-link {
    border-radius: 50px;
    background-color: var(--white);
    border: solid 1px var(--flint);
    color: var(--flint);
    font-size: 0.8rem;
/*    margin-right: 10px;*/
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: var(--flint);
    }







/*table*/

.fp-row-even {
    padding: 5px, 0, 5px, 0;
    border: none !important;
    background-color: var(--light-grey);
}

.fp-row-odd {
    padding: 5px, 0, 5px, 0;
    border: none !important;
    background-color: white;
}

.fp-row-even td {
    border: none !important;
    background-color: transparent;
}

.fp-row-odd td {
    border: none !important;
    background-color: transparent;
}


/*Studio stykes*/

.fp-workspace-menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
    justify-content: flex-end; /* Right-align the buttons */
    align-items: center;
    padding-right: 40px; /* Add some padding on the right */
    z-index: 1000; /* Make sure it's on top of other elements */
    padding: 10px;
}

/* Buttons in the menu */
/*.fp-workspace-menu-button {
    margin-left: 10px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Roboto';
    border-radius: 50px;
    font-weight: 600;
    padding: 5px 25px;
    color: #4C4C4C;
    background-color: white;
    border: solid 2px #4C4C4C;
    min-width:150px;
}

    .fp-workspace-menu-button:hover {
        background-color: #4C4C4C;
        color: white;
    }
*/

/*Modals*/


.modal-header {
    border: none !important;
}

.modal-body {
    padding-top: 0 !important;
}

.modal-content {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.modal-footer {
    border: none !important;
    justify-content: center !important;
}

.fp-modal-content-center {
    text-align: center;
    font-family: var(--font-primary);
    font-size: 1.5rem !important;
    font-weight: 400;
}

.fp-modal-header-center {
    font-family: var(--font-secondary);
    font-size: 2.5rem !important;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.fp-modal-footer-center {
    border-top: none;
    justify-content: center;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    gap: 20px;
}





































































/*#endregion Page */
/*#region Bootstrap Overrides */
/*
.btn {
    all:unset !important;
}*/
td, tr {
    vertical-align: middle;
}

/*.form-label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--font-size-form-label);
    font-family: var(--font-primary);
}

.form-control, .form-check-label {
    font-weight: 400;
    font-size: var(--font-size-form-label);
    font-family: var(--font-primary);
}

.form-check-input:checked {
    background-color: var(--dark-emerald);
}*/

.btn-outline-link {
    font-weight: 500;
    color: var(--amethyst);
    text-decoration: underline;
}


.modal-body {
    font-size: 0.9rem;
}
/*#endregion Bootstrap Overrides*/
/*#region Callouts*/
.bb-callout {
    --bs-link-color-rgb: var(--bb-callout-link);
    --bs-code-color: var(--bb-callout-code-color);
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bb-callout-color, inherit);
    background-color: var(--bb-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bb-callout-border, var(--bs-gray-300))
}

    .bb-callout h4 {
        margin-bottom: .25rem;
    }

    .bb-callout > :last-child {
        margin-bottom: 0 !important;
    }

    .bb-callout + .bb-callout {
        margin-top: -.25rem;
    }

    .bb-callout .highlight {
        background-color: rgba(0,0,0,0.05)
    }

.bb-callout-info {
    --bb-callout-color: var(--bs-info-text-emphasis);
    --bb-callout-bg: var(--bs-info-bg-subtle);
    --bb-callout-border: var(--bs-info-border-subtle)
}

.bb-callout-warning {
    --bb-callout-color: var(--bs-warning-text-emphasis);
    --bb-callout-bg: var(--bs-warning-bg-subtle);
    --bb-callout-border: var(--bs-warning-border-subtle)
}

.bb-callout-danger {
    --bb-callout-color: var(--bs-danger-text-emphasis);
    --bb-callout-bg: var(--bs-danger-bg-subtle);
    --bb-callout-border: var(--bs-danger-border-subtle)
}

.bb-callout-success {
    --bb-callout-color: var(--bs-success-text-emphasis);
    --bb-callout-bg: var(--bs-success-bg-subtle);
    --bb-callout-border: var(--bs-success-border-subtle)
}
/*#endregion Callouts*/

/*#region Top Nav*/
.d-flex {
    display: flex;
}

.justify-space-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.top-row {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.top-icons {
    display: flex;
    gap: 10px; /* Adds space between icons */
}


.navbar-brand {
    padding: 0;
    margin: 0;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

.top-row {
    min-height: 60px;
    max-height: 60px;
    /*background-color: #F8F8F8;*/
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
    padding: 0 20px 0 1rem;
}

    .top-row a {
        color: #333;
        text-decoration: none;
    }

.topnav-icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
    border: solid 0.25px #a5a5a5;
    text-align: center;
    font-size: 2.2rem;
    background-color: white;
}

    .topnav-icon:hover {
        background-color: var(--flynt-yellow);
    }

    .topnav-icon > .ph {
        line-height: 1.6;
        font-size: 20px;
    }

.noborder {
    border: none !important;
}

.circle-initials {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    font-family: "Roboto";
    color: #4C4C4C;
}


.flynt-icon {
    margin-right: 10px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


/*#endregion Top Nav*/

/*#region Context Nav*/


.nav-scrollable {
    min-width: 60px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

nav.flex-column {
    /*background-color: #F8F8F8;*/
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.menu-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.menu-item {
    min-height: 92px;
}

.menu-items a, .menu-items button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0; /* Changed from margin to padding */
    text-align: center;
    text-decoration: none;
    color: #4C4C4C;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Niveau Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-bottom: solid 1px var( --light-grey);
}

    .menu-items a:hover, .menu-items button:hover {
        background-color: #ddd;
        cursor: pointer;
    }

.mi-icon {
    font-size: 28px;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}


.bottom-wrapper {
    margin-top: auto;
    display: flex;
    padding: 0;
    width: 100%;
    flex-direction: column;
}

/*Side Nav*/

.nav-scrollable {
    min-width: 60px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

nav.flex-column {
    /*background-color: #F8F8F8;*/
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.menu-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.menu-item {
    min-height: 92px;
}

.menu-items a, .menu-items button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0; /* Changed from margin to padding */
    text-align: center;
    text-decoration: none;
    color: #4C4C4C;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Niveau Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-bottom: solid 1px #9da19e;
}

    .menu-items a:hover, .menu-items button:hover {
        background-color: #ddd;
        cursor: pointer;
    }

.mi-icon {
    font-size: 28px;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}


.bottom-wrapper {
    margin-top: auto;
    display: flex;
    padding: 0;
    width: 100%;
    flex-direction: column;
}
/*#endregion Context Nav*/


/*#region Account Screens*/


/*#endregion Account Screens*/
/*#region Flynt Wizard Layout */
.fs-blur-dialog {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;*/
}

    .fs-blur-dialog.fs-show {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s ease-in-out, visibility 0s linear 0s;
    }




.fs-wizard {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #fafafa;
    background-image: url('/img/background1.webp'); /* Background image */
    background-size: cover;
    background-position: center;
}


.fs-wizard-container {
    display: flex;
    position: relative;
    background: white;
    border-radius: 0;
    overflow: hidden;
    max-width: 85vw;
    max-height: 85vh;
    min-height: 65vh;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    /* min-height: 800px;*/ /*need to do some media queries*/
}

.fs-wizard-container-sm {
    max-width: 65vw;
    min-height: 65vh;
    max-height: 85vh;
}

.fs-wizard-left-section {
    flex: 1.3;
    padding: 60px;
    text-align: left;
}

.fs-wizard-left-section-sm {
    flex: .5;
    padding: 60px;
    text-align: left;
}

.fs-wizard-right-section {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.fs-control-buttons {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.fs-wizard-close-button {
    position: absolute;
    top: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    color: black;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 16px;
    cursor: pointer;
    z-index: 2; /* Ensures the button appears above other content */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

    .fs-wizard-close-button > .icon-cancel-circle {
        font-size: 32px;
    }

/*#endregion Wizard Layout */
/*#region Flynt Styles*/
.fs-resolution-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: center;
    padding: 40px;
    z-index: 9999;
    font-family: var(--font-secondary);
}

/* Flex container to position the dot and text */
.fs-live-container {
    display: flex;
    align-items: center;
    /*justify-content: center;
    margin-top: 50px;*/
    justify-content: left;
    margin-top: -20px;
    margin-bottom: 20px;
}

/* The base red dot */
.fs-live-dot {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    margin-right: 15px; /* Space between dot and text */
}

/* The pulsing circles */
.fs-live-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid red;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-animation 1.5s ease-out infinite;
}

    /* A second pulsing circle with different timing */
    .fs-live-pulse:nth-child(2) {
        width: 60px;
        height: 60px;
        animation-delay: 0.75s;
    }

/* Animation for the pulsing effect */
@keyframes pulse-animation {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.hidden {
    display: none;
}

.pagination {
    align-items: center;
    justify-content: center;
    height: 100%;
}


.tooltip .tooltip-inner {
    padding: 8px 16px 6px 16px;
    font-size: 14px;
    font-family: Roboto;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}






















