@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.sidebar.sidebar-default .nav-link:not(.static-item).active, .sidebar.sidebar-default .nav-link:not(.static-item)[aria-expanded=true] {
    background: var(--accent);
    color: #fff;
    -webkit-box-shadow: 0 10px 20px -10px rgba(var(--shadow-dark-color), 38%);
    box-shadow: 0 10px 20px -10px rgba(var(--shadow-dark-color), 38%);
}

.sub-menu .nav-link {
    margin-left: 20px;
}

    .sub-menu .nav-link.active {
        background: #fff !important;
        color: rgba(0,0,0,0.6) !important;
        box-shadow: none !important;
    }

        .sub-menu .nav-link.active::after {
            content: '\e138';
            font-family: phosphorRegular;
            font-weight: 900;
        }

@font-face {
    font-family: 'OpenSans';
    src: url('/font/OpenSans.ttf');
}

/* For Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.typeform-input{
    font-size: 30px;
    border: none;
    box-shadow: none;
    padding: 0 10px;
}

.login-buttons {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 100%;
    gap: 10px;
    align-items: center;
}
    .login-buttons span {
        max-width: fit-content !important;
    }
    .login-buttons .btn {
        max-width: fit-content !important;
        margin: 0 !important;
        background: var(--accent);
        color: #fff;
    }

* {
    font-family: 'OpenSans', sans-serif;
    --heading-text: #2b2b2b;
    --body-text: #4b4b4b;
    --label-text: #6b6b6b;
    --accent: #2b77d9;
    --accent-light: #2bffff;
    --accent-dark: #006b7a;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
    --good: #3DD598;
    --bad: #FC5A5A;
    --warn: #FF974A;
}

.phosphor-icon {
    font-family: 'phosphorFill' !important;
}

.nudge-card {
    background: var(--accent) !important;
    color: #fff;
    padding: 0;
    cursor: pointer;
    transition: all 0.5s
}

    .nudge-card:hover {
        transform: scale(1.02);
    }

    .nudge-card .nudge-icon {
        color: #fff;
    }

    .nudge-card .card-body {
        padding: 0px 10px;
    }

.nudge {
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    min-height: 100%;
    align-content: center;
}

.nudge-text {
    font-size: 18px;
    margin: 0 !important;
    padding: 0;
    margin-bottom: 0;
    display: grid;
    justify-content: space-between;
    min-height: 100%;
    align-content: center;
}

.nudge-icon {
    color: var(--accent);
    font-size: 25px;
}

@font-face {
    font-family: 'phosphor';
    src: url('/font/PhosphorLight.ttf');
}

@font-face {
    font-family: 'phosphorRegular';
    src: url('/font/Phosphor.ttf');
}

@font-face {
    font-family: 'phosphorFill';
    src: url('/font/Phosphor-Fill.ttf');
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

* {
    box-sizing: border-box;
}

.body-content {
    padding-top: 23px;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

body {
    color: var(--body-text);
    max-width: 100vw !important;
    align-content: center;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    background: #F9F9F9;
}

.narrowed {
    max-width: 900px;
    margin: 0 auto !important;
}

.custom-loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    top: 0 !important;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    display: grid;
    align-content: center;
}

.mobile-iq-navbar {
    position: relative;
    z-index: 9999;
    color: #fff;
    right: 0;
    top: 0px;
    font-size: 15px;
    height: 50px;
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: end;
    color: var(--accent);
    align-items: center;
    gap: 10px;
    padding-right: 10px;
    /*box-shadow: 0 5px 5px rgba(0,0,0,0.3);*/
}

    .mobile-iq-navbar p{
        margin: 0;
    }

    .mobile-iq-navbar i {
        /*position: absolute;*/
        right: 10px;
        top: 11px;
        font-size: 30px;
        color: var(--accent);
    }

        .mobile-nav-container {
            background: #fff;
            position: absolute;
            height: 100%;
            width: 100%;
            z-index: 9999;
/*            display: grid;
            justify-content: center;
            align-content: center;*/
            top: 0;
            left: 0;
            overflow: hidden;
            overflow-y: auto;
            padding: 20px 0;
            margin: 0 !important;
        }

.close-modal {
    position: fixed;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: rgba(0,0,0,0.8) !important;
    cursor: pointer;
    z-index: 9999;
    width: 25px;
    height: 25px;
    z-index: 9999999;
}

.mobile-nav-container .nav-item {
    margin: 5px auto;
    height: 40px;
    border: solid 1px #2b77d92a;
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: 0 10px 10px -10px #0000002a;
}

.mobile-nav-container .static-item {
    margin: 5px auto;
    height: 50px;
    border: none;
    box-shadow: none;
}

.member-choice-mobile-button {
    background: transparent;
    height: 30px;
    width: 90px;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    line-height: 0;
    text-align: left;
    padding: 2px 10px;
    position: fixed;
    top: 2px;
    left: 5px;
    z-index: 9998;
    box-shadow: none;
    display: none;
    cursor: pointer;
    border: dashed 1px #fff;
}

    .member-choice-mobile-button::after {
        content: 'Filters';
        display: inline-block;
        position: fixed;
        font-size: 15px;
        top: 26px;
        left: 50px;
    }

.custom-loader-body {
    background: #fff;
    width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.group-dash-grouping-cointainer {
    display: flex;
    align-content: space-between;
}

.group-dash-grouping {
    width: fit-content;
    background: transparent;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #2b77d9;
    margin: 3px;
    cursor: pointer;
    color: #2b77d9;
    font-weight: 600;
}

    .group-dash-grouping.active {
        background: #2b77d9;
        color: #fff;
    }

.active-group-name {
    color: #fff;
    margin: 0;
    background: #2b77d9;
    width: fit-content;
    margin: 20px auto;
    font-weight: 400;
    padding: 20px 66px;
    border-radius: 10px;
    font-size: 24px;
}

.group-item-progressheading {
    text-align: center !important;
    display: grid;
    align-content: center;
    color: #fff;
    height: 100%;
}

    .group-item-progressheading p {
        background: #fff;
        color: var(--accent);
        border-radius: 5px;
        margin-top: 10px;
        width: 100%;
        padding: 5px;
        font-size: 14px;
    }

.dash-card {
    margin: 10px;
    background: #fff;
    min-height: 100%;
    /*border-radius: 10px;*/
    box-shadow: 0px 20px 20px -20px rgba(0,0,0,0.4);
    display: grid;
    align-content: center;
    padding: 20px;
    max-width: 100%;
    /*min-width: 350px;*/
}

.dash-card-big-center {
    text-align: left;
    font-size: 18px;
    margin: 0 auto;
}

#meetingTypeCanvas {
    margin: 0 auto;
}

