/* _content/EliotAlpha.AdminPortal/Common/EmptyState.razor.rz.scp.css */
.empty-state-header[b-pos26rq1jl] {
    color: #000;
    font-feature-settings: 'case' on;
    font-family: "Inter";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.408px;
}

.empty-state-paragraph[b-pos26rq1jl] {
    color: #5A607F;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* _content/EliotAlpha.AdminPortal/Features/Alarms/AlarmsPage.razor.rz.scp.css */
.header-container[b-q1f58g5hft] {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.right-side-header-items[b-q1f58g5hft] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.filter-container[b-q1f58g5hft] {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.filter-container > div[b-q1f58g5hft] {
    width:250px;
}

.reminder-timestamp[b-q1f58g5hft] {
    color: #EB0F29;
}

.water-alarm-container[b-q1f58g5hft] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #D9E4FF;
    border: 2px solid #FFF;
}

.fire-alarm-container[b-q1f58g5hft] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FDE7EA;
    border: 2px solid #FFF;
}

.battery-alarm-container[b-q1f58g5hft] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #EABD8C;
    border: 2px solid #FFF;
}

.acknowledged-status-container[b-q1f58g5hft] {
    display: flex;
    width: 86px;
    height: 37px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #EEF9F1;
}

    .acknowledged-status-container > p[b-q1f58g5hft] {
        color: #0B5F4B;
    }

.offline-status-container[b-q1f58g5hft] {
    display: flex;
    width: 86px;
    height: 37px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #EEF9F1;
}

    .offline-status-container > p[b-q1f58g5hft] {
        color: #A00013;
    }

.battery-status-container[b-q1f58g5hft] {
    display: flex;
    width: 86px;
    height: 37px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FDE7EA;
}

    .battery-status-container > p[b-q1f58g5hft] {
        color: #A00013;
    }

.alarm-status-container[b-q1f58g5hft] {
    display: flex;
    width: 86px;
    height: 37px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #EB0F29;
}

    .alarm-status-container > p[b-q1f58g5hft] {
        color: #FFFFFF;
    }
/* _content/EliotAlpha.AdminPortal/Features/Apartments/ApartmentsPage.razor.rz.scp.css */
.alarms-container[b-ghlanpogsf] {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    height:35px;
}

.alarm-container + .alarm-container[b-ghlanpogsf] {
    margin-left: -7px;
}

.water-alarm-container[b-ghlanpogsf] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #D9E4FF;
    border: 2px solid #FFF;
}

.fire-alarm-container[b-ghlanpogsf] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FDE7EA;
    border: 2px solid #FFF;
}

.water-alarm-image[b-ghlanpogsf] {
    width: 22px;
    height: 22px;
}

.fire-alarm-image[b-ghlanpogsf] {
    width: 22px;
    height: 22px;
}

