/* _content/Meet-App/Components/Inputs/TimespanInput.razor.rz.scp.css */
.input-container[b-03qznfm453] {
    display:flex;
}


    p[b-03qznfm453] {
        margin: 0 !important;
    }
/* _content/Meet-App/Components/Inputs/TMCDropdown.razor.rz.scp.css */
.custom-dropdown[b-02r0cu9gun] {
    position: relative;
    display: inline-block;
    margin: 0;
}

.dropdown-toggle[b-02r0cu9gun] {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s;
    margin: 0;
    width: fit-content;
}

    .dropdown-toggle:hover[b-02r0cu9gun] {
        background-color: #f9f9f9;
    }

/* Arrow styling */
.dropdown-arrow[b-02r0cu9gun] {
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
}

.dropdown-menu[b-02r0cu9gun] {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    margin-top: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
    display: block;
}

    .dropdown-menu a[b-02r0cu9gun] {
        display: block;
        padding: 8px 12px;
        font-size: 14px;
        color: #333;
        text-decoration: none;
        transition: background-color 0.2s;
        cursor: pointer;
    }

        .dropdown-menu a:hover[b-02r0cu9gun] {
            background-color: #f2f2f2;
        }
/* _content/Meet-App/Components/ProfileHeader.razor.rz.scp.css */
.profile-header-container[b-6vt7ibaeu5] {
    overflow: visible !important;
    border-bottom-left-radius: 20px !important;
}