.progress-bar-group {
    width: 90%;
    background-color: #e0e0e0;
    position: relative;
    height: 5px;
    border-radius: 10px;
    margin: 0 auto;
}

.meeting-primer-group h4 {
    text-align: center;
    font-weight: 700 !important;
    min-height: 100%;
}

.meeting-primer-group-text {
    /*height: calc(375px - 20px);
    display: grid;
    align-content: center;*/
}

    .meeting-primer-group-text p {
        text-align: center;
        font-size: 20px;
        font-weight: 300 !important;
        margin-top: 20px;
    }

.progress {
    background-color: #0071c1;
    height: 100%;
    border-radius: 10px;
    position: relative;
    overflow: visible;
}

.pin-pos {
    position: absolute;
    top: -28px; /* Adjust to position the pin above the bar */
    height: 20px;
    width: 20px;
    background-color: #8b8b8b;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #2b77d9;
    font-weight: 800;
    z-index: 50 !important;
    cursor: pointer;
}

    .pin-pos:hover {
        transform: scale(1.2);
    }

    .pin-pos::before {
        border-radius: 50%;
        background: white;
        height: 80%;
        width: 80%;
        left: 10%;
        top: 10%;
        content: '';
        position: absolute;
        color: #2b77d9;
        z-index: -1 !important;
    }

    .pin-pos::after {
        background: #8b8b8b;
        height: 10px;
        width: 96%;
        left: 4%;
        bottom: -20%;
        content: '';
        position: absolute;
        z-index: -2 !important;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
    }


.add-group-member {
    text-align: center;
    border: 1px dashed;
    width: fit-content;
    margin: 0 auto;
    padding: 0 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .add-group-member:hover {
        background: #2b77d9;
        color: #fff;
    }

.add-group-buttons {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: fit-content;
    margin: 10px auto;
}

    .add-group-buttons button {
        margin: 5px;
        font-weight: 400;
    }

#group-add-plus {
    display: block;
    font-size: 60px;
}

#group-add-detail-backdrop {
    height: 100vh;
    width: 100vw;
    content: '';
    background: rgba(255,255,255,0.4);
    z-index: 9999;
    display: grid;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
}

#group-add-detail {
    display: block !important;
    background: var(--accent);
    z-index: 999;
    max-width: 900px !important;
    min-width: 400px !important;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
}

    #group-add-detail p {
        color: #fff;
    }

.meeting-perception-score {
    color: #2b77d9;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.group-perception-score {
    /*border: 2px solid #2b77d9;*/
    height: 150px;
    width: 100%;
    /*border-radius: 15px;*/
    background: #fff;
    box-shadow: none;
}

.group-member-check {
    margin: 2px 10px;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #8b8b8b;
}

    .group-member-check p {
        display: inline;
    }

    .group-member-check input {
        height: 20px;
        display: inline;
    }

#carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    /*overflow: hidden;*/
}

.item {
    flex: 0 0 auto;
    margin: 10px;
    transition: transform 0.3s ease;
    background: #fff;
    height: 150px;
    width: 11%;
    min-width: 110px;
    border-radius: 5px;
    align-content: center;
    display: grid;
    text-align: center;
    padding: 10px;
    cursor: pointer !important;
}

.add-item {
    padding: 20px;
    flex: 0 0 auto;
    margin: 10px;
    transition: 0.3s ease !important;
    background: #fff;
    height: 150px;
    width: 11%;
    min-width: 110px;
    border-radius: 5px;
    cursor: pointer;
    align-content: center;
    display: grid;
    text-align: center;
}

    .add-item input {
    }

.add-item-shadow {
    display: none;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.3);
    z-index: 998;
    position: absolute;
    left: 0;
    top: 0;
}

.add-selected {
    height: 340px;
    width: 450px;
    z-index: 999;
}

.group-name {
    font-weight: 500;
    color: #8b8b8b;
    margin: 0;
}

.group-type {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #2b77d9;
}

.item.selected {
    transform: scale(1.2);
    box-shadow: 0px 20px 20px -20px rgba(0,0,0,0.4);
}

/*.ti {
    color: var(--body-text);
}*/
.table-action {
    font-size: 25px !important;
    border-radius: 50%;
    width: fit-content;
    line-height: 0;
    cursor: pointer;
    padding: 5px !important;
    margin: 5px;
    color: var(--accent);
    border: 1px solid var(--accent);
    transition: all 0.5s ease-in-out;
}

tr:hover {
    background-color: rgba(var(--bs-info-rgb), 0.1) !important;
}

.table-action:hover {
    background: var(--accent);
    color: #fff;
}



button {
    all: unset;
    background: var(--accent);
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    border: 2px solid var(--accent);
}

    button.extra {
        border: 2px solid var(--accent-dark);
        background: var(--accent);
        color: var(--accent-dark);
    }


.input-cont {
    all: unset;
    position: relative !important;
}

label {
    all: unset;
    position: absolute;
    background: transparent;
    color: #fff;
    padding: 0;
    top: -34px;
    left: 0px;
    font-size: 14px;
    padding: 0 5px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0px !important;
    z-index: 1;
}

input {
    border-radius: 5px;
    height: 45px;
    min-width: 350px;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    z-index: 3;
}

.illustration {
    position: absolute;
    opacity: 0.05;
    left: 0;
    top: 0;
    vertical-align: middle !important;
    z-index: -1;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}
/*
.btn-primary {
    color: #fff;
    background-color: var(--accent);
    border-color: var(--accent);
}
    .btn-primary:active, .btn-primary:hover, .btn-primary:checked {
        color: #fff;
        background-color: var(--accent) !important;
        border-color: var(--accent) !important;
    }*/

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
*/
.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: var(--accent);
    height: 100vh;
    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;
    align-content:center !important;
    justify-content: center;
}
    #blazor-error-ui h1 {
        color: #fff;
        margin: 20px;
        height: fit-content;
        text-align: center;
        font-size: 35px;
    }
    #blazor-error-ui h2 {
        color: #fff;
        margin: 25px;
        height: fit-content;
        text-align: center;
        font-weight: 200;
        font-size: 25px;
    }

    #blazor-error-ui h3 {
        color: #fff;
        margin: 25px;
        height: fit-content;
        text-align: center;
        font-weight: 200;
        font-size: 18px;
    }

    #blazor-error-ui .reload {
        color: var(--accent);
        margin: 0;
        height: fit-content;
        text-align: center;
        margin: 20px auto;
        width: fit-content;
        display: block;
        border-radius: 5px;
        background: #fff;
        padding: 5px 10px;
        font-size: 25px;
        margin-top: 50px;
    }

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #fff;
    }