.additional-fire-alarm-text[b-ghlanpogsf] {
    color: #F0142F;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Body S */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.additional-water-alarm-text[b-ghlanpogsf] {
    color: #1A80E1;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Body S */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* _content/EliotAlpha.AdminPortal/Features/Apartments/RemoveApartment.razor.rz.scp.css */
.header-text[b-5ecadl1j5g] {
    color: var(--Primary-Green-Green-600, #063134);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Title */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.081px;
}

.body-text[b-5ecadl1j5g] {
    color: var(--Primary-Green-Green-600, #063134);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Body H2 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.go-back[b-5ecadl1j5g] {
    color: var(--Primary-Green-Green-600, #063134);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
}
/* _content/EliotAlpha.AdminPortal/Features/Buildings/BuildingsPage.razor.rz.scp.css */
.header-container[b-nsgfbgov42] {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.right-side-header-items[b-nsgfbgov42] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
/* _content/EliotAlpha.AdminPortal/Features/Chat/ActiveChat.razor.rz.scp.css */
.active-chat-container[b-8fpicbdo3p] {
    display: flex;
    flex-direction: row;
    height: 100%;
    max-height: 100%;
}

.chat-info-container[b-8fpicbdo3p] {
    min-width: 360px;
    max-width: 360px;
    overflow-y: auto;
}

.chat-container[b-8fpicbdo3p] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    min-width: 0;
    border-right: 1px solid #E9E9EB;
}

.header-container[b-8fpicbdo3p] {
    display: flex;
    flex-direction: row;
    padding: 12px 24px;
    min-height: 100px;
    align-items: center;
    border-bottom: 1px solid #E9E9EB;
    justify-content: space-between;
}

.chat-messages-container[b-8fpicbdo3p] {
    height: 100%;
    max-height: 100%;
    padding: 32px;
    overflow-y: auto;
    overflow-x: hidden;
}

.active-chat-participants-container[b-8fpicbdo3p] {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    min-width: 0;
    gap: 16px;
}

.chat-title-container[b-8fpicbdo3p] {
    display: flex;
    flex-direction: column;
    max-width: 75%;
}

.chat-title[b-8fpicbdo3p] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: var(--Svart, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.chat-message-row[b-8fpicbdo3p] {
    display: flex;
    flex-direction:column;
}

.authored-message-container[b-8fpicbdo3p] {
    align-self: flex-end;
    display:flex;
    flex-direction:column;
}

.authored-message-container div[b-8fpicbdo3p] {
    margin-top: 4px;
    margin-bottom: 12px;
    max-width: 267px;
    padding: 6px 12px;
    align-items: center;
    border-radius: 16px;
    background: #448AF7;
}

.authored-message-container div p[b-8fpicbdo3p] {
    color: #FFFFFF;
}

.received-message-container[b-8fpicbdo3p] {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
}

.received-message-container p[b-8fpicbdo3p] {
    color: dimgray;
    align-self: flex-start;
}

.received-message-container div[b-8fpicbdo3p] {
    margin-top: 4px;
    margin-bottom: 12px;
    max-width: 267px;
    padding: 6px 12px;
    align-items: center;
    border-radius: 16px;
    background: #E9E9EB;
}

.received-message-container div p[b-8fpicbdo3p] {
    color: #000000;
}
/* _content/EliotAlpha.AdminPortal/Features/Chat/ChatInfo.razor.rz.scp.css */
.chat-info-container[b-xfopqnaz2b] {
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    gap: 32px;
}

.header-container[b-xfopqnaz2b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:16px;
}

.header-icon-container[b-xfopqnaz2b] {
}

.header-info-container[b-xfopqnaz2b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width:100%;
}

.group-title[b-xfopqnaz2b] {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: var(--Svart, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.group-subtitle[b-xfopqnaz2b] {
    color: var(--Text-frger-Text-Disable, #59656B);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.recipients-container[b-xfopqnaz2b] {
}

.recipient-container[b-xfopqnaz2b] {
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.recipient-info-container[b-xfopqnaz2b] {
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.recipient-name[b-xfopqnaz2b] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: var(--Label-Color-Light-Primary, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.recipient-subtitle[b-xfopqnaz2b] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: var(--Label-Color-Light-Primary, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* _content/EliotAlpha.AdminPortal/Features/Chat/ChatPage.razor.rz.scp.css */
.chat-container-outer[b-nqpflldg5c] {
    display: flex;
    flex-direction: column;
    padding: 32px;
    height: 100%;
}

.chat-container[b-nqpflldg5c] {
    display: flex;
    flex-direction: row;
    background-color: white;
    border-radius: 4px;
    min-height: 100%;
    max-height: 100%;
}

.chat-list-container[b-nqpflldg5c] {
    min-width:400px;
    max-width:400px;
    border-right: 1px solid #E9E9EB;
}

.active-chat-container[b-nqpflldg5c] {
    flex-grow: 1;
    min-width: 0;
}
/* _content/EliotAlpha.AdminPortal/Features/Chat/ChatTextField.razor.rz.scp.css */
.send-message-container[b-s1qsqoksl4] {
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.text-field-container[b-s1qsqoksl4] {
    width: 100%;
    margin: 0px 32px;
}

.send-chat-message-button-container[b-s1qsqoksl4] {
    position: absolute;
    right: 38px;
}
/* _content/EliotAlpha.AdminPortal/Features/Chat/CreateChat.razor.rz.scp.css */
.create-chat-container[b-lx06u3tu4f] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.chat-container[b-lx06u3tu4f] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border-right: 1px solid #E9E9EB;
}

.header-container[b-lx06u3tu4f] {
    display: flex;
    flex-direction: column;
    padding:27px 24px;
    height: 100px;
}
/* _content/EliotAlpha.AdminPortal/Features/Chat/RecipientsIcon.razor.rz.scp.css */
.single-image-container[b-aqfthbykum] {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.multi-image-container[b-aqfthbykum] {
    position: relative;
    width: 45px;
    height: 45px;
}

.profile-image-1[b-aqfthbykum] {
    border-radius: 50%;
    border: 3px solid white;
    position: absolute;
    left: 8px;
    top: -8px;
}

.profile-image-2[b-aqfthbykum] {
    border-radius: 50%;
    border: 3px solid white;
    position: absolute;
    left: -8px;
    top: 8px;
}
/* _content/EliotAlpha.AdminPortal/Features/Companies/SelectCompany.razor.rz.scp.css */
.choose-company-title[b-4exfcwbf7z] {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Ediot´s Note/40 */
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: center;
}

.tool-bar-content[b-4exfcwbf7z] {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.name-cell-container[b-4exfcwbf7z] {
    padding: 16px 24px;
}
/* _content/EliotAlpha.AdminPortal/Features/Complexes/ComplexesPage.razor.rz.scp.css */
.header-container[b-p8zj1otsu9] {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.right-side-header-items[b-p8zj1otsu9] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
/* _content/EliotAlpha.AdminPortal/Features/Consumption/NoData.razor.rz.scp.css */
.no-data-container[b-sjsiezf23y] {
    width:400px;
    display: flex;
    align-self:center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.header-text[b-sjsiezf23y] {
    color: #000;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 18.805px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.body-text[b-sjsiezf23y] {
    color: #000;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Body H2 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
/* _content/EliotAlpha.AdminPortal/Features/Dashboard/Business/BusinessDashboard.razor.rz.scp.css */
.analytics-header-text[b-4koucmbygl] {
    color: #030229;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter Sub Headings/14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.5px;
}
/* _content/EliotAlpha.AdminPortal/Features/Dashboard/Developer/DeveloperDashboardPage.razor.rz.scp.css */
.analytics-header-text[b-6uymvdnd9w] {
    color: #030229;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter Sub Headings/14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.5px;
}
/* _content/EliotAlpha.AdminPortal/Features/Dashboard/Shared/DateInterval.razor.rz.scp.css */
.analytics-header-text[b-x4oyqw1tco] {
    color: #030229;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter Sub Headings/14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.5px;
}
/* _content/EliotAlpha.AdminPortal/Features/Documents/BoardDocuments/SelectedBoardDirectory.razor.rz.scp.css */
label[b-k1ws3kwu6p] {
    cursor: pointer;
}

.hidden-file-upload[b-k1ws3kwu6p] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
/* _content/EliotAlpha.AdminPortal/Features/Documents/CompanyDocuments/AddCompanyLibrary.razor.rz.scp.css */
/* _content/EliotAlpha.AdminPortal/Features/Documents/CompanyDocuments/AddCompanyLibraryContentTab.razor.rz.scp.css */
.edit-notice-information-tab-container[b-nqz4zuwod2] {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 459px;
    height: 500px;
    align-self: center;
    gap: 16px;
}
/* _content/EliotAlpha.AdminPortal/Features/Documents/CompanyDocuments/AddCompanyLibraryPermissionsTab.razor.rz.scp.css */
.tab-container[b-yz1ymmb4i9] {
    height: 500px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
}
/* _content/EliotAlpha.AdminPortal/Features/Documents/CompanyDocuments/EditCompanyLibrary.razor.rz.scp.css */
/* _content/EliotAlpha.AdminPortal/Features/Documents/CompanyDocuments/EditCompanyLibraryContentTab.razor.rz.scp.css */
.edit-notice-information-tab-container[b-qv3pn3g89p] {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 459px;
    height: 500px;
    align-self: center;
    gap: 16px;
}
/* _content/EliotAlpha.AdminPortal/Features/Documents/CompanyDocuments/EditCompanyLibraryPermissionsTab.razor.rz.scp.css */
.tab-container[b-pjw7xks0u0] {
    height: 500px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
}
/* _content/EliotAlpha.AdminPortal/Features/Documents/CompanyDocuments/SelectedCompanyDirectory.razor.rz.scp.css */
label[b-phkpi0lxp9] {
    cursor: pointer;
}

.hidden-file-upload[b-phkpi0lxp9] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
/* _content/EliotAlpha.AdminPortal/Features/FaultReports/FaultReportInformationTab.razor.rz.scp.css */
.support-case-information-container[b-9oglkyojki] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 16px;
}

.body-container[b-9oglkyojki] {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.left-side-container[b-9oglkyojki] {
    max-height:614px;
    width: 460px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid var(--border-border-primary, #DAE0E3);
    overflow-y: auto;
}

    .left-side-container > div[b-9oglkyojki] {
        display: flex;
        flex-direction: row;
        gap: 58px;
    }

        .left-side-container > div > h[b-9oglkyojki] {
            width: 100px;
            flex-shrink: 0;

            color: var(--Text-i-input-flt-Input-title, #5A607F);
            font-feature-settings: 'clig' off, 'liga' off;
            /* Inter/Body S */
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .left-side-container > div > p[b-9oglkyojki] {
            width: 252px;
        }

.image-container[b-9oglkyojki] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    min-width:252px;
}

.support-case-image[b-9oglkyojki] {
    width:120px;
    height:120px;
}

.right-side-container[b-9oglkyojki] {
    width: 460px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.entrepreneur-container[b-9oglkyojki] {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid var(--border-border-primary, #DAE0E3);
}

    .entrepreneur-container > div[b-9oglkyojki] {
        display: flex;
        flex-direction: row;
        gap: 58px;
    }

    .entrepreneur-container > div > h[b-9oglkyojki] {
        width: 100px;
        flex-shrink: 0;
        color: var(--Text-i-input-flt-Input-title, #5A607F);
        font-feature-settings: 'clig' off, 'liga' off;
        /* Inter/Body S */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .entrepreneur-container > div > p[b-9oglkyojki] {
        width: 253px;
    }

.footer-container[b-9oglkyojki] {
    display:flex;
    justify-content:flex-end;
}

.email-entrepreneur-container[b-9oglkyojki] {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #1869B4;
}

.email-entrepreneur-label[b-9oglkyojki] {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
}
/* _content/EliotAlpha.AdminPortal/Features/FaultReports/FaultReportsPage.razor.rz.scp.css */
.header-container[b-y02twzcdgq] {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.right-side-header-items[b-y02twzcdgq] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.filter-container[b-y02twzcdgq] {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.filter-container > div[b-y02twzcdgq] {
    width:250px;
}

.reminder-timestamp[b-y02twzcdgq] {
    color: #EB0F29;
}
/* _content/EliotAlpha.AdminPortal/Features/FaultReports/FaultReportStatusGadget.razor.rz.scp.css */
.new-status-gadget[b-asidvo9lqh] {
    display: flex;
    justify-content: center;
    padding: 8px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FDE7EA;
    width: 83px;
}

    .new-status-gadget p[b-asidvo9lqh] {
        color: #D30D25;
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        /* Inter/Body S */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.ongoing-status-gadget[b-asidvo9lqh] {
    display: flex;
    justify-content: center;
    padding: 8px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFF1BC;
    width: 83px;
}

    .ongoing-status-gadget p[b-asidvo9lqh] {
        color: #9E5F00;
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        /* Inter/Body S */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.resolved-status-gadget[b-asidvo9lqh] {
    display: flex;
    justify-content: center;
    padding: 8px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #EEF9F1;
    width: 83px;
}

    .resolved-status-gadget p[b-asidvo9lqh] {
        color: #176064;
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        /* Inter/Body S */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
/* _content/EliotAlpha.AdminPortal/Features/FaultReports/FaultReportStatusTab.razor.rz.scp.css */
.support-case-information-container[b-3wirapiio9] {
    display: flex;
    flex-direction: row;
    gap: 24px;
    max-height: 100%;
}

.left-side-container[b-3wirapiio9] {
    width: 460px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .left-side-container > div[b-3wirapiio9] {
        display: flex;
        flex-direction: row;
        gap: 58px;
    }

.image-container[b-3wirapiio9] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

.support-case-image[b-3wirapiio9] {
    width:120px;
    height:120px;
}

.right-side-container[b-3wirapiio9] {
    width: 460px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.history-events-container[b-3wirapiio9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid var(--Border-Primary, #D9E1EC);
    overflow-y: auto;
}

.history-event-container[b-3wirapiio9] {
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 12px;
    border-radius: 12px;
    background: #F8F8F8;
}

.history-event-header-container[b-3wirapiio9] {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
}

.date-label[b-3wirapiio9] {
    color: var(--Text-i-input-flt-Text-active, #131523);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.time-label[b-3wirapiio9] {
    color: var(--Text-i-input-flt-Input-title, #5A607F);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Body S */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.comment-text[b-3wirapiio9] {
    color: var(--Text-i-input-flt-Text-active, #131523);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Body S */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.underlined-header-container[b-3wirapiio9] {
    border-bottom: 1px solid var(--border-border-secondary, #CAD1D5);
}

    .underlined-header-container h[b-3wirapiio9] {
        color: var(--Svart, #000);
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.save-button-container[b-3wirapiio9] {
    width: 60%;
}
/* _content/EliotAlpha.AdminPortal/Features/FaultReports/OpenFaultReport.razor.rz.scp.css */
.tab-container[b-g5mimijayy] {
    padding-top: 24px;
    height: 680px;
}
/* _content/EliotAlpha.AdminPortal/Features/FaultReports/ResizedFaultReportImage.razor.rz.scp.css */
.resized-support-case-image-container[b-0weivviil9] {
    display:block;
}

.support-case-image-container[b-0weivviil9] {
    overflow: auto;
    max-width: 90vw;
    max-height: 90vh;
}

.image-fit-on-screen[b-0weivviil9] {
    max-width: 90vw;
    max-height: 90vh;
}

.image-full-screen[b-0weivviil9] {
    max-width: none;
    max-height: none;
}

/* _content/EliotAlpha.AdminPortal/Features/Locks/LockLog.razor.rz.scp.css */
.locks-tab-container[b-cnxyjbwali] {
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 24px;
    border-radius: 10px;
}

.header-container[b-cnxyjbwali] {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.locks-tab-body[b-cnxyjbwali] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}

.lock-item[b-cnxyjbwali] {
    display: flex;
    padding: 12px;
    width: 220px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 10px;
    border: 1px solid #D1D1D1;
    background: #FFF;
}

.lock-item > div > h[b-cnxyjbwali] {
    color: var(--Text-Black, #2D2926);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.more-info-button-div[b-cnxyjbwali] {
    align-self: flex-end;
}
/* _content/EliotAlpha.AdminPortal/Features/Locks/LocksPage.razor.rz.scp.css */
.locks-tab-container[b-s20o4xs4yc] {
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 24px;
    border-radius: 10px;
}

.header-container[b-s20o4xs4yc] {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.locks-tab-body[b-s20o4xs4yc] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}

.lock-item[b-s20o4xs4yc] {
    display: flex;
    padding: 12px;
    width: 220px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 10px;
    border: 1px solid #D1D1D1;
    background: #FFF;
}

.lock-item > div > h[b-s20o4xs4yc] {
    color: var(--Text-Black, #2D2926);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.more-info-button-div[b-s20o4xs4yc] {
    align-self: flex-end;
}
/* _content/EliotAlpha.AdminPortal/Features/NavMenu/CompanyMenu.razor.rz.scp.css */
.selected-company-container[b-nz2zji2gg4] {
	display: flex;
	flex-direction: column;
	padding: 24px 16px 24px 16px;
	border-radius: 10px;
	background: #022224;
	gap: 8px;
}

.company-initials-container[b-nz2zji2gg4] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: #EEF9F1;
	margin-bottom: 4px;
}

.company-initials-label[b-nz2zji2gg4] {
	color: var(--Secondary-Green-Green-500, #06A561);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.section-container[b-nz2zji2gg4] {
	border-radius: 13px;
}

.company-container[b-nz2zji2gg4] {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
}

.company-image[b-nz2zji2gg4] {
	height:40px;
}

.company-title[b-nz2zji2gg4] {
	color: #FFF;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.textButton[b-nz2zji2gg4] {
	color: #8E8E93;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	
	background: none;
	border: none;
}
/* _content/EliotAlpha.AdminPortal/Features/Noticeboard/AddNotice.razor.rz.scp.css */
/* _content/EliotAlpha.AdminPortal/Features/Noticeboard/EditNotice.razor.rz.scp.css */
/* _content/EliotAlpha.AdminPortal/Features/Noticeboard/NoticesPage.razor.rz.scp.css */
.notices-tab-body[b-ok94hk9iuc] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}

.filter-container[b-ok94hk9iuc] {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.notice-item[b-ok94hk9iuc] {
    display: flex;
    padding: 12px;
    width: 220px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 10px;
    border: 1px solid #D1D1D1;
    background: #FFF;
}

.notice-item > div > h[b-ok94hk9iuc] {
    color: var(--Text-Black, #2D2926);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.more-info-button-div[b-ok94hk9iuc] {
    align-self: flex-end;
}
/* _content/EliotAlpha.AdminPortal/Features/Noticeboard/RemoveNotice.razor.rz.scp.css */
.container[b-le8sisnetw] {
    display: flex;
    flex-direction: column;
    width:539px;
    padding: 40px;
}

.header[b-le8sisnetw] {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

.body[b-le8sisnetw] {
    display: flex;
    flex-direction: column;
}

.header-text[b-le8sisnetw] {
    color: var(--Primary-Green-Green-600, #063134);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Title */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.081px;
}

.body-text[b-le8sisnetw] {
    color: var(--Primary-Green-Green-600, #063134);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Body H2 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.go-back[b-le8sisnetw] {
    color: var(--Primary-Green-Green-600, #063134);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
}
/* _content/EliotAlpha.AdminPortal/Features/ObjectBooking/Objects/RemoveBookableObject.razor.rz.scp.css */
.header-text[b-5aaauyr3ec] {
    color: var(--Primary-Green-Green-600, #063134);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Title */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.081px;
}

.body-text[b-5aaauyr3ec] {
    color: var(--Primary-Green-Green-600, #063134);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Body H2 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.go-back[b-5aaauyr3ec] {
    color: var(--Primary-Green-Green-600, #063134);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
}
/* _content/EliotAlpha.AdminPortal/Features/Overview/BoardMembers/BoardMemberCard.razor.rz.scp.css */
.container[b-2o9l6nhdpm] {
    display: flex;
    min-width: 220px;
    max-width: 220px;
    padding: 0px 0px 12px 0px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 10.618px;
    border: 1px solid;
    border-color: var(--primary-border);
    background: var(--background-level-2);
    margin: 0px;
}

.image-container[b-2o9l6nhdpm] {
    height: 140px;
    width: 100%;
}

.info[b-2o9l6nhdpm] {
    display: flex;
    width: 196px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.board-member-info[b-2o9l6nhdpm] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.title[b-2o9l6nhdpm] {
    color: #808080;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.name[b-2o9l6nhdpm] {
    color: #2D2926;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer[b-2o9l6nhdpm] {
    display: flex;
    width: 196px;
    justify-content: space-between;
    align-items: center;
}

.icons[b-2o9l6nhdpm] {
    display: flex;
    position:relative;
    align-items: flex-start;
}
/* _content/EliotAlpha.AdminPortal/Features/Overview/BoardMembers/DisplayBoardMember.razor.rz.scp.css */
.display-board-member-container[b-cohe61h2v4] {
    width: 540px;
    height: 760px;
    position: relative;
}

.image-container[b-cohe61h2v4] {
    width: 100%;
    height: 402px;
    border-radius: 10px 10px 0px 0px;
}

.content-container[b-cohe61h2v4] {
    display: flex;
    flex-direction: row;
    margin: 40px;
}

.content-container-left[b-cohe61h2v4] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width:100%;
}

.edit-button-container[b-cohe61h2v4] {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 12.5px;
    border-radius: 28.75px;
    background: #EEF3F8;
}

.edit-button[b-cohe61h2v4] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.title-container[b-cohe61h2v4] {
    padding: 8px 12px;
    border-radius: 8px;
    background: var(--primary-label-bg);
}

.title[b-cohe61h2v4] {
    color: var(--primary-label);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter Sub Headings/14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.name[b-cohe61h2v4] {
    color: #2D2926;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Title */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.081px;
}

.board-member-info[b-cohe61h2v4] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.board-member-info-row[b-cohe61h2v4] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.board-member-info-row-text[b-cohe61h2v4] {
    color: #808080;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Body H2 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.complex-badge[b-cohe61h2v4] {
    padding: 6px 8px;
    max-width: 153px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 16px;
    background: #EEF3F8;
}

.complex-text[b-cohe61h2v4] {
    color: #131523;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content-container-left-inner[b-cohe61h2v4] {
    display: flex;
    height: 220px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}
/* _content/EliotAlpha.AdminPortal/Features/Overview/Contacts/ContactCard.razor.rz.scp.css */
.container[b-4qzjezohlb] {
    display: flex;
    min-width: 220px;
    max-width: 220px;
    padding: 0px 0px 12px 0px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 10.618px;
    border: 1px solid;
    border-color: var(--primary-border);
    background: var(--background-level-2);
    margin: 0px;
}

.image-container[b-4qzjezohlb] {
    height: 140px;
    width: 100%;
}

.info[b-4qzjezohlb] {
    display: flex;
    width: 196px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.contact-info[b-4qzjezohlb] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.title[b-4qzjezohlb] {
    color: #808080;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.name[b-4qzjezohlb] {
    color: #2D2926;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer[b-4qzjezohlb] {
    display: flex;
    width: 196px;
    justify-content: space-between;
    align-items: center;
}

.icons[b-4qzjezohlb] {
    display: flex;
    justify-content: flex-start;
}

.icon + .icon[b-4qzjezohlb] {
    margin-left: -4px;
}
/* _content/EliotAlpha.AdminPortal/Features/Overview/Contacts/DisplayContact.razor.rz.scp.css */
.display-contact-container[b-lqp90e5kmq] {
    width: 540px;
    min-height: 760px;
    display: flex;
    flex-direction: column;
}

.image-container[b-lqp90e5kmq] {
    width: 100%;
    height: 402px;
    border-radius: 10px 10px 0px 0px;
}

.content-container[b-lqp90e5kmq] {
    display: flex;
    flex-direction: row;
    padding: 40px 40px 0px 40px;
}

.content-container-left[b-lqp90e5kmq] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width:100%;
}

.content-container-right[b-lqp90e5kmq] {
    display: flex;
    flex-direction: column;
    align-items:end;
    justify-content: space-between;
}

.edit-button-container[b-lqp90e5kmq] {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 12.5px;
    border-radius: 28.75px;
    background: #EEF3F8;
}

.edit-button[b-lqp90e5kmq] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.title-container[b-lqp90e5kmq] {
    padding: 8px 12px;
    border-radius: 8px;
    background: var(--primary-label-bg);
}

.title[b-lqp90e5kmq] {
    color: var(--primary-label);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter Sub Headings/14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.name[b-lqp90e5kmq] {
    color: #2D2926;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Title */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.081px;
}

.contact-info[b-lqp90e5kmq] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.contact-info-row[b-lqp90e5kmq] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-info-row-text[b-lqp90e5kmq] {
    color: #808080;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Body H2 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.complex-badge[b-lqp90e5kmq] {
    padding: 6px 8px;
    max-width: 153px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 16px;
    background: #EEF3F8;
}

.complex-text[b-lqp90e5kmq] {
    color: #131523;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* _content/EliotAlpha.AdminPortal/Features/Overview/Contacts/RemoveContact.razor.rz.scp.css */
.container[b-9ike8pkz46] {
    display: flex;
    flex-direction: column;
    width:539px;
    padding: 40px;
}

.header[b-9ike8pkz46] {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

.body[b-9ike8pkz46] {
    display: flex;
    flex-direction: column;
}

.header-text[b-9ike8pkz46] {
    color: var(--Primary-Green-Green-600, #063134);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Title */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.081px;
}

.body-text[b-9ike8pkz46] {
    color: var(--Primary-Green-Green-600, #063134);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Body H2 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.go-back[b-9ike8pkz46] {
    color: var(--Primary-Green-Green-600, #063134);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
}
/* _content/EliotAlpha.AdminPortal/Features/Users/AddExternalUserPreStep.razor.rz.scp.css */
.add-external-user-container[b-inntqim1gr] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    height:100%;
}

.pnr-container[b-inntqim1gr] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.buttons-container[b-inntqim1gr] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* _content/EliotAlpha.AdminPortal/Features/Users/AddResidentPreStep.razor.rz.scp.css */
.add-internal-user-container[b-rj3yd0k7mv] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pnr-container[b-rj3yd0k7mv] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.buttons-container[b-rj3yd0k7mv] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* _content/EliotAlpha.AdminPortal/Features/Users/RemoveUser.razor.rz.scp.css */
.container[b-eqxmverip7] {
    display: flex;
    flex-direction: column;
    width:539px;
    padding: 40px;
}

.header[b-eqxmverip7] {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

.body[b-eqxmverip7] {
    display: flex;
    flex-direction: column;
}

.header-text[b-eqxmverip7] {
    color: var(--Primary-Green-Green-600, #063134);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Title */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.081px;
}

.body-text[b-eqxmverip7] {
    color: var(--Primary-Green-Green-600, #063134);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter/Body H2 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.go-back[b-eqxmverip7] {
    color: var(--Primary-Green-Green-600, #063134);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
}
/* _content/EliotAlpha.AdminPortal/Features/Users/UsersPage.razor.rz.scp.css */
.tool-bar-content[b-5j6904f3kl] {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.list-header-text[b-5j6904f3kl] {
    color: #030229;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Inter Sub Headings/14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.7;
}

.name-column[b-5j6904f3kl] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
}

.company-admin-gadget[b-5j6904f3kl] {
    display: flex;
    justify-content: center;
    padding: 8px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFF1BC;
    width: 152px;
}

    .company-admin-gadget p[b-5j6904f3kl] {
        color: #9E5F00;
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        /* Inter/Body S */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.company-manager-gadget[b-5j6904f3kl] {
    display: flex;
    justify-content: center;
    padding: 8px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #EEF3FF;
    width: 152px;
}

    .company-manager-gadget p[b-5j6904f3kl] {
        color: #1A80E1;
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        /* Inter/Body S */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.resident-gadget[b-5j6904f3kl] {
    display: flex;
    justify-content: center;
    padding: 8px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #EEF9F1;
    width: 152px;
}

    .resident-gadget p[b-5j6904f3kl] {
        color: #176064;
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        /* Inter/Body S */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.unverified[b-5j6904f3kl] {
    color: #7D8399;
}