.profile-header-body[b-6vt7ibaeu5] {
    width: 100%;
    min-height: 250px;
    background: var(--accent);
    position: relative;
    overflow: visible !important;
    border-width: 10px;
    border-image: linear-gradient(to top, rgba(0,0,0,0.8), transparent) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: grid;
    border-radius: 0px !important;
}
.profile-header-body[b-6vt7ibaeu5]::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,1), transparent 90%) !important;
    display: grid;
    z-index: 1;
}
.profile-header-avatar[b-6vt7ibaeu5] {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
    line-height: 190px;
    text-align: center;
    font-size: 100px;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 20px 20px -20px rgba(0,0,0,0.8);
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
}
.profile-header-avatar-edit[b-6vt7ibaeu5] {
    position: absolute;
    right: 30px;
    top: 0 !important;
    background: var(--accent);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-family: 'PhosphorFill';
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    z-index: 3;
}
.profile-header-body-edit[b-6vt7ibaeu5] {
    position: absolute;
    right: 10px;
    top: 10px;
    background: var(--accent);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-family: 'PhosphorFill';
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 0;
    z-index: 5;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.profile-header-body-name[b-6vt7ibaeu5] {
    color: #fff;
    font-size: calc(1.5em + 1vw);
    z-index: 3;
    position: relative;
    padding-left: 10px;
}
.profile-header-body-tag-line[b-6vt7ibaeu5] {
    color: #fff;
    font-size: calc(1em + .8vw);
    font-weight: 300;
    z-index: 5;
    position: relative;
    padding-left: 10px;
}
@media (max-width: 1270px) {
    .profile-text[b-6vt7ibaeu5] {
        min-width: 100% !important;
    }
    .profile-header-body-name[b-6vt7ibaeu5] {
        text-align: center;
        margin-top: 30px !important;
    }

    .profile-header-body-tag-line[b-6vt7ibaeu5] {
        text-align: center;
        margin-top: 10px !important;
    }
    .profile-header-avatar[b-6vt7ibaeu5] {
        position: relative;
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .profile-header-body-name[b-6vt7ibaeu5] {
        text-align: center;
        margin-top: 30px !important;
    }

    .profile-header-body-tag-line[b-6vt7ibaeu5] {
        text-align: center;
        
    }
}

.completedness[b-6vt7ibaeu5] {
    position: absolute;
    top: -4%;
    left: -4%;
    width: 108%;
    height: 108%;
    border-radius: 50%;
    background: conic-gradient(var(--bg) calc(var(--percentage)*1%),#0000 0);
    background-color: #fff;
    z-index: -1;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.profile-header-avatar-image[b-6vt7ibaeu5]{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    object-fit: cover;
    object-position: center;

}
.profile-header-avatar-image:hover[b-6vt7ibaeu5]::after {
    content: attr(text);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    color: #fff;
    z-index: 99;
    font-size: 15px;
    max-height: 20px;
    line-height: 20px;
    background: rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 0 5px;
    width: max-content;
}
/* _content/Meet-App/Components/Ui/AgendaEntry.razor.rz.scp.css */
.profile-card[b-kdtadyb92d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 5px 10px;
    /*border-radius: 10px;*/
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    max-width: 100%;
    margin: 0px auto;
    border-bottom: none;
}

.profile-avatar[b-kdtadyb92d] {
    color: #000;
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    /*overflow: hidden;*/
    position: relative;
}

    .profile-avatar.host[b-kdtadyb92d]::after{
        content: 'Host';
        position: absolute;
        bottom: -16px;
        background: var(--accent);
        font-size: 10px;
        padding: 0 5px;
        border-radius: 100vw;
        display: none;
        /*filter: opacity(0.8)*/
    }

    .profile-avatar img[b-kdtadyb92d] {
        object-position: center;
        object-fit: cover;
        height: 40px;
        width: 40px;
        border-radius: 50%;
    }

    .profile-info[b-kdtadyb92d] {
        flex-grow: 1;
        margin-left: 15px;
    }

.profile-name[b-kdtadyb92d] {
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

    .profile-name span[b-kdtadyb92d] {
        font-family: phosphorRegular;
        color: var(--accent);
        margin-right: 10px;
        cursor: pointer;
    }

        .profile-name span p[b-kdtadyb92d] {
            display: none;
        }

        .profile-name span:hover p[b-kdtadyb92d] {
            display: block;
            position: absolute;
            top: -30px;
            background: #333;
            color: #fff;
            padding: 5px;
            border-radius: 5px;
            font-size: 13px;
            box-shadow: 0 0 3px rgba(0,0,0,0.4);
        }

.profile-description[b-kdtadyb92d] {
    display: block;
    font-size: 14px;
    color: #777;
}

.profile-action[b-kdtadyb92d] {
    margin-left: 20px;
}

.profile-button[b-kdtadyb92d] {
    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[b-kdtadyb92d] {
        background-color: #e0e4e7;
    }
.profile-info[b-kdtadyb92d]:before {
    display: none;
}
/* _content/Meet-App/Components/Ui/AttendeeEntry.razor.rz.scp.css */
.profile-card[b-lcjphgsfz7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    max-width: 100%;
    margin: 10px auto;
    cursor: pointer;
    min-height: 100%;

}

    .profile-card:hover[b-lcjphgsfz7] {
        background: #f1f3f5;
    }

    .profile-avatar[b-lcjphgsfz7] {
        background-color: var(--accent) !important;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        /*overflow: hidden;*/
        position: relative;
    }

        .profile-avatar.host[b-lcjphgsfz7]::after {
            content: 'Host';
            position: absolute;
            bottom: -16px;
            color: #777;
            font-size: 10px;
            padding: 0 5px;
            border-radius: 100vw;
            /*filter: opacity(0.8)*/
        }

        .profile-avatar img[b-lcjphgsfz7] {
            object-position: center;
            object-fit: cover;
            height: 40px;
            width: 40px;
            border-radius: 50%;
            border: 2px solid var(--accent);
        }

    .profile-info[b-lcjphgsfz7] {
        flex-grow: 1;
        margin-left: 15px;
    }

.profile-name[b-lcjphgsfz7] {
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.profile-description[b-lcjphgsfz7] {
    display: block;
    font-size: 14px;
    color: #777;
}

.profile-action[b-lcjphgsfz7] {
    margin-left: 20px;
}

.profile-button[b-lcjphgsfz7] {
    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[b-lcjphgsfz7] {
        background-color: #e0e4e7;
    }

.profile-info[b-lcjphgsfz7]:before {
    display: none;
}

.profile-card.small[b-lcjphgsfz7] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*gap: 15px;*/
    /*padding: 20px 60px;*/
    margin: 0 !important;

}
    .profile-card.small .profile-avatar[b-lcjphgsfz7] {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        min-height: 45px;
        min-width: 45px !important;

    }
        .profile-card.small .profile-avatar img[b-lcjphgsfz7] {
            min-height: 45px;
            min-width: 45px !important;
            display: block;
            margin: 15px auto !important;
        }

        .profile-card.small .profile-avatar .avatar-initials[b-lcjphgsfz7] {
            font-size: 40px;
            font-weight: 200;
        }

    .profile-card.small .profile-name[b-lcjphgsfz7] {
        margin: 0px 0 !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
        justify-self: start;
        display: block;
        text-align: left !important;
        font-size: 14px;
    }
    .profile-card.small .profile-description[b-lcjphgsfz7] {
        text-align: start !important;
        /*margin: 0 auto !important;*/
        max-width: fit-content;
        align-self: center;
        font-size: 12px;
    }
/* _content/Meet-App/Components/Ui/BannerHeader.razor.rz.scp.css */
.banner-header-container[b-gn6vpbkb08] {
    width: 100%;
    margin-bottom: 20px
}


.banner-header-container-title[b-gn6vpbkb08] {
    background: transparent;
    text-align: center;
    height: 60px;
    border-radius: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 98;
}
.banner-header-container-title h1[b-gn6vpbkb08]{
    color: #000;
    text-align: center;
    margin: 0;
    align-self: center;
}
.banner-header-container-subtitle[b-gn6vpbkb08] {
    text-align: center;
    background: #fff;
    max-width: 80%;
    margin: 0 auto;
    margin-top: -30px;
    height: 100px;
    border-radius: 10px;
    border: 3px solid #fff;
    display: flex;
    box-shadow: 0px 20px 20px -20px rgba(0,0,0,0.4);
    z-index: 99;
    position: relative;
}

.banner-header-container-subtitle h1[b-gn6vpbkb08] {
    color: #000;
    text-align: center;
    margin: 0 50px;
    align-self: center;
    font-weight: 100;
    font-size: 25px;
}



.meeting-traits[b-gn6vpbkb08] {
    display: flex;
    gap: 0 10px;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.meeting-trait[b-gn6vpbkb08] {
    display: flex;
    overflow: hidden;
    background: #f1f3f5;
    max-height: fit-content;
    min-width: fit-content;
    border-radius: 100vw;
    border: none;
    padding: 0 10px;
    align-content: space-between;
    margin: 0;
    color: var(--accent);
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
    .meeting-trait span[b-gn6vpbkb08] {
        max-height: fit-content;
        max-width: fit-content;
        height: fit-content;
    }
    .meeting-trait p[b-gn6vpbkb08] {
        display: inline;
        height: fit-content;
        margin: 0;
        /*margin-left: 10px;*/
    }

select[b-gn6vpbkb08] {
    max-height: 50px !important;
    min-height: 50px !important;
    align-self: center !important;
    padding: 0 20px !important;
    border-radius: 5px !important;
}

.banner-header-container-title-edit[b-gn6vpbkb08] {
    position: absolute;
    right: 10px;
    top: 10px !important;
    background: var(--accent);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-family: 'PhosphorFill';
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    z-index: 3;
}
/* _content/Meet-App/Components/Ui/Collapse.razor.rz.scp.css */
.collapse-container[b-wngzwfisns] {
    max-width: 95%;
    margin: 0 auto;
}

.collapse-heading[b-wngzwfisns] {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
    cursor: pointer;
}
    .collapse-heading .header-grouping[b-wngzwfisns] {
        display: flex;
        align-items: center;
    }

        .header-grouping h3[b-wngzwfisns] {
            margin: 0;
            color: #000;
            font-size: 18px !important;
        }
.header-grouping span[b-wngzwfisns] {
    font-family: "phosphorRegular";
    font-size: 35px;
    display: flex;
    margin-right: 10px;
    color: var(--accent);
}
/* _content/Meet-App/Components/Ui/LayoutOption.razor.rz.scp.css */
.layout-style-container[b-8bt9wjjmwl]{
    display: flex;
    max-width: 95%;
    height: 50px;
    margin: 0 auto;
    margin-top: 40px;
    border: 2px solid var(--accent);
    border-radius: 10px;
    overflow: hidden;
}

.layout-option-container[b-8bt9wjjmwl] {
    width: 100%;
    height: 100%;
    display: flex;
    /*gap: 5px;*/
    background: transparent;
    /*box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
    overflow: hidden;
    justify-content: space-between;
    border-radius: 0;
}

.layout-option[b-8bt9wjjmwl] {
    padding: 1px 5px;
    cursor: pointer;
    background: transparent;
    font-weight: 400;
    padding: 1px 10px;
    text-align: center;
    flex-grow: 1;
    border-left: 2px solid var(--accent);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--accent);
    border-radius: 0;
}

    .layout-option.active[b-8bt9wjjmwl] {
        background: var(--accent);
        color: #fff;
        border-radius: 0;
    }

.layout-option p[b-8bt9wjjmwl]{
    font-size: 16px;
    margin: 0 2px;
}
/* _content/Meet-App/Components/Ui/StarContainer.razor.rz.scp.css */
.star-container[b-s3zevo5eep]{
    
}
/* _content/Meet-App/Components/Ui/StatsCard.razor.rz.scp.css */
.row[b-mnt0kcp5mk]{

}
.ui-card[b-mnt0kcp5mk] {
    background: #e3efff;
    overflow: hidden;
    margin: 0px 0;
    height: fit-content;
    display: flex;
    gap: 20px;
}
.stat-icon[b-mnt0kcp5mk] {
    font-family: phosphorRegular;
    background: #e3efff;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    align-self: center;
    filter: opacity(0.4);
    margin-top: 0px;
    bottom: 0;
    /*left: calc(50% - 20px);*/
    z-index: 1;
    /*display: none;*/
}
    .stat-icon span[b-mnt0kcp5mk] {
        font-family: phosphorRegular;
        color: #000;
        font-size: 50px;
    }

.stat-stat[b-mnt0kcp5mk] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}
    .stat-stat h2[b-mnt0kcp5mk] {
        width: 100%;
        text-align: left;
        z-index: 3;
        color: #000;
    }
    .stat-stat h4[b-mnt0kcp5mk] {
        width: 100%;
        text-align: left;
        color: rgba(0,0,0,0.8);
        z-index: 3;
        margin: 0;
        align-self: center;
    }
/* _content/Meet-App/Components/Ui/SymGauge.razor.rz.scp.css */
.container[b-qp9ttpff5l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100%; /* Adjust width as needed */
    margin: 0 auto;
    margin-top: 0px;

}

@media (max-width: 550px) {
    .label[b-qp9ttpff5l] {
        display: none !important;
    }
    .mobile-label-container[b-qp9ttpff5l] {
        display: flex !important;
        justify-content: space-between;
        margin-top: 10px !important;
        margin-bottom: 40px !important;
    }
}

.label[b-qp9ttpff5l] {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: black;
    margin: 20px 0px;
    width: 120px;
}
.mobile-label-container[b-qp9ttpff5l] {
    display: none;
}

.line-container[b-qp9ttpff5l] {
    display: flex;
    align-items: center;
    flex-grow: 1;
    position: relative;
    margin: 0 10px;
}

.line[b-qp9ttpff5l] {
    flex-grow: 1;
    height: 2px;
    background-color: lightgray;
    position: relative;
}

.dot[b-qp9ttpff5l] {
    width: 30px;
    height: 30px;
    background-color: var(--accent);
    color: white;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: var(--position);
    transform: translateX(-50%);
    z-index: 1;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    font-family: "phosphorRegular";
}

.dot-small[b-qp9ttpff5l] {
    width: 15px;
    height: 15px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: var(--position);
    transform: translateX(-50%);
    z-index: 1;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 9998;
}
.gauge-avatar[b-qp9ttpff5l] {
    position: absolute;
    height: 30px;
    width: 30px;
    object-fit: cover;
    left: var(--position);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    border-radius: 50%;
    z-index: 9999;
}

.stop[b-qp9ttpff5l] {
    background-color: rgba(0,0,0,0.2);
    height: 7px;
    width: 2px;
    position: absolute;
    left: var(--position);
}
/* _content/Meet-App/Components/Ui/TaskEntry.razor.rz.scp.css */
.profile-card[b-jgwh3pggdy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    max-width: 100%;
    margin: 10px auto;

}

.profile-avatar[b-jgwh3pggdy] {
    background-color: var(--accent);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    /*overflow: hidden;*/
    position: relative;
}

    .profile-avatar.host[b-jgwh3pggdy]::after{
        content: 'Host';
        position: absolute;
        bottom: -16px;
        color: var(--accent);
        font-size: 10px;
        padding: 0 5px;
        border-radius: 100vw;

        /*filter: opacity(0.8)*/
    }

    .profile-avatar img[b-jgwh3pggdy] {
        object-position: center;
        object-fit: cover;
        height: 40px;
        width: 40px;
        border-radius: 50%;
    }

    .profile-info[b-jgwh3pggdy] {
        flex-grow: 1;
        margin-left: 15px;
    }

.profile-name[b-jgwh3pggdy] {
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.profile-description[b-jgwh3pggdy] {
    display: block;
    font-size: 14px;
    color: #777;
}

.profile-action[b-jgwh3pggdy] {
    margin-left: 20px;
}

.incomplete-button[b-jgwh3pggdy] {
    background-color: #f1f3f5;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    color: var(--accent);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.complete-button[b-jgwh3pggdy] {
    color: #f1f3f5;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    background: var(--accent);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .profile-button:hover[b-jgwh3pggdy] {
        background-color: #e0e4e7;
    }

.profile-info[b-jgwh3pggdy]:before {
    display: none;
}

@media (max-width: 880px) {
    .profile-avatar[b-jgwh3pggdy] {
        display: none !important;
    }
}
input[b-jgwh3pggdy], select[b-jgwh3pggdy] {
    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;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
/* _content/Meet-App/Components/Ui/TeamsCard.razor.rz.scp.css */
.teams-container[b-bxy8l1y4er] {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
}
.ui-card[b-bxy8l1y4er]{
    display: flex;
    min-width: 100% !important;    
    position: relative;
}
.card-date[b-bxy8l1y4er] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: grey;
    border-right: 2px solid var(--bc);
    margin-right: 15px;
}

.date-day[b-bxy8l1y4er] {
    font-size: 24px;
    font-weight: bold;
    color: var(--bc);
}

.date-month[b-bxy8l1y4er] {
    font-size: 16px;
    text-transform: uppercase;
    color: #888;
}

.card-content[b-bxy8l1y4er] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-title[b-bxy8l1y4er] {
    font-size: 18px;
    font-weight: bold;
    color: var(--bc);
    margin: 0;
}

.card-time[b-bxy8l1y4er] {
    font-size: 14px;
    color: #888;
    margin: 6px 0;
}

.card-location[b-bxy8l1y4er] {
    font-size: 14px;
    color: #888;
    margin: 2px 0;
}

.card-time[b-bxy8l1y4er] {
    font-weight: bold;
}

.card-attendees[b-bxy8l1y4er]{
    display: flex; 
    justify-self: end;
    position: absolute;
    right: 10px;
}
    .card-attendees img[b-bxy8l1y4er] {
        height: 40px;
        width: 40px;
        margin-left: -20px;
        border-radius: 50%;
        border: solid 2px #fff;
    }

.attendee-icon[b-bxy8l1y4er] {
    background: var(--accent);
    color: #fff;
    height: 40px;
    margin-left: -20px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    padding: 0;
    border: solid 2px #fff;
    display: flex;
    justify-content: center;
}
.attendee-icon h3[b-bxy8l1y4er]{
    color: #fff;
    margin: 0;
    line-height: 0;
    padding: 0;
    align-self: center;
}
@media (max-width: 880px) {
    .card-attendees[b-bxy8l1y4er] {
        display: none !important;
    }
}
/* _content/Meet-App/LandingPages/AssessmentMain.razor.rz.scp.css */
body[b-whwcnt8z1h] {
    /*all: unset !important;*/
    overflow-y: auto;
}

.assessment-body[b-whwcnt8z1h] {
    background-color: #F9F9F9 !important;
    width: 100vw !important;
    height: fit-content;
}


.main-assessment-container[b-whwcnt8z1h] {
    display: grid;
    align-content: center;
    min-height: 100vh;
    text-align: center;
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background-color: #fff !important;
    max-width: 35%;
    min-width: 414px;
    margin: 0 auto;
}
@media only screen and (max-width: 1730px) {

    .red-flag-selections p[b-whwcnt8z1h]{
        display: none !important;
    }
    .red-flag-heading[b-whwcnt8z1h] {
        font-size: 14px;
        font-weight: 500;
        margin: 30px 0;
    }

    .red-flag-selections-container[b-whwcnt8z1h] {
        min-width: 100%;
        max-width: 100%;
    }

    .red-flag-selections-space[b-whwcnt8z1h] {
        display: inline-block !important;
        width: 9% !important;
    }

    .red-flag-selections[b-whwcnt8z1h] {
        display: inline !important;
        position: relative;
    }

    .red-flag-selection[b-whwcnt8z1h] {
        display: inline-block !important;
        max-width: 12% !important;
        min-width: 12% !important;
        font-size: 1.2em !important;
        text-align: center;
        margin: 0px !important;
        margin-top: 100px !important;
        /*overflow: hidden;*/
    }
    .red-flag-selections p[b-whwcnt8z1h] {
        display: block !important;
        position: absolute;
        font-size: 12px;
        width: 109px;
        overflow: visible;
        transform: rotate(-90deg);
        top: -40px;
        margin-left: -32px !important;
        text-align: left;
    }
}
    @media only screen and (max-width: 375px) {
        .main-assessment-container[b-whwcnt8z1h] {
            max-width: 100%;
            padding: 0px 25px 10px 0px !important;
        }
    }

@media only screen and (max-width: 390px) {
    .main-assessment-container[b-whwcnt8z1h] {
        min-width: 390px;
    }
}
@media only screen and (max-width: 395px) {
    

}


.heading[b-whwcnt8z1h]{
    font-size: 40px;
    color: #8b8b8b;
    font-weight: 400;
}
.sub-heading[b-whwcnt8z1h] {
    color: #8b8b8b;
    font-weight: 400;
    font-size: 30px;
}
p[b-whwcnt8z1h] {
    
}
.description[b-whwcnt8z1h] {
    color: #8b8b8b;
    font-weight: 600;
    margin-top: 30px
}
.redflag-description[b-whwcnt8z1h] {
    color: #8b8b8b;
    font-weight: 600;
    margin-top: 0px;
    text-align: left;
    max-width: 80%;
    margin: 0 auto;
}

.assessment-navigation-buttons[b-whwcnt8z1h]{
    width: max-content;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0;
    gap: 0;
    display: flex;
}

.assessment-navigation-button[b-whwcnt8z1h] {
    all: unset;
    background-color: var(--accent);
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    display: inline-block;
    margin: 0 !important;
    min-width: 70px;
    padding-top: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    cursor: pointer;
}

    .assessment-navigation-button:hover[b-whwcnt8z1h]{
        filter: brightness(.8);

    }

    .assessment-navigation-button.left[b-whwcnt8z1h] {
        border-top-left-radius: 100vw;
        border-bottom-left-radius: 100vw;
    }
    .assessment-navigation-button.right[b-whwcnt8z1h] {
        border-top-right-radius: 100vw;
        border-bottom-right-radius: 100vw;
    }

.assessment-questions[b-whwcnt8z1h] {
    margin: 20px 30px;
}

label[b-whwcnt8z1h] {
    all: unset;
    position: relative;
    display: block;
    color: #000;
    padding: 0;
    text-align: left !important;
    font-size: 1.2em !important;
    padding: 0 5px;
    margin-top: 20px !important;
    font-weight: 400 !important;
}

    label sup[b-whwcnt8z1h]{
        font-size: 12px;
        color: #ff006e;
    }

    label + input[b-whwcnt8z1h] {
        min-width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        border-radius: 0;
        box-shadow: none;
    }    

    label + select[b-whwcnt8z1h] {
        border: none;
        overflow: hidden;
        min-width: 100%;
        margin: 0;
        display: flex;        
    }

        label + select option[b-whwcnt8z1h] {
            font-size: 18px;
            padding: 10px 5px;
            padding-left: 10px;
            background: #e5e4e4;
            box-shadow: 0 0 5px rgba(0,0,0,0.4);
            margin-top: 10px;
            cursor: pointer;
            position: relative;
            border-radius: 5px;
        }
            label + select option[b-whwcnt8z1h]::after {
                content: '';
                min-height: 10px;
                min-width: 10px;
                background: transparent;
                border: 1px solid #000;
                border-radius: 100vw;
                position: absolute;
                right: 10px;
                top: 15px;
            }


.red-flag-heading[b-whwcnt8z1h]{
    font-size: 14px !important;
    font-weight: 500;
    margin: 30px 0;
}

.red-flag-selections-container[b-whwcnt8z1h]{
    min-width: 100%;
}
.red-flag-selections-space[b-whwcnt8z1h] {
    display: inline-block;
    min-width: 20%;
    max-width: 20%;
}
.red-flag-selections[b-whwcnt8z1h] {
    display: inline-block;
    width: 60%;
}

.red-flag-selection[b-whwcnt8z1h] {
    display: inline-block;
    max-width: 18%;
    font-size: 12px;
    margin: 8px;
}

    .red-flag-selection p[b-whwcnt8z1h] {
        display: inline;
    }

    .toaster[b-whwcnt8z1h] {
        background-color: maroon;
        color: white;
        padding: 16px;
        position: absolute;
        margin: 0 auto;
        z-index: 9999;
        border-radius: 5px;
        width: 414px;
        left: calc((100% - 414px) / 2);
        top: 30px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    .toaster p[b-whwcnt8z1h] {
        margin: 0;
        padding-right: 15px;
    }
/* _content/Meet-App/LandingPages/MeetingCalc/EffectivenessSection.razor.rz.scp.css */
/* _content/Meet-App/LandingPages/MeetingCalc/Header.razor.rz.scp.css */
.section-content[b-q8gtwopwr2] {
    color: #000;
    font-family: 'Poppins' !important;
    padding: 50px 0;
}
    .section-content h3[b-q8gtwopwr2] {
        text-align: center !important;
        font-weight: 300;
        color: #fff;
        font-size: 3vw;
    }
    .section-content h1[b-q8gtwopwr2] {
        text-align: center !important;
        font-weight: 400;
        color: #fff;
        font-size: 7vw;
    }
/* _content/Meet-App/LandingPages/MeetingCalc/Hero.razor.rz.scp.css */
*[b-0289bo8a8h]{
    font-family: 'Poppins';
}
body[b-0289bo8a8h]{
    margin: 0;
    padding: 0;
}
div[b-0289bo8a8h]{
    background: #fff;
    position: relative;
}
    div img[b-0289bo8a8h] {
        align-content: center;
        max-width: 100%;
        object-fit: contain;
        background-repeat: no-repeat
    }
.main-percentage[b-0289bo8a8h] {
    width: 100%;
    text-align: center;
    font-size: 3em;
    margin-left: 0;
    position: relative;
}

.calculate-button[b-0289bo8a8h] {
    border-radius: 100vw;
    margin-top: 20px;
    background: #fff;
    background: var(--accent);
}
.company-cost[b-0289bo8a8h] {
    text-align: center;
    font-size: 2em;
    margin-left: 0px;
    position: relative;
}
.person-cost[b-0289bo8a8h] {
    text-align: center;
    font-size: 2em;
    margin-left: 0px;
    position: relative;
}

.additional-text[b-0289bo8a8h] {
    text-align: center;
    font-size: 12px;
    margin-left: 0px;
    color: rgba(0,0,0,0.4);
}

h6[b-0289bo8a8h]{
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

sup[b-0289bo8a8h]{
    color: rgba(0,0,0,0.4);
    font-size: 12px;
    position: absolute;
    top: 0;
    margin-left: -5px;
}
.card[b-0289bo8a8h]{
    min-height: 100%;
    padding-bottom: 0;
    align-content: center;
    display: grid;
    box-shadow: none;
}
/* _content/Meet-App/LandingPages/MeetingCalc/SectionFive.razor.rz.scp.css */
*[b-z82wyq00tj] {
    font-family: 'Poppins' !important;

}

.section-content[b-z82wyq00tj] {
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 0px;
    padding: 30px;
}
.card[b-z82wyq00tj] {
    --brw: 0px;
    --brd: var(--color_36);
    --bg: 255, 255, 255;
    --rd: 10px 10px 10px 10px;
    --shd: 0.00px 1.00px 17px 0px rgba(0,0,0,0.2);
    --alpha-bg: 0;
    --alpha-brd: 1;
    background: transparent;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    min-height: 100%;
    margin: 0;

    border-radius: 10px;
}
.card-title[b-z82wyq00tj] {
    color: #0077B8;
    font-size: 50px;
    font-weight: 500 !important;
    text-align: center;
    margin-bottom: 20px;
}
.card-text[b-z82wyq00tj] {
    color: #0077B8;
    font-size: 18px;
    font-weight: 200 !important;
    text-align: center;
    margin-bottom: 20px;
}
.section-content button[b-z82wyq00tj] {
    background: transparent;
    border: 2px solid #000;
    border-radius: 100vw;
    font-weight: 500 !important;
    margin: 60px auto;
}

        .section-content button:hover[b-z82wyq00tj] {
            background: #fff;
            border: 2px solid transparent;
            border-radius: 100vw;
            font-weight: 500 !important;
            margin: 60px auto;
            color: #38b6ff;
        }

    .section-content h4[b-z82wyq00tj] {
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        font-size: 22px
    }

    .section-content h3[b-z82wyq00tj] {
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold !important;
    }

    .section-content h2[b-z82wyq00tj] {
        color: #fff;
        text-align: center;
        margin-top: 70px !important;
        font-weight: bolder !important;
    }

    .section-content h1[b-z82wyq00tj] {
        color: #fff;
        text-align: left;
        margin: 30px;
        padding-left: 50px !important;
        font-weight: bolder !important;
        font-size: 70px
    }

    .section-content p.label[b-z82wyq00tj] {
        all: unset;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        max-width: 150px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: block;
        text-align: center;
        margin: 10px auto;
    }

    .section-content input[type=text][b-z82wyq00tj] {
        all: unset;
        max-width: 150px !important;
        padding: 10px;
        margin: 10px 0;
        border-radius: 5px;
        border: none;
        outline: none;
        background: #fff;
        display: block;
        margin: 10px auto;
    }

.meeting-calc-slider[b-z82wyq00tj] {
    width: 100%;
    box-shadow: none;
}

input[type="range"][b-z82wyq00tj] {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    input[type="range"][b-z82wyq00tj]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        margin-top: -8px
    }

    input[type="range"][b-z82wyq00tj]::-webkit-slider-runnable-track {
        background: #ddd;
        border-radius: 5px;
        height: 2px;
    }

    input[type="range"]:focus[b-z82wyq00tj] {
        outline: none;
        box-shadow: 0 0 0 2px #666;
    }

    input[type="range"]:active[b-z82wyq00tj] {
        opacity: 1;
    }

    input[type="range"]:hover[b-z82wyq00tj] {
        opacity: 1;
        height: 10px;
    }

        input[type="range"]:hover[b-z82wyq00tj]::-webkit-slider-runnable-track {
            height: 10px;
        }

        input[type="range"]:hover[b-z82wyq00tj]::-webkit-slider-thumb {
            margin-top: -5px !important;
        }

.calculate-button[b-z82wyq00tj] {
    border-radius: 100vw;
    margin-top: 20px;
}
/* _content/Meet-App/LandingPages/MeetingCalc/SectionFour.razor.rz.scp.css */
body[b-p20roju3wc] {
    font-family: 'Poppins' !important;
}

.section-content[b-p20roju3wc] {
    background-color: transparent;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 0px;
    padding: 30px;
}

    .section-content button[b-p20roju3wc] {
        background: transparent;
        border: 2px solid #000;
        border-radius: 100vw;
        font-weight: 500 !important;
        margin: 60px auto;
    }

        .section-content button:hover[b-p20roju3wc] {
            background: #fff;
            border: 2px solid transparent;
            border-radius: 100vw;
            font-weight: 500 !important;
            margin: 60px auto;
            color: #38b6ff;
        }

    .section-content h4[b-p20roju3wc] {
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        font-size: 22px
    }

    .section-content h3[b-p20roju3wc] {
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold !important;
    }

    .section-content h2[b-p20roju3wc] {
        color: #fff;
        text-align: center;
        margin-top: 70px !important;
        font-weight: bolder !important;
    }
    .section-content h1[b-p20roju3wc] {
        color: rgba(0,0,0,0.8);
        text-align: left;
        margin: 30px;
        margin-left: 100px;
        font-weight: bolder !important;
        font-size: 40px
    }

    .section-content p.label[b-p20roju3wc] {
        all: unset;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        max-width: 150px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: block;
        text-align: center;
        margin: 10px auto;
    }

    .section-content input[type=text][b-p20roju3wc] {
        all: unset;
        max-width: 150px !important;
        padding: 10px;
        margin: 10px 0;
        border-radius: 5px;
        border: none;
        outline: none;
        background: #fff;
        display: block;
        margin: 10px auto;
    }

.meeting-calc-slider[b-p20roju3wc] {
    width: 100%;
    box-shadow: none;
}

input[type="range"][b-p20roju3wc] {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    input[type="range"][b-p20roju3wc]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        margin-top: -8px
    }

    input[type="range"][b-p20roju3wc]::-webkit-slider-runnable-track {
        background: #ddd;
        border-radius: 5px;
        height: 2px;
    }

    input[type="range"]:focus[b-p20roju3wc] {
        outline: none;
        box-shadow: 0 0 0 2px #666;
    }

    input[type="range"]:active[b-p20roju3wc] {
        opacity: 1;
    }

    input[type="range"]:hover[b-p20roju3wc] {
        opacity: 1;
        height: 10px;
    }

        input[type="range"]:hover[b-p20roju3wc]::-webkit-slider-runnable-track {
            height: 10px;
        }

        input[type="range"]:hover[b-p20roju3wc]::-webkit-slider-thumb {
            margin-top: -5px !important;
        }

.calculate-button[b-p20roju3wc] {
    border-radius: 100vw;
    margin-top: 20px;
}
/* _content/Meet-App/LandingPages/MeetingCalc/SectionOne.razor.rz.scp.css */
*[b-e88yymsz2i] {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.section-content[b-e88yymsz2i] {
    background-color: var(--accent);
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 0px;
    padding: 30px 10px;
}

    .section-content h1[b-e88yymsz2i] {
        color: #fff;
        text-align: center;
        margin-bottom: 80px;
    }
    .section-content h4[b-e88yymsz2i] {
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }

    .section-content p.label[b-e88yymsz2i] {
        all: unset;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;

        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: block;
        text-align: center;
        margin: 10px auto;
    }

    .section-content input[type=text][b-e88yymsz2i], .section-content input[type=number][b-e88yymsz2i] {
        all: unset;
        max-width: 150px !important;
        padding: 10px;
        margin: 10px 0;
        border-radius: 5px;
        border: none;
        outline: none;
        background: #fff;
        display: block;
        margin: 10px auto;
        -moz-appearance: textfield;
    }

input[type=number][b-e88yymsz2i]::-webkit-outer-spin-button,
input[type=number][b-e88yymsz2i]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.meeting-calc-slider[b-e88yymsz2i] {
    width: 100%;
    box-shadow: none;
}


input[type="range"][b-e88yymsz2i] {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    input[type="range"][b-e88yymsz2i]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        margin-top: -8px
    }

    input[type="range"][b-e88yymsz2i]::-webkit-slider-runnable-track {
        background: #ddd;
        border-radius: 5px;
        height: 2px;
    }

    input[type="range"]:focus[b-e88yymsz2i] {
        outline: none;
        box-shadow: 0 0 0 2px #666;
    }

    input[type="range"]:active[b-e88yymsz2i] {
        opacity: 1;
    }

    input[type="range"]:hover[b-e88yymsz2i] {
        opacity: 1;
        height: 10px;
    }

        input[type="range"]:hover[b-e88yymsz2i]::-webkit-slider-runnable-track {
            height: 10px;
        }

        input[type="range"]:hover[b-e88yymsz2i]::-webkit-slider-thumb {
            margin-top: -5px !important;
        }

.calculate-button[b-e88yymsz2i] {
    border-radius: 100vw;
    margin-top: 20px;
    background: #fff;
    color: var(--accent);
}
/* _content/Meet-App/LandingPages/MeetingCalc/SectionSix.razor.rz.scp.css */
body[b-7vv7epl21a] {
    font-family: 'Monterrat'
}

.section-content[b-7vv7epl21a] {
    background-color: #000;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 0px;
    padding: 30px;
}

    .section-content button[b-7vv7epl21a] {
        background: transparent;
        border: 2px solid #000;
        border-radius: 100vw;
        font-weight: 500 !important;
        margin: 60px auto;
    }

        .section-content button:hover[b-7vv7epl21a] {
            background: #fff;
            border: 2px solid transparent;
            border-radius: 100vw;
            font-weight: 500 !important;
            margin: 60px auto;
            color: #38b6ff;
        }

    .section-content h4[b-7vv7epl21a] {
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        font-size: 22px
    }

    .section-content h3[b-7vv7epl21a] {
        color: #fff;
        text-align: left;
        margin-bottom: 20px;
        font-weight: normal !important;
        font-size: 22px
    }

    .section-content h2[b-7vv7epl21a] {
        color: #fff;
        text-align: center;
        margin-top: 70px !important;
        font-weight: bolder !important;
    }

    .section-content h1[b-7vv7epl21a] {
        color: #fff;
        text-align: left;
        margin: 30px !important;
        font-weight: bolder !important;
        font-size: 50px
    }

    .section-content p.label[b-7vv7epl21a] {
        all: unset;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        max-width: 150px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: block;
        text-align: center;
        margin: 10px auto;
    }

    .section-content input[type=text][b-7vv7epl21a] {
        all: unset;
        max-width: 150px !important;
        padding: 10px;
        margin: 10px 0;
        border-radius: 5px;
        border: none;
        outline: none;
        background: #fff;
        display: block;
        margin: 10px auto;
    }

.meeting-calc-slider[b-7vv7epl21a] {
    width: 100%;
    box-shadow: none;
}

input[type="range"][b-7vv7epl21a] {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    input[type="range"][b-7vv7epl21a]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        margin-top: -8px
    }

    input[type="range"][b-7vv7epl21a]::-webkit-slider-runnable-track {
        background: #ddd;
        border-radius: 5px;
        height: 2px;
    }

    input[type="range"]:focus[b-7vv7epl21a] {
        outline: none;
        box-shadow: 0 0 0 2px #666;
    }

    input[type="range"]:active[b-7vv7epl21a] {
        opacity: 1;
    }

    input[type="range"]:hover[b-7vv7epl21a] {
        opacity: 1;
        height: 10px;
    }

        input[type="range"]:hover[b-7vv7epl21a]::-webkit-slider-runnable-track {
            height: 10px;
        }

        input[type="range"]:hover[b-7vv7epl21a]::-webkit-slider-thumb {
            margin-top: -5px !important;
        }

.calculate-button[b-7vv7epl21a] {
    border-radius: 100vw;
    margin-top: 20px;
}
/* _content/Meet-App/LandingPages/MeetingCalc/SectionThree.razor.rz.scp.css */
*[b-dpxid5lm20] {
    font-family: 'Poppins'
}

.section-content[b-dpxid5lm20] {
    background-color: #fff;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 0px;
    padding: 10px;
}

    .section-content a[b-dpxid5lm20] {
        background: var(--accent);
        color: #fff;
        padding: 10px 20px;
        border: 2px solid transparent;
        border-radius: 100vw;
        font-weight: 400 !important;
        margin: 20px auto;
        display: block;
        width: fit-content;
    }

        .section-content a:hover[b-dpxid5lm20] {
            background: #fff;
            color: #38b6ff;
            border: 2px solid #38b6ff;
        }

    .section-content h4[b-dpxid5lm20] {
        color: rgba(0,0,0,0.8);
        text-align: left;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 300;
    }

    .section-content h3[b-dpxid5lm20] {
        color: rgba(0,0,0,0.8);
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold !important;
    }

    .section-content h2[b-dpxid5lm20] {
        color: rgba(0,0,0,0.8);
        text-align: center;
        margin-top: 70px !important;
        font-weight: bolder !important;
    }

    .section-content p.label[b-dpxid5lm20] {
        all: unset;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        max-width: 150px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: block;
        text-align: center;
        margin: 10px auto;
    }

    .section-content input[type=text][b-dpxid5lm20] {
        all: unset;
        max-width: 150px !important;
        padding: 10px;
        margin: 10px 0;
        border-radius: 5px;
        border: none;
        outline: none;
        background: #fff;
        display: block;
        margin: 10px auto;
    }

.meeting-calc-slider[b-dpxid5lm20] {
    width: 100%;
    box-shadow: none;
}

input[type="range"][b-dpxid5lm20] {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    input[type="range"][b-dpxid5lm20]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
        margin-top: -8px
    }

    input[type="range"][b-dpxid5lm20]::-webkit-slider-runnable-track {
        background: #ddd;
        border-radius: 5px;
        height: 2px;
    }

    input[type="range"]:focus[b-dpxid5lm20] {
        outline: none;
        box-shadow: 0 0 0 2px #666;
    }

    input[type="range"]:active[b-dpxid5lm20] {
        opacity: 1;
    }

    input[type="range"]:hover[b-dpxid5lm20] {
        opacity: 1;
        height: 10px;
    }

        input[type="range"]:hover[b-dpxid5lm20]::-webkit-slider-runnable-track {
            height: 10px;
        }

        input[type="range"]:hover[b-dpxid5lm20]::-webkit-slider-thumb {
            margin-top: -5px !important;
        }

.calculate-button[b-dpxid5lm20] {
    border-radius: 100vw;
    margin-top: 20px;
}
/* _content/Meet-App/LandingPages/MeetingCalc/SectionTwo.razor.rz.scp.css */
*[b-n2uq2sguim] {
    font-family: 'Poppins', sans-serif;
}
.section-content[b-n2uq2sguim]{
    margin: 50px auto;
    padding: 20px;
}
/* _content/Meet-App/LandingPages/Oboarding/OnboardingLayout.razor.rz.scp.css */
.page[b-1rtnac4ry6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.navCalendar.e-calendar .e-footer-container[b-1rtnac4ry6] {
    display: none !important;
}

.navbar-right-collapsed-text[b-1rtnac4ry6] {
    transition: all 0.5s;
    transform: rotate(90deg);
    left: -15px;
    top: 85px;
    font-size: 1rem;
    /*text-transform: uppercase;*/
    position: absolute;
    color: #000;
    font-weight: 300;
    min-width: max-content;
    min-height: max-content;
}

main[b-1rtnac4ry6] {
    flex: 1;
}

.sidebar[b-1rtnac4ry6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1rtnac4ry6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1rtnac4ry6]  a, .top-row .btn-link[b-1rtnac4ry6] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-1rtnac4ry6] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1rtnac4ry6] {
        display: none;
    }

    .top-row.auth[b-1rtnac4ry6] {
        justify-content: space-between;
    }

    .top-row a[b-1rtnac4ry6], .top-row .btn-link[b-1rtnac4ry6] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1rtnac4ry6] {
        flex-direction: row;
    }

    .sidebar[b-1rtnac4ry6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1rtnac4ry6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-1rtnac4ry6], article[b-1rtnac4ry6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .mobile-iq-navbar[b-1rtnac4ry6] {
        display: none;
    }
}

.onboarding-body[b-1rtnac4ry6] {
    height: 100vh;
    width: 100vw;
    background: transparent;
    display: grid;
    position: absolute;
    z-index: 5555;
    top: 0;
    left: 0;
}

.onboarding-shadow[b-1rtnac4ry6] {
    filter: blur(2px);
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: 5556;
    top: 0;
    left: 0;
    display: grid;
}

.onboarding-content[b-1rtnac4ry6] {
    z-index: 557;
    height: 100vh;
    width: 100vw;
    display: grid;
    align-content: center;
    background: rgba(255,255,255,0.2);
    position:absolute
}
.onboarding-content p[b-1rtnac4ry6] {
    text-align: center;
    font-size: 30px;
}
/* _content/Meet-App/LandingPages/Oboarding/OnboardingMain.razor.rz.scp.css */
.disabled[b-6k7kbnnqb0] {
    pointer-events: none;
    filter: blur(2px);
}
.card-header[b-6k7kbnnqb0] {
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
}
.section-completion-button[b-6k7kbnnqb0]{
    background: var(--accent);
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
}
/* _content/Meet-App/Pages/Administration/ExceptionDash.razor.rz.scp.css */
table[b-m868g8qjsp]{
    min-width: 100%;
}

thead[b-m868g8qjsp]{
    background: var(--accent);
    color: #fff;
}

tr[b-m868g8qjsp] {
}

td[b-m868g8qjsp],th[b-m868g8qjsp]{
    padding: 5px;
}

tr:nth-child(even)[b-m868g8qjsp] {
    background-color: #f2f2f2;
}

.pagination[b-m868g8qjsp]{
    margin-top: 20px;
}

.pagination button[b-m868g8qjsp] {

}

.table-overflow[b-m868g8qjsp]{
    overflow: hidden;
    max-width:300px;
    text-overflow: ellipsis;
}
/* _content/Meet-App/Pages/Assessment/AssessmentMain.razor.rz.scp.css */
body[b-0r6l6g0u5k] {
    /*all: unset !important;*/
    overflow-y: auto;
}

.assessment-body[b-0r6l6g0u5k] {
    background-color: #fff !important;
    width: 100vw !important;
    height: fit-content;
}


.main-assessment-container[b-0r6l6g0u5k] {
    display: grid;
    align-content: center;
    min-height: 100vh;
    text-align: center;
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background-color: #fff !important;
    max-width: 35%;
    min-width: 414px;
    margin: 0 auto;
}
@media only screen and (max-width: 1730px) {

    .red-flag-selections p[b-0r6l6g0u5k]{
        display: none !important;
    }
    .red-flag-heading[b-0r6l6g0u5k] {
        font-size: 14px;
        font-weight: 500;
        margin: 30px 0;
    }

    .red-flag-selections-container[b-0r6l6g0u5k] {
        min-width: 100%;
        max-width: 100%;
    }

    .red-flag-selections-space[b-0r6l6g0u5k] {
        display: inline-block !important;
        width: 9% !important;
    }

    .red-flag-selections[b-0r6l6g0u5k] {
        display: inline !important;
        position: relative;
    }

    .red-flag-selection[b-0r6l6g0u5k] {
        display: inline-block !important;
        max-width: 12% !important;
        min-width: 12% !important;
        font-size: 1.2em !important;
        text-align: center;
        margin: 0px !important;
        margin-top: 100px !important;
        /*overflow: hidden;*/
    }
    .red-flag-selections p[b-0r6l6g0u5k] {
        display: block !important;
        position: absolute;
        font-size: 12px;
        width: 100px;
        overflow: visible;
        transform: rotate(-90deg);
        top: -40px;
        margin-left: -10px;
        text-align: left;
    }
}


@media only screen and (max-width: 390px) {
    .main-assessment-container[b-0r6l6g0u5k] {
        min-width: 390px;
    }
}
@media only screen and (max-width: 395px) {
    

}
@media only screen and (max-width: 375px) {
    .main-assessment-container[b-0r6l6g0u5k] {
        max-width: 100%;
        padding: 0px 25px 10px 0px !important;
    }
}

.heading[b-0r6l6g0u5k]{
    font-size: 40px;
    color: #8b8b8b;
    font-weight: 400;
}
.sub-heading[b-0r6l6g0u5k] {
    color: #8b8b8b;
    font-weight: 400;
    font-size: 30px;
}
p[b-0r6l6g0u5k] {
    
}
.description[b-0r6l6g0u5k] {
    color: #8b8b8b;
    font-weight: 600;
    margin-top: 30px
}
.redflag-description[b-0r6l6g0u5k] {
    color: #8b8b8b;
    font-weight: 600;
    margin-top: 0px;
    text-align: left;
    max-width: 80%;
    margin: 0 auto;
}

.assessment-navigation-buttons[b-0r6l6g0u5k]{
    width: max-content;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0;
    gap: 0;
    display: flex;
}

.assessment-navigation-button[b-0r6l6g0u5k] {
    all: unset;
    background-color: var(--accent);
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    display: inline-block;
    margin: 0 !important;
    min-width: 70px;
    padding-top: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    cursor: pointer;
}

    .assessment-navigation-button:hover[b-0r6l6g0u5k]{
        filter: brightness(.8);

    }

    .assessment-navigation-button.left[b-0r6l6g0u5k] {
        border-top-left-radius: 100vw;
        border-bottom-left-radius: 100vw;
    }
    .assessment-navigation-button.right[b-0r6l6g0u5k] {
        border-top-right-radius: 100vw;
        border-bottom-right-radius: 100vw;
    }

.assessment-questions[b-0r6l6g0u5k] {
    margin: 20px 30px;
}

label[b-0r6l6g0u5k] {
    all: unset;
    position: relative;
    display: block;
    color: #000;
    padding: 0;
    text-align: left !important;
    font-size: 1.2em !important;
    padding: 0 5px;
    margin-top: 20px !important;
    font-weight: 400 !important;
}

    label sup[b-0r6l6g0u5k]{
        font-size: 12px;
        color: #ff006e;
    }

    label + input[b-0r6l6g0u5k] {
        min-width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        border-radius: 0;
        box-shadow: none;
    }    

    label + select[b-0r6l6g0u5k] {
        border: none;
        overflow: hidden;
        min-width: 100%;
        margin: 0;
        display: flex;        
    }

        label + select option[b-0r6l6g0u5k] {
            font-size: 18px;
            padding: 10px 5px;
            padding-left: 10px;
            background: #e5e4e4;
            box-shadow: 0 0 5px rgba(0,0,0,0.4);
            margin-top: 10px;
            cursor: pointer;
            position: relative;
            border-radius: 5px;
        }
            label + select option[b-0r6l6g0u5k]::after {
                content: '';
                min-height: 10px;
                min-width: 10px;
                background: transparent;
                border: 1px solid #000;
                border-radius: 100vw;
                position: absolute;
                right: 10px;
                top: 15px;
            }


.red-flag-heading[b-0r6l6g0u5k]{
    font-size: 14px !important;
    font-weight: 500;
    margin: 30px 0;
}

.red-flag-selections-container[b-0r6l6g0u5k]{
    min-width: 100%;
}
.red-flag-selections-space[b-0r6l6g0u5k] {
    display: inline-block;
    min-width: 20%;
    max-width: 20%;
}
.red-flag-selections[b-0r6l6g0u5k] {
    display: inline-block;
    width: 60%;
}

.red-flag-selection[b-0r6l6g0u5k] {
    display: inline-block;
    max-width: 18%;
    font-size: 12px;
    margin: 8px;
}

    .red-flag-selection p[b-0r6l6g0u5k] {
        display: inline;
    }

    .toaster[b-0r6l6g0u5k] {
        background-color: maroon;
        color: white;
        padding: 16px;
        position: absolute;
        margin: 0 auto;
        z-index: 9999;
        border-radius: 5px;
        width: 414px;
        left: calc((100% - 414px) / 2);
        top: 30px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    .toaster p[b-0r6l6g0u5k] {
        margin: 0;
        padding-right: 15px;
    }
/* _content/Meet-App/Pages/Assessment/FourSquare.razor.rz.scp.css */
.meeting-overruns[b-bpnjip426s] {
    display: flex;
    align-items: center;
    color: red;
    margin: 10px;
}

.meeting-overruns-heading[b-bpnjip426s] {
    /*margin-right: 20px;*/ /* Spacing between heading and radio buttons */
    font-size: .9em;
    min-width: 25% !important;
    max-width: 25% !important;
    text-align: left;
}

.meeting-overruns-container[b-bpnjip426s] {
    display: inline-block;
    width: 100%;
}

.radio-container[b-bpnjip426s] {
    display: inline-block;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.2);
    width: 15%;
    margin: 5px;
    height: 35px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

input[type=radio][b-bpnjip426s] {
    min-width: unset;
    width: 12px;
    height: 12px;
    position: relative;
    box-shadow: none;
    margin-top: 10px;
}

label[b-bpnjip426s] {
    all: unset;
    font-size: 15px !important;
}
/* _content/Meet-App/Pages/Assessment/OptionSelector.razor.rz.scp.css */
label[b-el0u47ff41] {
    all: unset;
    position: relative;
    display: block;
    color: #000;
    padding: 0;
    text-align: left !important;
    font-size: 1.2em !important;
    padding: 0 5px;
    margin-top: 40px !important;
    font-weight: 400 !important;
}

    label sup[b-el0u47ff41] {
        font-size: 12px;
        color: #ff006e;
    }    

.active-option[b-el0u47ff41] {
    background-color: var(--accent) !important;
    color: #fff !important;
}

.option[b-el0u47ff41] {
    height: 40px;
    line-height: 40px;
    background: #e5e4e4;
    margin: 10px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    text-align: left;
    padding-left: 10px;
    cursor: pointer;
    border-radius: 5px;
}
/* _content/Meet-App/Pages/Assessment/PreferencesForm.razor.rz.scp.css */
/* Reset */
*[b-sqmke3z7uy] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body styling */
body[b-sqmke3z7uy] {
    font-family: Arial, sans-serif;
    background: #fff !important;
    color: #333;
    /* Use full viewport height */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-behavior: smooth;
    overflow: hidden !important;
}

.form-container[b-sqmke3z7uy] {
    width: 100%;
    max-width: 90vw;
    height: 500px;
    position: relative;
    overflow: visible; /* allow parts of other steps to show */
}


.form-step[b-sqmke3z7uy] {
    position: absolute;
    width: 450px;
    max-width: 90vw;
    height: 420px;
    left: 53%;
    transform: translateX(-40%);
    background: transparent;
    transition: top 0.6s ease, opacity 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    z-index: 99;
    color: #fff;
}

.form-step-heading[b-sqmke3z7uy] {
    display: flex;
    width: 100%;
    margin-left: -30px;
    gap: 20px;
    color: #646464;
}

.form-step .form-step-heading h2[b-sqmke3z7uy] {
    font-weight: 400;
    margin: 0;
    font-size: 2rem;
    color: #646464;
    text-align: left !important;
}

    .form-step .form-step-heading h2 span[b-sqmke3z7uy] {
        font-weight: 300;
        font-size: 0.8rem;
    }

.form-step h4[b-sqmke3z7uy] {
    font-weight: 300;
    margin: 20px 0;
    color: #646464;
}

/* Active step gets a higher z-index */
.form-step.active[b-sqmke3z7uy] {
    opacity: 1;
    z-index: 99999999999;
}

/* Inactive steps remain slightly faded */
.form-step.inactive[b-sqmke3z7uy] {
    opacity: 0.9;
}

.form-step input[b-sqmke3z7uy], .form-step select[b-sqmke3z7uy] {
    background: transparent;
    border: none;
    outline: none;
    font-size: 2rem;
    border-radius: 0;
    color: #646464;
    min-width: 100%;
}

.form-step.active button[b-sqmke3z7uy] {
    opacity: 1;
    /*display: inline-block !important;*/
}

.form-step.inactive button[b-sqmke3z7uy], .form-step.inactive .button-container span[b-sqmke3z7uy], .form-step.inactive .back-button-container span[b-sqmke3z7uy] {
    opacity: 0.6;
    display: none;
}

.form-step.inactive.top[b-sqmke3z7uy]::after {
    content: '';
    position: fixed;
    left: -50px !important;
    right: 0;
    width: 100vw;
    height: 250px;
    background: linear-gradient(179deg, #fff 10%, transparent);
    z-index: 95;
}

.form-step.inactive.bottom[b-sqmke3z7uy]::after {
    content: '';
    position: fixed;
    left: -50px !important;
    width: 100vw;
    height: 300px;
    background: linear-gradient(0deg, #fff 60%, transparent);
    z-index: 999 !important;
}

.form-step.inactive [type="range"]
/* Centered active step:
                 - Top should be (containerHeight - stepHeight)/2 = (500-400)/2 = 50px.
                 (We set this dynamically in JS.)
              */
/* Headings */
h2[b-sqmke3z7uy] {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

/* Inputs & Selects */
input[b-sqmke3z7uy],
select[b-sqmke3z7uy] {
    width: 80%;
    max-width: 300px;
    padding: 0.75rem;
    margin: 2rem 0 !important;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 100;
}

.button-container span[b-sqmke3z7uy] {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 100;
    color: #646464;
}
.back-button-container[b-sqmke3z7uy] {
    align-content: center;
    align-items: center;
    max-height: fit-content;
}
.back-button-container span[b-sqmke3z7uy] {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 0 !important;
    color: #646464;
}
/* Buttons */
button[b-sqmke3z7uy] {
    padding: 8px 10px;
    /* margin: 0.5rem 0.25rem; */
    font-size: 1rem;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.next-button[b-sqmke3z7uy],
[type="submit"][b-sqmke3z7uy] {
    background-color: var(--accent);
    color: #fff;
    display: inline-block;
    z-index: 100000;
}

.prev-button[b-sqmke3z7uy] {
    background-color: #6c757d;
    color: var(--accent);

}

/* Thank You Message */
.thank-you[b-sqmke3z7uy] {
    position: absolute;
    width: 100%;
    height: 400px;
    left: 50%;
    transform: translateX(-50%);
    top: 50px; /* same as centered active step */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    opacity: 0;
    transition: opacity 0.6s ease;
}

    .thank-you.active[b-sqmke3z7uy] {
        opacity: 1;
    }

.hidden[b-sqmke3z7uy] {
    display: none;
}

.thank-you h2[b-sqmke3z7uy] {
    font-size:  30px;
    margin-bottom: 20px;
}
    .thank-you p[b-sqmke3z7uy] {
        font-size: 20px;
    }
    /*Options Container*/
    .options-container[b-sqmke3z7uy] {
        gap: 10px;
        color: #646464;
        justify-content: space-around;
        margin: 40px 0;
        min-width: 100%;
        box-sizing: border-box;
    }
    .options-container .option[b-sqmke3z7uy] {
        display: flex;
        align-items: center;
        justify-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 0.625rem 10px;
        border: 1px solid #646464;
        background: #fff;
        color: #646464;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        cursor: pointer;
        flex: 1;
        z-index: 5;
        /*width: 100%;*/ /* Ensure the option takes full container width */
    }

        .options-container .option:hover[b-sqmke3z7uy] {
            background: var(--accent);
            color: #fff;
        }

        .options-container .option.active-option[b-sqmke3z7uy] {
            background: var(--accent);
            border: 1px solid var(--accent) !important;
            color: #fff;
        }

    .options-container .option.small[b-sqmke3z7uy] {
        /*display: flex;*/
        align-items: center;
        justify-items: center;
        justify-content: center;
        max-height: 20px !important;
        min-height: 20px !important;
        width: 20px !important;
        padding: 0;
        border: 1px solid #646464;
        background: #fff;
        color: #646464;
        border-radius: 50%;
        transition: background-color 0.3s ease;
        cursor: pointer;
        flex:none !important;
        position: relative;
        z-index: 5;
        /*width: 100%;*/ /* Ensure the option takes full container width */
    }

        .options-container .option.small[b-sqmke3z7uy]::after {
            content: attr(data-text);
            position: absolute;
            bottom: -20px;
            color: #646464;

        }

        .options-container .option.small:hover[b-sqmke3z7uy] {
            background: var(--accent);
            color: #fff;
        }

        .options-container .option.small.active-option[b-sqmke3z7uy] {
            background: var(--accent);
            color: #fff;
        }
/*Options Container*/

@media (max-width: 768px) {
    .button-container span[b-sqmke3z7uy] {
        display: none;
    }

    .back-button-container span[b-sqmke3z7uy] {
        display: none;
    }
}


.button-container span[b-sqmke3z7uy] {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 100;
    opacity: 0.7;
}

.back-button-container span[b-sqmke3z7uy] {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 20px;
    opacity: 0.7;
}

/* Progress Bar Styles */
.progress-bar-container[b-sqmke3z7uy] {
    width: 100%;
    background-color: #e0e0e0;
    height: 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#progress-bar[b-sqmke3z7uy] {
    width: 0%;
    height: 100%;
    background-color: #2b77d9;
    transition: width 0.3s ease;
}

/* Navigation Buttons at the Bottom */
.navigation-buttons[b-sqmke3z7uy] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff; /* Adjust to match your design */
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

    .navigation-buttons button[b-sqmke3z7uy] {
        background-color: #2b77d9;
        color: #fff;
        padding: 12px 20px;
        font-size: 1rem;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        flex: 1 1 auto;
        margin: 0 5px;
        max-width: 200px;
    }

        .navigation-buttons button:disabled[b-sqmke3z7uy] {
            background-color: #ccc;
            cursor: not-allowed;
        }
/* _content/Meet-App/Pages/Assessment/TypeForm.razor.rz.scp.css */
/* Reset */
*[b-4mov34uj9i] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body styling */
body[b-4mov34uj9i] {
    font-family: Arial, sans-serif;
    background: #fff !important;
    color: #333;
    /* Use full viewport height */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-behavior: smooth;
    overflow: hidden !important;
}

.form-container[b-4mov34uj9i] {
    width: 450px;
    max-width: 100vw;
    height: 40vh;
    position: relative;
    overflow: visible; /* allow parts of other steps to show */
    margin: 0 auto;
}

.form-section-container[b-4mov34uj9i] {
    max-width: 100vw;
    max-height: 100vh;
    min-height: 100vh;
    position: relative;
    overflow: auto; /* allow parts of other steps to show */
    display: grid;
    align-content: center !important;
    align-items: center !important;
    justify-content: center !important;
    justify-items: center !important;
}


.form-step[b-4mov34uj9i] {
    position: absolute;
    width: 100%;
    max-width: 90vw;
    height: 420px;
    margin: 0 auto;
    transform: translateX(-50%);
    background: transparent;
    transition: top 0.6s ease, opacity 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    z-index: 99;
    color: #fff;
    max-width: 100vw;
    padding: 0 20px !important;
}
.form-section-step[b-4mov34uj9i] {
    position: relative;
    width: 450px;
    max-width: 100%;
    margin: 0 auto !important;
    background: transparent;
    transition: top 0.6s ease, opacity 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    z-index: 99;
    color: #fff;
}
.form-section-step-heading[b-4mov34uj9i] {
    display: flex;
    width: 100%;
    margin-left: 0px;
    gap: 20px;
    color: #646464;
    padding: 0 20px;
    margin-top: 30px !important;

}
    .form-section-step-heading h2[b-4mov34uj9i] {
        font-weight: 400;
        margin: 0;
        font-size: 2rem;
        color: #646464;
        text-align: left !important;
    }
.form-multi-step h3[b-4mov34uj9i] {
    color: #646464;
}
.form-step-heading[b-4mov34uj9i] {
    display: flex;
    width: 100%;
    margin-left: -30px;
    gap: 20px;
    color: #646464;
}

.form-step .form-step-heading h2[b-4mov34uj9i] {
    font-weight: 400;
    margin: 0;
    font-size: 2rem;
    color: #646464;
    text-align: left !important;
}

    .form-step .form-step-heading span[b-4mov34uj9i] {
        font-weight: 400;
        font-size: 20px;
        color: var(--accent) !important;
    }

.form-step h4[b-4mov34uj9i] {
    font-weight: 300;
    margin: 20px 0;
    color: #646464;
}

/* Active step gets a higher z-index */
.form-step.active[b-4mov34uj9i] {
    opacity: 1;
    z-index: 99999999999;
}

/* Inactive steps remain slightly faded */
.form-step.inactive[b-4mov34uj9i] {
    opacity: 0.9;
}

.form-step input[b-4mov34uj9i], .form-step select[b-4mov34uj9i] {
    background: transparent;
    border: none;
    outline: none;
    font-size: 2rem;
    border-radius: 0;
    color: #646464;
    min-width: 100%;
}

.form-step.active button[b-4mov34uj9i] {
    opacity: 1;
    /*display: inline-block !important;*/
}

.form-step.inactive button[b-4mov34uj9i], .form-step.inactive .button-container span[b-4mov34uj9i], .form-step.inactive .back-button-container span[b-4mov34uj9i] {
    opacity: 0.6;
    display: none;
}

.form-step.inactive.top[b-4mov34uj9i]::after {
    content: '';
    position: fixed;
    left: 0px !important;
    right: 0;
    width: 100vw;
    height: 250px;
    background: linear-gradient(179deg, #fff 10%, transparent);
    z-index: 95;
}

.form-step.inactive.bottom[b-4mov34uj9i]::after {
    content: '';
    position: fixed;
    left: 0px !important;
    width: 100vw;
    height: 300px;
    background: linear-gradient(0deg, #fff 60%, transparent);
    z-index: 999 !important;
}

.form-step.inactive [type="range"]
/* Centered active step:
                 - Top should be (containerHeight - stepHeight)/2 = (500-400)/2 = 50px.
                 (We set this dynamically in JS.)
              */
/* Headings */
h2[b-4mov34uj9i] {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

/* Inputs & Selects */
input[b-4mov34uj9i],
select[b-4mov34uj9i] {
    width: 80%;
    max-width: 300px;
    padding: 0.75rem;
    margin: 2rem 0 !important;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 100;
    color: var(--accent) !important;
    font-weight: 500;
}

.button-container span[b-4mov34uj9i] {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 100;
    color: #646464;
}
.back-button-container[b-4mov34uj9i] {
    align-content: center;
    align-items: center;
    max-height: fit-content;
    margin-bottom: 20px !important;
}
.back-button-container span[b-4mov34uj9i] {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 0 !important;
    color: #646464;
}
/* Buttons */
button[b-4mov34uj9i] {
    padding: 8px 10px;
    /* margin: 0.5rem 0.25rem; */
    font-size: 1rem;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.next-button[b-4mov34uj9i],
[type="submit"][b-4mov34uj9i] {
    background-color: var(--accent);
    color: #fff;
    display: inline-block;
    z-index: 100000;
}

.prev-button[b-4mov34uj9i], .prev-button-bottom[b-4mov34uj9i] {
    background-color: #6c757d !important;
    color: #fff;
}

/* Thank You Message */
.thank-you[b-4mov34uj9i] {
    position: absolute;
    width: 100%;
    height: 400px;
    left: 50%;
    transform: translateX(-50%);
    top: 50px; /* same as centered active step */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    opacity: 0;
    transition: opacity 0.6s ease;
}

    .thank-you.active[b-4mov34uj9i] {
        opacity: 1;
    }

.hidden[b-4mov34uj9i] {
    display: none;
}

.thank-you h2[b-4mov34uj9i] {
    font-size:  30px;
    margin-bottom: 20px;
}
    .thank-you p[b-4mov34uj9i] {
        font-size: 20px;
    }
    /*Options Container*/
.options-container[b-4mov34uj9i] {
    gap: 3px;
    color: #646464;
    justify-content: space-around;
    max-width: 100% !important;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
    margin: 25px auto;
}
    .options-container .option[b-4mov34uj9i] {
        display: flex;
        align-items: center;
        justify-items: center;
        justify-content: center;
        height: 40px;
        padding: 0.625rem 10px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        background: #fff;
        color: #646464;
        max-width: 100vw;
        border-radius: 5px;
        transition: background-color 0.3sease;
        cursor: pointer;
        flex: 1;
        z-index: 5;
        max-height: 40px !important;
        width: 100% !important;
        max-width: 135px;
        min-width: 30px;
        padding: 30px 10px !important;
        text-align: center;
    }

.sectionStatusText[b-4mov34uj9i] {
    color: var(--accent);
    font-size: 30px;
    margin-bottom: 30px;
}

.options-container .option:hover[b-4mov34uj9i] {
    background: var(--accent);
    color: #fff;
}

        .options-container .option.active-option[b-4mov34uj9i] {
            background: var(--accent);
            border: 1px solid var(--accent) !important;
            color: #fff;
        }

.options-container .option.small[b-4mov34uj9i] {
    /*display: flex;*/
    align-items: center !important;
    align-content: center !important;
    justify-content: center;
    max-height: 30px !important;
    min-height: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    width: 30px !important;
    padding: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: #fff;
    color: #646464;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    cursor: pointer;
    flex: none !important;
    position: relative;
    z-index: 5;
    margin: 0 0px;
    /*width: 100%;*/ /* Ensure the option takes full container width */
}
.options-container[b-4mov34uj9i]{
    position: relative;
    margin-bottom: 40px;
    max-width: 100vw;
    width: 100%;
    padding: 0 10px;
}

    .options-container .next-button.heading.left[b-4mov34uj9i] {
        /*display: flex;*/
        /*min-width: 60px;*/
        text-align: center;
        align-items: center;
        justify-items: center;
        justify-content: center;
        padding: 0;
        background: transparent !important;
        color: #646464;
        font-size: 12px;
        position: absolute;
        left: 10px;
        bottom: -40px;
        width: 50px;
        /*width: 100%;*/ /* Ensure the option takes full container width */
    }
    .options-container .next-button.heading.right[b-4mov34uj9i] {
        /*display: flex;*/
        /*min-width: 60px;*/
        text-align: center;
        align-items: center;
        justify-items: center;
        justify-content: center;
        padding: 0;
        background: transparent !important;
        color: #646464;
        font-size: 12px;
        position: absolute;
        right: 10px;
        bottom: -40px;
        width: 50px;
        text-align: right;
        /*width: 100%;*/ /* Ensure the option takes full container width */
    }


        .options-container .option.small[b-4mov34uj9i]::after {
            content: attr(data-text);
            position: absolute;
            bottom: -20px;
            color: #646464;

        }

        .options-container .option.small:hover[b-4mov34uj9i] {
            background: var(--accent);
            color: #fff;
        }

        .options-container .option.small.active-option[b-4mov34uj9i] {
            background: var(--accent);
            color: #fff;
        }
/*Options Container*/

@media (max-width: 768px) {
    .button-container span[b-4mov34uj9i] {
        display: none;
    }

    .back-button-container span[b-4mov34uj9i] {
        display: none;
    }
}


.button-container span[b-4mov34uj9i] {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 100;
    opacity: 0.7;
}

.back-button-container span[b-4mov34uj9i] {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 20px;
    opacity: 0.7;
}

/* Progress Bar Styles */
.progress-bar-container[b-4mov34uj9i] {
    width: 100%;
    background-color: #e0e0e0;
    height: 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

    .progress-bar-container h3[b-4mov34uj9i] {
        text-align: center;
        margin-top: 50px;
        color: #646464;
        font-size: 30px;
    }

    #progress-bar[b-4mov34uj9i] {
        width: 0%;
        height: 100%;
        background-color: #2b77d9;
        transition: width 0.3s ease;
    }

/* Navigation Buttons at the Bottom */
.navigation-buttons[b-4mov34uj9i] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff !important; /* Adjust to match your design */
    border-top: 1px solid #fff !important;
    display: flex;
    justify-content: center !important;
    padding: 10px 20px;
    box-shadow: none;
    z-index: 1000;
}

    .navigation-buttons button[b-4mov34uj9i] {
        background-color: #2b77d9;
        color: #fff;
        padding: 0;
        font-size: 1rem;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        flex: 1 1 auto;
        margin: 0 5px;
        max-width: 50px;
        text-align: center;
    }

    .navigation-buttons button[b-4mov34uj9i] {
        font-family: 'phosphorRegular' !important;
        color: #fff !important;
        font-size: 30px;
    }

/* Navigation Buttons at the Bottom */
.navigation-section-buttons[b-4mov34uj9i] {
    position: relative;
    margin-top: 40px;
    width: 100%;
    background-color: transparent; /* Adjust to match your design */
    border-top: transparent;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    box-shadow: none;
    z-index: 1000;
}

    .navigation-section-buttons button[b-4mov34uj9i] {
        background-color: #2b77d9;
        color: #fff;
        padding: 0;
        font-size: 1rem;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        flex: 1 1 auto;
        margin: 0 5px;
        max-width: 50px;
        text-align: center;
    }

    .navigation-section-buttons button[b-4mov34uj9i] {
        font-family: 'phosphorRegular' !important;
        color: #fff !important;
        font-size: 30px;
    }

        .navigation-buttons button:disabled[b-4mov34uj9i] {
            background-color: #ccc;
            cursor: not-allowed;
        }

input[b-4mov34uj9i]::placeholder {
    color: rgba(0,0,0,0.1);
    font-weight: 100;
}

.stepper-progress[b-4mov34uj9i] {
    position: relative;
    margin: 40px auto;
    display: flex;
    gap: 20px;
    filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2));
    justify-content: center;
}

    .stepper-progress .icon:nth-child(1)[b-4mov34uj9i]::after {
        content: '';
        height: 1px;
        width: 20px;
        left: 29px;
        top: calc(50% - .5px);
        position: absolute;
        background-color: var(--accent);
    }

    .stepper-progress .icon:nth-child(2)[b-4mov34uj9i]::after {
        content: '';
        height: 1px;
        width: 20px;
        left: 29px;
        top: calc(50% - .5px);
        position: absolute;
        background-color: var(--accent);
    }

    .stepper-progress .icon:nth-child(3)[b-4mov34uj9i]::after {
        content: '';
        height: 1px;
        width: 20px;
        left: 29px;
        top: calc(50% - .5px);
        position: absolute;
        background-color: var(--accent);
    }

    .stepper-progress .icon:nth-child(4)[b-4mov34uj9i]::after {
        content: '';
        height: 1px;
        width: 20px;
        left: 29px;
        top: calc(50% - .5px);
        position: absolute;
        background-color: var(--accent);
    }

    .stepper-progress .icon[b-4mov34uj9i] {
        height: 30px;
        width: 30px;
        border: 1px solid var(--accent);
        border-radius: 50%;
        position: relative;
    }
        .stepper-progress .icon.active[b-4mov34uj9i] {
            background: var(--bs-success);
            border: 1px solid var(--bs-success);
            content: '&#xe182';
            font-family: 'phosphorRegular';
            color: #fff;
            font-size: 25px;
            text-align: center;
            line-height: 30px;
            text-shadow: 0 0 3px rgba(0,0,0,0.6);
        }

            .stepper-progress .icon.active:nth-child(1)[b-4mov34uj9i]::after {
                content: '';
                height: 1px;
                width: 20px;
                left: 29px;
                top: calc(50% - .5px);
                position: absolute;
                background-color: var(--bs-success);
            }
            .stepper-progress .icon.active:nth-child(2)[b-4mov34uj9i]::after {
                content: '';
                height: 1px;
                width: 20px;
                left: 29px;
                top: calc(50% - .5px);
                position: absolute;
                background-color: var(--bs-success);
            }
            .stepper-progress .icon.active:nth-child(3)[b-4mov34uj9i]::after {
                content: '';
                height: 1px;
                width: 20px;
                left: 29px;
                top: calc(50% - .5px);
                position: absolute;
                background-color: var(--bs-success);
            }
            .stepper-progress .icon.active:nth-child(4)[b-4mov34uj9i]::after {
                content: '';
                height: 1px;
                width: 20px;
                left: 29px;
                top: calc(50% - .5px);
                position: absolute;
                background-color: var(--bs-success);
            }



@media (max-height: 668px) {
    .form-section-container[b-4mov34uj9i] {
        display: block !important;
        height: max-content;
        width: 100vw;
        max-height: 100vh;
        overflow: hidden;
        overflow-y: auto;
    }
    .navigation-section-buttons[b-4mov34uj9i] {
        position: relative
    }
/*    .stepper-progress{
        position: relative;
        margin: 30px auto !important;
        width: fit-content;
    }*/
    input[b-4mov34uj9i],
    select[b-4mov34uj9i] {
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    }
}

#typeformopacity[b-4mov34uj9i] {
    opacity: 0;
    transition: opacity 3s;
}
/* _content/Meet-App/Pages/Chat/ChatHome.razor.rz.scp.css */
/* Your complete original CSS styling */
.split-container[b-cgc2o6rpj8] {
    display: flex;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    font-family: 'Roboto', 'Segoe UI', sans-serif;
    background-color: #f8f9fa;
}

body[b-cgc2o6rpj8] {
    margin: 0 !important;
}

.panel[b-cgc2o6rpj8] {
    overflow: auto;
    height: 100%;
}

#chatPanel[b-cgc2o6rpj8] {
    width: 100%;
    background-color: #f5f6fa;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    overflow-x: clip;

}

#insightsPanel[b-cgc2o6rpj8] {
    width: 40%;
    background-color: #fff;
    border-left: 1px solid #e0e0e0;
    padding: 20px;
}

.divider[b-cgc2o6rpj8] {
    width: 5px;
    cursor: col-resize;
    background-color: #e0e0e0;
    transition: background-color 0.2s;
}

    .divider:hover[b-cgc2o6rpj8] {
        background-color: #1a73e8;
    }

.chat-header[b-cgc2o6rpj8] {
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

    .chat-header h2[b-cgc2o6rpj8] {
        margin: 0;
        font-size: 18px;
        color: #202124;
    }

.chat-history[b-cgc2o6rpj8] {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative !important;
}

.message[b-cgc2o6rpj8] {
    display: flex;
    /*min-width: 80%;*/
    
}

.user-message[b-cgc2o6rpj8] {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.bot-message[b-cgc2o6rpj8] {
    align-self: flex-start;
    min-height: fit-content !important;

}

.avatar[b-cgc2o6rpj8] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    border: 1px solid #eeeeee;
}

.user-avatar[b-cgc2o6rpj8] {
    background-color: #fff;
    color: #000;
    overflow: hidden;
}

    .user-avatar img[b-cgc2o6rpj8] {
        object-fit: contain;
        max-height: 100%;
    }

    .bot-avatar[b-cgc2o6rpj8] {
        background-color: #fff;
        color: #000;
    }

        .bot-avatar img[b-cgc2o6rpj8] {
            object-fit: contain;
            max-height: 100%;
        }

.message-content[b-cgc2o6rpj8] {
    padding: 12px 16px;
    border-radius: 18px;
    border: 1px solid #eeeeee;
    max-width: 80%;
    word-break: break-word;
    min-height: fit-content;
    min-width: fit-content;
}

.user-message .message-content[b-cgc2o6rpj8] {
    background-color: #fff;
    color: #000;
    border-top-right-radius: 0;
}

.bot-message .message-content[b-cgc2o6rpj8] {
    background-color: #fff;
    color: #202124;
    border-top-left-radius: 0;
}

.msg-container:hover .feedback[b-cgc2o6rpj8] {
    display: flex !important;
}

.chat-input-container[b-cgc2o6rpj8] {
    padding: 15px 20px;
    background-color: #f5f6fa;
    border-top: 1px solid transparent;
    position: relative;
    border-top: 1px solid transparent;
    height: fit-content;
    max-height: 240px;
}

.chat-input-wrapper[b-cgc2o6rpj8] {
    display: flex;
    align-items: flex-end;
    background-color: #fff;
    border-radius: 18px;
    padding: 5px;
    padding-top: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    height: fit-content;
    max-height: 240px;
}

.chat-input[b-cgc2o6rpj8] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 8px 0;
    resize: none;
    max-height: 180px;
    min-height: 40px;
    /*line-height: 40px;*/
    height: auto !important;
    font-size: 16px;
    color: #202124;
    padding-bottom: 0;
    /*resize: both;*/
    field-sizing: content;
}

.chat-buttons[b-cgc2o6rpj8] {
    display: flex;
    align-items: center;
    position: relative;
}

.icon-button[b-cgc2o6rpj8] {
    background: none;
    border: none;
    cursor: pointer;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5f6368;
    transition: color 0.2s;
    padding: 0;
    border-radius: 50%;
    box-shadow: none;
}

    .icon-button:hover[b-cgc2o6rpj8] {
        color: #1a73e8;
        background-color: rgba(26, 115, 232, 0.1);
    }

.send-button[b-cgc2o6rpj8] {
    margin: 0;
    margin-left: 8px;
    padding: 0 15px;
    min-width: fit-content;
    border-radius: 14px;
    line-height: 40px;
    background: linear-gradient(110deg, #8b59fd, #5d8cef, #1bd7dc);
    color: #fff;
    min-height: 45px;
}
.send-button img[b-cgc2o6rpj8]{
    height: 20px;
    width: 20px;
    margin-left: 10px;
}

    .send-button.active[b-cgc2o6rpj8], .send-button:hover[b-cgc2o6rpj8] {
        color: #fff !important;
    }

.upload-input[b-cgc2o6rpj8] {
    display: none;
}

.insights-header[b-cgc2o6rpj8] {
    margin-top: 0;
    margin-bottom: 20px;
    color: #202124;
    font-size: 18px;
}

/* Material Icons */
.material-icon[b-cgc2o6rpj8] {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}


.selected-attendees-container[b-cgc2o6rpj8] {
    position: absolute;
    top: -15px;
    left: 30px;
    display: flex;
    gap: 5px;
    justify-self: start;
    background: #f5f6fa;
    min-width: 100%;
    height: fit-content;
}
.selected-attendees-container-item[b-cgc2o6rpj8] {
    border: 1px solid rgba(0,0,0,0.1);
    width: fit-content;
    display: flex;
    gap: 8px;
    background: rgba(0, 0, 0, 0.08);
    padding: 0 3px;
    border-radius: 10px;
    align-items: center;
}

    .selected-attendees-container-item .selected-attendees-container-close[b-cgc2o6rpj8] {
        background: #646464;
        padding: 0;
        color: #fff;
        line-height: 18px;
        height: 18px;
        width: 18px;
        text-align: center;
        padding: 0;
        border-radius: 8px;
        cursor: pointer;
    }

        /*.selected-attendees-container-item .selected-attendees-container-close:hover {
            background: #fff;
            color: #646464;
        }*/

.chat-options[b-cgc2o6rpj8] {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /*background: #fff;*/
    padding: 10px;
    margin-top: 20px;
    border-radius: 18px;
    min-width: 350px;
    width: 50%;
}

.chat-options-option[b-cgc2o6rpj8] {
    border: 1px solid #eeeeee;
    width: 100%;
    height: 50px;
    align-content: center;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    display: flex;
    background: #f5f6fa;
    background: #fff;
    border-radius: 10px;
    padding: 0 10px;
    cursor: pointer;
}
    .chat-options-option:hover[b-cgc2o6rpj8] {
        background: #fafafa;
    }
    .chat-options-option .phosphor-icon[b-cgc2o6rpj8] {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

    .insights-block[b-cgc2o6rpj8] {
        min-height: 80px;
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-items: start;
        align-items: center;
        gap: 20px;
        background: #f5f6fa;
        padding: 10px;
        border-radius: 10px;
        position: relative;
    }

.insights-block p[b-cgc2o6rpj8]{
    margin: 0;
}

.chat-logo[b-cgc2o6rpj8] {

}
.chat-logo img[b-cgc2o6rpj8] {
    max-width: 250px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.start-container[b-cgc2o6rpj8] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.new-chat[b-cgc2o6rpj8] {
    border-radius: 12px;
    margin: 0 auto;
    padding: 5px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    border: 1px solid #d4d4d4;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 1px 1px #d4d4d4;
    width: 80%;
    margin: 0 auto;    
}

    .new-chat:hover[b-cgc2o6rpj8] {
        background: linear-gradient(40deg, #8D58FE, #6F7BF5, #5399ED, #43ACE8, #15DFDB);
        color: #fff;
    }

.feedback[b-cgc2o6rpj8] {
    background: #fff;
    display: flex;
    max-width: fit-content;
    border-radius: 18px;
    border: 1px solid #eeeeee;
    padding: 10px 15px;
    margin-left: 70px;
    margin-top: 0px;
    gap: 10px;
    display: none;
}
.feedback-option[b-cgc2o6rpj8] {
    font-size: 12px;
    margin: 0;
    display: flex;
    gap: 5px;
    cursor: pointer;
    color: #000;
    font-weight: 100;
}
    .feedback-option .material-symbols-outlined[b-cgc2o6rpj8] {
        font-size: 16px;
        margin: 0;
        padding: 0;
        color: #8f8f8f;
    }

.material-symbols-outlined[b-cgc2o6rpj8] {
    margin: 0;
    padding: 0;   
}

.top-bar[b-cgc2o6rpj8] {
    background: #fff;
    width: 100%;
    height: 60px;
    gap: 10px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0 15px;
}

.top-bar .new-chat[b-cgc2o6rpj8] {
    max-width: fit-content;
    gap: 10px;
    font-size: 14px;
}
.gradient-button[b-cgc2o6rpj8] {
    background: linear-gradient(40deg, #8D58FE, #6F7BF5, #5399ED, #43ACE8, #15DFDB);
    color: #fff;
    border: none;
    padding: 3px 10px;
}
.gradient-button-outline[b-cgc2o6rpj8] {
    background: white; /* White button background */
    border: none;
    padding: 3px 10px;
    /* Remove the previous gradient background */
}

    .gradient-button-outline span[b-cgc2o6rpj8] {
        background: linear-gradient(40deg, #8D58FE, #6F7BF5, #5399ED, #43ACE8, #15DFDB);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        /* This makes the text itself show the gradient */
    }
.shimmer-text[b-cgc2o6rpj8] {
    /* font-size: 3rem; */
    /* We set a default color in case the gradient doesn't load or for older browsers */
    /*color: #fff;*/
    /* The background (gradient) that will move across the text */
    background: linear-gradient(120deg, rgba(255,255,255, 0.4) 0%, rgba(255,255,255, 1) 40%, rgba(255,255,255, 0.4) 100% );
    background-size: 200% auto; /* Make gradient wider so we can animate it */
    /* Clip the background to the text (so the gradient only fills the text) */
    background-clip: text;
    -webkit-background-clip: text;
    /* Make the actual text transparent so only the background shows through */
    color: transparent;
    -webkit-text-fill-color: transparent;
    /* Animation */
    animation: shimmer-b-cgc2o6rpj8 3.5s linear infinite;
    margin: 0 !important;
    font-weight: 600;
    box-shadow: none !important;
    text-shadow: none !important;
}

@keyframes shimmer-b-cgc2o6rpj8 {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.edit-button[b-cgc2o6rpj8]{
    position: absolute !important;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
}
    .edit-button:hover[b-cgc2o6rpj8] {
        background: linear-gradient(40deg, #8D58FE, #6F7BF5, #5399ED, #43ACE8, #15DFDB);
        color: #fff;
    }
/* _content/Meet-App/Pages/Chat/MeetingStyleQuestionairre.razor.rz.scp.css */
/* Base styles and resets */
*[b-v1cn71bldk] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

label[b-v1cn71bldk] {
    top: unset !important;
}

body[b-v1cn71bldk] {
    /*font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

/* Main container */
.questionnaire-container[b-v1cn71bldk] {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Progress bar */
.progress-container[b-v1cn71bldk] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.progress-bar[b-v1cn71bldk] {
    width: 100%;
    height: 6px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.progress-fill[b-v1cn71bldk] {
    height: 100%;
    background-color: #3740ff;
    width: 0%;
    transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.progress-text[b-v1cn71bldk] {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    min-width: 50px;
    text-align: right;
}

/* Question styling */
.question[b-v1cn71bldk] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(30px);
    visibility: hidden;
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 0 20px;
}

    /* Active question */
    .question.active[b-v1cn71bldk] {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        z-index: 2;
    }

    /* Previous question (positioned above) */
    .question.prev[b-v1cn71bldk] {
        transform: translateY(-30px);
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }

    /* Next question (positioned below) */
    .question.next[b-v1cn71bldk] {
        transform: translateY(30px);
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }

.question-content[b-v1cn71bldk] {
    max-width: 680px;
    width: 100%;
    padding: 80px 0 100px;
}

/* Headings */
h1[b-v1cn71bldk] {
    font-size: 2.4rem;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

h2[b-v1cn71bldk] {
    font-size: 2rem;
    color: #000000;
    margin-bottom: 35px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.01em;
}

p[b-v1cn71bldk] {
    margin-bottom: 25px;
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.6;
}

.hint[b-v1cn71bldk] {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
    margin-top: 15px;
}

/* Radio options */
.options[b-v1cn71bldk] {
    margin-bottom: 40px;
    width: 100%;
}

.radio-options .option[b-v1cn71bldk] {
    margin-bottom: 16px;
    padding: 18px 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    background-color: #fff;
}

    .radio-options .option:hover[b-v1cn71bldk] {
        border-color: rgba(0, 0, 0, 0.25);
        background-color: #fafafa;
        transform: translateY(-2px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .radio-options .option.selected[b-v1cn71bldk] {
        border-color: #3740ff;
        background-color: rgba(55, 64, 255, 0.03);
        transform: translateY(-2px);
        box-shadow: 0 2px 10px rgba(55, 64, 255, 0.1);
    }

    .radio-options .option.disabled[b-v1cn71bldk] {
        opacity: 0.5;
        cursor: not-allowed;
        border-color: rgba(0, 0, 0, 0.1);
        background-color: #f0f0f0;
    }

        .radio-options .option.disabled:hover[b-v1cn71bldk] {
            transform: none;
            box-shadow: none;
            border-color: rgba(0, 0, 0, 0.1);
            background-color: #f0f0f0;
        }

        .radio-options .option.disabled label[b-v1cn71bldk] {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.5);
        }

/* Hide default radio button */
.radio-options input[type="radio"][b-v1cn71bldk] {
    position: absolute;
    opacity: 0;
}

.radio-options label[b-v1cn71bldk] {
    display: block;
    cursor: pointer;
    padding-left: 36px;
    position: relative;
    font-weight: 500;
    font-size: 1.05rem;
    color: rgba(0, 0, 0, 0.85);
}

    /* DISC markers and colors have been removed as requested */

    .radio-options label[b-v1cn71bldk]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 22px;
        height: 22px;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        background-color: white;
        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    }

.radio-options input[type="radio"]:checked + label[b-v1cn71bldk]::before {
    border-color: #3740ff;
    border-width: 2px;
}

.radio-options input[type="radio"]:checked + label[b-v1cn71bldk]::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3740ff;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Navigation buttons */
.nav-buttons[b-v1cn71bldk] {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
}

.btn[b-v1cn71bldk] {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.btn-primary[b-v1cn71bldk] {
    background-color: #3740ff;
    color: white;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(55, 64, 255, 0.3);
}

    .btn-primary:hover[b-v1cn71bldk] {
        background-color: #2930d8;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(55, 64, 255, 0.4);
    }

.btn-nav[b-v1cn71bldk] {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    background: none;
    border-radius: 4px;
}

    .btn-nav:hover[b-v1cn71bldk] {
        color: rgba(0, 0, 0, 0.9);
        background-color: rgba(0, 0, 0, 0.05);
    }

.btn-prev[b-v1cn71bldk] {
    padding-left: 15px;
}

.btn-next[b-v1cn71bldk] {
    padding-right: 15px;
}

.btn-submit[b-v1cn71bldk] {
    background-color: #3740ff;
    color: white;
    padding: 14px 28px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(55, 64, 255, 0.3);
}

    .btn-submit:hover[b-v1cn71bldk] {
        background-color: #2930d8;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(55, 64, 255, 0.4);
    }

.btn-start[b-v1cn71bldk] {
    margin: 0 auto;
    padding: 16px 36px;
    font-size: 18px;
    background-color: #3740ff;
    color: white;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(55, 64, 255, 0.3);
}

    .btn-start:hover[b-v1cn71bldk] {
        background-color: #2930d8;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(55, 64, 255, 0.4);
    }

/* Icons in buttons */
.fas[b-v1cn71bldk] {
    margin: 0 8px;
}

/* Background color animation */
body[b-v1cn71bldk] {
    animation: gradientBG-b-v1cn71bldk 30s ease infinite;
    background: linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(249,249,255,1) 25%, rgba(246,246,255,1) 50%, rgba(240,242,255,1) 75%, rgba(238,240,255,1) 100%);
    background-size: 400% 400%;
}

@keyframes gradientBG-b-v1cn71bldk {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .question-content[b-v1cn71bldk] {
        padding: 30px;
    }

    h1[b-v1cn71bldk] {
        font-size: 1.8rem;
    }

    h2[b-v1cn71bldk] {
        font-size: 1.5rem;
    }

    .btn[b-v1cn71bldk] {
        font-size: 15px;
        padding: 10px 15px;
    }
}

@media (max-width: 576px) {
    .question-content[b-v1cn71bldk] {
        padding: 25px;
    }

    h1[b-v1cn71bldk] {
        font-size: 1.6rem;
    }

    h2[b-v1cn71bldk] {
        font-size: 1.3rem;
    }

    .btn[b-v1cn71bldk] {
        font-size: 14px;
        padding: 8px 12px;
    }

    .progress-container[b-v1cn71bldk] {
        top: 10px;
    }

    .radio-options .option[b-v1cn71bldk] {
        padding: 12px;
    }

    .radio-options label[b-v1cn71bldk] {
        font-size: 15px;
    }
}
/* _content/Meet-App/Pages/Core/TrumpCard.razor.rz.scp.css */
.trump-card[b-gixiurrj37] {
    background: #fff;
    min-width: 100%;
    min-height: 100px;
    padding: 0px;
    border-radius: 10px;
/*    box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
    position: relative;
    box-shadow: 2px 2px 5px rgba(255,255,255,0.1) !important;
}


.trump-card-info-icon[b-gixiurrj37] {
    font-family: 'phosphorRegular' !important;
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 18px;
    color: var(--accent);
}

.trump-card-header[b-gixiurrj37] {
    background: var(--accent);
    min-width: 100%;
    height: 250px;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}
    .trump-card-header[b-gixiurrj37]{

    }

    .trump-card-header-avatar[b-gixiurrj37] {
        height: 60px;
        width: 60px;
        background: #fff;
        position: absolute;
        bottom: -30px;
        border: 2px solid var(--accent);
        border-radius: 50%;
        overflow: hidden;
    }

    .trump-card-header-avatar img[b-gixiurrj37] {
        height: 100%;        
        width: 100%;        
        object-fit:cover;
    }

.trump-card-body[b-gixiurrj37] {
    background: #fff;
    min-width: 100%;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    /*overflow: hidden;*/
}
.close[b-gixiurrj37] {
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
    background: var(--accent) !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 28px !important;
    line-height: 22px !important;
    padding: 0px !important;
    height: 28px;
    width: 28px;
    text-align: center;
    filter: opacity(1);
    font-weight: 100;
    box-shadow: 0 0 3px rgba(255,255,255,0.2) !important;
    /*  border: 1px solid rgba(0,0,0,0.2) !important;*/
}
/* _content/Meet-App/Pages/Dashboard/MyAssessment.razor.rz.scp.css */
.card[b-d0kdlucyju]{
    margin: 10px;    
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.card-header[b-d0kdlucyju] {
    background: #f1f3f4;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
}
.card-title[b-d0kdlucyju]{
    font-weight: 400;
    min-width: 200px
}
.col-12[b-d0kdlucyju] {
    padding: 0;
}
.card-body[b-d0kdlucyju] {
    background: var(--accent) !important;
    color: #fff;
}
.section-completion-button[b-d0kdlucyju] {
    background: var(--accent);
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    min-width: 180px;
    text-align: center;
    font-size: 13px !important;
}

.assessment-heading-main[b-d0kdlucyju] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.assessment-heading-item[b-d0kdlucyju] {
    
}

@media (max-width: 600px) {
    .assessment-heading-main[b-d0kdlucyju] {
        display: block;
        text-align: center;
        justify-content: normal;
    }
    .assessment-heading-item[b-d0kdlucyju] {
        width: 100%;
        display: block;
        min-width: 100% !important;
    }
}

.assessment-questions[b-d0kdlucyju]{
    margin: 0 !important;
}
/* _content/Meet-App/Pages/Dashboard/MyGroup.razor.rz.scp.css */
.group-top-banner[b-d76lnj8lio] {
    background: var(--accent);
    width: 100%;
    padding: 10px;
    display: flex;
    border-radius: 5px;
    justify-content:start;
}

.group-top-banner  button[b-d76lnj8lio]{
    border: 1px dashed #fff;
    box-shadow: none;
    margin: 0;
}
.group-top-banner-title[b-d76lnj8lio]{

}

.group-top-banner-title h3[b-d76lnj8lio]{
    color: #fff;
}

.group-top-banner-dropdown[b-d76lnj8lio] {
    display: flex;
    gap: 10px;
}

.group-top-banner-dropdown p[b-d76lnj8lio]{
    color: #fff;
    margin: 0;
    margin-right: 15px;
    align-self: center;
}

    .group-top-banner-dropdown select[b-d76lnj8lio] {
        background: var(--accent);
        border: 1px solid rgba(255,255,255,0.6);
        border-radius: 3px;
        padding: 0 5px;
        color: #fff;
        font-size: 18px;
    }
/* _content/Meet-App/Pages/Dashboard/MyGroupReport.razor.rz.scp.css */
html[b-1wyeo4vfky]{
    overflow: hidden !important;
    max-width: 100vw !important;
}

.text-white[b-1wyeo4vfky]{
    color: #fff !important;
}

/*.col-6{
    min-width: 500px;
}*/
.share-assessment[b-1wyeo4vfky]{
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #5ce1e6;
    height: 50px;
    width: 50px;
    z-index: 999;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    background-image: url('/ReportImages/share.png');
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    border: 2px solid #fff;
}
.share-assessment:hover[b-1wyeo4vfky]{
    background-color: #fff;
    transform: scale(1.1);
    border: 2px solid #5ce1e6;
}
ReportPage[b-1wyeo4vfky] {
    height: fit-content;
    max-width: 100vw; 
    display: block;
    align-content: center;
    position: relative;
    background-color: var(--bg-color);
    padding: 40px;
    /*min-height: 100%;*/
    overflow: hidden !important;
    border-bottom: 3px solid #bfbfbf;
    /*margin-bottom: 20px;*/
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,.6);*/
}
#meetingRedflags[b-1wyeo4vfky] {
    background: var(--accent) !important;
}

.report-nav[b-1wyeo4vfky] {
    align-items: center;
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
}
.report-nav-item[b-1wyeo4vfky] {
    background: #5ce1e6;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    width: max-content !important;
    display: inline-block;
    margin: 20px auto;
}
.report-nav-item:hover[b-1wyeo4vfky]{
    background: #fff;
}
.reportpage-header[b-1wyeo4vfky]{
    color: var(--text-color);
}
.turquoise[b-1wyeo4vfky] {
    color: #fff;
    background-color: #2b77d9;
    background: linear-gradient(45deg, #2b77d9 50%,#0f74a2);
}
.blue[b-1wyeo4vfky] {
    color: #fff;
    background-color: #0f74a2;
    /*background: linear-gradient(to bottom, #0f74a2,#0dc0e0);*/
}
.text-gray[b-1wyeo4vfky]{
    color: #9e9e9e;
}
.text-turquoise[b-1wyeo4vfky]{
    color: #0f74a2;
}
.weight-100[b-1wyeo4vfky]{
    font-weight: 100;
}
.weight-200[b-1wyeo4vfky]{
    font-weight: 200;
}
.weight-300[b-1wyeo4vfky]{
    font-weight: 300;
}
.weight-400[b-1wyeo4vfky]{
    font-weight: 400;
}
.weight-500[b-1wyeo4vfky]{
    font-weight: 500;
}
.weight-600[b-1wyeo4vfky]{
    font-weight: 600;
}
.weight-700[b-1wyeo4vfky]{
    font-weight: 700;
}
.weight-800[b-1wyeo4vfky]{
    font-weight: 800;
}
.weight-900[b-1wyeo4vfky]{
    font-weight: 900;
}

/* Path: page 1 */
.line-left[b-1wyeo4vfky]{
    background-color: #5ce1e6;
    height: 2px;
    width: 31%;
    position: absolute;
    top: 46%;
    left: 0;
}
.line-right[b-1wyeo4vfky]{
    background-color: #5ce1e6;
    height: 2px;
    width: 31%;
    position: absolute;
    top: 46%;
    right: 0;
}
/* Path: page 1 */

/* Path: page 2 */
.page2-table[b-1wyeo4vfky]{
    width: 100%;
    border-collapse: collapse;
}
.page2-table td[b-1wyeo4vfky]{
    width: 50%;
    border-collapse: collapse;
}
/* Path: page 2 */

/* Path: page 3 */
.introduction-text[b-1wyeo4vfky]{
    font-weight: 200;
}
/* Path: page 3 */

/* Path: page 4 */

/* Path: page 4 */
/* Path: page 6 */
.meeting-type-chart[b-1wyeo4vfky] {
    width: 500px;
    height: 500px;
    margin: 0 auto;
}
.red-flag-chart[b-1wyeo4vfky] {
    width: 500px;
    height: 500px;
    margin: 0 auto;
}
.profile-copy[b-1wyeo4vfky]{
    font-weight: 300;
    font-size: 16px;
}
/* Path: page 6 */
/* Path: page 7 */
.page7-counts[b-1wyeo4vfky]{
    display: flex;
    margin: 0 auto;
    max-width: max-content;
    margin-bottom: 50px;
}
.unbearable-redflag-count[b-1wyeo4vfky] {
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
    margin: 5px;
}

    .unbearable-redflag-count[b-1wyeo4vfky]::after {
        content: 'UNBEARABLE';
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: -30px;
        left: 0;
        font-weight: 700;
    }
.dominant-preference-count[b-1wyeo4vfky] {
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
    margin: 5px;
}

    .dominant-preference-count[b-1wyeo4vfky]::after {
        content: 'DOMINANT PREFERENCES';
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: -50px;
        left: 0;
        font-weight: 700;
    }
.frustrating-redflag-count[b-1wyeo4vfky]{
    margin: 5px;

    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
}
.frustrating-redflag-count[b-1wyeo4vfky]::after{
    content: 'VERY FRUSTRATING';
    color: #fff;
    position: absolute;
    bottom: -30px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 11px;
}
.redflag-copy-items[b-1wyeo4vfky] {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    border-radius: 10px;
    width: 80vw;
    display:block;
    position: relative;
}
/* Path: page 7 */
/* Path: page 8 */
.red-flag-counts[b-1wyeo4vfky]{
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    background-color:#0f74a2;
    height: auto;
    width: 100%;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    border-radius: 10px;
    padding: 20px;
}
.red-flag-counts-content[b-1wyeo4vfky]{
    width: fit-content;
    margin: 30px auto;
}
.redflag-count-item[b-1wyeo4vfky] {
    border-radius: 50%;
    background: #fff;
    margin: 0 !important;
    position: relative;
    font-size: clamp(2rem, 9vw, 4em);
    text-align: center;
    line-height: 1;
    padding: clamp(.5rem, 1vw, 5rem);
    margin-top: 0px !important;
    margin: clamp(.1rem, 1vw, 3rem) !important;
    display: inline-block;
}
.redflag-count-item[b-1wyeo4vfky]::after{
 content: attr(text);
 position: absolute;
 bottom: -20px;
 left: 0;
 text-align: center;
 width: 100%;
 font-size: 10px;
 color: #fff;
 font-weight: 700;
}
.redflag-insight[b-1wyeo4vfky]{
    background-color: transparent;
/*    width: 80%;*/
    float: right;
    color: #fff;
    padding: 35px 50px;
    font-weight: 300;
    font-size: 18px !important;
}
.introduction-text[b-1wyeo4vfky] {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
/* Path: page 8 */

.meeting-score[b-1wyeo4vfky] {
    color: #fff;
    width: 210px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
    .meeting-score .score[b-1wyeo4vfky] {
        color: #fff;
        font-weight: 800;
        font-size: 28px;
        text-align: center;
    }
    .meeting-score .score-based[b-1wyeo4vfky] {
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
    }

.arrow-3[b-1wyeo4vfky] {
    background: url('/report/arrow3.png');
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.arrow-1[b-1wyeo4vfky] {
    background: url('/report/arrow1.png');
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    right: 620px;
    top: 180px;
    transform: rotate(-25deg)
}
.arrow-2[b-1wyeo4vfky] {
    background: url('/report/arrow1.png');
    height: 150px;
    width: 150px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 680px;
    bottom: 530px;
    transform: rotate(125deg)
}
.arrow-4[b-1wyeo4vfky] {
    background: url('/report/arrow1.png');
    height: 120px;
    width: 120px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 540px;
    bottom: 490px;
    transform: rotate(-25deg);
}
/* _content/Meet-App/Pages/Dashboard/MyReport.razor.rz.scp.css */
html[b-8b0rmv5fp3]{
    overflow: hidden !important;
    max-width: 100vw !important;
}

.text-white[b-8b0rmv5fp3]{
    color: #fff !important;
}

/*.col-6{
    min-width: 500px;
}*/
.share-assessment[b-8b0rmv5fp3]{
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #5ce1e6;
    height: 50px;
    width: 50px;
    z-index: 999;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    background-image: url('/ReportImages/share.png');
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    border: 2px solid #fff;
}
.share-assessment:hover[b-8b0rmv5fp3]{
    background-color: #fff;
    transform: scale(1.1);
    border: 2px solid #5ce1e6;
}
ReportPage[b-8b0rmv5fp3] {
    height: fit-content;
    max-width: 100vw; 
    display: block;
    align-content: center;
    position: relative;
    background-color: var(--bg-color);
    padding: 40px;
    /*min-height: 100%;*/
    overflow: hidden !important;
    border-bottom: 3px solid #bfbfbf;
    /*margin-bottom: 20px;*/
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,.6);*/
}
#meetingRedflags[b-8b0rmv5fp3] {
    background: linear-gradient(45deg, #0dc0e0,#0f74a2);
}

.report-nav[b-8b0rmv5fp3] {
    align-items: center;
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
}
.report-nav-item[b-8b0rmv5fp3] {
    background: #5ce1e6;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    width: max-content !important;
    display: inline-block;
    margin: 20px auto;
}
.report-nav-item:hover[b-8b0rmv5fp3]{
    background: #fff;
}
.reportpage-header[b-8b0rmv5fp3]{
    color: var(--text-color);
}
.turquoise[b-8b0rmv5fp3] {
    color: #fff;
    background-color: #2b77d9;
    background: linear-gradient(45deg, #2b77d9 50%,#0f74a2);
}
.blue[b-8b0rmv5fp3] {
    color: #fff;
    background-color: #0f74a2;
    /*background: linear-gradient(to bottom, #0f74a2,#0dc0e0);*/
}
.text-gray[b-8b0rmv5fp3]{
    color: #9e9e9e;
}
.text-turquoise[b-8b0rmv5fp3]{
    color: #0f74a2;
}
.weight-100[b-8b0rmv5fp3]{
    font-weight: 100;
}
.weight-200[b-8b0rmv5fp3]{
    font-weight: 200;
}
.weight-300[b-8b0rmv5fp3]{
    font-weight: 300;
}
.weight-400[b-8b0rmv5fp3]{
    font-weight: 400;
}
.weight-500[b-8b0rmv5fp3]{
    font-weight: 500;
}
.weight-600[b-8b0rmv5fp3]{
    font-weight: 600;
}
.weight-700[b-8b0rmv5fp3]{
    font-weight: 700;
}
.weight-800[b-8b0rmv5fp3]{
    font-weight: 800;
}
.weight-900[b-8b0rmv5fp3]{
    font-weight: 900;
}

/* Path: page 1 */
.line-left[b-8b0rmv5fp3]{
    background-color: #5ce1e6;
    height: 2px;
    width: 31%;
    position: absolute;
    top: 46%;
    left: 0;
}
.line-right[b-8b0rmv5fp3]{
    background-color: #5ce1e6;
    height: 2px;
    width: 31%;
    position: absolute;
    top: 46%;
    right: 0;
}
/* Path: page 1 */

/* Path: page 2 */
.page2-table[b-8b0rmv5fp3]{
    width: 100%;
    border-collapse: collapse;
}
.page2-table td[b-8b0rmv5fp3]{
    width: 50%;
    border-collapse: collapse;
}
/* Path: page 2 */

/* Path: page 3 */
.introduction-text[b-8b0rmv5fp3]{
    font-weight: 200;
}
/* Path: page 3 */

/* Path: page 4 */

/* Path: page 4 */
/* Path: page 6 */
.meeting-type-chart[b-8b0rmv5fp3] {
    width: 500px;
    height: 500px;
    margin: 0 auto;
}
.red-flag-chart[b-8b0rmv5fp3] {
    width: 500px;
    height: 500px;
    margin: 0 auto;
}
.profile-copy[b-8b0rmv5fp3]{
    font-weight: 300;
    font-size: 16px;
}
/* Path: page 6 */
/* Path: page 7 */
.page7-counts[b-8b0rmv5fp3]{
    display: flex;
    margin: 0 auto;
    max-width: max-content;
    margin-bottom: 50px;
}
.unbearable-redflag-count[b-8b0rmv5fp3] {
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
    margin: 5px;
}

    .unbearable-redflag-count[b-8b0rmv5fp3]::after {
        content: 'UNBEARABLE';
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: -30px;
        left: 0;
        font-weight: 700;
    }
.dominant-preference-count[b-8b0rmv5fp3] {
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
    margin: 5px;
}

    .dominant-preference-count[b-8b0rmv5fp3]::after {
        content: 'DOMINANT PREFERENCES';
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: -50px;
        left: 0;
        font-weight: 700;
    }
.frustrating-redflag-count[b-8b0rmv5fp3]{
    margin: 5px;

    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
}
.frustrating-redflag-count[b-8b0rmv5fp3]::after{
    content: 'VERY FRUSTRATING';
    color: #fff;
    position: absolute;
    bottom: -30px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 11px;
}
.redflag-copy-items[b-8b0rmv5fp3] {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    border-radius: 10px;
    width: 80vw;
    display:block;
    position: relative;
}
/* Path: page 7 */
/* Path: page 8 */
.red-flag-counts[b-8b0rmv5fp3]{
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    background-color:#0f74a2;
    height: auto;
    width: 100%;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    border-radius: 10px;
    padding: 20px;
}
.red-flag-counts-content[b-8b0rmv5fp3]{
    width: fit-content;
    margin: 30px auto;
}
.redflag-count-item[b-8b0rmv5fp3] {
    border-radius: 50%;
    background: #fff;
    margin: 0 !important;
    position: relative;
    font-size: clamp(2rem, 9vw, 4em);
    text-align: center;
    line-height: 1;
    padding: clamp(.5rem, 1vw, 5rem);
    margin-top: 0px !important;
    margin: clamp(.1rem, 1vw, 3rem) !important;
    display: inline-block;
}
.redflag-count-item[b-8b0rmv5fp3]::after{
 content: attr(text);
 position: absolute;
 bottom: -20px;
 left: 0;
 text-align: center;
 width: 100%;
 font-size: 10px;
 color: #fff;
 font-weight: 700;
}
.redflag-insight[b-8b0rmv5fp3]{
    background-color: transparent;
/*    width: 80%;*/
    float: right;
    color: #fff;
    padding: 35px 50px;
    font-weight: 300;
    font-size: 18px !important;
}
.introduction-text[b-8b0rmv5fp3] {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
/* Path: page 8 */

.meeting-score[b-8b0rmv5fp3] {
    color: #fff;
    width: 210px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
    .meeting-score .score[b-8b0rmv5fp3] {
        color: #fff;
        font-weight: 800;
        font-size: 28px;
        text-align: center;
    }
    .meeting-score .score-based[b-8b0rmv5fp3] {
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
    }

.arrow-3[b-8b0rmv5fp3] {
    background: url('/report/arrow3.png');
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.arrow-1[b-8b0rmv5fp3] {
    background: url('/report/arrow1.png');
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    right: 620px;
    top: 180px;
    transform: rotate(-25deg)
}
.arrow-2[b-8b0rmv5fp3] {
    background: url('/report/arrow1.png');
    height: 150px;
    width: 150px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 680px;
    bottom: 530px;
    transform: rotate(125deg)
}
.arrow-4[b-8b0rmv5fp3] {
    background: url('/report/arrow1.png');
    height: 120px;
    width: 120px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 540px;
    bottom: 490px;
    transform: rotate(-25deg);
}
/* _content/Meet-App/Pages/Dashboard/Sections/MeetingDNA.razor.rz.scp.css */
body[b-whbjwy57nf] {
}


.ma-card[b-whbjwy57nf] {
    margin: 10px 20px;
    position: relative;
    color: #fff;
    z-index: 1;
    background: var(--accent);
    border-radius: 5px;
    padding: 10px;
    transition: none !important;
}



.ma-title[b-whbjwy57nf] {
    border-radius: 5px;
    z-index: 5;
    display: block;
    font-size: 18px;
}

.ma-title-text[b-whbjwy57nf] {
    margin: 0;
    border-radius: 3px;
    width: 100%;
    font-weight: 500;
}

.ma-body[b-whbjwy57nf] {
    border-radius: 5px;
    margin: 0 auto;
    z-index: 5;
}

.ma-body-text[b-whbjwy57nf] {
    font-weight: 300;
    margin: 0;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
}

.col-lg-12[b-whbjwy57nf], .col[b-whbjwy57nf], .col-12[b-whbjwy57nf], .col-lg-6[b-whbjwy57nf], .col-md-6[b-whbjwy57nf] {
    margin: 0 !important;
    padding: 0 !important;
}

.row[b-whbjwy57nf] {
    margin: 0 !important;
}

.ma-card canvas[b-whbjwy57nf] {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    transition: none !important;
    height: 539px;
}
/* _content/Meet-App/Pages/Dashboard/Sections/MeetingInsights.razor.rz.scp.css */
body[b-dkf4ieccec] {
}

.ma-card[b-dkf4ieccec] {
    margin: 10px 20px;
    position: relative;
    color: #fff;
    z-index: 1;
    background: var(--accent);
    border-radius: 5px;
    padding: 10px;
    transition: none !important;
}

.ma-title[b-dkf4ieccec] {
    border-radius: 5px;
    z-index: 5;
    display: block;
    font-size: 18px;
}

.ma-title-text[b-dkf4ieccec] {
    margin: 0;
    border-radius: 3px;
    width: 100%;
    font-weight: 500;
}

.ma-body[b-dkf4ieccec] {
    border-radius: 5px;
    margin: 0 auto;
    z-index: 5;
}

.ma-body-text[b-dkf4ieccec] {
    font-weight: 300;
    margin: 0;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
}

.col-lg-12[b-dkf4ieccec], .col[b-dkf4ieccec], .col-12[b-dkf4ieccec], .col-lg-6[b-dkf4ieccec], .col-md-6[b-dkf4ieccec] {
    margin: 0 !important;
    padding: 0 !important;
}

.row[b-dkf4ieccec] {
    margin: 0 !important;
}

.ma-card canvas[b-dkf4ieccec] {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    transition: none !important;
    height: 539px;
}
/* _content/Meet-App/Pages/Dashboard/Sections/MeetingPreferences.razor.rz.scp.css */
body[b-9jwghsau5i] {
}


.ma-card[b-9jwghsau5i] {
    margin: 10px 20px;
    position: relative;
    color: #fff;
    z-index: 1;
    background: var(--accent);
    border-radius: 5px;
    padding: 10px;
    transition: none !important;
}

.ma-title[b-9jwghsau5i] {
    border-radius: 5px;
    z-index: 5;
    display: block;
    font-size: 18px;
}

.ma-title-text[b-9jwghsau5i] {
    margin: 0;
    border-radius: 3px;
    width: 100%;
    font-weight: 500;
}

.ma-body[b-9jwghsau5i] {
    border-radius: 5px;
    margin: 0 auto;
    z-index: 5;

}

.ma-body-text[b-9jwghsau5i] {
    font-weight: 300;
    margin: 0;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
}

.col-lg-12[b-9jwghsau5i], .col[b-9jwghsau5i], .col-12[b-9jwghsau5i], .col-lg-6[b-9jwghsau5i], .col-md-6[b-9jwghsau5i] {
    margin: 0 !important;
    padding: 0 !important;
}

.row[b-9jwghsau5i] {
    margin: 0 !important;
}

.ma-card canvas[b-9jwghsau5i] {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    transition: none !important;
    height: 539px;
}
/* _content/Meet-App/Pages/Dashboard/Sections/MeetingRedFlags.razor.rz.scp.css */
body[b-7hwiwbsy3s] {
}


.ma-card[b-7hwiwbsy3s] {
    margin: 10px 20px;
    position: relative;
    color: #fff;
    z-index: 1;
    background: var(--accent);
    border-radius: 5px;
    padding: 10px;
    transition: none !important;
}

.ma-title[b-7hwiwbsy3s] {
    border-radius: 5px;
    z-index: 5;
    display: block;
    font-size: 18px;
}

.ma-title-text[b-7hwiwbsy3s] {
    margin: 0;
    border-radius: 3px;
    width: 100%;
    font-weight: 500;
}

.ma-body[b-7hwiwbsy3s] {
    border-radius: 5px;
    margin: 0 auto;
    z-index: 5;
}

.ma-body-text[b-7hwiwbsy3s] {
    font-weight: 300;
    margin: 0;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
}

.col-lg-12[b-7hwiwbsy3s], .col[b-7hwiwbsy3s], .col-12[b-7hwiwbsy3s], .col-lg-6[b-7hwiwbsy3s], .col-md-6[b-7hwiwbsy3s] {
    margin: 0 !important;
    padding: 0 !important;
}

.row[b-7hwiwbsy3s] {
    margin: 0 !important;
}

canvas[b-7hwiwbsy3s] {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    transition: none !important;
    height: 539px;
}
/* _content/Meet-App/Pages/Dashboard/Sections/MeetingType.razor.rz.scp.css */
body[b-ztvfacapmm] {
}
.ma-card[b-ztvfacapmm] {
    margin: 10px 20px;
    position: relative;
    color: #fff;
    z-index: 1;
    background: var(--accent);
    border-radius: 5px;
    padding: 10px;
    transition: none !important;
}
.ma-title[b-ztvfacapmm] {
    border-radius: 5px;
    z-index: 5;
    display: block;
    font-size: 18px;
}

.ma-title-text[b-ztvfacapmm] {
    margin: 0;    
    border-radius: 3px;
    width: 100%;
    font-weight: 500;
}

.ma-body[b-ztvfacapmm] {
    border-radius: 5px;
    margin: 0 auto;
    z-index: 5;
}

.ma-body-text[b-ztvfacapmm] {
    font-weight: 300;
    margin: 0;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
}
.col-lg-12[b-ztvfacapmm], .col[b-ztvfacapmm], .col-12[b-ztvfacapmm], .col-lg-6[b-ztvfacapmm], .col-md-6[b-ztvfacapmm]{
    margin: 0 !important;
    padding: 0 !important;
}
.row[b-ztvfacapmm]{
    margin: 0 !important;
}
.ma-card canvas[b-ztvfacapmm] {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    transition: none !important;
    height: 539px;
}
#meetingTypeAssessmentCanvas[b-ztvfacapmm]{
    max-height: 500px
}
/* _content/Meet-App/Pages/Dashboard/VectorManagementList.razor.rz.scp.css */
/* _content/Meet-App/Pages/EmailComponents/Profile.razor.rz.scp.css */
html[b-mu4qlz89jy] {
    overflow: hidden !important;
    max-width: 100vw !important;
}

.text-white[b-mu4qlz89jy] {
    color: #fff !important;
}

/*.col-6{
    min-width: 500px;
}*/
.share-assessment[b-mu4qlz89jy] {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #5ce1e6;
    height: 50px;
    width: 50px;
    z-index: 999;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    background-image: url('/ReportImages/share.png');
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    border: 2px solid #fff;
}

    .share-assessment:hover[b-mu4qlz89jy] {
        background-color: #fff;
        transform: scale(1.1);
        border: 2px solid #5ce1e6;
    }

ReportPage[b-mu4qlz89jy] {
    height: fit-content;
    max-width: 100vw;
    display: block;
    align-content: center;
    position: relative;
    background-color: var(--bg-color);
    padding: 40px;
    /*min-height: 100%;*/
    overflow: hidden !important;
    border-bottom: 3px solid #bfbfbf;
    /*margin-bottom: 20px;*/
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,.6);*/
}

#meetingRedflags[b-mu4qlz89jy] {
    background: linear-gradient(45deg, #0dc0e0,#0f74a2);
}

.report-nav[b-mu4qlz89jy] {
    align-items: center;
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
}

.report-nav-item[b-mu4qlz89jy] {
    background: #5ce1e6;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    width: max-content !important;
    display: inline-block;
    margin: 20px auto;
}

    .report-nav-item:hover[b-mu4qlz89jy] {
        background: #fff;
    }

.reportpage-header[b-mu4qlz89jy] {
    color: var(--text-color);
}

.turquoise[b-mu4qlz89jy] {
    color: #fff;
    background-color: #2b77d9;
    background: linear-gradient(45deg, #2b77d9 50%,#0f74a2);
}

.blue[b-mu4qlz89jy] {
    color: #fff;
    background-color: #0f74a2;
    /*background: linear-gradient(to bottom, #0f74a2,#0dc0e0);*/
}

.text-gray[b-mu4qlz89jy] {
    color: #9e9e9e;
}

.text-turquoise[b-mu4qlz89jy] {
    color: #0f74a2;
}

.weight-100[b-mu4qlz89jy] {
    font-weight: 100;
}

.weight-200[b-mu4qlz89jy] {
    font-weight: 200;
}

.weight-300[b-mu4qlz89jy] {
    font-weight: 300;
}

.weight-400[b-mu4qlz89jy] {
    font-weight: 400;
}

.weight-500[b-mu4qlz89jy] {
    font-weight: 500;
}

.weight-600[b-mu4qlz89jy] {
    font-weight: 600;
}

.weight-700[b-mu4qlz89jy] {
    font-weight: 700;
}

.weight-800[b-mu4qlz89jy] {
    font-weight: 800;
}

.weight-900[b-mu4qlz89jy] {
    font-weight: 900;
}

/* Path: page 1 */
.line-left[b-mu4qlz89jy] {
    background-color: #5ce1e6;
    height: 2px;
    width: 31%;
    position: absolute;
    top: 46%;
    left: 0;
}

.line-right[b-mu4qlz89jy] {
    background-color: #5ce1e6;
    height: 2px;
    width: 31%;
    position: absolute;
    top: 46%;
    right: 0;
}
/* Path: page 1 */

/* Path: page 2 */
.page2-table[b-mu4qlz89jy] {
    width: 100%;
    border-collapse: collapse;
}

    .page2-table td[b-mu4qlz89jy] {
        width: 50%;
        border-collapse: collapse;
    }
/* Path: page 2 */

/* Path: page 3 */
.introduction-text[b-mu4qlz89jy] {
    font-weight: 200;
}
/* Path: page 3 */

/* Path: page 4 */

/* Path: page 4 */
/* Path: page 6 */
.meeting-type-chart[b-mu4qlz89jy] {
    width: 500px;
    height: 500px;
    margin: 0 auto;
}

.red-flag-chart[b-mu4qlz89jy] {
    width: 500px;
    height: 500px;
    margin: 0 auto;
}

.profile-copy[b-mu4qlz89jy] {
    font-weight: 300;
    font-size: 16px;
}
/* Path: page 6 */
/* Path: page 7 */
.page7-counts[b-mu4qlz89jy] {
    display: flex;
    margin: 0 auto;
    max-width: max-content;
    margin-bottom: 50px;
}

.unbearable-redflag-count[b-mu4qlz89jy] {
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
    margin: 5px;
}

    .unbearable-redflag-count[b-mu4qlz89jy]::after {
        content: 'UNBEARABLE';
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: -30px;
        left: 0;
        font-weight: 700;
    }

.dominant-preference-count[b-mu4qlz89jy] {
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
    margin: 5px;
}

    .dominant-preference-count[b-mu4qlz89jy]::after {
        content: 'DOMINANT PREFERENCES';
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: -50px;
        left: 0;
        font-weight: 700;
    }

.frustrating-redflag-count[b-mu4qlz89jy] {
    margin: 5px;
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
}

    .frustrating-redflag-count[b-mu4qlz89jy]::after {
        content: 'VERY FRUSTRATING';
        color: #fff;
        position: absolute;
        bottom: -30px;
        font-weight: 700;
        text-align: center;
        width: 100%;
        left: 0;
        font-size: 11px;
    }

.redflag-copy-items[b-mu4qlz89jy] {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    border-radius: 10px;
    width: 80vw;
    display: block;
    position: relative;
}
/* Path: page 7 */
/* Path: page 8 */
.red-flag-counts[b-mu4qlz89jy] {
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    background-color: #0f74a2;
    height: auto;
    width: 100%;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    border-radius: 10px;
    padding: 20px;
}

.red-flag-counts-content[b-mu4qlz89jy] {
    width: fit-content;
    margin: 30px auto;
}

.redflag-count-item[b-mu4qlz89jy] {
    border-radius: 50%;
    background: #fff;
    margin: 0 !important;
    position: relative;
    font-size: clamp(2rem, 9vw, 4em);
    text-align: center;
    line-height: 1;
    padding: clamp(.5rem, 1vw, 5rem);
    margin-top: 0px !important;
    margin: clamp(.1rem, 1vw, 3rem) !important;
    display: inline-block;
}

    .redflag-count-item[b-mu4qlz89jy]::after {
        content: attr(text);
        position: absolute;
        bottom: -20px;
        left: 0;
        text-align: center;
        width: 100%;
        font-size: 10px;
        color: #fff;
        font-weight: 700;
    }

.redflag-insight[b-mu4qlz89jy] {
    background-color: transparent;
    /*    width: 80%;*/
    float: right;
    color: #fff;
    padding: 35px 50px;
    font-weight: 300;
    font-size: 18px !important;
}

.introduction-text[b-mu4qlz89jy] {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
/* Path: page 8 */

.meeting-score[b-mu4qlz89jy] {
    color: #fff;
    width: 210px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

    .meeting-score .score[b-mu4qlz89jy] {
        color: #fff;
        font-weight: 800;
        font-size: 28px;
        text-align: center;
    }

    .meeting-score .score-based[b-mu4qlz89jy] {
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
    }

.arrow-3[b-mu4qlz89jy] {
    background: url('/report/arrow3.png');
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.arrow-1[b-mu4qlz89jy] {
    background: url('/report/arrow1.png');
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    right: 620px;
    top: 180px;
    transform: rotate(-25deg)
}

.arrow-2[b-mu4qlz89jy] {
    background: url('/report/arrow1.png');
    height: 150px;
    width: 150px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 680px;
    bottom: 530px;
    transform: rotate(125deg)
}

.arrow-4[b-mu4qlz89jy] {
    background: url('/report/arrow1.png');
    height: 120px;
    width: 120px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 540px;
    bottom: 490px;
    transform: rotate(-25deg);
}
/* _content/Meet-App/Pages/Feedback/FeedbackMain.razor.rz.scp.css */
*[b-akk4jbye94] {
    font-family: 'OpenSans';
}

.feedback-main-container[b-akk4jbye94] {
    display: grid;
    min-height: 100vh;
    align-content: center;
}

.feedback-body[b-akk4jbye94] {
    display: flex;
    margin: 0 auto;
    max-width: 100vw;
}

.feedback-left[b-akk4jbye94] {
    width: 80px;
    display: grid;
    align-content: center;
    text-align: center;
}
.feedback-navigation-button[b-akk4jbye94]{
    font-size: 50px;
    cursor: pointer;
}
.feedback-navigation-button:hover[b-akk4jbye94] {
    color: var(--accent);
}
.feedback-center[b-akk4jbye94] {
    max-width: calc(100vw - 160px) !important;
}

.feedback-right[b-akk4jbye94] {
    width: 80px;
    display: grid;
    align-content: center;
    text-align: center;
}

label[b-akk4jbye94] {
    all: unset;
    margin: 0;
    padding: 0;
}

fieldset[b-akk4jbye94] {
    margin: 0;
    padding: 0;
}

body[b-akk4jbye94], html[b-akk4jbye94] {
    margin: 20px;
    min-height: 100vh !important;
    display: grid;
    align-content: center;
}

h1[b-akk4jbye94] {
    font-size: 1.5em;
    margin: 10px;
}

.rating-container[b-akk4jbye94] {
    align-content: center;
    min-width: fit-content;
    margin: 0 auto;
}

.rating[b-akk4jbye94] {
    border: none;
    /*float: left;*/
    /*display: flex;*/
    display: flex;
    flex-direction: row-reverse;
}

    .rating > input[b-akk4jbye94] {
        display: none;
    }

    .rating > label[b-akk4jbye94]:before {
        margin: 5px;
        font-size: 3em;
        font-family: 'phosphorFill';
        display: inline-block;
        content: "\e46a";
        cursor: pointer;
    }

    .rating > .half[b-akk4jbye94]:before {
        font-family: 'phosphorFill' !important;
        content: "\e46a";
        position: absolute;
    }

    .rating > label[b-akk4jbye94] {
        color: rgba(0,0,0,0.1);
        float: left;
    }

    /***** CSS Magic to Highlight Stars on Hover *****/

    .rating > input:checked ~ label[b-akk4jbye94], /* show gold star when clicked */
    .rating:not(:checked) > label:hover[b-akk4jbye94], /* hover current star */
    .rating:not(:checked) > label:hover ~ label[b-akk4jbye94] {
        color: var(--accent);
    }
        /* hover previous stars in list */

        .rating > input:checked + label:hover[b-akk4jbye94], /* hover current star when changing rating */
        .rating > input:checked ~ label:hover[b-akk4jbye94],
        .rating > label:hover ~ input:checked ~ label[b-akk4jbye94], /* lighten current selection */
        .rating > input:checked ~ label:hover ~ label[b-akk4jbye94] {
            color: var(--accent);
        }



.assessment-navigation-buttons[b-akk4jbye94] {
    width: max-content;
    margin: 20px auto;
    margin-bottom: 50px;
    padding: 0;
    gap: 0;
    display: flex;
}

.assessment-navigation-button[b-akk4jbye94] {
    all: unset;
    background-color: var(--accent);
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    display: inline-block;
    margin: 0 !important;
    min-width: 70px;
    padding-top: 3px;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
}

    .assessment-navigation-button:hover[b-akk4jbye94] {
        filter: brightness(.8);
    }

    .assessment-navigation-button.left[b-akk4jbye94] {
        border-top-left-radius: 100vw;
        border-bottom-left-radius: 100vw;
    }

    .assessment-navigation-button.right[b-akk4jbye94] {
        border-top-right-radius: 100vw;
        border-bottom-right-radius: 100vw;
    }

.feedback-options[b-akk4jbye94] {
    margin: 20px auto;
    width: 100%;
}

.feedback-option[b-akk4jbye94] {
    /*border: 1px solid var(--accent);*/
    color: var(--accent);
    margin: 10px 0;
    padding: 0 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    cursor: pointer;
    display: flex;
    align-content: center;
    line-height: 80px;
}

    .feedback-option p[b-akk4jbye94] {
        margin: 0;
        font-size: 15px;
    }

.feedback-option-item[b-akk4jbye94] {
    margin: 0 auto;
}


@media (max-width: 767px) {
    .feedback-option p[b-akk4jbye94] {
        text-align:center;
    }

    .feedback-option-item[b-akk4jbye94] {
        margin: 0 auto;
        width: 100%;
    }
}
.feedback-option.active[b-akk4jbye94] {
    background: var(--accent);
    color: white;
    min-height: 50px;
    line-height: 50px;
    margin: 10px 0;
    text-align: center;
    padding: 0 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

body[b-akk4jbye94] {
    background-color: #fff !important;
}

*[b-akk4jbye94] {
    font-family: 'Poppins' !important;
}

textarea.feedback-text[b-akk4jbye94] {
    height: 100px;
    width: 800px;
    border-radius: 8px;
    margin-top: 0px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.4);
    line-height: 1.2;
    padding: 10px;
    margin: 0 auto;
    display: block;
}

.rated[b-akk4jbye94] {
    font-size: 25px;
    margin-top: -10px;
    display: block;
    margin-bottom: 10px;
}

.star-container[b-akk4jbye94] {
    display: flex;
    max-width: fit-content;
    margin-top: 20px !important;
}

    .star-container .star[b-akk4jbye94] {
        font-size: var(--star-size);
        margin: 0 5px;
        cursor: pointer;
        color: rgba(0,0,0,0.1);
        
    }

        .star-container .star.active[b-akk4jbye94] {
            font-size: var(--star-size);
            margin: 0 5px;
            cursor: pointer;
            color: var(--accent);
        }

   

.thumb-container[b-akk4jbye94] {
    display: flex;
    margin: 0 auto;
    max-width: fit-content;
}

    .thumb-container .thumb[b-akk4jbye94] {
        font-size: var(--star-size);
        margin: 0 5px;
        cursor: pointer;
        color: rgba(0,0,0,0.1);
    }

        .thumb-container .thumb.active[b-akk4jbye94] {
            font-size: var(--star-size);
            margin: 0 5px;
            cursor: pointer;
            color: var(--accent);
        }
/* _content/Meet-App/Pages/Meetings/MeetingList.razor.rz.scp.css */
*[b-rv44col25i] {
    font-family: 'Montserrat', sans-serif !important;
}
.meeting-card-button[b-rv44col25i] {
    height: 15px;
    padding: 0 5px;
    line-height: 0;
    margin-top: 0px;
}
/* _content/Meet-App/Pages/Meetings/MeetingPage.razor.rz.scp.css */
body[b-arragnnppv] {
}
p[b-arragnnppv]{
    font-size: 18px;
    font-weight: 200;
}


    .meeting-section ul[b-arragnnppv] {
        text-align: left;
        margin: 30px 0;
    }

    .meeting-section ul li[b-arragnnppv]{
        font-size: 20px;    
    }

.logo-image[b-arragnnppv] {
    height: 80px;
    width: 80px;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-self: center;
    justify-self: center;
}

.meeting-section-title[b-arragnnppv] {
    color: #fff;
}
.meeting-section-mission[b-arragnnppv]{
    color: #fff;
    font-weight: 400 !important;
    font-size: 20px;
}
.meeting-section-job-title[b-arragnnppv] {
    font-size: 14px;
    font-weight: 400;
    /*    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    margin: 0;*/
}
.attendee-avatar-container[b-arragnnppv] {
    display: flex;
    margin-top: 20px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}
.attendee-avatar-image[b-arragnnppv] {
    min-width: 80px !important;
    min-height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
    border-radius: 10px;
    margin-right: 10px;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 10px 10px -10px rgba(255,255,255,0.6);
    /*margin: 5px;*/
    overflow: hidden;
}

    .attendee-avatar-name[b-arragnnppv] {
        font-weight: 600;
        font-size: 20px;
        margin: 0;
    }
.profile-pill-container[b-arragnnppv] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    /*height: 80px;*/
}

.profile-pill[b-arragnnppv] {
    color: var(--accent);
    background: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    height: 22px;
    line-height: 10px;
    text-align: center;
    margin: 10px 0px;
}
.view-profile[b-arragnnppv]{
    background: var(--accent);
    border: 1px solid #fff;
    color: #fff;
}
.profiles-container[b-arragnnppv] {
    display: flex;
    height: 100%;
    min-width: 100%;
}
.profiles-container-left[b-arragnnppv] {
    width: 80px;
    /*align-content: center;*/
    cursor: pointer;
    font-size: 50px;
    text-align: center;
}
.profiles-container-main[b-arragnnppv] {
    min-height: 100%;
    width: calc(100% - 160px);
}
.profiles-container-right[b-arragnnppv] {
    width: 80px;
    font-size: 50px;
    cursor: pointer;
    text-align: center;
    /*align-content: center;*/
}

.star-container[b-arragnnppv] {
    display: inline;
    display: flex;
    max-width: fit-content;
    margin-top: 20px !important;
}

    .star-container .star[b-arragnnppv] {
        font-size: var(--star-size);
        margin: 0 5px;
        cursor: pointer;
        color: rgba(0,0,0,0.1);
    }

        .star-container .star.active[b-arragnnppv] {
            font-size: var(--star-size);
            margin: 0 5px;
            cursor: pointer;
            color: #fff;
        }
.stats-container[b-arragnnppv] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 10px
}

.stats-container-title[b-arragnnppv] {
    width: 180px;
    align-self: center;
    max-height: fit-content;
    margin: 0;
}
.progress[b-arragnnppv] {
    width: 100%;
    height: 10px;
    background: transparent;
    border-radius: 20px;
    margin: 10px 0;
    align-self: center;
    justify-self: end;
}
.progress-inner[b-arragnnppv]{
    height: 100%;
    width: var(--width);
    background: var(--accent);
    border-radius: 20px;
    text-align: right;
    padding-right: 10px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    background: #fff;
    position: relative;
}

.progress[b-arragnnppv]::after {
    content: var(--width);
    position: absolute;
    color: #fff;
    z-index: 99;
}

.group-item-progressheading[b-arragnnppv] {
    background: rgba(255,255,255,0.1) !important;
    border-radius: 5px;
}

.group-item-progressheading p[b-arragnnppv]{
    background: transparent !important;
    font-weight: 600;
}

.custom-pin[b-arragnnppv] {
    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[b-arragnnppv] {
        z-index: 999;
    }

        .custom-pin:hover .custom-pin-detail[b-arragnnppv] {
            display: block;
        }

.custom-pin-detail[b-arragnnppv] {
    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[b-arragnnppv] {
    text-align: center;
    width: 100%;
    color: #2b77d9 !important;
    border-radius: 50%;
    background-color: #fff;
    font-weight: 800;
}

    .custom-pin-title[b-arragnnppv]::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[b-arragnnppv]::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[b-arragnnppv] {
    transform: scale(1.2);
}



.custom-pin-me[b-arragnnppv] {
    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[b-arragnnppv] {
    display: block;
}

.custom-pin-me-detail[b-arragnnppv] {
    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[b-arragnnppv] {
    text-align: center;
    width: 100%;
    /*height: 14px;*/
    color: var(--accent) !important;
    border-radius: 50%;
    background-color: #fff;
    font-weight: 800;
    font-size: 8px !important;
    line-height: 1.9;
    transform: scale(1.3) rotate(180deg);
}

    .custom-pin-me-title[b-arragnnppv]::after {
        content: ' .';
        position: absolute;
        top: -8.5px;
        left: 0%;
        color: #0071c1;
        background: #fff;
        width: 103%;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        z-index: -5;
        height: 9px;
        transform: rotate(180deg);
    }

    .custom-pin-me-title[b-arragnnppv]::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[b-arragnnppv] {
    display: block;
    transform: rotate(180deg);
}

/* _content/Meet-App/Pages/Meetings/MeetingPageV2.razor.rz.scp.css */

.meeting-section[b-egabw13p2z] {
    max-width: 100% !important;
    margin: 0 auto;
    margin-bottom: 5px;
    min-height: 250px;
    background: var(--accent);
    color: #fff !important;
    padding: 20px !important;
    border-radius: 10px;
}

.square[b-egabw13p2z] {
    height: 20px;
    width: 20px;
    margin: 2px !important;
    cursor: pointer;
    color: rgba(0,0,0,0.1);
    border:1px solid rgba(0,0,0,0.2);
    padding: 0;
    border-radius: 3px;
}

    .square.active[b-egabw13p2z] {
        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[b-egabw13p2z] {
    max-width: fit-content;
    background: rgba(255,255,255,0.1);
    padding: 0px;
    border-radius: 10px;
    margin: 0 auto;
}

.redflag-meeting-container[b-egabw13p2z] {
    margin-top: 0px !important;
}

.meeting-section h4[b-egabw13p2z] {
    font-weight: 300 !important;
    color: #fff;
}

.redflag-meeting-container-item[b-egabw13p2z] {
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}

    .redflag-meeting-container-item p[b-egabw13p2z] {
        /*line-height: 54px;*/
        align-self: center;
        justify-self: center;
        margin: 0;
        margin-left: 10px;
        font-weight: 400;
    }
.profiles-container[b-egabw13p2z] {
    display: flex;
    height: 100%;
    min-width: 100%;
}

.profiles-container-left[b-egabw13p2z] {
    width: 80px;
    /*align-content: center;*/
    cursor: pointer;
    font-size: 50px;
    text-align: center;
}

.profiles-container-main[b-egabw13p2z] {
    min-height: 100%;
    width: calc(100% - 160px);
}

.profiles-container-right[b-egabw13p2z] {
    width: 80px;
    font-size: 50px;
    cursor: pointer;
    text-align: center;
}

 .trump-card-body .name[b-egabw13p2z] {
    padding-left: 65px !important;
    margin-top: -30px;
    font-weight: 600;
    font-size: 16px;
}

.trump-card-body .job-title[b-egabw13p2z] {
    font-weight: 400;
    margin: 0;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trump-card-body .email-address[b-egabw13p2z] {
    font-weight: 400;
    font-size: 14px;
}
.trump-card-body .heading[b-egabw13p2z] {
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    margin-bottom: 5px;
}
.trump-card-body ul li[b-egabw13p2z] {
    font-size: 12px;
}
.view-profile-button[b-egabw13p2z] {
    background: transparent;
    border: none;
    box-shadow: none;
    color: var(--accent);
    margin: 0;
}

.view-profile-button.border[b-egabw13p2z] {
    border: 2px solid var(--accent) !important;
}

/* _content/Meet-App/Pages/Meetings/MeetingReport.razor.rz.scp.css */
.rpm-container[b-0l7r8c1hda]{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.original-rpm[b-0l7r8c1hda] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
}

    .original-rpm h5[b-0l7r8c1hda] {
        text-align: center;
        font-size: 50px;
        margin: 0;
    }

    .original-rpm p[b-0l7r8c1hda] {
        text-align: center;
        font-size: 15px;
        margin: 0;
    }

.optimised-rpm[b-0l7r8c1hda] {
    display: flex;
    flex-direction: column;
    background: rgba(0, 255, 33,0.3);
    border-radius: 5px;
    padding: 20px;
}

    .optimised-rpm h5[b-0l7r8c1hda] {
        text-align: center;
        font-size: 80px;
        margin: 0;
        color: rgba(0, 255, 33,0.3);
    }

    .optimised-rpm p[b-0l7r8c1hda] {
        text-align: center;
        font-size: 18px;
        margin: 0;
        color: rgba(0, 255, 33,0.3);
    }
.grey-inner[b-0l7r8c1hda]{
    background: rgba(0,0,0,0.1);
    padding: 20px;
    margin-top: 20px;
}
.view-profile-button[b-0l7r8c1hda]{
    background: transparent;
    color: var(--accent);
    border: none;
    box-shadow: none;
}

.small-stat[b-0l7r8c1hda] {
    margin-top: 20px;
    background: #e3efff;
    border-radius: 5px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 10px;
}
    .small-stat p[b-0l7r8c1hda]{
        margin: 0 !important;
        line-height: 1;
    }
    .small-stat-amount[b-0l7r8c1hda] {
        text-align: center;
        margin: 0 !important;
        font-size: 30px;
        font-weight: 700;
    }
.small-stat-heading[b-0l7r8c1hda] {
    text-align: center;
    margin: 0 !important;
    padding: 0;
}
.small-stat.optimised[b-0l7r8c1hda] {
    background: #d4f5be;
}
.profile-card[b-0l7r8c1hda] {
    /*overflow: hidden ;*/
    /*flex-wrap: wrap !important;*/
}
.avatar-initials[b-0l7r8c1hda] {
    max-height: 30px !important;
    max-width: 30px !important;
}
/* _content/Meet-App/Pages/Meetings/MeetingTranscript.razor.rz.scp.css */
textarea.meeting-transcript-input[b-deor7keqqc] {
    min-width: 100% !important;
    min-height: 550px;
    border: none;
    border-radius: 5px;
    padding: 10px;
}
/* _content/Meet-App/Pages/Meetings/MeetingWorkItems.razor.rz.scp.css */
.meeting-work-item-container[b-4xhqrshyn9] {
}
.meeting-work-item[b-4xhqrshyn9] {
    background: rgba(255,255,255,0.1);
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
}
.meeting-work-item p[b-4xhqrshyn9] {
    margin: 0;
}

.profile-avatar img[b-4xhqrshyn9]{

}
/* _content/Meet-App/Pages/My/MBAReport.razor.rz.scp.css */
html[b-w29nrpm5w9] {
    overflow: hidden !important;
    max-width: 100vw !important;
}

.text-white[b-w29nrpm5w9] {
    color: #fff !important;
}

table[b-w29nrpm5w9] {
/*   width: 100% !important;
   overflow: hidden;
   display:block;*/
}

/*.col-6{
    min-width: 500px;
}*/
.share-assessment[b-w29nrpm5w9] {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #5ce1e6;
    height: 50px;
    width: 50px;
    z-index: 999;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    background-image: url('/ReportImages/share.png');
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    border: 2px solid #fff;
}

    .share-assessment:hover[b-w29nrpm5w9] {
        background-color: #fff;
        transform: scale(1.1);
        border: 2px solid #5ce1e6;
    }

ReportPage[b-w29nrpm5w9] {
    height: fit-content;
    max-width: 100vw;
    display: block;
    align-content: center;
    position: relative;
    background-color: var(--bg-color);
    padding: 40px;
    /*min-height: 100%;*/
    overflow: hidden !important;
    border-bottom: 3px solid #bfbfbf;
    /*margin-bottom: 20px;*/
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,.6);*/
}

#meetingRedflags[b-w29nrpm5w9] {
    background: linear-gradient(45deg, #0dc0e0,#0f74a2);
}

.report-nav[b-w29nrpm5w9] {
    align-items: center;
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    display: grid;

}

    .report-nav a[b-w29nrpm5w9]{
        margin: 10px auto;

    }
.report-nav-item[b-w29nrpm5w9] {
    background: #5ce1e6;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0px auto;
    width: 250px !important;
    text-align: center;
}

    .report-nav-item:hover[b-w29nrpm5w9] {
        background: #fff;
    }

.reportpage-header[b-w29nrpm5w9] {
    color: var(--text-color);
}

.turquoise[b-w29nrpm5w9] {
    color: #fff;
    background-color: #2b77d9;
    background: linear-gradient(45deg, #2b77d9 50%,#0f74a2);
}

.blue[b-w29nrpm5w9] {
    color: #fff;
    background-color: #0f74a2;
    /*background: linear-gradient(to bottom, #0f74a2,#0dc0e0);*/
}

.text-gray[b-w29nrpm5w9] {
    color: #9e9e9e;
}

.text-turquoise[b-w29nrpm5w9] {
    color: #0f74a2;
}

.weight-100[b-w29nrpm5w9] {
    font-weight: 100;
}

.weight-200[b-w29nrpm5w9] {
    font-weight: 200;
}

.weight-300[b-w29nrpm5w9] {
    font-weight: 300;
}

.weight-400[b-w29nrpm5w9] {
    font-weight: 400;
}

.weight-500[b-w29nrpm5w9] {
    font-weight: 500;
}

.weight-600[b-w29nrpm5w9] {
    font-weight: 600;
}

.weight-700[b-w29nrpm5w9] {
    font-weight: 700;
}

.weight-800[b-w29nrpm5w9] {
    font-weight: 800;
}

.weight-900[b-w29nrpm5w9] {
    font-weight: 900;
}

/* Path: page 1 */
.line-left[b-w29nrpm5w9] {
    background-color: #5ce1e6;
    height: 2px;
    width: 31%;
    position: absolute;
    top: 46%;
    left: 0;
}

.line-right[b-w29nrpm5w9] {
    background-color: #5ce1e6;
    height: 2px;
    width: 31%;
    position: absolute;
    top: 46%;
    right: 0;
}
/* Path: page 1 */

/* Path: page 2 */
.page2-table[b-w29nrpm5w9] {
    width: 100%;
    border-collapse: collapse;
}

    .page2-table td[b-w29nrpm5w9] {
        width: 50%;
        border-collapse: collapse;
    }
/* Path: page 2 */

/* Path: page 3 */
.introduction-text[b-w29nrpm5w9] {
    font-weight: 200;
}
/* Path: page 3 */

/* Path: page 4 */

/* Path: page 4 */
/* Path: page 6 */
.meeting-type-chart[b-w29nrpm5w9] {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}
    .meeting-type-chart canvas[b-w29nrpm5w9]{
        width: 100%;
    }
    .red-flag-chart[b-w29nrpm5w9] {
        width: 500px;
        height: 500px;
        margin: 0 auto;
    }

.profile-copy[b-w29nrpm5w9] {
    font-weight: 300;
    font-size: 16px;
}
/* Path: page 6 */
/* Path: page 7 */
.page7-counts[b-w29nrpm5w9] {
    display: flex;
    margin: 0 auto;
    max-width: max-content;
    margin-bottom: 50px;
}

.unbearable-redflag-count[b-w29nrpm5w9] {
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
    margin: 5px;
    color: var(--accent) !important;
}

    .unbearable-redflag-count[b-w29nrpm5w9]::after {
        content: 'UNBEARABLE';
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: -30px;
        left: 0;
        font-weight: 700;
    }

.dominant-preference-count[b-w29nrpm5w9] {
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
    margin: 5px;
    color: var(--accent) !important;
}

    .dominant-preference-count[b-w29nrpm5w9]::after {
        content: 'DOMINANT PREFERENCES';
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: -50px;
        left: 0;
        font-weight: 700;
    }

.frustrating-redflag-count[b-w29nrpm5w9] {
    margin: 5px;
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
    color: var(--accent) !important;
}

    .frustrating-redflag-count[b-w29nrpm5w9]::after {
        content: 'VERY FRUSTRATING';
        color: #fff;
        position: absolute;
        bottom: -30px;
        font-weight: 700;
        text-align: center;
        width: 100%;
        left: 0;
        font-size: 11px;
    }

.redflag-copy-items[b-w29nrpm5w9] {
    background: transparent;
    margin: 0 auto;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    border-radius: 10px;
    width: 80vw;
    display: block;
    position: relative;
    background: #fff;
    color: var(--accent) !important;
}
/* Path: page 7 */
/* Path: page 8 */
.red-flag-counts[b-w29nrpm5w9] {
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    background-color: #0f74a2;
    height: auto;
    width: 100%;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    border-radius: 10px;
    padding: 20px;
    color: var(--accent) !important;
}

.red-flag-counts-content[b-w29nrpm5w9] {
    width: fit-content;
    margin: 30px auto;
}

.redflag-count-item[b-w29nrpm5w9] {
    border-radius: 50%;
    background: #fff;
    margin: 0 !important;
    position: relative;
    font-size: clamp(2rem, 9vw, 4em);
    text-align: center;
    line-height: 1;
    padding: clamp(.5rem, 1vw, 5rem);
    margin-top: 0px !important;
    margin: clamp(.1rem, 1vw, 3rem) !important;
    display: inline-block;
    color: var(--accent) !important;
}

    .redflag-count-item[b-w29nrpm5w9]::after {
        content: attr(text);
        position: absolute;
        bottom: -20px;
        left: 0;
        text-align: center;
        width: 100%;
        font-size: 10px;
        color: #fff;
        font-weight: 700;
    }

.redflag-insight[b-w29nrpm5w9] {
    background-color: transparent;
    /*    width: 80%;*/
    float: right;
    color: #fff;
    padding: 35px 50px;
    font-weight: 300;
    font-size: 18px !important;
}

.introduction-text[b-w29nrpm5w9] {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
/* Path: page 8 */

.meeting-score[b-w29nrpm5w9] {
    color: #fff;
    width: 210px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

    .meeting-score .score[b-w29nrpm5w9] {
        color: #fff;
        font-weight: 800;
        font-size: 28px;
        text-align: center;
    }

    .meeting-score .score-based[b-w29nrpm5w9] {
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
    }

.arrow-3[b-w29nrpm5w9] {
    background: url('/report/arrow3.png');
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.arrow-6[b-w29nrpm5w9] {
    background: url('/report/arrow3.png');
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: none;
}

.arrow-1[b-w29nrpm5w9] {
    background: url('/report/arrow1.png');
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    right: 620px;
    top: 180px;
    transform: rotate(-25deg)
}

.arrow-2[b-w29nrpm5w9] {
    background: url('/report/arrow1.png');
    height: 150px;
    width: 150px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    transform: rotate(125deg);
    margin-top: -180px;
}
/* typical phone screen resolution */
@media only screen and (max-width : 600px) {

    .arrow-2[b-w29nrpm5w9] {
        background: url('/report/arrow3.png');
        height: 80px;
        width: 80px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 auto;
        transform: none;
    }
    .arrow-6[b-w29nrpm5w9] {
        display: block;
    }
    .meeting-score[b-w29nrpm5w9]{
        min-width: 100%;
        text-align: center;
        margin: 0 !important;
        bottom: 20px;
        left: 0;
    }
    .heading[b-w29nrpm5w9]{
        display:none;
    }
}
/* landscape orientation */


.arrow-4[b-w29nrpm5w9] {
    background: url('/report/arrow1.png');
    height: 120px;
    width: 120px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 540px;
    bottom: 490px;
    transform: rotate(-25deg);
}
/* _content/Meet-App/Pages/My/OverviewReport.razor.rz.scp.css */
html[b-804h185h3z] {
    overflow: hidden !important;
    max-width: 100vw !important;
}

.text-white[b-804h185h3z] {
    color: #fff !important;
}

table[b-804h185h3z] {
/*   width: 100% !important;
   overflow: hidden;
   display:block;*/
}

/*.col-6{
    min-width: 500px;
}*/
.share-assessment[b-804h185h3z] {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #5ce1e6;
    height: 50px;
    width: 50px;
    z-index: 999;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    background-image: url('/ReportImages/share.png');
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    border: 2px solid #fff;
}

    .share-assessment:hover[b-804h185h3z] {
        background-color: #fff;
        transform: scale(1.1);
        border: 2px solid #5ce1e6;
    }

ReportPage[b-804h185h3z] {
    height: fit-content;
    max-width: 100vw;
    display: block;
    align-content: center;
    position: relative;
    background-color: var(--bg-color);
    padding: 40px;
    /*min-height: 100%;*/
    overflow: hidden !important;
    border-bottom: 3px solid #bfbfbf;
    /*margin-bottom: 20px;*/
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,.6);*/
}

#meetingRedflags[b-804h185h3z] {
    background: linear-gradient(45deg, #0dc0e0,#0f74a2);
}

.report-nav[b-804h185h3z] {
    align-items: center;
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    display: grid;

}

    .report-nav a[b-804h185h3z]{
        margin: 10px auto;

    }
.report-nav-item[b-804h185h3z] {
    background: #5ce1e6;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0px auto;
    width: 250px !important;
    text-align: center;
}

    .report-nav-item:hover[b-804h185h3z] {
        background: #fff;
    }

.reportpage-header[b-804h185h3z] {
    color: var(--text-color);
}

.turquoise[b-804h185h3z] {
    color: #fff;
    background-color: #2b77d9;
    background: linear-gradient(45deg, #2b77d9 50%,#0f74a2);
}

.blue[b-804h185h3z] {
    color: #fff;
    background-color: #0f74a2;
    /*background: linear-gradient(to bottom, #0f74a2,#0dc0e0);*/
}

.text-gray[b-804h185h3z] {
    color: #9e9e9e;
}

.text-turquoise[b-804h185h3z] {
    color: #0f74a2;
}

.weight-100[b-804h185h3z] {
    font-weight: 100;
}

.weight-200[b-804h185h3z] {
    font-weight: 200;
}

.weight-300[b-804h185h3z] {
    font-weight: 300;
}

.weight-400[b-804h185h3z] {
    font-weight: 400;
}

.weight-500[b-804h185h3z] {
    font-weight: 500;
}

.weight-600[b-804h185h3z] {
    font-weight: 600;
}

.weight-700[b-804h185h3z] {
    font-weight: 700;
}

.weight-800[b-804h185h3z] {
    font-weight: 800;
}

.weight-900[b-804h185h3z] {
    font-weight: 900;
}

/* Path: page 1 */
.line-left[b-804h185h3z] {
    background-color: #5ce1e6;
    height: 2px;
    width: 31%;
    position: absolute;
    top: 46%;
    left: 0;
}

.line-right[b-804h185h3z] {
    background-color: #5ce1e6;
    height: 2px;
    width: 31%;
    position: absolute;
    top: 46%;
    right: 0;
}
/* Path: page 1 */

/* Path: page 2 */
.page2-table[b-804h185h3z] {
    width: 100%;
    border-collapse: collapse;
}

    .page2-table td[b-804h185h3z] {
        width: 50%;
        border-collapse: collapse;
    }
/* Path: page 2 */

/* Path: page 3 */
.introduction-text[b-804h185h3z] {
    font-weight: 200;
}
/* Path: page 3 */

/* Path: page 4 */

/* Path: page 4 */
/* Path: page 6 */
.meeting-type-chart[b-804h185h3z] {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}
    .meeting-type-chart canvas[b-804h185h3z]{
        width: 100%;
    }
    .red-flag-chart[b-804h185h3z] {
        width: 500px;
        height: 500px;
        margin: 0 auto;
    }

.profile-copy[b-804h185h3z] {
    font-weight: 300;
    font-size: 16px;
}
/* Path: page 6 */
/* Path: page 7 */
.page7-counts[b-804h185h3z] {
    display: flex;
    margin: 0 auto;
    max-width: max-content;
    margin-bottom: 50px;
}

.unbearable-redflag-count[b-804h185h3z] {
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
    margin: 5px;
    color: var(--accent) !important;
}

    .unbearable-redflag-count[b-804h185h3z]::after {
        content: 'UNBEARABLE';
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: -30px;
        left: 0;
        font-weight: 700;
    }

.dominant-preference-count[b-804h185h3z] {
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
    margin: 5px;
    color: var(--accent) !important;
}

    .dominant-preference-count[b-804h185h3z]::after {
        content: 'DOMINANT PREFERENCES';
        color: #fff;
        font-weight: 700;
        font-size: 11px;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: -50px;
        left: 0;
        font-weight: 700;
    }

.frustrating-redflag-count[b-804h185h3z] {
    margin: 5px;
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    line-height: 2;
    font-weight: 500;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    position: relative;
    color: var(--accent) !important;
}

    .frustrating-redflag-count[b-804h185h3z]::after {
        content: 'VERY FRUSTRATING';
        color: #fff;
        position: absolute;
        bottom: -30px;
        font-weight: 700;
        text-align: center;
        width: 100%;
        left: 0;
        font-size: 11px;
    }

.redflag-copy-items[b-804h185h3z] {
    background: transparent;
    margin: 0 auto;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    border-radius: 10px;
    width: 80vw;
    display: block;
    position: relative;
    background: #fff;
    color: var(--accent) !important;
}
/* Path: page 7 */
/* Path: page 8 */
.red-flag-counts[b-804h185h3z] {
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    background-color: #0f74a2;
    height: auto;
    width: 100%;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.6);
    border-radius: 10px;
    padding: 20px;
    color: var(--accent) !important;
}

.red-flag-counts-content[b-804h185h3z] {
    width: fit-content;
    margin: 30px auto;
}

.redflag-count-item[b-804h185h3z] {
    border-radius: 50%;
    background: #fff;
    margin: 0 !important;
    position: relative;
    font-size: clamp(2rem, 9vw, 4em);
    text-align: center;
    line-height: 1;
    padding: clamp(.5rem, 1vw, 5rem);
    margin-top: 0px !important;
    margin: clamp(.1rem, 1vw, 3rem) !important;
    display: inline-block;
    color: var(--accent) !important;
}

    .redflag-count-item[b-804h185h3z]::after {
        content: attr(text);
        position: absolute;
        bottom: -20px;
        left: 0;
        text-align: center;
        width: 100%;
        font-size: 10px;
        color: #fff;
        font-weight: 700;
    }

.redflag-insight[b-804h185h3z] {
    background-color: transparent;
    /*    width: 80%;*/
    float: right;
    color: #fff;
    padding: 35px 50px;
    font-weight: 300;
    font-size: 18px !important;
}

.introduction-text[b-804h185h3z] {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
/* Path: page 8 */

.meeting-score[b-804h185h3z] {
    color: #fff;
    width: 210px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

    .meeting-score .score[b-804h185h3z] {
        color: #fff;
        font-weight: 800;
        font-size: 28px;
        text-align: center;
    }

    .meeting-score .score-based[b-804h185h3z] {
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
    }

.arrow-3[b-804h185h3z] {
    background: url('/report/arrow3.png');
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.arrow-6[b-804h185h3z] {
    background: url('/report/arrow3.png');
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: none;
}

.arrow-1[b-804h185h3z] {
    background: url('/report/arrow1.png');
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    right: 620px;
    top: 180px;
    transform: rotate(-25deg)
}

.arrow-2[b-804h185h3z] {
    background: url('/report/arrow1.png');
    height: 150px;
    width: 150px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    transform: rotate(125deg);
    margin-top: -180px;
}
/* typical phone screen resolution */
@media only screen and (max-width : 600px) {

    .arrow-2[b-804h185h3z] {
        background: url('/report/arrow3.png');
        height: 80px;
        width: 80px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 auto;
        transform: none;
    }
    .arrow-6[b-804h185h3z] {
        display: block;
    }
    .meeting-score[b-804h185h3z]{
        min-width: 100%;
        text-align: center;
        margin: 0 !important;
        bottom: 20px;
        left: 0;
    }
    .heading[b-804h185h3z]{
        display:none;
    }
}
/* landscape orientation */


.arrow-4[b-804h185h3z] {
    background: url('/report/arrow1.png');
    height: 120px;
    width: 120px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 540px;
    bottom: 490px;
    transform: rotate(-25deg);
}
/* _content/Meet-App/Pages/My/Profile.razor.rz.scp.css */
body[b-1xjxmt8g4w] {
}
.card[b-1xjxmt8g4w]{
    margin-bottom: 10px !important;
    padding-bottom: 0px;
}
.profile-pill-container[b-1xjxmt8g4w] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-left: 50px;
    position: absolute;
    margin-top: 10px;
    right: 10px;
    width: fit-content;
    z-index: 99;
}

.profile-pill[b-1xjxmt8g4w] {
    background: var(--accent);
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    margin: 10px 0px;
}
/* _content/Meet-App/Pages/Preferences/PreferenceAgendaSetup.razor.rz.scp.css */
/* _content/Meet-App/Pages/Preferences/PreferenceCard.razor.rz.scp.css */
*[b-wwt2praeyn] {
    box-sizing: border-box !important;
    font-family: 'Montserrat'
}

h4.heading-text[b-wwt2praeyn] {
    font-weight: 100 !important;
}

.add-section[b-wwt2praeyn] {
    max-width: 300px;
    background-color: rgba(255,255,255,0.5);
    color: var(--accent);
    text-align: center;
    margin: 0 auto;
    /*height: 5px;*/
    overflow: visible;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

    .add-section:hover[b-wwt2praeyn] {
        background-color: var(--accent);
        color: #fff;
    }

    .add-section p[b-wwt2praeyn] {
        background-color: transparent;
        width: fit-content;
        margin: 0 auto;
        line-height: 1.2;
        padding: 0 8px;
    }

.save-setup[b-wwt2praeyn] {
    max-width: 300px;
    background-color: var(--accent);
    color: #fff;
    text-align: center;
    margin: 0 auto;
    /*height: 5px;*/
    overflow: visible;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

    .save-setup:hover[b-wwt2praeyn] {
        background-color: var(--accent);
        color: #fff;
    }

    .save-setup p[b-wwt2praeyn] {
        background-color: transparent;
        width: fit-content;
        margin: 0 auto;
        line-height: 1.2;
        padding: 0 8px;
        font-weight: 600;
    }

.setup-section[b-wwt2praeyn] {
    max-width: 800px;
    margin: 5px auto;
    border: none;
    padding: 15px 10px;
    position: relative;
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}

    .setup-section input[type=text][b-wwt2praeyn] {
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.4);
        width: 100%;
        border-radius: 5px;
        padding: 5px;
        margin-bottom: 10px;
    }

    .setup-section select[b-wwt2praeyn] {
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.4);
        width: 100%;
        border-radius: 5px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .setup-section label[b-wwt2praeyn] {
        all: unset;
        color: var(--accent);
        font-weight: 600;
    }

.multi-options[b-wwt2praeyn] {
    margin: 10px 0;
    display: flex;
    min-width: 100%;
    gap: 5px;
}

.multi-options-option[b-wwt2praeyn] {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 5px;
    border-radius: 3px;
    flex: 1;
    text-align: center;
    cursor: pointer;
    align-content: center;
    color: var(--accent);
    /*box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
}

    .multi-options-option.active[b-wwt2praeyn] {
        background-color: var(--accent);
        color: #fff;
        border: none;
    }

.section-button[b-wwt2praeyn] {
    background-color: var(--accent);
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

    .section-button.remove[b-wwt2praeyn] {
        background-color: #fff;
        color: #f00;
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 12px;
        line-height: .5;
        border: 1px solid red;
    }

        .section-button.remove:hover[b-wwt2praeyn] {
            box-shadow: 0 0 2px rgba(255,0,0,0.4);
            background: #f00;
            color: #fff;
        }

.overlay-background-one[b-wwt2praeyn] {
    content: '';
    position: fixed;
    top: 150px;
    right: 150px;
    height: 450px;
    width: 400px;
    background-color: transparent;
    z-index: -1;
    filter: blur(70px);
    background: radial-gradient(circle, var(--accent) 0%, var(--accent) 70%);
    opacity: 0.2;
    border-radius: 50%;
}

.overlay-background-two[b-wwt2praeyn] {
    content: '';
    position: fixed;
    top: 350px;
    right: 350px;
    height: 350px;
    width: 350px;
    background-color: transparent;
    z-index: -1;
    filter: blur(70px);
    background: radial-gradient(circle, blue 0%, blue 70%);
    opacity: 0.2;
    border-radius: 50%;
}

.overlay-background-three[b-wwt2praeyn] {
    content: '';
    position: fixed;
    top: 450px;
    right: 150px;
    height: 350px;
    width: 350px;
    background-color: transparent;
    z-index: -2;
    filter: blur(70px);
    background: radial-gradient(circle, aquamarine 0%, aquamarine 70%);
    opacity: 0.2;
    border-radius: 50%;
    color: aquamarine
}
/* _content/Meet-App/Pages/Preferences/PreferencesPlatformSetup.razor.rz.scp.css */
*[b-aqt6upwgvy] {
    box-sizing: border-box !important;
}

.add-section[b-aqt6upwgvy] {
    width: 100%;
    /*background-color: var(--accent);*/
    color: #000;
    text-align: center;
    margin: 0 auto;
    width: 800px;
    /*height: 5px;*/
    overflow: visible;
    border-radius: 100vw;
    cursor: pointer;
    border: 1px dashed rgba(0,0,0,0.4);
    color: rgba(0,0,0,0.4);
    padding: 5px;
    max-width: 80%;
    margin-bottom: 20px;
}

    .add-section:hover[b-aqt6upwgvy] {
        transform: scale(1.1);
        background-color: var(--accent);
        color: #fff;
        border: 1px dashed #fff;
    }

    .add-section p[b-aqt6upwgvy] {
        background-color: transparent;
        width: fit-content;
        margin: 0 auto;
        line-height: 1.2;
        padding: 0 8px;
    }

.setup-section[b-aqt6upwgvy] {
    max-width: 800px;
    margin: 5px auto;
    border: none;
    padding: 15px 10px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 15px 10px -15px rgba(0,0,0,0.4);
    margin-bottom: 20px;
}

    .setup-section input[type=text][b-aqt6upwgvy] {
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.4);
        width: 100%;
        border-radius: 5px;
        padding: 5px;
        margin-bottom: 10px;
    }

    .setup-section select[b-aqt6upwgvy] {
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.4);
        width: 100%;
        border-radius: 5px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .setup-section label[b-aqt6upwgvy] {
        all: unset;
        color: var(--accent);
        font-weight: 600;
    }

.multi-options[b-aqt6upwgvy] {
    margin: 10px 0;
    display: flex;
    min-width: 100%;
    gap: 5px;
}

.multi-options-option[b-aqt6upwgvy] {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 5px;
    border-radius: 3px;
    flex: 1;
    text-align: center;
    cursor: pointer;
    align-content: center;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.3);*/
}

.multi-options-option img[b-aqt6upwgvy] {
    max-height: 40px;
    margin: 0 auto;
}

    .multi-options-option.active[b-aqt6upwgvy] {
        background-color: var(--accent);
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.4);
        border: none;
    }

    .multi-options-option.active img[b-aqt6upwgvy]{
        filter: drop-shadow(0 0 5px rgba(0,0,0,0.4));
    }

.section-button[b-aqt6upwgvy] {
    background-color: var(--accent);
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

    .section-button.remove[b-aqt6upwgvy] {
        background-color: #fff;
        color: #f00;
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 12px;
        line-height: .5;
    }

        .section-button.remove:hover[b-aqt6upwgvy] {
            box-shadow: 0 0 2px rgba(255,0,0,0.4);
            background: #f00;
            color: #fff;
        }
/* _content/Meet-App/Pages/Preferences/PreferencesSetup.razor.rz.scp.css */
*[b-6f54duwmtk] {
    box-sizing: border-box !important;
    font-family: 'Montserrat'
}
h4.heading-text[b-6f54duwmtk]{
    font-weight: 100 !important;
}
.add-section[b-6f54duwmtk] {
    max-width: 300px;
    background-color: rgba(255,255,255,0.5);
    color: var(--accent);
    text-align: center;
    margin: 0 auto;
    /*height: 5px;*/
    overflow: visible;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

    .add-section:hover[b-6f54duwmtk] {
        background-color: var(--accent);
        color: #fff;
    }

    .add-section p[b-6f54duwmtk] {
        background-color: transparent;
        width: fit-content;
        margin: 0 auto;
        line-height: 1.2;
        padding: 0 8px;
    }

.save-setup[b-6f54duwmtk] {
    max-width: 300px;
    background-color: var(--accent);
    color: #fff;
    text-align: center;
    margin: 0 auto;
    /*height: 5px;*/
    overflow: visible;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
    .save-setup:hover[b-6f54duwmtk] {
        background-color: var(--accent);
        color: #fff;
    }

    .save-setup p[b-6f54duwmtk] {
        background-color: transparent;
        width: fit-content;
        margin: 0 auto;
        line-height: 1.2;
        padding: 0 8px;
        font-weight: 600;
    }
.setup-section[b-6f54duwmtk] {
    max-width: 800px;
    margin: 5px auto;
    border: none;
    padding: 15px 10px;
    position: relative;
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}

    .setup-section input[type=text][b-6f54duwmtk] {
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.4);
        width: 100%;
        border-radius: 5px;
        padding: 5px;
        margin-bottom: 10px;
    }

    .setup-section textarea[b-6f54duwmtk]{
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.4);
        width: 100%;
        height: 100px;
        border-radius: 5px;
        padding: 5px;
        margin-bottom: 10px;
    }

    .setup-section select[b-6f54duwmtk] {
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.4);
        width: 100%;
        border-radius: 5px;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .setup-section label[b-6f54duwmtk] {
        all:unset;
        color: var(--accent);
        font-weight: 600;
    }

.multi-options[b-6f54duwmtk]{
    margin: 10px 0;
    display: flex;
    min-width: 100%;
    gap: 5px;
}

.multi-options-option[b-6f54duwmtk] {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 5px;
    border-radius: 3px;
    flex: 1;
    text-align: center;
    cursor: pointer;
    align-content: center;
    color: var(--accent);
    /*box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
}

.multi-options-option.active[b-6f54duwmtk]{
    background-color: var(--accent);
    color: #fff;
    border: none;
}

.section-button[b-6f54duwmtk]{
    background-color: var(--accent);
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
    .section-button.remove[b-6f54duwmtk] {
        background-color: #fff;
        color: #f00;
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 12px;
        line-height: .5;
        border: 1px solid red;
    }

        .section-button.remove:hover[b-6f54duwmtk] {
            box-shadow: 0 0 2px rgba(255,0,0,0.4);
            background: #f00;
            color: #fff;
        }

.overlay-background-one[b-6f54duwmtk] {
    content: '';
    position: fixed;
    top: 150px;
    right: 150px;
    height: 450px;
    width: 400px;
    background-color: transparent;
    z-index: -1;
    filter: blur(70px);
    background: radial-gradient(circle, var(--accent) 0%, var(--accent) 70%);
    opacity: 0.2;
    border-radius: 50%;
}

.overlay-background-two[b-6f54duwmtk] {
    content: '';
    position: fixed;
    top: 350px;
    right: 350px;
    height: 350px;
    width: 350px;
    background-color: transparent;
    z-index: -1;
    filter: blur(70px);
    background: radial-gradient(circle, blue 0%, blue 70%);
    opacity: 0.2;
    border-radius: 50%;
}
.overlay-background-three[b-6f54duwmtk] {
    content: '';
    position: fixed;
    top: 450px;
    right: 150px;
    height: 350px;
    width: 350px;
    background-color: transparent;
    z-index: -2;
    filter: blur(70px);
    background: radial-gradient(circle, aquamarine 0%, aquamarine 70%);
    opacity: 0.2;
    border-radius: 50%;
    color: aquamarine
}
/* _content/Meet-App/Pages/SimpleReport.razor.rz.scp.css */
*[b-g6uwuck8z3] {
    font-family: 'Montserrat', sans-serif !important;
}
h2[b-g6uwuck8z3] {
    color: #00A4EF !important;
}
ReportItem[b-g6uwuck8z3] {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #00A4EF !important;
}


.report-header[b-g6uwuck8z3] {
    max-width: 80%;
    margin: 0 auto;
    min-height: 150px;
    background-color: #fafafa;
    display: flex;
    align-content: space-between;
    padding: 30px;
}

    .report-header img[b-g6uwuck8z3]{
        max-width: 250px;
        object-fit:contain
    }
    .report-header h4[b-g6uwuck8z3] {
        min-width: calc(100% - 250px);
        text-align: right;
        font-size: 30px;
        line-height: 4;
        color: #00A4EF;
        font-weight: 300 !important;
    }

.report-body[b-g6uwuck8z3] {
    max-width: 80%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fafafa;
}

   
    .report-footer[b-g6uwuck8z3] {
    max-width: 80%;
    margin: 0 auto;
    min-height: 150px;
    background-color: #fafafa;
}
/* _content/Meet-App/Public/Introduction.razor.rz.scp.css */
.traits[b-k54wuf5oq9] {
    display: flex;
    flex-direction: column;
    padding-left: 200px;
}

.profile-pill-container[b-k54wuf5oq9] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: fit-content;
}

.profile-pill[b-k54wuf5oq9] {
    background: var(--accent);
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    margin: 10px 0px;
}

.profile-pill-heading[b-k54wuf5oq9] {
    background: var(--accent);
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    margin: 10px 0px;
}

@media (max-width: 1100px) {
    .traits[b-k54wuf5oq9] {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

    .profile-pill-heading[b-k54wuf5oq9] {
        width: 100%;
        display: block;
        margin: 10px;
    }

    .profile-pill-container[b-k54wuf5oq9] {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin-left: 0px;
        position: relative;
        margin-top: 0;
        left: 0;
        width: fit-content;
        justify-content: center;
        height: fit-content;
        width: 100%;
    }

    .profile-pill[b-k54wuf5oq9] {
        margin: 0;
    }

    .first-accordion[b-k54wuf5oq9] {
        margin-top: 20px;
    }
}
/* _content/Meet-App/Public/IntroductionsList.razor.rz.scp.css */

.card[b-54pobg40n7] {
    background: #fff;
    margin: 5px !important;
    border-radius: 8px !important;
    margin: 5px 0;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    min-height: 90%;
    max-height: 250px;
    background: var(--accent);
}

.card-body p[b-54pobg40n7] {
    color: rgba(0,0,0,0.4) !important;
}

.card-header[b-54pobg40n7] {
    padding: 10px 20px;
    border: none !important;
    cursor: pointer;    
    color: #fff !important;
    display: flex;
    cursor: pointer;
}

    .card-header button[b-54pobg40n7]{
        width: fit-content;
        align-self: end;
        display: block;
        background: #fff;
        position: relative;
        color: var(--accent);
    }

    .card-header h4[b-54pobg40n7] {
        color: #fff !important;
    }
/* _content/Meet-App/Public/Profile.razor.rz.scp.css */
.main-body[b-n083nqlx0l] {
    /*background-color: #f4f2ee !important;*/
    background-color: transparent;
    min-height: 100vh;
}
.narrowed[b-n083nqlx0l] {
    max-width: 1200px;
    margin: 0 auto !important;
    position: relative;
}
.card[b-n083nqlx0l] {
    background: #fff;
    margin: 0;
    border-radius: 8px !important;
    margin: 5px 2px;
    padding: 10px;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    position: relative;
    padding: 5px 10px !important;
}
.card-body[b-n083nqlx0l]{
    padding: 0 20px !important;
}
.card-body p[b-n083nqlx0l] {
    color: rgba(0,0,0,0.4) !important;
}
.card-header[b-n083nqlx0l] {
    padding: 10px 20px 20px 20px;
    border: none !important;
    cursor: pointer;
}

.assement-card[b-n083nqlx0l]{
    padding: 10px 0;
    background: var(--accent);

}
    .assement-card h4[b-n083nqlx0l]{
        color: #fff !important;
        font-weight: 600;
    }
    .assement-card p[b-n083nqlx0l] {
        color: #fff !important;
        font-weight: 200;
        font-size: 16px;
    }
    .assement-card .personality-type-section-heading[b-n083nqlx0l] {
        background: #fff;
        border-radius: 15px;
        padding: 5px 10px;
        max-width: fit-content;
    }

.personality-type-section-heading h5[b-n083nqlx0l] {
    color: var(--accent);
}
/*    .assement-card h4,
    .assement-card h6 {
        color: #fff;
    }*/
.redflag-insight p[b-n083nqlx0l] {
    color: #fff !important;
}
.view-more-button[b-n083nqlx0l] {
    color: #fff !important;
    font-weight: 600;
    cursor: pointer;
    margin-top: 0 !important;
    border: solid 1px #fff;
    max-width: fit-content;
    border-radius: 100vw;
    margin-left: 15px;
    padding: 0 10px !important;
}
    .view-more-button:hover[b-n083nqlx0l] {
    background: #fff;
    color: var(--accent) !important;
}
    .profile-pill-container[b-n083nqlx0l] {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        width: fit-content;
    }

.profile-pill[b-n083nqlx0l] {
    background: var(--accent);
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    margin: 10px 0px;
}

.profile-pill-heading[b-n083nqlx0l] {
    background: var(--accent);
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    margin: 10px 0px;
}
.assessment-heading-main[b-n083nqlx0l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.assessment-heading-item[b-n083nqlx0l]{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.assessment-heading-item h4[b-n083nqlx0l] {
    color: #fff;
}

@media (max-width: 600px) {
    .assessment-heading-main[b-n083nqlx0l] {
        display: block;
        text-align: center;
        justify-content: normal;
    }

    .assessment-heading-item[b-n083nqlx0l] {
        width: 100%;
        display: block;
        min-width: 100% !important;
    }
}

@media (max-width: 1102px) {
    .profile-pill-container[b-n083nqlx0l] {
        left: 0 !important;
        margin-left: 0;
    }
}

.toggle-container[b-n083nqlx0l] {
    position: absolute;
    right: 20px;
    top: 54px;
    width: 42px;
    height: 26px;
    align-self: end;
    margin: 0px;
}

.simple-toggle[b-n083nqlx0l] {
    display: none;
}

.toggle-label[b-n083nqlx0l] {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    border: 1px solid var(--accent);
    border-radius: 34px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    align-self: end;
}

.toggle-label .dark[b-n083nqlx0l] {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000 !important;
    border: 1px solid #fff !important;
    border-radius: 34px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    align-self: end;
}

    .toggle-label[b-n083nqlx0l]::before {
        content: "";
        position: absolute;
        width: 19px;
        height: 19px;
        background-color: var(--accent);

        border-radius: 50%;
        top: 4px;
        left: 4px;
        transition: transform 0.3s;
    }

    .toggle-label[b-n083nqlx0l]::after {
        content: attr(text);
        position: absolute;
        width: max-content;
        left: -140px;
        top: 1px;
        color: rgba(0,0,0,0.4);
    }

    .toggle-label.dark[b-n083nqlx0l]::after {
        content: attr(text);
        position: absolute;
        width: max-content;
        left: -140px;
        top: 1px;
        color: #fff;
    }

.simple-toggle:checked + .toggle-label[b-n083nqlx0l] {
    background-color: var(--accent) !important;
}
    .simple-toggle:checked + .toggle-label.dark[b-n083nqlx0l] {
        background-color: #fff !important;
    }

    .simple-toggle:checked + .toggle-label[b-n083nqlx0l]::before {
        transform: translateX(26px);
        background-color: #fff !important;
    }

    .simple-toggle:checked + .toggle-label.dark[b-n083nqlx0l]::before {
        transform: translateX(26px);
        background-color: var(--accent) !important;
    }

.first-accordion[b-n083nqlx0l] {
    margin-top: 40px;
}

.traits[b-n083nqlx0l] {
    display: flex;
    flex-direction: column;
    padding-left: 200px;
}
@media (max-width: 1100px) {
    .traits[b-n083nqlx0l] {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }
    .profile-pill-heading[b-n083nqlx0l]{
        width: 100%;
        display: block;
        margin: 10px;
    }
    .profile-pill-container[b-n083nqlx0l] {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin-left: 0px;
        position: relative;
        margin-top: 0;
        left: 0;
        width: fit-content;
        justify-content: center;
        height: fit-content;
        width: 100%;
    }
    .profile-pill[b-n083nqlx0l]{
        margin: 0;
    }
    .first-accordion[b-n083nqlx0l] {
        margin-top: 20px;
    }
}
/* _content/Meet-App/Public/ProfileAnalysedList.razor.rz.scp.css */

.card[b-k40zpjmfo3] {
    background: #fff;
    margin: 5px !important;
    border-radius: 8px !important;
    margin: 5px 0;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    min-height: 90%;
    max-height: 250px;
    background: var(--accent);
}

.card-body p[b-k40zpjmfo3] {
    color: rgba(0,0,0,0.4) !important;
}

.card-header[b-k40zpjmfo3] {
    padding: 10px 20px;
    border: none !important;
    cursor: pointer;    
    color: #fff !important;
    display: flex;
    cursor: pointer;
}

    .card-header button[b-k40zpjmfo3]{
        width: fit-content;
        align-self: end;
        display: block;
        background: #fff;
        position: relative;
        color: var(--accent);
    }

    .card-header h4[b-k40zpjmfo3] {
        color: #fff !important;
    }
/* _content/Meet-App/Public/PublicProfileAnalyser.razor.rz.scp.css */
.main-body[b-wwer4arsl2] {
    background-color: #f4f2ee !important;
    min-height: 100vh;
}

.narrowed[b-wwer4arsl2] {
    max-width: 1200px;
    margin: 0 auto !important;
    position: relative;
}

.card[b-wwer4arsl2] {
    background: #fff;
    margin: 5px 20px !important;
    border-radius: 8px !important;
    margin: 5px 0;
    padding: 10px;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
}

.card-body p[b-wwer4arsl2] {
    color: rgba(0,0,0,0.4) !important;
}

.card-header[b-wwer4arsl2] {
    padding: 10px 20px;
    border: none !important;
    cursor: pointer;
}

.assement-card[b-wwer4arsl2] {
    padding: 10px 0;
    background: var(--accent);
}

.redflag-insight p[b-wwer4arsl2] {
    color: #fff !important;
}

.profile-pill-container[b-wwer4arsl2] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-left: 50px;
    position: absolute;
    margin-top: 10px;
    right: 0;
    width: fit-content;
}

.profile-pill[b-wwer4arsl2] {
    background: var(--accent);
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    margin: 10px 0px;
}

.assessment-heading-main[b-wwer4arsl2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.assessment-heading-item[b-wwer4arsl2] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .assessment-heading-item h4[b-wwer4arsl2] {
        color: #fff;
    }

@media (max-width: 600px) {
    .assessment-heading-main[b-wwer4arsl2] {
        display: block;
        text-align: center;
        justify-content: normal;
    }

    .assessment-heading-item[b-wwer4arsl2] {
        width: 100%;
        display: block;
        min-width: 100% !important;
    }
}

.toggle-container[b-wwer4arsl2] {
    position: absolute;
    right: 20px;
    top: 54px;
    width: 42px;
    height: 26px;
    align-self: end;
    margin: 0px;
}

.simple-toggle[b-wwer4arsl2] {
    display: none;
}

.toggle-label[b-wwer4arsl2] {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    border: 1px solid var(--accent);
    border-radius: 34px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    align-self: end;
}

    .toggle-label .dark[b-wwer4arsl2] {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000 !important;
        border: 1px solid #fff !important;
        border-radius: 34px;
        cursor: pointer;
        transition: background-color 0.3s;
        position: relative;
        align-self: end;
    }

    .toggle-label[b-wwer4arsl2]::before {
        content: "";
        position: absolute;
        width: 19px;
        height: 19px;
        background-color: var(--accent);
        border-radius: 50%;
        top: 4px;
        left: 4px;
        transition: transform 0.3s;
    }

    .toggle-label[b-wwer4arsl2]::after {
        content: 'Publicly visible';
        position: absolute;
        width: max-content;
        left: -100px;
        top: 1px;
        color: rgba(0,0,0,0.4);
    }

    .toggle-label.dark[b-wwer4arsl2]::after {
        content: 'Publicly visible';
        position: absolute;
        width: max-content;
        left: -100px;
        top: 1px;
        color: #fff;
    }

.simple-toggle:checked + .toggle-label[b-wwer4arsl2] {
    background-color: var(--accent) !important;
}

    .simple-toggle:checked + .toggle-label.dark[b-wwer4arsl2] {
        background-color: #fff !important;
    }

    .simple-toggle:checked + .toggle-label[b-wwer4arsl2]::before {
        transform: translateX(26px);
        background-color: #fff !important;
    }

    .simple-toggle:checked + .toggle-label.dark[b-wwer4arsl2]::before {
        transform: translateX(26px);
        background-color: var(--accent) !important;
    }
/* _content/Meet-App/ReportingLibrary/Components/Chart/ChartParent.razor.rz.scp.css */
.widget-item[b-pf8lqqyzsc] {
    min-height: 400px;
    /*max-height: 350px;*/
}

.widget-card[b-pf8lqqyzsc] {
    background-color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    padding-top: 40px;
    min-height: 450px;
    /*min-width: 500px;*/
    margin: 0 auto;
    max-width: 100%;
}
    .widget-card h4[b-pf8lqqyzsc] {
        position: absolute;
        color: #8b8b8b;
    }

.canvas-container[b-pf8lqqyzsc] {
    width: 100%; /* Adjust as needed */
    height: 700px; /* Adjust as needed */
    border: 1px solid black; /* Just to see the boundaries */
}


.col-6[b-pf8lqqyzsc] {
    min-width: 350px;
    margin: 10px auto;
}

@media screen and (max-width: 600px) {
    .col-6[b-pf8lqqyzsc], .widget-item[b-pf8lqqyzsc] {
        min-width: 100% !important;
        /* Optional: You might also want to adjust margins for smaller screens */
    }
}
/* _content/Meet-App/ReportingLibrary/Components/Query/QueryParent.razor.rz.scp.css */
.widget-item[b-0xm7nri8uo] {
    width: 33%;
    min-height: 300px;
    max-height: 350px;
    overflow: hidden !important;
}

.widget-card[b-0xm7nri8uo] {
    background-color: white;
    border: none;
    border-radius: 5px;
    padding: 20px;
    height: 100%;
    display: grid;
    align-content: center;
    
}

    .widget-card h4[b-0xm7nri8uo] {
        position: absolute;
        color: #8b8b8b;
    }

    .widget-card p[b-0xm7nri8uo] {
        margin-top: 20px;
        max-height: 210px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
    }

    .canvas-container[b-0xm7nri8uo] {
        width: 100%; /* Adjust as needed */
        height: 500px; /* Adjust as needed */
        border: 1px solid black; /* Just to see the boundaries */
    }

    .view-more[b-0xm7nri8uo]{
        position: absolute;
        bottom: 20px;
        right: 20px;
        cursor: pointer;
        font-weight: 500;
    }
        .view-more:hover[b-0xm7nri8uo] {
            color: #2b77d9;
        }
/* _content/Meet-App/ReportingLibrary/Components/Text/TextParent.razor.rz.scp.css */
.widget-item[b-6181w2nc9n] {
    width: 33%;
    min-height: 300px;
    max-height: 350px;
}

.widget-card[b-6181w2nc9n] {
    background-color: white;
    border: none;
    border-radius: 5px;
    padding: 20px;
    height: 100%;
    display: grid;
    align-content: center;
}

.widget-card h4[b-6181w2nc9n]{
    position:absolute;
    color: #8b8b8b;
}

.canvas-container[b-6181w2nc9n] {
    width: 100%; /* Adjust as needed */
    height: 500px; /* Adjust as needed */
    border: 1px solid black; /* Just to see the boundaries */
}
/* _content/Meet-App/ReportingLibrary/ReportingDash.razor.rz.scp.css */

.reporting-dash-items[b-69o7chrfkc] {
    padding: 15px;
    box-sizing:border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    gap: 5px;
}
/* _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;
}

body[b-208lzu7b3h] {
    color: var(--body-text);
    background: #fff;
    height: 100vh;
    width: 100vw;
    display: grid;
    align-content: center;
}
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: var(--accent);
    ;
    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: 1;
    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[b-up5hhpftr4] {
    position: relative;
    display: flex;
    flex-direction: column;
}
.navCalendar.e-calendar .e-footer-container[b-up5hhpftr4] {
    display: none !important;
}
.navbar-right-collapsed-text[b-up5hhpftr4] {
    transition: all 0.5s;
    transform: rotate(90deg);
    left: -15px;
    top: 85px;
    font-size: 1rem;
    /*text-transform: uppercase;*/
    position: absolute;
    color: #000;
    font-weight: 300;
    min-width: max-content;
    min-height: max-content;
}

main[b-up5hhpftr4] {
    flex: 1;
}

.sidebar[b-up5hhpftr4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.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;
    }
}

@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;
    }
    .mobile-iq-navbar[b-up5hhpftr4] {
        display: none;
    }
}
/* _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;
    }
}