.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."
    }


.toast {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 18px !important;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
}

    .toast.show {
        visibility: visible;
        opacity: 1;
    }

.error {
    background: #b32121 !important;
}

.success {
    background: #26b050 !important;
}

.info {
    background: #258cfb !important;
}

.warning {
    background: #ff6a00 !important;
}

.landing-top-header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    height: 80px;
}

    .landing-top-header .company-name {
        color: #fff;
        font-size: 30px;
        width: fit-content;
        padding: 15px;
    }

.company-name {
    display: inline-block;
    margin-left: -20px;
}

.comapny-name-leading {
    color: #e6e6e6 !important;
    font-weight: 100 !important;
}

.landing-top-header img {
    display: inline-block;
    max-height: 40px;
    max-width: 40px;
    margin: 5px 5px;
    margin-top: -10px;
    margin-left: -50px;
    opacity: 0.8;
}

.active-tab {
    border: 1px solid var(--accent) !important;
    color: var(--body-text) !important;
    min-width: 50vw;
    padding: 10px;
}

.tab-pill {
    all: unset;
    display: inline-block;
    line-height: 35px;
    border: 1px solid var(--accent);
    text-align: left;
    padding: 0 5px;
    cursor: pointer;
    margin: 0 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .tab-pill.active {
        background: var(--accent) !important;
        color: #fff !important;
    }

.question {
    margin: 0;
    color: var(--accent-dark);
    font-weight: 600;
}

.ai-query-heading {
    margin: 0;
    color: var(--accent-dark);
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0;
}

.answer {
    margin: 0;
    color: var(--body-text);
    font-weight: 300;
}

.assessment-card {
    padding: 2px 10px;
}
/* _content/Meet-App/Shared/DashLayout.razor.rz.scp.css */
/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/

html[b-208lzu7b3h], body[b-208lzu7b3h] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



button[b-208lzu7b3h] {
    all: unset;
    background: var(--accent);
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    border: 2px solid var(--accent);
}

button.extra[b-208lzu7b3h] {
    border: 2px solid var(--accent-dark);
    background: var(--accent);
    color: var(--accent-dark);
}

*[b-208lzu7b3h] {
    --heading-text: #2b2b2b;
    --body-text: #4b4b4b;
    --label-text: #6b6b6b;
    --accent: #2b77d9;
    --accent-light: #2bffff;
    --accent-dark: #006b7a;
}

.input-cont[b-208lzu7b3h] {
    all: unset;
    position: relative !important;
}

label[b-208lzu7b3h] {
    all: unset;
    position: absolute;
    background: transparent;
    color: #fff;
    padding: 0;
    top: -34px;
    left: 0px;
    font-size: 14px;
    padding: 0 5px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0px !important;
    z-index: 1;
}

input[b-208lzu7b3h] {
    border-radius: 5px;
    height: 45px;
    min-width: 350px;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    z-index: 3;
}

.illustration[b-208lzu7b3h] {
    position: absolute;
    opacity: 0.05;
    left: 0;
    top: 0;
    vertical-align: middle !important;
    z-index: -1;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

h1:focus[b-208lzu7b3h] {
    outline: none;
}

a[b-208lzu7b3h], .btn-link[b-208lzu7b3h] {
    color: #0071c1;
}

/*.btn-primary[b-208lzu7b3h] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus[b-208lzu7b3h], .btn:active:focus[b-208lzu7b3h], .btn-link.nav-link:focus[b-208lzu7b3h], .form-control:focus[b-208lzu7b3h], .form-check-input:focus[b-208lzu7b3h] {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

.content[b-208lzu7b3h] {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox])[b-208lzu7b3h] {
    outline: 1px solid #26b050;
}

.invalid[b-208lzu7b3h] {
    outline: 1px solid red;
}

.validation-message[b-208lzu7b3h] {
    color: red;
}

#blazor-error-ui[b-208lzu7b3h] {
    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[b-208lzu7b3h] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazor-error-boundary[b-208lzu7b3h] {
    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[b-208lzu7b3h]::after {
        content: "An error has occurred."
    }


.toast[b-208lzu7b3h] {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 8585858585;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
}

.toast.show[b-208lzu7b3h] {
    visibility: visible;
    opacity: 1;
}

.error[b-208lzu7b3h] {
    background: #b32121 !important;
}

.success[b-208lzu7b3h] {
    background: #26b050 !important;
}

.info[b-208lzu7b3h] {
    background: #258cfb !important;
}

.warning[b-208lzu7b3h] {
    background: #ff6a00 !important;
}

.landing-top-header[b-208lzu7b3h] {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    height: 80px;
}

.landing-top-header .company-name[b-208lzu7b3h] {
    color: #fff;
    font-size: 30px;
    width: fit-content;
    padding: 15px;
}

.company-name[b-208lzu7b3h] {
    display: inline-block;
    margin-left: -20px;
}

.comapny-name-leading[b-208lzu7b3h] {
    color: #e6e6e6 !important;
    font-weight: 100 !important;
}

.landing-top-header img[b-208lzu7b3h] {
    display: inline-block;
    max-height: 40px;
    max-width: 40px;
    margin: 5px 5px;
    margin-top: -10px;
    margin-left: -50px;
    opacity: 0.8;
}
/* _content/Meet-App/Shared/MainLayout.razor.rz.scp.css */
.page {
    position: relative !important;
    display: !important;
    flex-direction: !important;
}

main {
    flex: 1;
}

.page-top-heading {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.sidebar[b-up5hhpftr4] {
    background-color: transparent !important;
}

.top-row[b-up5hhpftr4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-up5hhpftr4] a, .top-row .btn-link[b-up5hhpftr4] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

.top-row a:first-child[b-up5hhpftr4] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-up5hhpftr4] {
        display: none;
    }

    .top-row.auth[b-up5hhpftr4] {
        justify-content: space-between;
    }

    .top-row a[b-up5hhpftr4], .top-row .btn-link[b-up5hhpftr4] {
        margin-left: 0;
    }

    .profile-pill-container {
        left: 0 !important;
    }

    .toggle-container {
        display: none !important;
    }
}

@media (min-width: 641px) {
    .page[b-up5hhpftr4] {
        flex-direction: row;
    }



    .sidebar[b-up5hhpftr4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-up5hhpftr4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-up5hhpftr4], article[b-up5hhpftr4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Meet-App/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-60qs9011un] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-60qs9011un] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-60qs9011un] {
    font-size: 1.1rem;
}

.oi[b-60qs9011un] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-60qs9011un] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-60qs9011un] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-60qs9011un] {
    padding-bottom: 1rem;
}

.nav-item[b-60qs9011un] a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

    .nav-item[b-60qs9011un] a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item[b-60qs9011un] a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-60qs9011un] {
        display: none;
    }

    .collapse[b-60qs9011un] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-60qs9011un] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.toggle-right-nav {
    background: var(--accent);
    color: #fff !important;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    padding-right: 20px;
    transition: all 0.5s;
    width: 250px;
}

.toggle-left-nav {
    background: var(--accent);
    color: #fff;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    padding-right: 0px;
    transition: all 0.5s;
    width: 250px;
}

    .toggle-left-nav h2, .toggle-right-nav h2 {
        color: #fff;
    }

.page-heading {
    color: var(--accent);
    /*margin-top: -110px;*/
    margin-bottom: 20px;
    margin-left: 20px;
    font-weight: 400;
}



.invite-user {
    border: none;
    background: var(--accent);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 20px;
    z-index: 5;
}

.loading-text {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    margin-top: 20px;
}

.card-heading-lighter {
    font-weight: 300;
}

.ai-card {
    margin-bottom: 0;
    cursor: pointer;
    box-shadow: 0 20px 20px -20px rgba(0,0,0,0.4);
}

.ai-card-next-arrow {
    margin: 0 auto;
    background-image: url('/report/arrow3.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    width: 70px;
    margin-top: -30px;
    margin-bottom: 5px;
    filter: drop-shadow( 0 0 5px rgba(0,0,0,0.2));
}


.toast {
    position: absolute;
    z-index: 999999999999999 !important;
}

.ai-input {
    height: 250px !important;
}

.e-tab.e-content .e-item {
    background: #2b77d9 !important;
}

.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
    color: #2b77d9;
}

.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
    background-color: #fff !important;
    background: #fff !important;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.4);
}

    .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
        background: #fff !important;
    }

.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
    color: #fff;
    font-weight: 100 !important;
}

.e-tab.e-fill .e-tab-header .e-toolbar-item {
    color: #fff;
    font-weight: 100 !important;
}

    .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
        color: #2b77d9;
    }

    .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
        color: #fff;
    }



.sidebar-base .nav-item .nav-link .item-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1rem;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    text-align: left;
}

.align-overflow {
    position: relative;
    overflow: visible !important;
    margin-bottom: 45px;
}

    .align-overflow::before {
        content: attr(min);
        position: absolute;
        left: 0px;
        bottom: -25px;
        text-transform: uppercase !important;
    }

    .align-overflow::after {
        content: attr(max);
        position: absolute;
        right: 0px;
        bottom: -25px;
        text-transform: uppercase !important;
    }

.side-aligned {
    background-color: transparent;
    position: relative;
    overflow: visible !important;
}

    .side-aligned::after {
        content: '';
        height: 20px;
        width: 20px;
        background: #fff;
        border: 3px solid #2b77d9;
        position: absolute;
        right: 0;
        border-radius: 50%;
    }

.score-description {
    font-size: 14px;
}

.ai-variables {
    font-weight: 300;
    font-size: 14px;
    margin: 0px 0;
    margin-bottom: 20px;
    color: red;
}

.bold {
    font-weight: 600 !important;
}

.ai-scanner {
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255, 1);
    top: 55px;
    left: 0;
    opacity: 0.4;
    animation: scanner 3s infinite;
    margin: 0;
    box-shadow: 0 0px 8px -8px rgba(0,0,0,1);
}

@keyframes scanner1 {
    0% {
        left: 0;
        width: 0;
        height: 5px;
    }

    50% {
        left: 0;
        width: 100%;
        height: 5px;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

@keyframes scanner {
    0% {
        top: 0;
        opacity: 1;
        filter: blur(0px);
    }

    50% {
        top: 100%;
        opacity: 1;
        filter: blur(5px);
    }

    100% {
        top: 0px;
        opacity: 1;
        filter: blur(0px);
    }
}

.e-fill .sub-fill .e-tab-header {
    border-bottom: 2px Solid #2b77d9 background: var(--accent) !important;
}

.regular-margin {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.section-wording {
    display: grid;
    align-content: center;
    font-size: 14px;
    font-weight: 300;
}

    .section-wording p {
        padding: 10px;
        margin: 10px !important;
        /*        background: var(--accent);
        color: #fff;*/
        border-radius: 5px;
        /*box-shadow: 0 10px 10px -10px rgba(0,0,0,0.4);*/
        /*border-left: .5px solid var(--accent);*/
    }

.red-flag-frustrating {
    text-align: center;
    font-size: 85px;
    font-weight: 600;
    background: rgba(0,0,0,0.1);
    max-width: fit-content;
    margin: 43px auto;
    padding: 10px 50px;
    border-radius: 50%;
}

.red-flag-unbearable {
    text-align: center;
    font-size: 85px;
    font-weight: 600;
    background: #b32121;
    color: #fff;
    max-width: fit-content;
    margin: 43px auto;
    padding: 10px 50px;
    border-radius: 50%;
}

.sidebar {
    background-image: none !important;
    background: #fff;
}

.stat-circle {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    color: var(--accent);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin-top: 0 !important;
}

    .stat-circle::before {
        content: attr(number);
        width: 80px;
        text-align: center;
        font-size: 45px;
        position: absolute;
    }

    .stat-circle::after {
        content: attr(text);
        color: #fff;
        height: 20px;
        width: 100%;
        margin-bottom: -110px;
        z-index: 999;
        font-size: 14px;
        font-weight: 200;
        text-align: center;
    }

.text-white {
    color: #fff !important;
}



.custom-pin {
    position: absolute;
    top: -40px;
    height: 20px;
    width: 20px;
    background: #8b8b8b;
    z-index: 5;
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
    /*box-shadow: 0 12px 2px -3px rgba(0,0,0,0.2);*/
    transform: scale(1.3);
}

    .custom-pin:hover {
        z-index: 999;
    }

        .custom-pin:hover .custom-pin-detail {
            display: block;
        }

.custom-pin-detail {
    display: none;
    padding: 0 5px;
    border-radius: 2px;
    position: absolute;
    background: #2b77d9;
    color: #fff;
    z-index: 99999;
    top: -100%;
    width: max-content !important;
}

.custom-pin-title {
    text-align: center;
    width: 100%;
    color: #2b77d9 !important;
    border-radius: 50%;
    background-color: #fff;
    font-weight: 800;
}

    .custom-pin-title::after {
        content: ' .';
        position: absolute;
        bottom: -10px;
        left: 2%;
        color: #8b8b8b;
        background: #8b8b8b;
        width: 97%;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        z-index: -1;
    }

    .custom-pin-title::before {
        content: attr(score);
        position: absolute;
        bottom: -27px;
        left: 0;
        color: #000;
        width: 100%;
        text-align: center;
        font-size: 6px;
        display: none;
    }

.custom-pin:hover {
    transform: scale(1.2);
}



.custom-pin-me {
    position: absolute;
    bottom: -37px;
    height: 20px;
    width: 20px;
    background: #0071c1;
    z-index: 99;
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
    transform: scale(1.3) rotate(180deg);
}

.custom-pin:hover .custom-pin-detail {
    display: block;
}

.custom-pin-me-detail {
    display: none;
    padding: 0 5px;
    border-radius: 2px;
    position: absolute;
    background: #0071c1;
    color: #fff;
    z-index: 99999;
    top: -100%;
    width: max-content !important;
}

.custom-pin-me-title {
    text-align: center;
    width: 100%;
    /*height: 14px;*/
    color: #fff !important;
    border-radius: 50%;
    background-color: #0071c1;
    font-weight: 800;
    font-size: 8px !important;
    line-height: 1.9;
    transform: scale(1.3) rotate(180deg);
}

    .custom-pin-me-title::after {
        content: ' .';
        position: absolute;
        top: -8.5px;
        left: 0%;
        color: #0071c1;
        background: #0071c1;
        width: 103%;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        z-index: -5;
        height: 9px;
        transform: rotate(180deg);
    }

    .custom-pin-me-title::before {
        content: attr(score);
        position: absolute;
        bottom: -27px;
        left: 0;
        color: #000;
        width: 100%;
        text-align: center;
        font-size: 6px;
        display: none;
    }

.custom-pin-me:hover .custom-pin-me-detail {
    display: block;
    transform: rotate(180deg);
}

/*.custom-pin-me:hover .custom-pin-me-title::before {
    display: block;
}*/

.view-all {
    background: #0071c1;
    color: #fff !important;
    font-weight: 800;
    cursor: pointer;
}

.view-all-title {
    font-size: 12px;
    font-weight: 400;
    color: #fff !important;
    margin: 0;
    padding: 0;
    margin-left: 5px;
}

.grid-toolbar {
    display: flex;
    align-content: start;
    margin-top: 15px;
    margin-bottom: 5px;
}

    .grid-toolbar button {
        all: unset;
        background: #e8e3e3;
        padding: 5px 10px;
        border-radius: 3px;
        margin-right: 5px;
        cursor: pointer !important;
        font-weight: 400;
    }

        .grid-toolbar button:hover {
            all: unset;
            background: #2b77d9;
            color: #fff;
            padding: 5px 10px;
            border-radius: 3px;
            margin-right: 5px;
            cursor: pointer !important;
            font-weight: 500;
        }

.grid-button {
    height: fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center !important;
    cursor: pointer !important;
    font-size: 20px;
    display: inline;
    padding: 5px;
    border-radius: 50%;
}

    .grid-button:hover {
        background: #2b77d9 !important;
        color: #fff !important;
        display: inline;
    }

.member-delete:hover {
    transform: scale(1.2);
}

.carousel-circles {
    width: fit-content;
    margin: 0 auto;
    /*left: calc(100% - 450px);*/
    top: 20px;
    /*position:absolute;*/
}

.carousel-circle {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #0071c1;
    border-radius: 50% !important;
}

.group-carousel {
    display: flex;
    align-content: space-between;
    overflow: hidden;
    min-height: 350px;
    width: 80%;
    margin: 0 auto;
}

    .group-carousel .group-carousel-item {
        height: 100%;
        min-width: 100%;
        display: grid;
        align-content: center;
        position: relative;
    }

.group-carousel-controls {
    position: absolute;
    top: 45%;
    left: 0;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap !important;
    width: 100%;
    font-size: 30px;
    justify-content: space-between;
}

.group-carousel-right, .group-carousel-left {
    max-width: fit-content;
    margin: 10px;
    background: #0071c198;
    border-radius: 50%;
    color: #fff;
    padding: 5px;
    cursor: pointer !important;
    box-shadow: 0 0px 5px rgba(0,0,0,0.4);
    z-index: 99;
}

    .group-carousel-right:hover, .group-carousel-left:hover {
        transform: scale(1.1);
        cursor: pointer !important;
        background: #0071c1;
        box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
    }
/* Style for the item that is being dragged */
.dragging {
    opacity: 0.5 !important;
    border: 2px dashed #666; /* Example: dashed border */
    /* More styles as needed */
}

/* Style for items that are not being dragged but are in a container where a drag is occurring */
.drag-target {
    position: relative;
}

    /* Style for .drag-target element */
    .drag-target::after {
        content: 'Swap';
        font-size: 25px;
        text-align: center;
        line-height: 3;
        background: #2b77d9;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 30%;
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: 2px dashed #666;
        opacity: 0.5;
    }

.drag-target-hover::after {
    background: red;
}


.draggable {
    cursor: pointer;
    position: relative !important;
}

.widget-delete {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #8b8b8b
}

    .widget-delete:hover {
        color: maroon;
    }

.widget-edit {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 18px;
    color: #8b8b8b
}

.widget-run {
    position: absolute;
    right: 50px;
    top: 10px;
    font-size: 18px;
    color: green;
}


.widget-swap {
    position: absolute;
    right: 110px;
    top: 10px;
    font-size: 18px;
    color: dodgerblue;
}

.widget-print {
    position: absolute;
    right: 70px;
    top: 10px;
    font-size: 18px;
    color: red;
}

.widget-anon {
    position: absolute;
    right: 90px;
    top: 10px;
    font-size: 18px;
    color: #0071c1;
}

.widget-edit:hover {
    color: cornflowerblue;
}

.query-version {
    position: absolute;
    right: 20px;
    font-size: 15px;
}

.query-half {
    display: grid;
    align-content: center;
    text-align: left !important;
    font-size: 15px;
    color: #8b8b8b;
    border-left: solid 1px #f2f1f1;
}

.member-listing {
    list-style: none;
    margin: 5px 0;
    position: relative;
}

.member-listing-item {
    line-height: 2;
}

    .member-listing-item p {
        display: inline-block;
        line-height: 1.5;
        top: -4px;
        position: relative;
    }

    .member-listing-item i {
        display: inline-block;
        margin-right: 10px;
        padding-top: 5px;
        cursor: pointer;
        font-size: 20px;
    }

        .member-listing-item i:hover {
            color: maroon;
        }




.new-widget-toolbar {
    background: var(--accent);
    align-items: baseline;
    max-width: 100%;
    height: fit-content;
    display: flex; /* Using flexbox instead of grid */
    padding: 5px;
    flex-wrap: wrap; /* This ensures items wrap to the next line */
    position: sticky;
}

.new-widget-toolbar-text {
    color: #fff;
}

.new-widget {
    min-width: fit-content;
}

    .new-widget:hover {
        background: #fff;
        color: var(--accent);
    }

.new-widget-toolbar-dropdown {
    max-width: 250px;
    background: #fff !important;
    margin-right: 5px;
}

.toolbar-text {
    color: #fff;
    margin-right: 5px;
}

.spacer {
}

.new-widget i {
    margin-right: 10px;
    position: relative;
    top: 3px;
    font-size: 20px
}

.new-widget {
    all: unset;
    color: #fff;
    border: dashed 1px #fff;
    padding: 5px 10px;
    line-height: 2;
    margin-right: 25px;
    border-radius: 3px;
    min-width: max-content;
}

.report-generating {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: rgba(0,0,0,0.4);
    align-content: center;
    display: none;
}

.report-generating-body {
    background: #2b77d9;
    height: 160px;
    width: 250px;
    display: grid;
    align-content: center;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
}

    .report-generating-body p {
        color: #fff;
        font-size: 20px;
    }

.report-options {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background: rgba(0,0,0,0.4);
    align-content: center;
    display: grid;
    box-sizing: border-box;
}

.report-options-body {
    background: #2b77d9;
    height: 160px;
    width: auto;
    display: grid;
    align-content: center;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
}

    .report-options-body ul {
        color: #fff;
        font-size: 15px;
        list-style: none;
        padding-left: 0;
    }

    .report-options-body button {
        color: #2b77d9;
        background: #fff;
        min-width: 250px;
        margin-left: 0;
    }

        .report-options-body button i {
            font-size: 20px;
            padding-top: 5px;
            margin-right: 5px;
        }

.error-page {
    background: linear-gradient(45deg, #2b77d9,#0071c1);
    min-height: 100vh;
    min-width: 100vw;
    display: grid;
    align-content: center;
    font-family: 'Montserrat'
}

    .error-page h3 {
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
    }

    .error-page h4 {
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        margin: 30px 0;
        font-weight: 300 !important;
    }

    .error-page a {
        display: block;
        background: #fff;
        text-align: center;
        font-size: 20px;
        width: fit-content;
        margin: 0 auto;
        padding: 5px 10px;
        border-radius: 5px;
    }

.order-parent {
}

.order-item {
    height: 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin: 10px 0;
    line-height: 2;
    cursor: grab;
    border: 1px solid #2b77d9
}

.login-content {
    min-height: 100vh !important;
    display: grid !important;
    align-items: center !important;
}

.meeting-card {
    min-width: 100%;
    /*height: 150px;*/
    background: #fff;
    border-radius: 5px;
    /*padding: 10px;*/
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.4);
    flex-basis: 49%;
    overflow: hidden;
    border: 1px solid var(--accent);
    cursor: pointer;
    transition: all 0.2s;
}
    .meeting-card:hover{
        transform: scale(1.01);
    }


    @media (max-width: 740px) {
        .meeting-card {
        width: 100%;
        flex-basis: 100%; /* Adjust flex-basis as well, if the card is in a flex container */
    }
}

.meeting-card .heading {
    background: var(--accent);
    color: #fff !important;
    padding: 5px 5px 2px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4)
}

.meeting-card .body {
    padding: 5px 5px 2px;
}

.meeting-card .heading .meeting-card-heading {
    background: var(--accent);
    color: #fff !important;
    font-weight: 300;
}

.meeting-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin: 20px 20px;
    flex-basis: 30%;
    max-width: 100%;
}

.view-button {
    background: transparent;
    color: #2b77d9;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
    font-weight: 600;
    border: 1px solid #2b77d9;
}

    .view-button.active {
        color: #fff;
        background: #2b77d9;
        font-weight: 600;
    }

.sidebar.navs-pill .sidebar-body .nav-item .nav-link {
    padding: 0.5rem 1.125rem;
    -webkit-border-top-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.sidebar.navs-pill-all .sidebar-body .nav-item .nav-link {
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.blurred {
    filter: blur(1.5px);
    pointer-events: none;
}

.tutorial-blur {
    filter: blur(2.5px) grayscale(.5);
    pointer-events: none;
}

.user-box {
    margin-top: -14px !important;
    background: var(--accent);
    padding: 10px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-image: 1 fill linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

    .user-box h6 {
        color: #fff;
    }

.user-avatar {
    border-radius: 50%;
    color: var(--accent);
    background: #fff;
    width: 80px;
    height: 80px;
    margin: 10px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .user-avatar h3 {
        border-radius: 50%;
        color: var(--accent);
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 40px;
        font-weight: 200;
    }

.user-box p, .user-box span {
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    margin: 0;
}

.sign-out-button {
    display: flex;
    max-width: fit-content;
    margin: 10px auto;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
}

    .sign-out-button:hover {
        background: #fff;
    }

        .sign-out-button:hover p, .sign-out-button:hover span {
            color: var(--accent);
            font-weight: 300;
            cursor: pointer
        }

.member-choice {
    position: absolute;
    right: 10px;
    z-index: 999999 !important;
    max-width: 240px;
    top: 10px !important;
    display: block;
    background: transparent;
    transition: opacity 0.5s;
    background: #fff;
}

.manage-members-button {
    position: absolute;
    right: -15px;
    top: 8px;
    width: 240px;
    z-index: 9999999 !important;
    /*background: var(--accent);*/
    margin: 20px;
    color: var(--accent);
    font-size: 20px;
    opacity: 1;
    padding: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.4);*/
    display: flex;
    justify-content: left;
    transition: all 0.5s;
    overflow: hidden !important;
}

    .manage-members-button span {
        font-size: 20px;
    }

    .manage-members-button h2 {
        font-size: 15px;
        margin-top: 6px;
        margin-left: 15px;
        color: var(--accent);
    }

    .manage-members-button.hidden {
        opacity: 0;
    }

.mailing-list-shadow {
    position: absolute !important;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
    background: rgb(255,255,255,0.4);
    display: grid;
    align-content: center;
}

.mailing-list-container {
    position: absolute !important;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
    align-content: center;
}

.mailing-list {
    background: #fff !important;
    box-shadow: 0 0px 20px rgba(0,0,0,0.4);
    max-width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 40px;
}

    .mailing-list h1 {
        margin-bottom: 10px;
    }

    .mailing-list input {
        width: 150px;
        height: 40px;
        display: block;
        margin: 0 auto;
        border: 1px solid var(--accent);
        margin-top: 10px;
        /*border-image: 1 linear-gradient(45deg,var(--accent-light),var(--accent)) !important;*/
        border-radius: 5px;
    }

    .mailing-list button {
        background: linear-gradient(45deg,var(--accent),var(--accent)) !important;
        margin-top: 10px;
        border: none;
        width: 320px;
        text-align: center;
        font-weight: 800;
        border-radius: 5px;
    }

.edit-profile-body {
    display: grid;
    align-content: center;
    justify-content: center;
    min-height: 100vh;
    background: transparent !important;
    position: fixed;
    z-index: 999999;
    min-width: 100%;
    position: absolute;
}

.edit-profile-content {
    height: fit-content;
    background-color: transparent !important;
    width: 800px;
    max-width: 100vw;
    display: block;
    margin: 0 auto !important;
}

    .edit-profile-content p {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-shadow: 0 -3px 10px rgba(0, 0, 0, 1), 0 3px 10px rgba(0,0,0, 1);
    }

    .edit-profile-content textarea {
        background: rgba(255,255,255,0.8);
        border-radius: 10px !important;
        padding: 10px !important;
    }

.carousel-location {
    display: flex;
    margin: 0 auto;
    max-width: fit-content;
}

.carousel-location-item {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: rgba(255,255,255,0.1);
    margin: 5px;
    border: 1px solid #fff;
    transition: all 0.5s;
    cursor: pointer;
}

    .carousel-location-item.active {
        background: #fff;
    }

.meeting-card-selector {
    display: flex;
    gap: 10px;
    padding: 0;
    justify-content: center;
}

.meeting-card-selector-item {
    border: 1px solid rgba(255,255,255,1);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

    .meeting-card-selector-item.active {
        background: #fff;
        color: var(--accent);
    }

        .meeting-card-selector-item.active h1 {
            background: #fff;
            color: var(--accent);
        }

    .meeting-card-selector-item h1 {
        margin: 0 !important;
        line-height: 1;
        font-size: 20px;
    }


.info-icon {
    font-family: 'phosphorRegular';
    cursor: pointer;
    margin-left: 10px;
    color: var(--accent);
    position: relative;
}

    .info-icon:hover::before {
        font-family: 'OpenSans';
        content: 'Acceptable links: \A\Ahttps://www.linkedin.com/in/JohnSmith\A\Ahttps://linkedin.com/in/JohnSmith\A\Alinkedin.com/in/JohnSmith\A\A/JohnSmith';
        position: absolute;
        white-space: pre-wrap;
        bottom: 16px;
        left: 16px;
        font-size: 14px;
        background: var(--accent);
        color: #fff;
        z-index: 99;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,0.8);
    }

.pre-query-select {
    border: 1px solid rgba(65,65,65,0.4);
    border-radius: 5px;
    padding: 10px;
    min-height: 150px;
    margin-bottom: 20px;
    position: relative;
}

    .pre-query-select::before {
        content: 'Select a pre-query to view or edit';
        position: absolute;
        top: -11px;
        font-size: 12px;
        background-color: #fff;
        padding: 0 3px;
    }

    .pre-query-select ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .pre-query-select ul li {
            width: 100%;
            cursor: pointer;
            padding: 0 5px;
        }

            .pre-query-select ul li:hover {
                background: var(--accent);
                color: #fff;
            }

            .pre-query-select ul li.active {
                background: var(--accent);
                color: #fff;
            }

.pre-query-toolpanel {
    border: 1px solid rgba(65,65,65,0.4);
    border-radius: 5px;
    padding: 10px;
    min-height: 150px;
    margin-bottom: 20px;
    position: relative;
    display: grid;
    justify-content: center;
    align-content: center;
}

    .pre-query-toolpanel::before {
        content: 'Toolbar';
        position: absolute;
        top: -11px;
        left: 10px;
        font-size: 12px;
        background-color: #fff;
        padding: 0 3px;
    }

.square {
    height: 50px;
    width: 35px;
    margin: 2px !important;
    cursor: pointer;
    color: rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.2);
    padding: 0;
    border-radius: 3px;
}

    .square.active {
        font-size: var(--star-size) !important;
        margin: 2px !important;
        cursor: pointer;
        color: var(--fill-color);
        background-color: var(--fill-color) !important;
        background: linear-gradient(to right, var(--before-color), var(--fill-color));
        padding: 0;
        box-shadow: 0 0 2px rgba(255,255,255,0.9), 0 0 2px rgba(0,0,0,0.6);
    }

.redflag-meeting-container {
    max-width: fit-content;
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
}
    .redflag-meeting-container{
        margin-top: 40px !important;

    }
    .meeting-section h4 {
        font-weight: 300 !important;
        color: #fff;
    }
.redflag-meeting-container-item {
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}
.redflag-meeting-container-item p{
    /*line-height: 54px;*/
    align-self: center;
    justify-self: center;
    margin: 0;
    margin-left: 10px;
    font-weight: 400;
}
/*
        .redflag-meeting-container-item.active {
            background: rgba(255,255,255,0.3);
            border-radius: 5px;
        }

        .redflag-meeting-container-item:hover {
            background: rgba(255,255,255,0.2);
            border-radius: 5px;
        }*/

        .redflag-meeting-container-item .star-container {
            margin-top: 0 !important;
        }

.redflag-meeting-title {
    align-self: center !important;
    justify-self: center;
    margin: 0 20px !important;
    margin-left: 0;
    width: 100px;
    min-width: 100px;
    text-align: right;
    font-weight: 400 !important;
}

.sub-nav-heading {
    color: rgba(65,65,65,0.6) !important;
    text-transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'OpenSans' !important;
    font-weight: 500 !important;
}

.meetingpage-radflags-list{
    align-items: center;
    justify-content: center;
}


.meetingpage-radflags-list h4{
    text-align: center;
    margin: 20px;
}

.comp{
    margin-left: 0;
}

.sidebar-calendar-event{
    border:1px dashed var(--accent);
    margin: 15px;
    border-radius: 3px;
}


.meeting-report-inner {
    background: rgba(255,255,255,1);
    /*min-height: 160px;*/
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    /*align-content: center;*/

}

.meeting-report-metric-heading{
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.meeting-report-inner p {
    color: #000 !important;
    font-size: 14px;
}

.meeting-report-inner h6 {
    color: rgba(64,64,64,0.7);
    font-size: 18px;
    margin-bottom: 10px;
    margin: 0;
}

.meeting-report-text-inner {
    background: #fff;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
}

    .meeting-report-text-inner span {
        color: #000 !important;
        font-size: 18px;
        margin: 0;

    }

    .meeting-report-text-inner h6 {
        color: #000 !important;
        font-size: 18px;
        margin: 5px 0;
    }

.progress-circle {
    width: 100px;
    height: 100px;
    background: conic-gradient( var(--color, #4a90e2) 0% var(--progress), #f0f0f0 var(--progress) 100% );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px auto;
}

.progress-value {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    background: #fff;
    color: #000;
    width: 80px;
    height: 80px;
    align-content: center;
    text-align: center;
    border-radius: 50%;
}

.version-banner {
    display: grid !important;
    background: maroon;
    height: fit-content;
    align-content: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 9999999;
}
.version-banner-close {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    z-index: 9999999;
}

    .version-banner-close:hover {
        color: maroon;
        background: #fff !important;
}
    .version-banner p {
        color: #fff !important;
        font-size: clamp(1.2rem, 1.5vw, 1.5rem);
        margin: 0 50px;
        font-weight: 300;
        text-align: center;
    }

    .version-banner button {
        color: var(--accent) !important;
        background: #fff;
        font-size: 25px;
        margin: 0;
        display: inline;
        padding: 5px 10px;
        align-self: center;
        font-size: 18px;
    }

.stats-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 10px
}

.stats-container-title {
    width: 180px;
    align-self: center;
    max-height: fit-content;
    margin: 0;
}

.progress {
    width: 100%;
    height: 5px;
    background: transparent;
    border-radius: 20px;
    margin: 10px 0;
    align-self: center;
    justify-self: end;
}

.progress-inner {
    height: 100%;
    width: var(--width);
    border-radius: 20px;
    text-align: right;
    padding-right: 10px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    background: var(--accent);
    position: relative;
}

    .progress-inner::after {
        content: attr(data-progress);
        position: absolute;
        right: 10px;
        top: -20px;
        color: rgba(0,0,0,0.4);
        z-index: 99;
    }

.star-container {
    display: inline;
    display: flex;
    max-width: fit-content;
    margin-top: 20px !important;
}

    .star-container .star {
        font-size: var(--star-size);
        margin: 0 5px;
        cursor: pointer;
        color: rgba(0,0,0,0.1);
    }

        .star-container .star.active {
            font-size: var(--star-size);
            margin: 0 5px;
            cursor: pointer;
            color: var(--accent);
        }
.more-button{
    color: var(--accent);
    text-align: center;
    font-weight: 600;
    padding-right: 10px;
    cursor: pointer;
}


.profile-button {
    background-color: #f1f3f5;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    color: #007bff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .profile-button:hover {
        background-color: #e0e4e7;
    }

.profile-info:before {
    display: none;
}

.back-to-meetings {
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 99999;
}

    .back-to-meetings span {
        font-family: phosphorRegular;
        font-size: 25px;
    }

.info-button {
    font-family: 'phosphorRegular' !important;
    font-size: 22px;
    color: var(--accent);
    background: transparent;
    
}
.single-row {
    background: #e3efff;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    flex-grow: 1;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 30px;
    flex-wrap: wrap;
    
}

.single-row-item {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 10px;
    flex-direction: column;
    justify-self: center;
}

@media screen and (max-width: 1052px) {
    .single-row-item.heading {
        min-width: 100%;
    }

    .single-row-item {
        min-width: 50%;
    }
    /* Add your styles here */
}
@media screen and (max-width: 480px) {
    .single-row-item.heading {
        min-width: 100%;
    }

    .single-row-item {
        min-width: 100%;
    }
    /* Add your styles here */
}
.single-row-item-header {
    margin: 0;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    font-weight: 400;
}
.single-row-item-content {
    margin: 0;
    font-weight: 600;
}

.single-row-item h6 {
    font-weight: 600;
    font-size: 20px;
}

.e-lib.e-calendar, .e-bigger.e-small .e-lib.e-calendar {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none;
    margin: 0 auto !important;
    max-width: 250px;
}

    .e-lib.e-calendar .e-header .e-icon-container .e-prev, .e-lib.e-calendar .e-header .e-icon-container .e-next, .e-bigger.e-small .e-lib.e-calendar .e-header .e-icon-container .e-prev, .e-bigger.e-small .e-lib.e-calendar .e-header .e-icon-container .e-next {
        height: 36px;
        width: 36px;
        background: var(--accent);
    }
.e-calendar .e-header .e-date-icon-prev::before {
    content: "\e910";
    color: #fff;
}
.e-calendar .e-header .e-date-icon-next::before {
    content: "\e916";
    color: #fff;
}
.e-lib.e-calendar .e-footer-container, .e-bigger.e-small .e-lib.e-calendar .e-footer-container {
    background-color: transparent !important;
    border-top: none;
    cursor: default;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0 10px 10px 10px;
    text-align: center;
    width: 100%;
}

.comparison-type-chart {
    
}
.optimised-icon{
    position: absolute;
}

.profile-preview {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    margin: 0 !important;
    margin-top: 20px !important;
}
    .profile-preview iframe {
        width: 800px !important;
        min-height: 500px !important;
        max-height: 500px !important;
        margin: 0 !important;
        display: block !important;
    }
.skeleton {
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1) 30%, transparent 100%);
    animation: shimmer 3s linear infinite;
    background-size: 200% auto;
    border: none !important;
    box-shadow: none;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.intial-scrape-actions {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intial-scrape-actions .btn-secondary {
    background: rgba(0,0,0,0.4) !important;

}

.search-result {
    margin: 5px 0 !important;
    font-size: 10px;
    cursor: pointer !important;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

    .search-result:hover {
        background: #f5f6fa !important;
        color: #fff !important;
    }

    .search-result:hover .search-result-title {
        /*color: #fff !important;*/
        font-weight: 400;
    }

    .search-result:hover .search-result-snippet {
        /*color: #fff !important;*/
    }

.search-result-title {
    margin: 0 !important;
    font-size: 14px !important;
    color: var(--accent) !important;
    font-weight: 400 !important;
}

.search-result-snippet {
    margin: 0 !important;
    font-size: 12px !important;
    margin-bottom: 10px !important;
}

.profile-result {
    padding: 10px;
    cursor: pointer;
    background: #f5f5f5;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2)
}

.profile-result:hover {
    background: linear-gradient(110deg, #8b59fd, #5d8cef, #1bd7dc);
    color: #fff;
}