/* /Common/AccordionItem.razor.rz.scp.css */
.accordion-item[b-3woj955l3p] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden; /* Ensures child borders don't poke out */
}

.accordion-header[b-3woj955l3p] {
    padding: 1rem 1.5rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
}
.expand-icon[b-3woj955l3p]:before {
    content: "▼";
    float: right;
    font-size: 12px;
}

.expanded .expand-icon[b-3woj955l3p]:before {
    content: "▲";
    font-size: 12px;
}

    .accordion-header:hover[b-3woj955l3p] {
        background-color: #f9f9f9;
    }

.accordion-content[b-3woj955l3p] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e0e0e0;
    background-color: #ffffff;
}

@media (max-width: 767.98px) {
    .feedback-container[b-3woj955l3p] {
        padding: 0px !important;
    }

    .accordion-content[b-3woj955l3p] {
        padding: 0.25px !important;
    }
}


/* --- Styles for Main Section Accordion --- */
.accordion-item.main-section[b-3woj955l3p] {
    border: none;
    color: black;
    border: 1px solid lightgrey;
}

    .accordion-item.main-section .accordion-header[b-3woj955l3p] {
        font-size: 1.1rem;
        color: #605bff;
    }

    .accordion-item.main-section .accordion-content[b-3woj955l3p] {
        padding: 1.5rem;
        color: #333;
        border-top: none;
    }

/* --- Styles for Sub-Section Accordion --- */
.accordion-item.sub-section[b-3woj955l3p] {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

    .accordion-item.sub-section .accordion-header[b-3woj955l3p] {
        font-weight: 600;
        color: #495057;
    }

        .accordion-item.sub-section .accordion-header:hover[b-3woj955l3p] {
            background-color: #f8f9fa;
        }

    .accordion-item.sub-section .accordion-content[b-3woj955l3p] {
        background-color: #ffffff;
        padding-top: 1.5rem;
    }
/* /Common/AddFeedbackModal.razor.rz.scp.css */
.custom-modal-footer button[b-v5g6djf5s0]{
  height: 10px;
}

.ant-radio-input[b-v5g6djf5s0] {
  background-color: red !important;
  opacity: 0 !important;
}

.radio-container input[b-v5g6djf5s0] {
  opacity: 0 !important;
}
/* /Common/SelectComponents/CompanyMultiSourceDropdown.razor.rz.scp.css */
.create-company-text[b-2nseu5ip4z] {
    display: inline;
}

@media (max-width: 570px) {
    .create-company-text[b-2nseu5ip4z] {
        display: none;
    }
}
/* /Common/SelectComponents/ContactsMultiSourceDropdown.razor.rz.scp.css */
/* /Common/SelectComponents/DealMultiSourceDropdown.razor.rz.scp.css */
/* /Common/SelectComponents/SingleContactMultiSourceDropdown.razor.rz.scp.css */
/* /Modals/CustomerTransaction/ShowMoreDialog.razor.rz.scp.css */
.popup-content[b-59e5cdc09m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 20px;
    width: 100%;
    max-width: 500px;
}
/* /Modals/ImportSdrList/ImportSdrListModal.razor.rz.scp.css */

.container[b-ep0p47x38n] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.input-file-container[b-ep0p47x38n] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.drop-zone[b-ep0p47x38n] {
    padding: 20px;
}

    .drop-zone.hover[b-ep0p47x38n] {
        border-style: solid;
    }

.upload-container[b-ep0p47x38n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    border: 2px #d9d9d9;
    width: 800px;
    cursor: pointer;
    background-color: #f0f0f0;
    margin: 200px auto;
    position: relative;
}

.upload-icon[b-ep0p47x38n] {
    font-size: 42px;
    margin-right: 16px;
}

.alert-wrapper[b-ep0p47x38n] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #f7f7fb;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.icon-button[b-ep0p47x38n] {
    font-weight: bold;
}

    .icon-button img[b-ep0p47x38n] {
        height: 24px;
        width: 24px;
        margin-right: 4px;
    }

.icon-buttons-container[b-ep0p47x38n] {
    display: inline-flex;
}
/* /Modals/QuickInfo/CompanyInfoPopUp.razor.rz.scp.css */
.company-component-wrapper[b-dsldpz86k2] {
    /*border: solid 0.5px #D9D9D9;*/
    margin-bottom: 7px;
    text-align: left;
}

.company-column[b-dsldpz86k2] {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.company-avatar[b-dsldpz86k2] {
    display: flex;
    justify-content: space-between;
}

    .company-avatar .item[b-dsldpz86k2] {
        padding: 10px;
    }

.company-content[b-dsldpz86k2] {
    text-align: left;
}

.company-fullname[b-dsldpz86k2] {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1E193E;
    text-align: left;
}

.company-extra[b-dsldpz86k2] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: left;
    justify-content: flex-end;
}

.edit-icon:hover[b-dsldpz86k2] {
    cursor: pointer;
    text-align: left;
}

.company-website[b-dsldpz86k2] {
    display: flex;
    flex-direction: row;
    margin: 3px 0 3px 10px;
    align-items: baseline;
    text-align: left;
}

.company-website-link[b-dsldpz86k2] {
    font-size: 16px;
    font-weight: 500;
    color: #605BFF;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.company-website-copy[b-dsldpz86k2] {
    margin: -5px 0 0 7px;
    text-align: left;
}

    .company-website-copy:hover[b-dsldpz86k2] {
        cursor: pointer;
        text-align: left;
    }

.company-social-icons[b-dsldpz86k2] {
    display: flex;
    flex-direction: row;
    margin: 10px 0 5px 10px;
    text-align: left;
}

.company-prop[b-dsldpz86k2] {
    display: flex;
    flex-direction: column;
    margin: 8px 0 0 10px;
    text-align: left;
}

.company-prop-name[b-dsldpz86k2] {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    text-align: left;
}

.company-prop-value[b-dsldpz86k2] {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #1E193E;
    text-align: left;
}

.company-action[b-dsldpz86k2] {
    display: flex;
    flex-direction: column;
    margin-right: 26px;
    margin-top: 5px;
    text-align: left;
}

.company-actions[b-dsldpz86k2] {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.company-action:hover[b-dsldpz86k2] {
    cursor: pointer;
    text-align: left;
}

.company-action-icon[b-dsldpz86k2] {
    width: 42px;
    height: 42px;
    border: solid 1px #605BFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.company-action-name[b-dsldpz86k2] {
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: #1E193E;
    text-align: left;
}

.disabled-link[b-dsldpz86k2] {
    pointer-events: none;
    text-align: left;
}

.contact-action-disabled[b-dsldpz86k2] {
    display: flex;
    flex-direction: column;
    margin-right: 26px;
    margin-top: 5px;
    text-align: left;
}

    .contact-action-disabled:hover[b-dsldpz86k2] {
        cursor: not-allowed;
        text-align: left;
    }

.contact-component-wrapper[b-dsldpz86k2] {
    /*border: solid 0.5px #D9D9D9;*/
    text-align: left;
}

.contact-column[b-dsldpz86k2] {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.contact-avatar[b-dsldpz86k2] {
    width: 60px;
    height: 60px;
    text-align: left;
    margin-bottom: 10px;
}

.contact-layout[b-dsldpz86k2] {
    margin: 0 0 0 10px;
    text-align: left;
}

.contact-fullname[b-dsldpz86k2] {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.company-name[b-dsldpz86k2] {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}

.contact-email[b-dsldpz86k2] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin: 3px 0 0 0;
    text-align: left;
}

.contact-email-link[b-dsldpz86k2] {
    font-size: 14px;
    font-weight: 500;
    color: #1E193E;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.contact-email-copy[b-dsldpz86k2] {
    margin: -5px 0 0 5px;
    text-align: left;
}

    .contact-email-copy:hover[b-dsldpz86k2] {
        cursor: pointer;
        text-align: left;
    }

.contact-prop[b-dsldpz86k2] {
    display: flex;
    flex-direction: column;
    margin: 3px 0 0 0;
    text-align: left;
}

.contact-prop-name[b-dsldpz86k2] {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

.contact-prop-value[b-dsldpz86k2] {
    color: #1E193E;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.view-all[b-dsldpz86k2] {
    font-size: 14px;
    font-weight: 500;
    color: #605BFF;
    margin: 17px 0 0 10px;
    text-align: left;
}

    .view-all:hover[b-dsldpz86k2] {
        cursor: pointer;
        text-align: left;
    }

.contact[b-dsldpz86k2] {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 4;
    height: fit-content;
    margin: 15px 0 15px 0;
    text-align: left;
}

.company-website-link:hover[b-dsldpz86k2] {
    cursor: pointer;
    text-align: left;
}

.ant-card-body[b-dsldpz86k2] {
    padding: 0px !important;
    text-align: left;
}

.ant-modal-body[b-dsldpz86k2] {
    padding: 0px !important;
    text-align: left;
}
/* /Modals/SaleQuestion/SaveSalesQuestionModal.razor.rz.scp.css */
.category-name[b-jyaiq0sslz]:first-letter {
    color: #605BFF !important;
    font-weight: bold;
}

.answers[b-jyaiq0sslz] {
    margin-top: 30px;
}

.answer[b-jyaiq0sslz] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.answer-order[b-jyaiq0sslz] {
    padding: 6px 5px;
    width: 30px;
}

.answer-input[b-jyaiq0sslz] {
    height: 40px;
    border: solid 1px #dedede;
    border-radius: 4px;
    flex-grow: 1;
    padding: 5px 10px;
}

.buttons[b-jyaiq0sslz] {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
/* /Modals/SalesforceCrmDataImport/CrmCompanyDataImport.razor.rz.scp.css */
.header-container[b-dky24kg8sb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.header[b-dky24kg8sb] {
    width: 600px;
}

    .header h2[b-dky24kg8sb] {
        font-weight: 700;
        font-size: 24px;
        margin-right: 20px;
    }

.filter-container[b-dky24kg8sb] {
    display: flex;
    align-items: center;
}

.filter-label[b-dky24kg8sb] {
    font-weight: 700;
    white-space: nowrap;
    margin-right: 10px;
}

.filter-input[b-dky24kg8sb] {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.filter-button[b-dky24kg8sb] {
    margin-right: 10px;
}

.container[b-dky24kg8sb] {
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
}

.textbox[b-dky24kg8sb] {
    border: none;
    width: 200px;
    padding: 8px;
    flex-grow: 1;
    border-radius: 4px 0 0 4px;
    height: 36px;
}

.ant-input[b-dky24kg8sb] {
    border: none;
    border-radius: 4px 0 0 4px;
    height: 36px;
}

.dropdown-box[b-dky24kg8sb] {
    border-left: 3px solid #ccc;
    border-radius: 0 4px 4px 0; 
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background-color: #f0f0f0;
    cursor: pointer;
}

.lower-dropdown-container[b-dky24kg8sb] {
    background-color: white;
    border: none;
    width: 100px;
    padding-left: 5px;
    border-spacing: 0px;
}

.modal-footer[b-dky24kg8sb] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.modal-button[b-dky24kg8sb] {
    margin-left: 10px;
}

.ant-table-content[b-dky24kg8sb] {
    max-height: 550px;
    overflow-y: auto;
}

.ant-table-tbody > tr > td[b-dky24kg8sb] {
    padding: 5px !important;
}

.ant-table-thead > tr > th[b-dky24kg8sb] {
    padding-left: 0px !important;
}

.ant-pagination[b-dky24kg8sb] {
    margin-top: 10px !important;
}

.pagination-container[b-dky24kg8sb] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}

.total-items[b-dky24kg8sb] {
    margin-left: auto;
    font-weight: 700;
}
/* /Modals/SalesforceCrmDataImport/CrmContactDataImport.razor.rz.scp.css */
.header-container[b-vo6n45fr4c] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.header[b-vo6n45fr4c] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
}

    .header h2[b-vo6n45fr4c] {
        font-weight: 700;
        font-size: 24px;
        white-space: normal;
    }

.header-title[b-vo6n45fr4c] {
    font-weight: 700;
    font-size: 24px;
    white-space: normal;
}

.close-button[b-vo6n45fr4c] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
}

    .close-button .anticon[b-vo6n45fr4c] {
        font-size: 50px;
    }



.filter-container[b-vo6n45fr4c] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.filter-group[b-vo6n45fr4c] {
    display: inline-flex;
    padding: 10px;
    margin: 0.2rem 0.2rem 0 0;
    border-radius: 5px;
    flex-wrap: wrap;
}

.filter-label[b-vo6n45fr4c] {
    border-bottom: none;
    margin-bottom: 8px;
}

.filter-input[b-vo6n45fr4c] {
    display: flex;
    align-items: center;
    margin-right: 10px;
    flex: 1 1 auto;
}

.button-group[b-vo6n45fr4c] {
    padding: 10px 0 10px 0;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    width: 10%;
}

.filter-button[b-vo6n45fr4c] {
    width: 100%;
}

.btn[b-vo6n45fr4c] {
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-update[b-vo6n45fr4c] {
    border: 1px solid #FF8E28;
    background-color: white;
    color: #FF8E28;
    padding: 3px;
}

.btn-add[b-vo6n45fr4c] {
    background-color: white;
    border: 1px solid #605BFF;
    color: #605BFF;
    padding: 3px;
}

.btn-remove[b-vo6n45fr4c] {
    background-color: white;
    border: 1px solid #f28b82;
    color: #b71c1c;
    padding: 3px;
}

.btn-primary[b-vo6n45fr4c] {
    background-color: #605BFF;
    color: white;
}

.btn-secondary[b-vo6n45fr4c] {
    background-color: white;
    border: 1px solid #605BFF;
    color: #605BFF;
}

.btn:hover[b-vo6n45fr4c] {
    opacity: 0.9;
}

.container[b-vo6n45fr4c] {
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
}

.textbox[b-vo6n45fr4c] {
    border: none;
    padding: 8px;
    height: 36px;
    border-radius: 4px;
}

.ant-input[b-vo6n45fr4c] {
    border: none;
    border-radius: 4px 0 0 4px;
    height: 36px;
}

.dropdown-box[b-vo6n45fr4c] {
    border-left: 3px solid #ccc;
    border-radius: 0 4px 4px 0;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background-color: #f0f0f0;
    cursor: pointer;
}

.lower-dropdown-container[b-vo6n45fr4c] {
    background-color: white;
    border: none;
    width: 100px;
    padding-left: 5px;
    border-spacing: 0px;
}

.modal-footer[b-vo6n45fr4c] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .modal-footer > .cancel-button[b-vo6n45fr4c] {
        flex-grow: 1;
        flex-shrink: 1;
    }

    .modal-footer > .action-buttons[b-vo6n45fr4c] {
        display: flex;
        gap: 10px;
    }

        .modal-footer > .action-buttons > *[b-vo6n45fr4c] {
            flex-grow: 1;
            flex-shrink: 1;
        }

.custom-table-crm[b-vo6n45fr4c] {
    max-height: 550px;
    overflow-y: auto;
}

    .custom-table-crm .ant-table > table > .ant-table-tbody > tr > td[b-vo6n45fr4c] {
        padding: 25px !important;
    }

.pagination-container[b-vo6n45fr4c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.ant-table-tbody > tr > td[b-vo6n45fr4c] {
    padding: 25px !important;
}

.total-items[b-vo6n45fr4c] {
    margin-right: auto;
    font-weight: 700;
}

@media(min-width: 1200px) {
    .filter-group[b-vo6n45fr4c] {
        flex-direction: row;
        width: fit-content;
    }
}

@media (min-width: 961px) and (max-width: 1199px) {
    .filter-container[b-vo6n45fr4c] {
        flex-direction: row;
    }

    .filter-input[b-vo6n45fr4c] {
        flex: 1 1 auto;
    }

    .filter-group[b-vo6n45fr4c] {
        flex-direction: row;
        width: 50%;
    }
}


@media (max-width: 960px) {
    .header-container[b-vo6n45fr4c] {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .filter-container[b-vo6n45fr4c] {
        flex-flow: wrap;
        align-items: flex-end;
    }


    .button-group[b-vo6n45fr4c] {
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        margin-left: 0;
    }

    .btn[b-vo6n45fr4c] {
        width: 100%;
    }

    .filter-button[b-vo6n45fr4c] {
        width: 50%;
        max-width: none;
        margin: 0 5px 0 5px;
    }

    .filter-input[b-vo6n45fr4c] {
        flex-direction: column;
    }

    .filter-group[b-vo6n45fr4c] {
        width: 100%;
        flex-direction: column;
    }
}
@media (max-width: 570px) {
    .modal-footer[b-vo6n45fr4c] {
        flex-direction: column-reverse;
        align-items: stretch;
    }

        .modal-footer > .cancel-button[b-vo6n45fr4c] {
            width: 100%;
            margin-top: 10px;
        }

        .modal-footer > .action-buttons[b-vo6n45fr4c] {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            .modal-footer > .action-buttons > *[b-vo6n45fr4c] {
                width: 100%;
            }
}


/* /Modals/SalesforceCrmDataImport/CrmDealDataImport.razor.rz.scp.css */
.header-container[b-bdxsl2i8f2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.header[b-bdxsl2i8f2] {
    width: 300px;
}

    .header h2[b-bdxsl2i8f2] {
        font-weight: 700;
        font-size: 24px;
        margin-right: 20px;
    }

.filter-container[b-bdxsl2i8f2] {
    display: flex;
    align-items: center;
}

.filter-label[b-bdxsl2i8f2] {
    font-weight: 700;
    white-space: nowrap;
    margin-right: 10px;
}

.filter-input[b-bdxsl2i8f2] {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.filter-button[b-bdxsl2i8f2] {
    margin-right: 10px;
}

.container[b-bdxsl2i8f2] {
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
}

.textbox[b-bdxsl2i8f2] {
    border: none;
    width: 200px; 
    padding: 8px;
    flex-grow: 1;
    border-radius: 4px 0 0 4px;
    height: 36px;
}

.ant-input[b-bdxsl2i8f2] {
    border: none;
    border-radius: 4px 0 0 4px;
    height: 36px;
}

.dropdown-box[b-bdxsl2i8f2] {
    border-left: 3px solid #ccc;
    border-radius: 0 4px 4px 0; 
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    background-color: #f0f0f0;
    cursor: pointer;
}

.lower-dropdown-container[b-bdxsl2i8f2] {
    background-color: white;
    border: none;
    width: 100px;
    padding-left: 5px;
    border-spacing: 0px;
}

.modal-footer[b-bdxsl2i8f2] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.modal-button[b-bdxsl2i8f2] {
    margin-left: 10px;
}

.ant-table-content[b-bdxsl2i8f2] {
    max-height: 550px;
    overflow-y: auto;
}

.ant-table-tbody > tr > td[b-bdxsl2i8f2] {
    padding: 5px !important;
}

.ant-table-thead > tr > th[b-bdxsl2i8f2] {
    padding-left: 0px !important;
}

.ant-pagination[b-bdxsl2i8f2] {
    margin-top: 10px !important;
}

.pagination-container[b-bdxsl2i8f2] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}

.total-items[b-bdxsl2i8f2] {
    margin-left: auto;
    font-weight: 700;
}
/* /Pages/Admin/AdminProfilePage.razor.rz.scp.css */
/* /Pages/Admin/Billing/BillingPage.razor.rz.scp.css */
/* /Pages/ChangePassword/ChangePasswordPage.razor.rz.scp.css */
.cp-card-body[b-wrx8fq1cgq] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

.cp-card[b-wrx8fq1cgq] {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 28rem;
    border: 1px solid #f3f4f6;
    padding: 2rem;
}

.logo-container[b-wrx8fq1cgq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .logo-container img[b-wrx8fq1cgq] {
        width: 96px;
        height: 96px;
        object-fit: contain;
    }

.signup-card-heading[b-wrx8fq1cgq] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin: 0 0 1rem;
}

.su-verify-desc[b-wrx8fq1cgq] {
    font-size: 0.875rem;
    color: #6b7280;
    text-align: center;
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

.su-field[b-wrx8fq1cgq] {
    display: flex;
    flex-direction: column;
}

.su-field-gap[b-wrx8fq1cgq] {
    margin-bottom: 1rem;
}

.su-label[b-wrx8fq1cgq] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.375rem;
}

.su-input[b-wrx8fq1cgq] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #111827;
    background: #ffffff;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s;
}

    .su-input:focus[b-wrx8fq1cgq] {
        border-color: #605BFF;
        box-shadow: 0 0 0 3px rgba(96, 91, 255, 0.15);
    }

.su-input-disabled[b-wrx8fq1cgq] {
    background: #f9fafb;
    color: #6b7280;
    cursor: not-allowed;
}

.su-btn[b-wrx8fq1cgq] {
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: #605BFF;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 1.25rem;
}

    .su-btn:hover:not(:disabled)[b-wrx8fq1cgq] {
        background-color: #4f46e5;
    }

    .su-btn:disabled[b-wrx8fq1cgq] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.su-password-wrapper[b-wrx8fq1cgq] {
    position: relative;
}

.su-eye-btn[b-wrx8fq1cgq] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
    display: flex;
    align-items: center;
    padding: 0;
    transition: color 0.2s;
}

    .su-eye-btn:hover[b-wrx8fq1cgq] {
        color: #374151;
    }

.su-password-error[b-wrx8fq1cgq] {
    font-size: 0.75rem;
    color: #ef4444;
    margin-top: 0.375rem;
}

.fp-links[b-wrx8fq1cgq] {
    margin-top: 1.25rem;
    text-align: center;
}

.fp-link[b-wrx8fq1cgq] {
    font-size: 0.875rem;
    color: #605BFF;
    text-decoration: none;
}

    .fp-link:hover[b-wrx8fq1cgq] {
        text-decoration: underline;
    }
/* /Pages/Companies/CompaniesPage.razor.rz.scp.css */
.header-column[b-np37y7mkpo] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-row[b-np37y7mkpo] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.filter-row[b-np37y7mkpo] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-item:hover[b-np37y7mkpo] {
    color: blue;
}

.filter-text[b-np37y7mkpo] {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.total-page[b-np37y7mkpo] {
    margin-left:20px;
}

.ant-select-selector[b-np37y7mkpo] {
    margin: 8px;
}
/* /Pages/Companies/Detail/CompanyDetailActivity.razor.rz.scp.css */
.page[b-9zc1tvl720] {
    width: calc(100% - 10px);
    height: 415px;
}

.add-row[b-9zc1tvl720] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 0.5px #D9D9D9;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
}

.table[b-9zc1tvl720] {
    box-sizing: border-box;
    width: 100%;
    height: 316px;
}
/* /Pages/Companies/Detail/CompanyDetailCompany.razor.rz.scp.css */
.company-column[b-inuul4ehfi] {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.company-row[b-inuul4ehfi] {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    margin-top: 10px;
}

.company-avatar[b-inuul4ehfi] {
/*    margin-left: 10px;*/
    width: 60px;
    height: 60px;
}

.company-fullname[b-inuul4ehfi] {
/*    margin-left: 10px;*/
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1E193E;
}

.contact-component-wrapper[b-inuul4ehfi] {
    border: solid 0.5px #D9D9D9;
    padding: 9px;
}

.contact-avatar[b-inuul4ehfi] {
    /*    margin-left: 10px;*/
    width: 60px;
    height: 60px;
}

.contact-extra[b-inuul4ehfi] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: end;
    justify-content: flex-end;
}

.company-extra[b-inuul4ehfi] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: end;
    justify-content: flex-end;
}

.edit-icon:hover[b-inuul4ehfi] {
    cursor: pointer;
}

.company-website[b-inuul4ehfi] {
    display: flex;
    flex-direction: row;
/*    margin: 3px 0 3px 10px;*/
    align-items: baseline;
}

.company-website-link[b-inuul4ehfi] {
    font-size: 16px;
    font-weight: 500;
    color: #605BFF;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.company-website-copy[b-inuul4ehfi] {
    margin: -5px 0 0 7px;
}

    .company-website-copy:hover[b-inuul4ehfi] {
        cursor: pointer;
    }

.company-social-icons[b-inuul4ehfi] {
    display: flex;
    flex-direction: row;
/*    margin: 10px 0 5px 15px;*/
}

.company-prop[b-inuul4ehfi] {
    display: flex;
    flex-direction: column;
/*    margin: 8px 0 0 10px;*/
}

.company-prop-name[b-inuul4ehfi] {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
}

.company-prop-value[b-inuul4ehfi] {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #1E193E;
}

.company-action[b-inuul4ehfi] {
    display: flex;
    flex-direction: column;
    margin-right: 26px;
    margin-top: 5px;
}

.company-actions[b-inuul4ehfi] {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.company-action:hover[b-inuul4ehfi] {
    cursor: pointer;
}

.company-action-icon[b-inuul4ehfi] {
    width: 42px;
    height: 42px;
    border: solid 1px #605BFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-action-name[b-inuul4ehfi] {
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: #1E193E;
}

.disabled-link[b-inuul4ehfi] {
    pointer-events: none;
}

.contact-action-disabled[b-inuul4ehfi] {
    display: flex;
    flex-direction: column;
    margin-right: 26px;
    margin-top: 5px;
}

    .contact-action-disabled:hover[b-inuul4ehfi] {
        cursor: not-allowed;
    }
/* /Pages/Companies/Detail/CompanyDetailContact.razor.rz.scp.css */
.contact-component-wrapper[b-r6xgqkih3x] {
    margin: 7px 10px 5px 15px;
    border: solid 0.5px #D9D9D9;
    padding: 0 0 10px 0;
}

.contact-column[b-r6xgqkih3x] {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.contact-row[b-r6xgqkih3x] {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
}

.contact-header-desc[b-r6xgqkih3x] {
    font-size: 14px;
    font-weight: bold;
    color: #1E193E;
    margin: 0 0 0 10px;
}

.company-extra[b-r6xgqkih3x] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: end;
    justify-content: flex-end;
}

.add-sign:hover[b-r6xgqkih3x] {
    cursor:pointer;
}

.company-avatar[b-r6xgqkih3x] {
    margin: 0 10px 0 0;
}

.contact-layout[b-r6xgqkih3x] {
    margin: 0 0 0 10px;
}

.contact-fullname[b-r6xgqkih3x] {
    font-size: 14px;
    font-weight: bold;
}

.company-name[b-r6xgqkih3x] {
    font-size: 12px;
    font-weight: 500;    
}

.contact-email[b-r6xgqkih3x] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin: 3px 0 0 0;
}

.contact-email-link[b-r6xgqkih3x] {
    font-size: 14px;
    font-weight: 500;
    color: #1E193E;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.contact-email-copy[b-r6xgqkih3x] {
    margin: -5px 0 0 5px;
}

.contact-email-copy:hover[b-r6xgqkih3x] {
    cursor: pointer;
}

.contact-prop[b-r6xgqkih3x] {
    display: flex;
    flex-direction: column;
    margin: 3px 0 0 0;
}

.contact-prop-name[b-r6xgqkih3x] {
    font-size: 12px;
    font-weight: 400;
}

.contact-prop-value[b-r6xgqkih3x] {
    color: #1E193E;
    font-size: 14px;
    font-weight: 500;
}

.view-all[b-r6xgqkih3x] {
    font-size: 14px;
    font-weight: 500;
    color: #605BFF;
    margin: 17px 0 0 10px
}

.view-all:hover[b-r6xgqkih3x] {
    cursor:pointer;
}
/* /Pages/Companies/Detail/CompanyDetailDeals.razor.rz.scp.css */
.deals-component-wrapper[b-0a8tp5jpf4] {
    margin: 10px 10px 5px 15px;
    border: solid 0.5px #D9D9D9;
    height: 200px;
}

.deals-header[b-0a8tp5jpf4] {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
}

.deals-extra[b-0a8tp5jpf4] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: end;
    justify-content: flex-end;
}

.deals-desc[b-0a8tp5jpf4] {
    font-size: 12px;
    font-weight: 600;
    color: #1E193E;
    margin: 0 10px 0 10px;
}

.edit-icon:hover[b-0a8tp5jpf4] {
    cursor: pointer;
}

.add-activity:hover[b-0a8tp5jpf4] {
    cursor: pointer;
}

.deals-table th[b-0a8tp5jpf4] {
    font-size: 12px;
}

.deals-table td[b-0a8tp5jpf4] {
    font-size: 12px;
}

.attachments-icon[b-0a8tp5jpf4] {
    cursor: pointer;
    color: darkgrey;
}

    .attachments-icon:hover[b-0a8tp5jpf4] {
        color: #605bff;
    }

.attachments-container[b-0a8tp5jpf4] {
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 34px;
    width: 50%;
    padding: 10px;
    transition: background-color 0.3s;
}

    .attachments-container:hover[b-0a8tp5jpf4] {
        background-color: #f0f0f0;
        border-bottom: 1px solid darkgrey;
        border-Top: 1px solid darkgrey;
    }

        .attachments-container:hover .attachments-container-right[b-0a8tp5jpf4] {
            display: flex !important;
        }

.attachments-container-right[b-0a8tp5jpf4] {
    display: none !important;
    position: absolute;
    right: 10px;
    padding-bottom: 5px;
}

table[b-0a8tp5jpf4] {
    width: 100%;
}

.table-wrapper[b-0a8tp5jpf4] {
    border: solid 0.5px #D9D9D9;
}

thead[b-0a8tp5jpf4] {
    width: 100%;
    height: 40px;
}

.tbody[b-0a8tp5jpf4] {
    width: 100%;
    height: 240px;
}

tr[b-0a8tp5jpf4] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-0a8tp5jpf4] {
    background-color: #fff;
}


th[b-0a8tp5jpf4] {
    box-sizing: border-box;
    width: 33%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 14px;
    padding-left: 8px;
}

td[b-0a8tp5jpf4] {
    box-sizing: border-box;
    width: 33%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0 8px;
}

th[b-0a8tp5jpf4] {
    user-select: none;
}

    th:hover[b-0a8tp5jpf4] {
        background-color: #f0f0f0;
    }

.deals-table-rows td[b-0a8tp5jpf4] {
    position: relative;
}

    .deals-table-rows td[b-0a8tp5jpf4]:before {
        content: ' ';
        visibility: hidden;
    }

    .deals-table-rows td span[b-0a8tp5jpf4] {
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.last-row[b-0a8tp5jpf4] {
    border-bottom: none;
}
/* /Pages/Companies/Detail/CompanyDetailPage.razor.rz.scp.css */
.page-wrapper[b-au3ttv1vuh] {
    display: grid;
    grid-template-columns: 415px auto;
    background-color: #fff;
    margin: 0 0 0 20px;
    grid-auto-flow: row;
    grid-auto-rows: min-content;
}

.header-back[b-au3ttv1vuh] {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    display: flex;
    align-items: center;
}

.header[b-au3ttv1vuh] {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.contact[b-au3ttv1vuh] {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 4;
    height: fit-content;
    margin: 15px 0 15px 0;
}

.company-tabs[b-au3ttv1vuh] {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 5;
}

.company[b-au3ttv1vuh] {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    height: fit-content;
}

.deals[b-au3ttv1vuh] {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-end: 5;
}

.history-table[b-au3ttv1vuh] {
    margin-top: 5px;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 6;
    height: fit-content;
}

.loader[b-au3ttv1vuh] {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 5;
}

.back-button[b-au3ttv1vuh] {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #605BFF;
}

    .back-button:hover[b-au3ttv1vuh] {
        cursor: pointer;
    }

    .back-button img[b-au3ttv1vuh] {
        width: 20px;
        height: 20px;
    }

.company-detail-search[b-au3ttv1vuh] {
    margin-left: 5px;
}

.company-det-chk-name[b-au3ttv1vuh] {
    font-size: 11px;
    font-weight: 600;
    color: #1E193E;
}
/* /Pages/Companies/Detail/CompanyDetailTabs.razor.rz.scp.css */
.page[b-wlleufj3wd] {
    width: calc(100% - 10px);
}

.tab-pane-row[b-wlleufj3wd] {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.option-box[b-wlleufj3wd] {
    box-sizing: border-box;
    flex: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f6f8;
}

.option-box-active[b-wlleufj3wd] {
    border: solid 0.5px #D9D9D9;
    background-color: #fff;
}

.add-data-row[b-wlleufj3wd] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 0.5px #D9D9D9;
    border-left: solid 0.5px #D9D9D9;
    border-right: solid 0.5px #D9D9D9;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
}

.tabs-wrapper[b-wlleufj3wd] {
    box-sizing: border-box;
    width: 100%;
}

.pagination[b-wlleufj3wd] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
}

.pagination-button-container[b-wlleufj3wd] {
    display: flex;
}

.page-button[b-wlleufj3wd] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 0.5px #D9D9D9;
    border-radius: 5px;
    margin: 0 3px;
}

    .page-button:hover[b-wlleufj3wd] {
        cursor: pointer;
    }

.page-button-active[b-wlleufj3wd] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.table-wrapper[b-wlleufj3wd] {
    height: 323px;
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 718px;
}
/* /Pages/Companies/Detail/Components/TableActivities.razor.rz.scp.css */
table[b-p7ajo7maxv] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-p7ajo7maxv] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 711px;
}

thead[b-p7ajo7maxv] {
    width: 100%;
    height: 40px;
}

.tbody[b-p7ajo7maxv] {
    width: 100%;
    height: 240px;
}

tr[b-p7ajo7maxv] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-p7ajo7maxv] {
    background-color: #fff;
}


th[b-p7ajo7maxv] {
    box-sizing: border-box;
    width: 19%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
}

.header-box-last[b-p7ajo7maxv] {
    box-sizing: border-box;
    width: 5%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 8px;
}

td[b-p7ajo7maxv] {
    box-sizing: border-box;
    width: 19%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-p7ajo7maxv] {
    box-sizing: border-box;
    width: 5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-p7ajo7maxv] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.page-button-active[b-p7ajo7maxv] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-p7ajo7maxv] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.footer-left-box[b-p7ajo7maxv] {
    margin-left: -12px;
}

.page-button-container[b-p7ajo7maxv] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-p7ajo7maxv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-p7ajo7maxv] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-p7ajo7maxv] {
    color: blue;
}

th[b-p7ajo7maxv] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-p7ajo7maxv] {
        background-color: #f0f0f0;
    }

.last-row[b-p7ajo7maxv] {
    border-bottom: none;
}
/* /Pages/Companies/Detail/Components/TableActivityHistory.razor.rz.scp.css */
table[b-59uc4vg2f7] {
    width: 100%;
    height: 282px;
}

.table-wrapper[b-59uc4vg2f7] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
}

thead[b-59uc4vg2f7] {
    width: 100%;
    height: 40px;
}

.tbody[b-59uc4vg2f7] {
    width: 100%;
    height: 240px;
}

tr[b-59uc4vg2f7] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-59uc4vg2f7] {
    background-color: #fff;
}


th[b-59uc4vg2f7] {
    box-sizing: border-box;
    width: 13.5%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-box-last[b-59uc4vg2f7] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 16px;
}

td[b-59uc4vg2f7] {
    box-sizing: border-box;
    width: 13.5%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-59uc4vg2f7] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-59uc4vg2f7] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.page-button-active[b-59uc4vg2f7] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-59uc4vg2f7] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.footer-left-box[b-59uc4vg2f7] {
    margin-left: -12px;
}

.page-button-container[b-59uc4vg2f7] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-59uc4vg2f7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-59uc4vg2f7] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-59uc4vg2f7] {
    color: blue;
}

th[b-59uc4vg2f7] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-59uc4vg2f7] {
        background-color: #f0f0f0;
    }

.last-row[b-59uc4vg2f7] {
    border-bottom: none;
}
/* /Pages/Companies/Detail/Components/TableDeals.razor.rz.scp.css */
table[b-6b1mbv193f] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-6b1mbv193f] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 681px;
}

thead[b-6b1mbv193f] {
    width: 100%;
    height: 40px;
}

.tbody[b-6b1mbv193f] {
    width: 100%;
    height: 240px;
}

tr[b-6b1mbv193f] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-6b1mbv193f] {
    background-color: #fff;
}

th[b-6b1mbv193f] {
    box-sizing: border-box;
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 14px;
    padding-left: 8px;
}

.header-box-last[b-6b1mbv193f] {
    margin-left: auto;
    width: 3%;
}

td[b-6b1mbv193f] {
    box-sizing: border-box;
    width: 14.3%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0 8px;
}

.row-box-last[b-6b1mbv193f] {
    width: 3%;
    margin-left: auto;
    justify-content: center;
}

.page-button[b-6b1mbv193f] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.page-button-active[b-6b1mbv193f] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-6b1mbv193f] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.footer-left-box[b-6b1mbv193f] {
    margin-left: -12px;
}

.page-button-container[b-6b1mbv193f] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-6b1mbv193f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-6b1mbv193f] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-6b1mbv193f] {
    color: blue;
}

th[b-6b1mbv193f] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-6b1mbv193f] {
        background-color: #f0f0f0;
    }

.deals-table-rows td[b-6b1mbv193f] {
    position: relative;
}

    .deals-table-rows td[b-6b1mbv193f]:before {
        content: ' ';
        visibility: hidden;
    }

    .deals-table-rows td span[b-6b1mbv193f] {
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.last-row[b-6b1mbv193f] {
    border-bottom: none;
}
/* /Pages/Companies/Detail/Components/TableMeetings.razor.rz.scp.css */
table[b-rn7vow0th1] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-rn7vow0th1] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 711px;
}

thead[b-rn7vow0th1] {
    width: 100%;
    height: 40px;
}

.tbody[b-rn7vow0th1] {
    width: 100%;
    height: 240px;
}

tr[b-rn7vow0th1] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-rn7vow0th1] {
    background-color: #fff;
}


th[b-rn7vow0th1] {
    box-sizing: border-box;
    width: 19%;
    ;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
}

.header-box-last[b-rn7vow0th1] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 8px;
}

td[b-rn7vow0th1] {
    box-sizing: border-box;
    width: 16%;
    ;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-rn7vow0th1] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-rn7vow0th1] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.page-button-active[b-rn7vow0th1] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-rn7vow0th1] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.footer-left-box[b-rn7vow0th1] {
    margin-left: -12px;
}

.page-button-container[b-rn7vow0th1] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-rn7vow0th1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-rn7vow0th1] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-rn7vow0th1] {
    color: blue;
}

th[b-rn7vow0th1] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-rn7vow0th1] {
        background-color: #f0f0f0;
    }

.last-row[b-rn7vow0th1] {
    border-bottom: none;
}
/* /Pages/Companies/Detail/Components/TableTasks.razor.rz.scp.css */
table[b-hpmxab3t3o] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-hpmxab3t3o] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 681px;
}

thead[b-hpmxab3t3o] {
    width: 100%;
    height: 40px;
}

.tbody[b-hpmxab3t3o] {
    width: 100%;
    height: 240px;
}

tr[b-hpmxab3t3o] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-hpmxab3t3o] {
    background-color: #fff;
}


th[b-hpmxab3t3o] {
    box-sizing: border-box;
    width: 11.5%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
}

.header-box-last[b-hpmxab3t3o] {
    box-sizing: border-box;
    width: 5.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
}

td[b-hpmxab3t3o] {
    box-sizing: border-box;
    width: 11.5%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-hpmxab3t3o] {
    box-sizing: border-box;
    width: 5.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-button[b-hpmxab3t3o] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.page-button-active[b-hpmxab3t3o] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-hpmxab3t3o] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.footer-left-box[b-hpmxab3t3o] {
    margin-left: -12px;
}

.page-button-container[b-hpmxab3t3o] {
    display: flex;
    margin-right: -17px;
}

.ant-checkbox[b-hpmxab3t3o] {
    height: 12px;
    width: 12px;
}

.arrow-container[b-hpmxab3t3o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
    padding-right: 14px;
}

.arrow[b-hpmxab3t3o] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-hpmxab3t3o] {
    color: blue;
}

th[b-hpmxab3t3o] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-hpmxab3t3o] {
        background-color: #f0f0f0;
    }

.last-row[b-hpmxab3t3o] {
    border-bottom: none;
}
/* /Pages/Companies/HubSpotDetails/HubSpotCompanyDetails.razor.rz.scp.css */
.custom-button[b-zawdooal7s], .custom-button-primary[b-zawdooal7s] {
    min-width: 40px;
    height: 30px;
    width: 90px;
    min-height: unset;
    border-radius: 5px !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    line-height: 12px !important;
    letter-spacing: 0.01em !important;
}

.ant-dropdown-menu-item[b-zawdooal7s], .ant-dropdown-menu-submenu-title[b-zawdooal7s] {
    padding: 5px 11px;
}

@media (max-width: 960px) {
    .ant-table-cell[b-zawdooal7s],
    .ant-table-thead > tr > th[b-zawdooal7s],
    .ant-table-tbody > tr > td[b-zawdooal7s] {
        border-bottom: 1px solid #d4d4d4 !important;
    }

    .ant-table-row[b-zawdooal7s] {
        border-bottom: 1px solid #bdbdbd !important;
    }
}

th.ant-table-cell-fix-right:not(.ant-table-cell-scrollbar)[b-zawdooal7s] {
    right: @(scrollBarWidth)px !important;
}

.ellipsis-span[b-zawdooal7s] {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100vw - 210px);
}
/* /Pages/Companies/HubSpotDetails/HubSpotDetailsMeetingsTable.razor.rz.scp.css */
table[b-vkn12t81tv] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-vkn12t81tv] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 711px;
}

thead[b-vkn12t81tv] {
    width: 100%;
    height: 40px;
}

.tbody[b-vkn12t81tv] {
    width: 100%;
    height: 240px;
}

tr[b-vkn12t81tv] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-vkn12t81tv] {
    background-color: #fff;
}


th[b-vkn12t81tv] {
    box-sizing: border-box;
    width: 19%;
    ;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
}

.header-box-last[b-vkn12t81tv] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 8px;
}

td[b-vkn12t81tv] {
    box-sizing: border-box;
    width: 16%;
    ;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-vkn12t81tv] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-vkn12t81tv] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.page-button-active[b-vkn12t81tv] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-vkn12t81tv] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.footer-left-box[b-vkn12t81tv] {
    margin-left: -12px;
}

.page-button-container[b-vkn12t81tv] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-vkn12t81tv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-vkn12t81tv] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-vkn12t81tv] {
    color: blue;
}

th[b-vkn12t81tv] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-vkn12t81tv] {
        background-color: #f0f0f0;
    }

.last-row[b-vkn12t81tv] {
    border-bottom: none;
}

@media (width <= 960px) {
    .ant-table-cell[b-vkn12t81tv], .ant-table-thead > tr > th[b-vkn12t81tv],
    .ant-table-tbody > tr > td[b-vkn12t81tv] {
        border-bottom: 1px solid #d4d4d4 !important;
    }

    .ant-table-row[b-vkn12t81tv] {
        border-bottom: 1px solid #bdbdbd !important;
    }
}

.rz-dialog-mask[b-vkn12t81tv] {
    display: none;
}

.ant-picker-week-panel .ant-picker-content thead tr th:first-child[b-vkn12t81tv] {
    display: none;
}

.ant-picker-cell-weak[b-vkn12t81tv] {
    display: none;
}

.rz-scheduler-nav-prev-next .rz-button.rz-today[b-vkn12t81tv] {
    text-transform: none !important;
}

.rz-event-content[b-vkn12t81tv] {
    background: #e6f7ff !important;
    color: black;
}

.ModalTable .ant-table-thead[b-vkn12t81tv] {
    display: none;
}

.ModalTable .ant-table-pagination[b-vkn12t81tv] {
    display: none;
}

.panel-header[b-vkn12t81tv], .meeting-header[b-vkn12t81tv] {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.refresh-icon[b-vkn12t81tv] {
    display: flex;
    align-items: center;
}

.description-modal-container[b-vkn12t81tv]::before {
    height: unset !important;
}

@media (width <= 960px) {
    .meetings-table-date[b-vkn12t81tv] {
        text-align: end;
    }

    .description-modal-container > div[b-vkn12t81tv] {
        width: calc(100vw - 40px) !important;
    }

    .ant-table-cell[b-vkn12t81tv], .ant-table-thead > tr > th[b-vkn12t81tv],
    .ant-table-tbody > tr > td[b-vkn12t81tv] {
        border-bottom: 1px solid #d4d4d4 !important;
    }

    .ant-table-row[b-vkn12t81tv] {
        border-bottom: 1px solid #bdbdbd !important;
    }

    .meetings-list-options[b-vkn12t81tv] {
        justify-content: flex-start;
    }
}

@media (width <= 650px) {
    .meeting-list-btn .meeting-list-btn-hide-text[b-vkn12t81tv] {
        display: none !important;
    }

    .meeting-list-btn[b-vkn12t81tv] {
        min-width: 50px !important;
    }

        .meeting-list-btn .menu-icon[b-vkn12t81tv] {
            margin-right: 0;
        }
}

.meetings-list-options[b-vkn12t81tv] {
    justify-content: flex-end;
}

.meetings-dropdown-forceshow[b-vkn12t81tv] {
    display: flex !important;
}

.meeting-list-container[b-vkn12t81tv] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.meeting-list-row[b-vkn12t81tv] {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}

    .meeting-list-row:last-child[b-vkn12t81tv] {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

.meeting-list-column[b-vkn12t81tv] {
    padding: 0 10px;
    width: 50%;
}

.left-align[b-vkn12t81tv] {
    text-align: left;
}

.attendee-item[b-vkn12t81tv] {
    margin-bottom: 10px;
}

.meeting-details-buttons .custom-button-primary[b-vkn12t81tv] {
    min-width: 125.5px;
    font-weight: 400 !important;
}

.attendees-modal-container[b-vkn12t81tv] {
    padding: 20px;
}

.attendees-modal-list-container[b-vkn12t81tv] {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px 0;
}

.attendees-modal-item[b-vkn12t81tv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}

.attendees-modal-name[b-vkn12t81tv] {
    font-weight: bold;
    color: #333;
}

.attendees-modal-actions[b-vkn12t81tv] {
    display: flex;
    align-items: center;
}

.attendees-modal-copy-icon[b-vkn12t81tv] {
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #605BFF;
}

    .attendees-modal-copy-icon:hover[b-vkn12t81tv] {
        color: #4040ff;
    }

.description-modal-container[b-vkn12t81tv] {
    padding: 20px;
}

.description-modal-content[b-vkn12t81tv] {
    overflow-y: auto;
    padding: 10px 0;
    line-height: 1.6;
    color: #333;
    height: 100%;
    overflow-y: hidden;
}

.description-modal-iframe[b-vkn12t81tv] {
    width: 100%;
    height: 100%;
    border: none;
}

.description-modal-title[b-vkn12t81tv] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.description-modal-close-button[b-vkn12t81tv] {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.rz-scheduler-nav-title[b-vkn12t81tv] {
    visibility: hidden;
}

.meetings-filters .ant-select-selector[b-vkn12t81tv] {
    padding: 0 11px !important;
}

.meetings-filters .ant-select-arrow[b-vkn12t81tv] {
    right: 11px !important;
}

.ant-picker-dropdown[b-vkn12t81tv] {
    z-index: 1001;
    height: fit-content;
}

.mobile-calendar-view-radio-buttons .ant-radio-button-wrapper[b-vkn12t81tv] {
    padding: 0 0.5rem !important;
}

.meetings-companies-filter .ant-select-selection-search[b-vkn12t81tv], .meetings-deals-filter .ant-select-selection-search[b-vkn12t81tv], .meetings-contacts-filter .ant-select-selection-search[b-vkn12t81tv] {
    padding: 0 11px !important;
}

.subject-search-placeholder[b-vkn12t81tv] {
    width: 100%;
}

    .subject-search-placeholder[b-vkn12t81tv]::placeholder {
        color: #bfbfbf;
    }

.meetings-filter-transformation[b-vkn12t81tv] {
    position: fixed;
    top: 51px;
    right: 0px;
    width: 320px;
    bottom: 0px;
    box-shadow: -10px 0 8px -8px rgba(0, 0, 0, 0.15);
    z-index: 50;
    padding: 16px;
    background-color: white;
    flex-direction: column !important;
    align-items: flex-start !important;
    min-height: calc(100vh - 51px);
    overflow: auto scroll;
    flex-wrap: nowrap !important;
}

@media (max-width: 960px) {
    .meetings-filter-transformation[b-vkn12t81tv] {
        width: 100% !important;
    }
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active[b-vkn12t81tv] {
    color: #605bff !important;
    border-color: #605bff !important;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover[b-vkn12t81tv] {
    color: #605bff !important;
    border-color: #605bff !important;
    color: #605bff !important;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)[b-vkn12t81tv] {
    color: #605bff !important;
    border-color: #605bff !important;
}

.ant-radio-button-wrapper:hover[b-vkn12t81tv] {
    color: #605bff !important;
}

.ant-picker-dropdown[b-vkn12t81tv] {
    z-index: 1001 !important;
}

expandtemplate[b-vkn12t81tv] {
    display: block;
    width: 100%;
}

.custom-button[b-vkn12t81tv], .custom-button-primary[b-vkn12t81tv] {
    min-width: 40px;
    height: 30px;
    width: 90px;
    min-height: unset;
    border-radius: 5px !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    line-height: 12px !important;
    letter-spacing: 0.01em !important;
}

.ant-dropdown-menu-item[b-vkn12t81tv], .ant-dropdown-menu-submenu-title[b-vkn12t81tv] {
    padding: 5px 11px;
}
/* /Pages/ContactGroups/GroupsPage.razor.rz.scp.css */
.header-column[b-g7tpdl8o1q] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-row[b-g7tpdl8o1q] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.filter-row[b-g7tpdl8o1q] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.filter-text[b-g7tpdl8o1q] {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.menu-item:hover[b-g7tpdl8o1q] {
    color: blue;
}

.total-page[b-g7tpdl8o1q] {
    margin-left: 20px;
}

.rz-calendar-button[b-g7tpdl8o1q] {
    padding-left: 10px;
}
/* /Pages/ContactGroups/GroupWizard/CreateStep3.razor.rz.scp.css */
.create-component-wrapper[b-ee1ono38ad] {
    background-color: #fff;
}

.create-header[b-ee1ono38ad] {
    display:flex;
    flex-direction:row;
    align-items: center;
    width:100%;
    margin: 30px 0 10px 15px;
}

.group-name[b-ee1ono38ad] {
    font-size: 11px;
    font-weight: 600;
    color: #1E193E;
    margin-right: 80px;
}

.filter-name[b-ee1ono38ad] {
    font-size: 11px;
    font-weight: 600;
    color: #1E193E;
    margin-right: 80px;
}

.total-page[b-ee1ono38ad] {
    margin-left:15px;
}
/* /Pages/ContactGroups/GroupWizard/DefineStep1.razor.rz.scp.css */
.define-component-wrapper[b-hxiki0st5v] {
    width: 90%;
    margin: 40px auto 0 auto;
    background-color: #fff;
}

.radio-record[b-hxiki0st5v] {
    display: flex;
    flex-direction: column;
}

.radio-main-desc[b-hxiki0st5v] {
    font-size:12px;
    font-weight:bold;
}

.radio-desc[b-hxiki0st5v] {
    font-size: 10px;
    font-weight: 500;
}
.radio-desc-status[b-hxiki0st5v] {
    font-size: 10px;
    font-weight: 500;
    width:405px;
}
/* /Pages/ContactGroups/GroupWizard/MainGroupPage.razor.rz.scp.css */
.column-wrapper[b-vu43pai5jm] {
    display:flex;
    flex-direction:column;
    background-color:#fff;
    margin: 0 20px 20px 20px; 
}

.row-header-wrapper[b-vu43pai5jm] {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    width: 100%;
}

.row-wrapper[b-vu43pai5jm] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.back-button[b-vu43pai5jm] {
    margin-left: 10px;
    color: #605BFF;
    font-size: 14px;
}

.back-button:hover[b-vu43pai5jm] {
    cursor: pointer;
}

.create-description[b-vu43pai5jm] {
    color: #1E193E;
    font-size: 17px;
    font-weight: bold;
    margin-left: 10px;
}


/* /Pages/ContactGroups/GroupWizard/RefineStep2.razor.rz.scp.css */
.refine-component-wrapper[b-kwcgbzayz0] {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 40px auto 0 auto;
    background-color: #fff;
}

.group-description[b-kwcgbzayz0] {
    font-size: 14px;
    font-weight: bold;
    color: #1E193E;
    margin-bottom:10px;
}

.refine-filter-wrapper[b-kwcgbzayz0] {
    display:flex;
    flex-direction: row;
    margin-top: 20px; 
}

.refine-filters[b-kwcgbzayz0] {
    display: flex;
    flex-direction: column;
    width: 280px;
}

.refine-filters-header[b-kwcgbzayz0] {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
}

.refine-filters-header-desc[b-kwcgbzayz0] {
    font-size: 14px;
    font-weight: bold;
    color: #1E193E;
}

.refine-filters-content[b-kwcgbzayz0] {
    margin-top: 10px;
    background-color: #f5f6f8;
    padding: 100px 0 100px 0;
}

.refine-filters-stub[b-kwcgbzayz0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 0 auto;
    width: 160px;
    background-color: #f5f6f8;
}

.refine-filters-stub-text1[b-kwcgbzayz0] {
    font-size: 16px;
    font-weight: bold;
    color: #1E193E;
    text-align:center;
    margin-top:15px;
}

.refine-filters-stub-text2[b-kwcgbzayz0] {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

.refine-filters-filter1[b-kwcgbzayz0] {
    display: flex;
    flex-direction:row;
    align-items:center;
    margin:25px 0 0 10px;
}

.refine-filters-filter1-name[b-kwcgbzayz0] {
    font-size: 12px;
    font-weight: 600;
}

.refine-filters-conf[b-kwcgbzayz0] {
    width:100%;
}

.refine-filters-conf-header[b-kwcgbzayz0] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    width: 100%;
}

.refine-filters-conf-header-desc[b-kwcgbzayz0] {
    font-size: 14px;
    font-weight: bold;
    color: #1E193E;
    margin-left:20px;
}

.refine-filters-conf-content[b-kwcgbzayz0] {
    display:flex;
    flex-direction:row;
}

.refine-filters-conf-categories[b-kwcgbzayz0] {
    display:flex;
    flex-direction:column;
    width: 200px;
}

.refine-filters-conf-content[b-kwcgbzayz0] {
    margin: 25px 0 0 40px;
    padding: 10px 0 20px 10px;
    border: solid 1px #DEDEDE;
}

.refine-filters-conf-categories-desc[b-kwcgbzayz0] {
    font-size: 10px;
    font-weight: 500;
    color: #757492;
}

.refine-filters-conf-categories-selectors[b-kwcgbzayz0] {
    margin-top:10px;
}

.refine-filters-conf-fields-desc[b-kwcgbzayz0] {
    font-size: 10px;
    font-weight: 500;
    color: #757492;
}

.refine-filters-conf-fields-list[b-kwcgbzayz0] {
    margin-top: 10px;
    display:flex;
    flex-direction:column;
}

.conf-field-label[b-kwcgbzayz0] {
    font-size: 12px;
    font-weight: 600;
    color: #1E193E;
    margin:10px 0 5px 0;
}

.conf-field-controls[b-kwcgbzayz0] {
    display:flex;
    flex-direction:row;
    align-items:center;
}

.conf-top-field-controls[b-kwcgbzayz0] {
    display: flex;
    flex-direction: row;
}

.control-validation-wrapper[b-kwcgbzayz0] {
    display:flex;
    flex-direction:column;
}

.control-validation[b-kwcgbzayz0] {
    font-size: 10px;
    font-weight: 500;
    color: red;
    margin-left:10px
}

.clear-icon:hover[b-kwcgbzayz0] {
    cursor:pointer;
}

.rz-calendar-button[b-kwcgbzayz0] {
    padding-left: 10px;
}

/* /Pages/Contacts/ContactsPage.razor.rz.scp.css */
.header-column[b-9e206lt1la] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-row[b-9e206lt1la] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.filter-row[b-9e206lt1la] {
    display: flex;
    flex-direction: row;
    align-items:center;
}

.menu-item:hover[b-9e206lt1la] {
    color: blue;
}

.filter-text[b-9e206lt1la] {
    font-size:14px;
    font-weight:600;
    margin-right:5px;
}

.total-page[b-9e206lt1la] {
    margin-left: 20px;
}

.ant-select-selector[b-9e206lt1la] {
    margin: 8px;
}

/* /Pages/Contacts/Detail/Components/TableActivities.razor.rz.scp.css */
table[b-hkt8k0ho8n] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-hkt8k0ho8n] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 880px;
}

thead[b-hkt8k0ho8n] {
    width: 100%;
    height: 40px;
}

.tbody[b-hkt8k0ho8n] {
    width: 100%;
    height: 240px;
}

tr[b-hkt8k0ho8n] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-hkt8k0ho8n] {
    background-color: #fff;
}


th[b-hkt8k0ho8n] {
    box-sizing: border-box;
    width: 19%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
}

.header-box-last[b-hkt8k0ho8n] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 8px;
}

td[b-hkt8k0ho8n] {
    box-sizing: border-box;
    width: 16%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-hkt8k0ho8n] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-hkt8k0ho8n] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.page-button-active[b-hkt8k0ho8n] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-hkt8k0ho8n] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.footer-left-box[b-hkt8k0ho8n] {
    margin-left: -12px;
}

.page-button-container[b-hkt8k0ho8n] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-hkt8k0ho8n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-hkt8k0ho8n] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-hkt8k0ho8n] {
    color: blue;
}

th[b-hkt8k0ho8n] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-hkt8k0ho8n] {
        background-color: #f0f0f0;
    }

.last-row[b-hkt8k0ho8n] {
    border-bottom: none;
}
/* /Pages/Contacts/Detail/Components/TableActivityHistory.razor.rz.scp.css */
table[b-ikjdnxrb6l] {
    width: 100%;
    height: 282px;
}

.table-wrapper[b-ikjdnxrb6l] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
}

thead[b-ikjdnxrb6l] {
    width: 100%;
    height: 40px;
}

.tbody[b-ikjdnxrb6l] {
    width: 100%;
    height: 240px;
}

tr[b-ikjdnxrb6l] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-ikjdnxrb6l] {
    background-color: #fff;
}


th[b-ikjdnxrb6l] {
    box-sizing: border-box;
    width: 13.5%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-box-last[b-ikjdnxrb6l] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 16px;
}

td[b-ikjdnxrb6l] {
    box-sizing: border-box;
    width: 13.5%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-ikjdnxrb6l] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-ikjdnxrb6l] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.page-button-active[b-ikjdnxrb6l] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-ikjdnxrb6l] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.footer-left-box[b-ikjdnxrb6l] {
    margin-left: -12px;
}

.page-button-container[b-ikjdnxrb6l] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-ikjdnxrb6l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-ikjdnxrb6l] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-ikjdnxrb6l] {
    color: blue;
}

th[b-ikjdnxrb6l] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-ikjdnxrb6l] {
        background-color: #f0f0f0;
    }

.last-row[b-ikjdnxrb6l] {
    border-bottom: none;
}
/* /Pages/Contacts/Detail/Components/TableCoachingInsights.razor.rz.scp.css */
table[b-kivf3uoyoc] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-kivf3uoyoc] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 845px;
}

thead[b-kivf3uoyoc] {
    width: 100%;
    height: 40px;
}

.tbody[b-kivf3uoyoc] {
    width: 100%;
    height: 240px;
}

tr[b-kivf3uoyoc] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-kivf3uoyoc] {
    background-color: #fff;
}


th[b-kivf3uoyoc] {
    box-sizing: border-box;
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px;
}

.header-box-last[b-kivf3uoyoc] {
    margin-left: auto;
    width: 10%;
    padding-left: 16px;
}

td[b-kivf3uoyoc] {
    box-sizing: border-box;
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-kivf3uoyoc] {
    width: 10%;
    margin-left: auto;
    justify-content: center;
}

.page-button[b-kivf3uoyoc] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.page-button-active[b-kivf3uoyoc] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-kivf3uoyoc] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.footer-left-box[b-kivf3uoyoc] {
    margin-left: -12px;
}

.page-button-container[b-kivf3uoyoc] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-kivf3uoyoc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
    padding-right: 14px;
}

.arrow[b-kivf3uoyoc] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-kivf3uoyoc] {
    color: blue;
}

th[b-kivf3uoyoc] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-kivf3uoyoc] {
        background-color: #f0f0f0;
    }

.coaching-table-rows td[b-kivf3uoyoc] {
    position: relative;
}

    .coaching-table-rows td[b-kivf3uoyoc]:before {
        content: ' ';
        visibility: hidden;
    }

    .coaching-table-rows td span[b-kivf3uoyoc] {
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.last-row[b-kivf3uoyoc] {
    border-bottom: none;
}
/* /Pages/Contacts/Detail/Components/TableDeals.razor.rz.scp.css */
table[b-bb58ql474k] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-bb58ql474k] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 845px;
}

thead[b-bb58ql474k] {
    width: 100%;
    height: 40px;
}

.tbody[b-bb58ql474k] {
    width: 100%;
    height: 240px;
}

tr[b-bb58ql474k] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-bb58ql474k] {
    background-color: #fff;
}


th[b-bb58ql474k] {
    box-sizing: border-box;
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px;
}

.header-box-last[b-bb58ql474k] {
    margin-left: auto;
    width: 10%;
    padding-left: 16px;
}

td[b-bb58ql474k] {
    box-sizing: border-box;
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-bb58ql474k] {
    width: 10%;
    margin-left: auto;
    justify-content: center;
}

.page-button[b-bb58ql474k] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.page-button-active[b-bb58ql474k] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-bb58ql474k] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.footer-left-box[b-bb58ql474k] {
    margin-left: -12px;
}

.page-button-container[b-bb58ql474k] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-bb58ql474k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
    padding-right: 14px;
}

.arrow[b-bb58ql474k] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-bb58ql474k] {
    color: blue;
}

th[b-bb58ql474k] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-bb58ql474k] {
        background-color: #f0f0f0;
    }

.deals-table-rows td[b-bb58ql474k] {
    position: relative;
}

    .deals-table-rows td[b-bb58ql474k]:before {
        content: ' ';
        visibility: hidden;
    }

    .deals-table-rows td span[b-bb58ql474k] {
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.last-row[b-bb58ql474k] {
    border-bottom: none;
}
/* /Pages/Contacts/Detail/Components/TableMeetings.razor.rz.scp.css */
table[b-u36qs7lp9u] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-u36qs7lp9u] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 880px;
}

thead[b-u36qs7lp9u] {
    width: 100%;
    height: 40px;
}

.tbody[b-u36qs7lp9u] {
    width: 100%;
    height: 240px;
}

tr[b-u36qs7lp9u] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-u36qs7lp9u] {
    background-color: #fff;
}


th[b-u36qs7lp9u] {
    box-sizing: border-box;
    width: 16%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
}

.header-box-last[b-u36qs7lp9u] {
    box-sizing: border-box;
    width: 4%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 8px;
}

td[b-u36qs7lp9u] {
    box-sizing: border-box;
    width: 16%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-u36qs7lp9u] {
    box-sizing: border-box;
    width: 4%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-u36qs7lp9u] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.page-button-active[b-u36qs7lp9u] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-u36qs7lp9u] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.footer-left-box[b-u36qs7lp9u] {
    margin-left: -12px;
}

.page-button-container[b-u36qs7lp9u] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-u36qs7lp9u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-u36qs7lp9u] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-u36qs7lp9u] {
    color: blue;
}

th[b-u36qs7lp9u] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-u36qs7lp9u] {
        background-color: #f0f0f0;
    }

.last-row[b-u36qs7lp9u] {
    border-bottom: none;
}
/* /Pages/Contacts/Detail/Components/TableTasks.razor.rz.scp.css */
table[b-90g81s72t7] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-90g81s72t7] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 845px;
}

thead[b-90g81s72t7] {
    width: 100%;
    height: 40px;
}

.tbody[b-90g81s72t7] {
    width: 100%;
    height: 240px;
}

tr[b-90g81s72t7] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-90g81s72t7] {
    background-color: #fff;
}


th[b-90g81s72t7] {
    box-sizing: border-box;
    width: 13.5%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
}

.header-box-last[b-90g81s72t7] {
    box-sizing: border-box;
    width: 5.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
}

td[b-90g81s72t7] {
    box-sizing: border-box;
    width: 13.5%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-90g81s72t7] {
    box-sizing: border-box;
    width: 5.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.page-button[b-90g81s72t7] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.page-button-active[b-90g81s72t7] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-90g81s72t7] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.footer-left-box[b-90g81s72t7] {
    margin-left: -12px;
}

.page-button-container[b-90g81s72t7] {
    display: flex;
    margin-right: -17px;
}

.ant-checkbox[b-90g81s72t7] {
    height: 12px;
    width: 12px;
}

.arrow-container[b-90g81s72t7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-90g81s72t7] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-90g81s72t7] {
    color: blue;
}

th[b-90g81s72t7] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-90g81s72t7] {
        background-color: #f0f0f0;
    }

.last-row[b-90g81s72t7] {
    border-bottom: none;
}
/* /Pages/Contacts/Detail/ContactDetailCompany.razor.rz.scp.css */
.company-component-wrapper[b-302uueoso1] {
    margin: 5px 10px 5px 15px;
    border: solid 0.5px #D9D9D9;
}

.company-column[b-302uueoso1] {
    display: flex;
    flex-direction: column;
}

.company-row[b-302uueoso1] {
    display: flex;
    flex-direction: row;
    margin: 20px 0 30px 0;
}

.company-top-bar[b-302uueoso1] {
    height: 40px;
    border-bottom: solid 0.5px #D9D9D9;
    display: flex;
    align-items: center;
}

.company-desc[b-302uueoso1] {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

.company-fullname[b-302uueoso1] {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-left: 10px;
    color: #1E193E;
}

.company-extra[b-302uueoso1] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: end;
    justify-content: flex-end;
}

.edit-icon:hover[b-302uueoso1] {
    cursor: pointer;
}

.company-website[b-302uueoso1] {
    height: 24px;
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    align-items: baseline;
}

.company-website-link[b-302uueoso1] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    color: #605BFF;
}

.company-website-copy[b-302uueoso1] {
    margin: -5px 0 0 7px;
}

    .company-website-copy:hover[b-302uueoso1] {
        cursor: pointer;
    }

.company-social-icons[b-302uueoso1] {
    display: flex;
    flex-direction: row;
    margin: 10px 0 10px 10px;
}

.company-prop[b-302uueoso1] {
    display: flex;
    flex-direction: column;
    margin: 5px 0 0 10px;
}

.company-prop-name[b-302uueoso1] {
    font-size: 12px;
    font-weight: 400;
}

.company-prop-value[b-302uueoso1] {
    color: #1E193E;
    font-size: 14px;
    font-weight: 500;
}

.disabled-link[b-302uueoso1] {
    pointer-events: none;
}
/* /Pages/Contacts/Detail/ContactDetailCompanyActivity.razor.rz.scp.css */
.page[b-0wyw2hy4tc] {
    width: calc(100% - 10px);
    height: 415px;
}

.add-row[b-0wyw2hy4tc] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 0.5px #D9D9D9;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
}

.table[b-0wyw2hy4tc] {
    box-sizing: border-box;
    width: 100%;
    height: 316px;
}
/* /Pages/Contacts/Detail/ContactDetailContact.razor.rz.scp.css */
.contact-component-wrapper[b-13l0ssu2js] {
    border: solid 0.5px #D9D9D9;
    padding: 9px;
}

.contact-column[b-13l0ssu2js] {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.contact-row[b-13l0ssu2js] {
/*    display: flex;
    flex-direction: row;*/
    margin: 10px;
}

.contact-avatar[b-13l0ssu2js] {
/*    margin-left: 10px;*/
    width: 60px;
    height: 60px;
}

.contact-fullname[b-13l0ssu2js] {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1E193E;
}

.contact-extra[b-13l0ssu2js] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: end;
    justify-content: flex-end;
}

.edit-icon:hover[b-13l0ssu2js] {
    cursor: pointer;
}

.contact-social-icons[b-13l0ssu2js] {
    display: flex;
    flex-direction: row;
    margin: 10px 0 5px 15px;
}

.contact-prop[b-13l0ssu2js] {
    display: flex;
    flex-direction: column;
    margin: 5px 0 0 10px;
}

.contact-prop-name[b-13l0ssu2js] {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
}

.contact-prop-value[b-13l0ssu2js] {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #1E193E;
}

.contact-actions[b-13l0ssu2js] {
    margin-top: 10px;
}

.contact-action-disabled[b-13l0ssu2js] {
    display: flex;
    flex-direction: column;
    margin-right: 26px;
    margin-top: 5px;
}

    .contact-action-disabled:hover[b-13l0ssu2js] {
        cursor: not-allowed;
    }

.contact-action[b-13l0ssu2js] {
    /*    display: flex;
    flex-direction: column;
    margin-right: 26px;
    margin-top: 5px;*/
    cursor: pointer;
}

    .contact-action:hover[b-13l0ssu2js] {
        cursor: pointer;
    }

.contact-action-icon[b-13l0ssu2js] {
    width: 42px;
    height: 42px;
    border: solid 1px #605BFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-action-name[b-13l0ssu2js] {
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: #1E193E;
}

.disabled-link[b-13l0ssu2js] {
    pointer-events: none;
}

.copy-button[b-13l0ssu2js] {
    margin: -5px 0 0 7px;
}

    .copy-button:hover[b-13l0ssu2js] {
        cursor: pointer;
    }


.copy-button-row[b-13l0ssu2js] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.copy-button[b-13l0ssu2js] {
    margin: -5px 0 0 7px;
    float: left;
}
/* /Pages/Contacts/Detail/ContactDetailPage.razor.rz.scp.css */
.page-wrapper[b-pr4mugmb7h] {
    display: flex;
}

.back-button[b-pr4mugmb7h] {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #605BFF;
    background-color: red;
    border: none;
}

    .back-button:hover[b-pr4mugmb7h] {
        cursor: pointer;
    }

    .back-button img[b-pr4mugmb7h] {
        width: 20px;
        height: 20px;
    }
/* /Pages/Contacts/Detail/ContactDetailTabs.razor.rz.scp.css */
.page[b-d44z649t7t] {
    width: calc(100% - 10px);
}

.tab-pane-row[b-d44z649t7t] {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.option-box[b-d44z649t7t] {
    box-sizing: border-box;
    flex: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f6f8;
}

.option-box-active[b-d44z649t7t] {
    border: solid 0.5px #D9D9D9;
    background-color: #fff;
}

.add-data-row[b-d44z649t7t] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: solid 0.5px #D9D9D9;
    border-left: solid 0.5px #D9D9D9;
    border-right: solid 0.5px #D9D9D9;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #ddd;
}

.tabs-wrapper[b-d44z649t7t] {
    box-sizing: border-box;
    width: 100%;
}

.pagination[b-d44z649t7t] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
}

.pagination-button-container[b-d44z649t7t] {
    display: flex;
}

.page-button[b-d44z649t7t] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 0.5px #D9D9D9;
    border-radius: 5px;
    margin: 0 3px;
}

    .page-button:hover[b-d44z649t7t] {
        cursor: pointer;
    }

.page-button-active[b-d44z649t7t] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.table-wrapper[b-d44z649t7t] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    max-height: 877px;
}
/* /Pages/Contacts/HubSpotDetails/HubSpotContactsDetails.razor.rz.scp.css */
.custom-button[b-8v6f8it92p], .custom-button-primary[b-8v6f8it92p] {
    min-width: 40px;
    height: 30px;
    width: 90px;
    min-height: unset;
    border-radius: 5px !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    line-height: 12px !important;
    letter-spacing: 0.01em !important;
}

.ant-dropdown-menu-item[b-8v6f8it92p], .ant-dropdown-menu-submenu-title[b-8v6f8it92p] {
    padding: 5px 11px;
}

@media (max-width: 960px) {
    .ant-table-cell[b-8v6f8it92p],
    .ant-table-thead > tr > th[b-8v6f8it92p],
    .ant-table-tbody > tr > td[b-8v6f8it92p] {
        border-bottom: 1px solid #d4d4d4 !important;
    }

    .ant-table-row[b-8v6f8it92p] {
        border-bottom: 1px solid #bdbdbd !important;
    }
}

th.ant-table-cell-fix-right:not(.ant-table-cell-scrollbar)[b-8v6f8it92p] {
    right: @(scrollBarWidth)px !important;
}

.ellipsis-span[b-8v6f8it92p] {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100vw - 210px);
}
/* /Pages/Contacts/LeadStatuses.razor.rz.scp.css */
.reorder-container[b-5lconumgh4] {
    display: flex;
    flex-direction: column;
}

.reorder-item[b-5lconumgh4] {
    margin: 8px;
    padding: 8px;
    border: 1px solid #ccc;
    cursor: move;
}
/* /Pages/Contacts/NewCotacts/Components/ContactDetailCompany/Components/ScrollTable.razor.rz.scp.css */
.page[b-i4y1ea8j26] {
  width: 100%;
  height: 80px;
  overflow: scroll;
}


.row-header[b-i4y1ea8j26] {
  width: 100%;
  height: 40px;
  display: flex;
  background-color: #F5F6F8;

  font-size: 10px;
  font-weight: 500;
}

.row-header div[b-i4y1ea8j26] {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 5px;
}

.header-box1[b-i4y1ea8j26] {
  width: 30px;
}

.header-box2[b-i4y1ea8j26] {
  width: 129px;
}

.header-box3[b-i4y1ea8j26] {
  width: 80px;
}

.header-box4[b-i4y1ea8j26] {
  width: 129px;
}

.row-container[b-i4y1ea8j26] {
  width: 100%;
  height: 40px;
  display: flex;

  font-size: 10px;
  font-weight: 400;

}

.row-container div[b-i4y1ea8j26] {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 5px;
}


.row-box1[b-i4y1ea8j26] {
  width: 30px;
}

.row-box2[b-i4y1ea8j26] {
  width: 129px;
}

.row-box3[b-i4y1ea8j26] {
  width: 80px;
}

.row-box4[b-i4y1ea8j26] {
  width: 129px;
}
/* /Pages/Contacts/NewCotacts/Components/ContactDetailCompany/ContactDetailCompany.razor.rz.scp.css */
.page[b-5zaa4dcaza] {
  width: 386px;
  height: 394px;
  margin-top: 20px;
  border-radius: 2px;
  /* background-color: lightblue; */
}

.upper[b-5zaa4dcaza] {
  border: 1px #dedede solid;
}

.top-bar[b-5zaa4dcaza] {
  width: 100%;
  height: 35px;
  border-bottom: 1px #dedede solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 17px;
  padding-right: 12px;

  font-size: 14px;
  font-weight: 500;  
}

.top-bar-buttons[b-5zaa4dcaza] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 60px;
}

.container[b-5zaa4dcaza] {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 234px;
  padding-right: 20px;
  padding-top: 20px;
  /* background-color: yellow; */
}

.avatar[b-5zaa4dcaza] {
  margin-left: 20px;
}

.details[b-5zaa4dcaza] {
  margin-left: 7px;
}

h5[b-5zaa4dcaza] {
  font-size: 20px;
  font-weight: 600;
}

.info[b-5zaa4dcaza]{
  display: flex;
  flex-direction: column;
  width: 143px;
  height: 171px;
}

.social[b-5zaa4dcaza] {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  width: 88px;
  height: 24px;
}

.social img[b-5zaa4dcaza] {
  width: 20x;
  height: 20px;
}

.info-title[b-5zaa4dcaza] {
  font-size: 12px;
  font-weight: 400;
  height: 18px;
  margin-top: 6px;
}

.info[b-5zaa4dcaza] {
  font-size: 14px;
  font-weight: 500;
  height: 21px;
}



.lower[b-5zaa4dcaza] {
  width: 100%;
  height: 120px;
  margin-top: 10px;
  border: 1px #dedede solid;
}

.logo-container[b-5zaa4dcaza] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-container img[b-5zaa4dcaza] {
  width: 42px;
  height: 42px;
}

.lower-top-bar[b-5zaa4dcaza] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  background-color: #F5F6F8;
  border-bottom: 1px #dedede solid;
}

.lower-options[b-5zaa4dcaza] {
  display: flex;
}

.lower-options div[b-5zaa4dcaza]{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.lower-top-bar-buttons[b-5zaa4dcaza] {
  width: 30px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.lower-header[b-5zaa4dcaza] {
  display: flex;
}

.lower-row[b-5zaa4dcaza] {
  display: flex;
}
/* /Pages/Contacts/NewCotacts/Components/ContactDetailPerson.razor.rz.scp.css */
.page[b-za0bc90y3f] {
  width: 386px;
  height: 350px;
  margin-top: 16px;
  border: 1px #dedede solid;
  border-radius: 2px;
}

.upper-container[b-za0bc90y3f] {
  display: flex;
  margin-top: 20px;
  margin-left: 20px;
}

.upper-left-container[b-za0bc90y3f] {
  margin-right: 10px;
}

/* .upper-right-container {
  background-color: yellow;
} */

.lower-container[b-za0bc90y3f] {
  display: flex;
  justify-content: space-between;
  width: 386px;
  height: 85px;
  box-sizing: border-box;
  padding-top: 20px;
}

.logo-container[b-za0bc90y3f] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 77.2px;
  height: 85px;
  padding: 10px 0px 10px 0px;
}

.logo-container img[b-za0bc90y3f] {
  width: 42px;
  height: 42px;
}

.logo-container p[b-za0bc90y3f] {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 10px;
}

.social[b-za0bc90y3f] {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  width: 88px;
  height: 24px;
}

.social img[b-za0bc90y3f] {
  width: 20x;
  height: 20px;
}

.info-container[b-za0bc90y3f] {
  display: flex;
  flex-direction: column;
  width: 143px;
  height: 171px;
}

.info-title[b-za0bc90y3f] {
  font-size: 12px;
  font-weight: 400;
  height: 18px;
  margin-top: 6px;
}

.info[b-za0bc90y3f] {
  font-size: 14px;
  font-weight: 500;
  height: 21px;
}
/* /Pages/Contacts/NewCotacts/ContactDetailActHistory.razor.rz.scp.css */
.page[b-b5q2p4vsvh] {
  width: calc(100% - 10px);
  height: 415px;
}

.add-row[b-b5q2p4vsvh] {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #dedede solid;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 10px;

  font-size: 14px;
  font-weight: 500;
}

.table[b-b5q2p4vsvh] {
  box-sizing: border-box;
  width: 100%;
  height: 316px;
  border: 1px #dedede solid;
}

.footer[b-b5q2p4vsvh] {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px #fff solid;
  margin-top: 8px;

  font-size: 12px;
  font-weight: 500;
}

.footer-left-box[b-b5q2p4vsvh] {
  margin-left: -12px;
}

.page-button-container[b-b5q2p4vsvh] {
  display: flex;
  margin-right: -17px;
}

.page-button[b-b5q2p4vsvh] {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #dedede solid;
  border-radius: 5px;
  margin: 0 3px;
}

.page-button-active[b-b5q2p4vsvh] {
  border: 1px #605BFF solid;
  color:#605BFF;
}


/* /Pages/Contacts/NewCotacts/ContactDetailTabList.razor.rz.scp.css */
.page[b-w7ck8z6h4b] {
  width: calc(100% - 10px);
  height: 455px;
}

.tab-pane-row[b-w7ck8z6h4b] {
  width: 100%;
  height: 40px;
  display: flex;
  border-bottom: solid 0.5px #D9D9D9;

  font-size: 14px;
  font-weight: 400;
}

.option-box[b-w7ck8z6h4b] {
  box-sizing: border-box;
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f6f8;
}

.option-box-active[b-w7ck8z6h4b] {
  border: solid 0.5px #D9D9D9;
  background-color: #fff;
}

.add-data-row[b-w7ck8z6h4b] {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 0.5px #D9D9D9;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 10px;

  font-size: 14px;
  font-weight: 500;
}

.tabs-wrapper[b-w7ck8z6h4b] {
  box-sizing: border-box;
  width: 100%;
  height: 356px;
  border: 1px #dedede solid;
}

.pagination[b-w7ck8z6h4b] {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px #fff solid;;
  margin-top: 10px;

  font-size: 12px;
  font-weight: 500;
}

/* .pagination-total-container {
  margin-left: -12px;
} */

.pagination-button-container[b-w7ck8z6h4b] {
  display: flex;
}

.page-button[b-w7ck8z6h4b] {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 0.5px #D9D9D9;
  border-radius: 5px;
  margin: 0 3px;
}

.page-button:hover[b-w7ck8z6h4b] {
  cursor: pointer;
}

.page-button-active[b-w7ck8z6h4b] {
  border: 1px #605BFF solid;
  color:#605BFF;
}

/* /Pages/Contacts/NewCotacts/NewContactPage.razor.rz.scp.css */
.page[b-goxdfurllw] {
  width: 1354px;
  height: 905px;
  background-color: #fff;
  border-left: 20px #f6f8fb solid;
  display: flex;
}

/* .button-back {
  margin-top: 30px;
  margin-left: 20px;
} */


.left-container[b-goxdfurllw] {
  box-sizing: border-box;
  padding-left: 18px;
  padding-top: 30px;
  width: 386px;  
}

.test[b-goxdfurllw] {
  position:fixed;
  top: 120px;
  left: 90px;
  opacity: 0.7;
}


.page[b-goxdfurllw] {
  display: flex;
}

.left-container[b-goxdfurllw] {
  width: 410px;
  height: 815px;
}

.right-container[b-goxdfurllw] {
  width: 898px;
  height: 836px;
  margin-left: 12px;
}
/* /Pages/Deals/DealsPage.razor.rz.scp.css */
.header-column[b-jgj2v4s0iz] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-row[b-jgj2v4s0iz] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.menu-item:hover[b-jgj2v4s0iz] {
    color: blue;
}

.circle-green[b-jgj2v4s0iz] {
    background-color: #42bb2c;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.circle-yellow[b-jgj2v4s0iz] {
    background-color: #f1c21b;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.circle-red[b-jgj2v4s0iz] {
    background-color: #ef4438;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.circle-container[b-jgj2v4s0iz] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
}

.action-icon-container[b-jgj2v4s0iz] {
    margin-left: 11px;
    cursor: pointer;
}

.filter-row[b-jgj2v4s0iz] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.filter-text[b-jgj2v4s0iz] {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.ant-input[b-jgj2v4s0iz]::placeholder {
    margin-left: 3px;
}

.ant-select-selector[b-jgj2v4s0iz] {
    margin: 8px;
}
/* /Pages/Deals/HubSpotDetails/HubSpotDealDetails.razor.rz.scp.css */
.custom-button[b-g86gjcuk5c], .custom-button-primary[b-g86gjcuk5c] {
    min-width: 40px;
    height: 30px;
    width: 90px;
    min-height: unset;
    border-radius: 5px !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    line-height: 12px !important;
    letter-spacing: 0.01em !important;
}

.ant-dropdown-menu-item[b-g86gjcuk5c], .ant-dropdown-menu-submenu-title[b-g86gjcuk5c] {
    padding: 5px 11px;
}

@media (max-width: 960px) {
    .ant-table-cell[b-g86gjcuk5c],
    .ant-table-thead > tr > th[b-g86gjcuk5c],
    .ant-table-tbody > tr > td[b-g86gjcuk5c] {
        border-bottom: 1px solid #d4d4d4 !important;
    }

    .ant-table-row[b-g86gjcuk5c] {
        border-bottom: 1px solid #bdbdbd !important;
    }
}

th.ant-table-cell-fix-right:not(.ant-table-cell-scrollbar)[b-g86gjcuk5c] {
    right: @(scrollBarWidth)px !important;
}

.ellipsis-span[b-g86gjcuk5c] {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100vw - 210px);
}
/* /Pages/ForgotPasswordCheckPage.razor.rz.scp.css */
.fp-card-body[b-ujkhrs279y] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

.fp-card[b-ujkhrs279y] {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 8px 10px -6px rgb(0 0 0 / 10%);
    width: 100%;
    max-width: 28rem;
    border: 1px solid #f3f4f6;
    padding: 2rem;
}

.logo-container[b-ujkhrs279y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .logo-container img[b-ujkhrs279y] {
        width: 96px;
        height: 96px;
        object-fit: contain;
    }

.signup-card-heading[b-ujkhrs279y] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin: 0 0 1rem;
}

.su-verify-desc[b-ujkhrs279y] {
    font-size: 0.875rem;
    color: #6b7280;
    text-align: center;
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

.su-btn[b-ujkhrs279y] {
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: #605BFF;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 1.25rem;
    box-sizing: border-box;
}

.su-btn:hover[b-ujkhrs279y] {
    background-color: #4f46e5;
}

.fp-links[b-ujkhrs279y] {
    margin-top: 1.25rem;
    text-align: center;
}

.fp-link[b-ujkhrs279y] {
    font-size: 0.875rem;
    color: #605BFF;
    text-decoration: none;
}

.fp-link:hover[b-ujkhrs279y] {
    text-decoration: underline;
}
/* /Pages/ForgotPasswordPage.razor.rz.scp.css */
.fp-card-body[b-uziuulun1k] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

.fp-card[b-uziuulun1k] {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 8px 10px -6px rgb(0 0 0 / 10%);
    width: 100%;
    max-width: 28rem;
    border: 1px solid #f3f4f6;
    padding: 2rem;
}

.logo-container[b-uziuulun1k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .logo-container img[b-uziuulun1k] {
        width: 96px;
        height: 96px;
        object-fit: contain;
    }

.signup-card-heading[b-uziuulun1k] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin: 0 0 1rem;
}

.su-verify-desc[b-uziuulun1k] {
    font-size: 0.875rem;
    color: #6b7280;
    text-align: center;
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

.su-field[b-uziuulun1k] {
    display: flex;
    flex-direction: column;
}

.su-label[b-uziuulun1k] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.375rem;
}

.su-input[b-uziuulun1k] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #111827;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s;
}

.su-input:focus[b-uziuulun1k] {
    border-color: #605BFF;
    box-shadow: 0 0 0 3px rgb(96 91 255 / 15%);
}

.su-btn[b-uziuulun1k] {
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: #605BFF;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 1.25rem;
}

.su-btn:hover:not(:disabled)[b-uziuulun1k] {
    background-color: #4f46e5;
}

.su-btn:disabled[b-uziuulun1k] {
    opacity: 0.5;
    cursor: not-allowed;
}

.su-error-text[b-uziuulun1k] {
    font-size: 0.875rem;
    color: #dc2626;
    text-align: center;
    margin: 0.5rem 0 0;
}

.fp-links[b-uziuulun1k] {
    margin-top: 1.25rem;
    text-align: center;
}

.fp-link[b-uziuulun1k] {
    font-size: 0.875rem;
    color: #605BFF;
    text-decoration: none;
}

.fp-link:hover[b-uziuulun1k] {
    text-decoration: underline;
}
/* /Pages/GlobalAdmin/GlobalAdminCustomerTransactions.razor.rz.scp.css */
/* GlobalAdminCustomerTransactions.razor.css */

.custom-form[b-4n6f1g1f4w] {
    max-width: 1580px;
    margin: auto;
}

.form-row[b-4n6f1g1f4w] {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

.form-item[b-4n6f1g1f4w] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.custom-button[b-4n6f1g1f4w] {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

    .custom-button:hover[b-4n6f1g1f4w] {
        background-color: #0056b3;
    }
/* /Pages/Goals/GoalCuaranteedIncome.razor.rz.scp.css */
.guaranteed-income-wrapper[b-bvwfgqupw6] {
    /*width: 100%;*/
    /*min-width: 440px;*/
    /*max-width: 450px;*/
    min-height: 160px;
    /*margin: 18px 0 0 0;*/
}

@media (width <= 960px) {
    .guaranteed-income-wrapper[b-bvwfgqupw6] {
        width: 100%;
        align-items: center;
    }

    .guaranteed-income-targets-total[b-bvwfgqupw6] {
        width: 100% !important;
        align-items: center !important;
    }

    .guaranteed-income-targets-description[b-bvwfgqupw6] {
        font-size: 16px !important;
    }
    
    .guaranteed-income-targets-total-desc[b-bvwfgqupw6] {
        font-size: 16px !important;
    }
}

.guaranteed-income-row[b-bvwfgqupw6] 
{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.guaranteed-income-targets[b-bvwfgqupw6] 
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guaranteed-income-targets-description[b-bvwfgqupw6] {
    color: #F2A215;
    font-size: 14px;
    font-weight: 600;
    /*margin: 15px 0 0 150px;*/
}

.guaranteed-income-targets-total[b-bvwfgqupw6] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 250px;
    height: 120px;
    border: 4px solid #f2f2f2;
    border-radius: 10px;
    padding: 16px;
    /*margin: 15px 0 0 20px;*/
}

.guaranteed-income-targets-total-desc[b-bvwfgqupw6] 
{
    font-size:13px;
    font-weight:900;
    /*margin:0 10px 10px 0;*/
}

.guaranteed-income-targets-total-value[b-bvwfgqupw6] {
    font-size: 26px;
    font-weight: 900;
    /*margin: 0 10px 0 0;*/
}

.guaranteed-income-hourly-rate[b-bvwfgqupw6] 
{
    display:flex;
    flex-direction: column;
    align-items: center;
}

.guaranteed-income-hourly-rate-description[b-bvwfgqupw6] {
    color: #645DE7;
    font-size: 14px;
    font-weight: 600;
    /*margin: 15px 0 0 20px;*/
}

.guaranteed-income-hourly-rate-widget[b-bvwfgqupw6] 
{
    /*margin: 15px 0 0 22px;*/
}

/* /Pages/Goals/GoalPage.razor.rz.scp.css */

.goal-page-header[b-8g9u8426l0] 
{
    font-size:20px;
    font-weight:900;
    margin-left:25px;
}

.goal-page-description[b-8g9u8426l0] 
{
    font-size: 13px;
    color: dimgrey;
    font-weight: 700;
}

.goal-row[b-8g9u8426l0] {
    display: flex;
    flex-direction: row;
}

.goal-column[b-8g9u8426l0] {
    min-width: 400px;
    max-width: 470px;
    width:100%;
    display: flex;
    flex-direction: column;
}

.goal-equal-sign[b-8g9u8426l0] {
    color: #FFA500;
    font-size: 26px;
    /*margin: 120px 0 0 0;*/
}
.panel-header[b-8g9u8426l0],
.meeting-header[b-8g9u8426l0] {
    display: flex;
    align-items: flex-start
}

    .panel-header .panel-header-title[b-8g9u8426l0],
    .meeting-header .panel-header-title[b-8g9u8426l0] {
        padding: 0;
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        color: #1E193E;
    }
/* /Pages/Goals/GoalPersonalIncome.razor.rz.scp.css */
.personal-income-wrapper[b-vxe31up52q] {
    /*width: 100%;*/
    /*min-width: 400px;*/
    /*max-width: 470px;*/
    /*height: 200px;*/
    /*margin: 9px 0 30px 18px;*/
}

@media (width <= 960px) {
    .personal-income-wrapper[b-vxe31up52q] {
        width: 100%;
        align-items: center;
    }

    .personal-income-targets-total[b-vxe31up52q] {
        width: 100% !important;
        align-items: center !important;
    }

    .personal-income-targets-description[b-vxe31up52q] {
        font-size: 16px !important;
    }

    .personal-income-targets-total-desc[b-vxe31up52q] {
        font-size: 16px !important;
    }

    .personal-income-targets-total-small-desc[b-vxe31up52q] {
        text-align: center !important;
    }

    .personal-income-targets-total-small-desc-bonus[b-vxe31up52q] {
        font-size: 11px !important;
        text-align: center !important;
    }
}

.personal-income-row[b-vxe31up52q] {
    display: flex;
    flex-direction: row;
}

.personal-income-targets-total[b-vxe31up52q] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 250px;
    height: 120px;
    border: 4px solid #e6e6fa;
    border-radius: 10px;
    /*margin: 40px 0 0 38px;*/
    padding: 16px;
}

.personal-income-targets-total-desc[b-vxe31up52q] {
    font-size: 13px;
    font-weight: 900;
    /*margin: 0 10px 5px 0;*/
}

.personal-income-targets-total-value[b-vxe31up52q] {
    font-size: 26px;
    font-weight: 900;
    /*margin: 0 10px 0 0;*/
}

.personal-income-targets-total-small-desc[b-vxe31up52q] {
    font-size: 10px;
    font-weight: 500;
    color: lightslategrey;
    /*margin: 0 10px 10px 0;*/
    text-align: right;
}

.personal-income-targets-total-small-desc-bonus[b-vxe31up52q] {
    font-size: 10px;
    font-weight: 500;
    color: lightslategrey;
    /*margin: 0 10px 10px 0;*/
    text-align: right;
}

.personal-income-hourly-rate[b-vxe31up52q] 
{
    /*margin: 30px 0 0 25px;*/
}
/* /Pages/Goals/GoalPieCircle.razor.rz.scp.css */
@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

.pie[b-mbzw72801n] {
    --p: 20; /* the percentage */
    --b: 22px; /* the thickness */
    --c: darkred; /* the color */
    --w: 110px; /* the size */

    --remaining-color: red; /* Default remaining color */

    width: var(--w);
    height: var(--w);
    aspect-ratio: 1/1;
    position: relative;
    display: inline-grid;
    margin: 0 5px 0 5px;
    place-content: center;
}

    .pie[b-mbzw72801n]:before,
    .pie[b-mbzw72801n]:after {
        content: "";
        position: absolute;
        border-radius: 50%;
    }

    .pie[b-mbzw72801n]:before {
        inset: 0;
        background: radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p)*1%),var(--remaining-color) 0);
        -webkit-mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
        mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
    }

    .pie[b-mbzw72801n]:after {
        inset: calc(50% - var(--b)/2);
        background: var(--c);
        transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(var(--w)/2 - 50%));
    }

.animate[b-mbzw72801n] {
    animation: p-b-mbzw72801n 1s .5s both;
}

.no-round[b-mbzw72801n]:before {
    background-size: 0 0,auto;
}

.no-round[b-mbzw72801n]:after {
    content: none;
}

@keyframes p-b-mbzw72801n {
    from {
        --p: 0;
    }
}

body[b-mbzw72801n] {
    background: #ddd;
}

.pie-content[b-mbzw72801n] 
{
    display:flex;
    flex-direction:column;
    width:100px;
    justify-content:center;
    align-items:center;
}

.pie-value[b-mbzw72801n]
{
    font-size: 24px;
    font-weight: bold;
}

.pie-text[b-mbzw72801n] {
    font-size: 10px;
    font-weight: 500;
    color: lightslategrey;
    width: 90px;
    text-align: center;
}

.custom-margin-top[b-mbzw72801n] {
    margin-top: 5px;
}
/* /Pages/Goals/GoalStep1.razor.rz.scp.css */
.step1-wrapper[b-dgd2xgqv6s] 
{
    display: flex;
    flex-direction:column;
    width:100%;
    /*min-width:280px;*/
    max-width:320px;
    /*height:150px;*/
}

@media (width <= 960px)
{
    .goal-step1-input[b-dgd2xgqv6s] {
        max-width: unset !important;
    }

    .step1-wrapper[b-dgd2xgqv6s]
    {
        width:100%;
        max-width:unset !important;
    }
}

.step1-content[b-dgd2xgqv6s] {
    width: 100%;
    height: 90px;
    border: 4px solid transparent;
    border-radius: 10px;
    /*margin: 10px auto 10px -2px;*/
}

    .step1-content:focus-within[b-dgd2xgqv6s] {
        border: 4px solid #645DE7;
        border-radius: 10px;
    }
    
.goal-step1-input[b-dgd2xgqv6s] {
    padding: 10px;
    max-width: 250px;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    height: 80px;
}

.ant-input[b-dgd2xgqv6s] {
    border-radius: 0.85em !important;
    border: 1px solid #f2f2f2;
}


/* /Pages/Goals/GoalStep2.razor.rz.scp.css */
.step2-wrapper[b-769o651x63] {
    /*width: 100%;*/
    /*min-width: 700px;*/
    /*max-width: 850px;*/
    /*height: 150px;*/
    /*margin: 18px 0 0 0px;*/
}

@media (width <= 960px)
{
    .goal-step2-input[b-769o651x63] {
        max-width: unset !important;
        width: 100% !important;
    }

    .step2-wrapper[b-769o651x63]
    {
        width:100%;
        max-width:unset !important;
    }
    
    .step2-result[b-769o651x63] {
        width: 100% !important;
    }
}

.step2-content[b-769o651x63] {
    display: flex;
    flex-direction: row;
    height: 90px;
    border: 4px solid transparent;
    border-radius: 10px;
    margin: 10px auto 10px 0px;
}

.step2-content:focus-within[b-769o651x63] {
    border: 4px solid #645DE7;
    border-radius: 10px;
}

.goal-step2-input[b-769o651x63] {
    max-width: 250px;
    padding: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    height: 80px;
}

.multiply-sign[b-769o651x63] {
    color: #645DE7;
    font-size: 26px;
}

.step2-equal-sign[b-769o651x63] {
    color: #FFA500;
    font-size: 26px;
}

.step2-result[b-769o651x63] {
    width: 260px;
    padding: 10px;
    border-radius: 15px;
    height: 80px;
    background-color: whitesmoke;
}

.step2-result-header[b-769o651x63] 
{
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin: 0 10px; 
}


.step2-result-value[b-769o651x63] {

    font-size: 26px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}


.ant-input[b-769o651x63] {
    border-radius: 0.85em !important;
    border: 1px solid #f2f2f2;
}
/* /Pages/Goals/GoalStep3.razor.rz.scp.css */
.step3-wrapper[b-zykhsgcknf] {
    /*width: 100%;*/
    /*min-width: 698px;*/
    /*max-width: 720px;*/
    min-height: 160px;
    /*margin: 18px 0 0 0px;*/
}

@media (width <= 960px) {
    .goal-step3-input[b-zykhsgcknf] {
        max-width: unset !important;
        width: 100% !important;
    }

    .step3-wrapper[b-zykhsgcknf] {
        width: 100%;
        max-width: unset !important;
        min-height: unset !important;
    }
}

    .step3-content:focus-within[b-zykhsgcknf] {
        border: 4px solid #645DE7;
        border-radius: 10px;
    }

.goal-step3-input[b-zykhsgcknf] {
    max-width: 200px;
    padding: 10px;
}

.superannuation-input[b-zykhsgcknf] {
    width: 350px;
    padding: 10px;
}

.plus-sign[b-zykhsgcknf] {
    color: #645DE7;
    font-size: 26px;
    /*margin: 20px 15px 0 15px;*/
}

.superannuation-header[b-zykhsgcknf] 
{
    display: flex;
    flex-direction: row;
}

.superannuation-header-text[b-zykhsgcknf] 
{
    font-size:12px;
    font-weight:400;
}

.ant-input[b-zykhsgcknf] {
    border-radius: 0.85em !important;
    border: 1px solid #f2f2f2;
}
/* /Pages/Goals/GoalStep4.razor.rz.scp.css */
.step4-wrapper[b-cfx72ktwkl] 
{
    width: 100%;
    /*min-width: 550px;*/
    max-width: 750px;
    /*height: 420px;*/
    /*margin: 18px 0 30px 0px;*/
}

.step4-content[b-cfx72ktwkl] 
{
 border: 1px solid #f2f2f2;
border-radius: 10px;
margin: 10px auto 10px 0px;
}

.step4-content:focus-within[b-cfx72ktwkl] {
 border: 4px solid #645DE7;
 border-radius: 10px;
}

.step4-table-footer[b-cfx72ktwkl] 
{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}

.step4-total-target[b-cfx72ktwkl] {
    font-size: 14px;
    font-weight: bolder;
    margin: 10px 0px 10px 15px;
}

.step4-total-target-commission[b-cfx72ktwkl] {
    font-size: 14px;
    font-weight: bolder;
    /*margin: 10px 60px 0px 253px;*/
    margin-right:16px;
    width: fit-content;
}

.step4-table-input[b-cfx72ktwkl]{
    display:flex;
    flex-direction:row;
}

.step4-table-sign[b-cfx72ktwkl] {
    margin: 0 5px 0px 0;
}

.ant-input[b-cfx72ktwkl] {
    border-radius: 0.85em !important;
    border: 1px solid #f2f2f2;
    /*width: unset !important;*/
}
.select-small[b-cfx72ktwkl] {
    font-size: 12px;
    font-weight: 600;
}   
.step4-table-input[b-cfx72ktwkl] {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 100%;*/
}
 
/* /Pages/Goals/GoalTargetEarnings.razor.rz.scp.css */
.target-income-wrapper[b-qkte8nujsn] {
    /*width: 100%;*/
    /*min-width: 400px;*/
    /*max-width: 470px;*/
    /*height: 200px;*/
    /*margin: 18px 0 9px 18px;*/
}

@media (width <= 960px) {
    .target-income-wrapper[b-qkte8nujsn] {
        width: 100%;
        align-items: center;
    }

    .target-income-targets-total[b-qkte8nujsn] {
        width: 100% !important;
        align-items: center !important;
    }

    .target-income-targets-description[b-qkte8nujsn] {
        font-size: 16px !important;
    }

    .target-income-targets-total-desc[b-qkte8nujsn] {
        font-size: 16px !important;
    }

    .target-income-targets-total-small-desc[b-qkte8nujsn] {
        text-align: center !important;
    }
}

.target-income-row[b-qkte8nujsn] {
    display: flex;
    flex-direction: row;
}

.target-income-targets-total[b-qkte8nujsn] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 250px;
    height: 120px;
    border: 4px solid #ffdab9;
    border-radius: 10px;
    /*margin: 40px 0 0 38px;*/
    padding: 16px;
}

.target-income-targets-total-desc[b-qkte8nujsn] {
    font-size: 13px;
    font-weight: 900;
    /*margin: 0 10px 5px 0;*/
}

.target-income-targets-total-value[b-qkte8nujsn] {
    font-size: 26px;
    font-weight: 900;
    /*margin: 0 10px 0 0;*/
}

.target-income-targets-total-small-desc[b-qkte8nujsn] {
    font-size: 10px;
    font-weight: 500;
    color: lightslategrey;
    /*margin: 0 10px 10px 0;*/
    text-align: right;
}

.target-income-hourly-rate[b-qkte8nujsn] 
{
    /*margin: 30px 0 0 25px;*/
}
/* /Pages/History/HistoryPage.razor.rz.scp.css */
.header-column[b-8r2303n0ep] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-row[b-8r2303n0ep] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.filter-row[b-8r2303n0ep] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-item:hover[b-8r2303n0ep] {
    color: blue;
}

.filter-text[b-8r2303n0ep] {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.total-page[b-8r2303n0ep] {
    margin-left: 20px;
}


table[b-8r2303n0ep] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-8r2303n0ep] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 681px;
}

thead[b-8r2303n0ep] {
    width: 100%;
    height: 40px;
}

.tbody[b-8r2303n0ep] {
    width: 100%;
    height: 240px;
}

tr[b-8r2303n0ep] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #F5F6F8;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
}

tbody tr[b-8r2303n0ep] {
    background-color: #fff;
}


th[b-8r2303n0ep] {
    box-sizing: border-box;
    width: 11.5%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
}

.header-box-last[b-8r2303n0ep] {
    box-sizing: border-box;
    width: 5.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
}

td[b-8r2303n0ep] {
    box-sizing: border-box;
    width: 11.5%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-8r2303n0ep] {
    box-sizing: border-box;
    width: 5.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-button[b-8r2303n0ep] {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #dedede solid;
    border-radius: 5px;
    margin: 0 3px;
    cursor: pointer;
}

.page-button-active[b-8r2303n0ep] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-8r2303n0ep] {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px #fff solid;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.footer-left-box[b-8r2303n0ep] {
    margin-left: -12px;
}

.page-button-container[b-8r2303n0ep] {
    display: flex;
    margin-right: -17px;
}

.ant-checkbox[b-8r2303n0ep] {
    height: 12px;
    width: 12px;
}

.arrow-container[b-8r2303n0ep] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
    padding-right: 14px;
}

.arrow[b-8r2303n0ep] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-8r2303n0ep] {
    color: blue;
}

th[b-8r2303n0ep] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-8r2303n0ep] {
        background-color: #f0f0f0;
    }

.last-row[b-8r2303n0ep] {
    border-bottom: none;
}

.rz-inputtext[b-8r2303n0ep] {
    padding-left: 5px !important;
}

.rz-calendar-button[b-8r2303n0ep] {
    padding-left: 5px;
}
/* /Pages/Integrations/GoogleModal.razor.rz.scp.css */
.background-wrapper[b-65rgyrkphp] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
}

.window-wrapper[b-65rgyrkphp] {
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: 650px;
    height: 700px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1001 !important;
}

.discard-button[b-65rgyrkphp] {
    width: 30px;
    height: 30px;
    margin: -30px 40px 0 auto;
}

    .discard-button:hover[b-65rgyrkphp] {
        cursor: pointer;
    }

.content-wrapper[b-65rgyrkphp] {
    display: flex;
    margin: auto 5% auto 5%;
    width: 90%;
    height: 450px;
}

.modal-progress-bar[b-65rgyrkphp] {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.progress-icon[b-65rgyrkphp] {
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 8px;
    margin: 20px auto 20px auto;
    border-radius: 50%;
    border: solid 1.5px #0e71eb;
    color: #fff;
    background-color: #0e71eb;
}

.progress-icon-disabled[b-65rgyrkphp] {
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    margin: 20px auto 20px auto;
    border: solid 1.5px #aaa;
    color: #aaa;
}

.progress-line[b-65rgyrkphp] {
    width: 3px;
    height: 70px;
    background-color: #0e71eb;
}

.progress-line-disabled[b-65rgyrkphp] {
    width: 3px;
    height: 70px;
    background-color: #aaa;
}

.steps[b-65rgyrkphp] {
    width: 80%;
    height: 100%;
}

.step-box[b-65rgyrkphp] {
    width: 100%;
    height: 150px;
    display: flex;
}


.step-description[b-65rgyrkphp] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.step-description-disabled[b-65rgyrkphp] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #aaa;
}


.step-button[b-65rgyrkphp] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-button-disabled[b-65rgyrkphp] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(80%);
}
/* /Pages/Integrations/HubSpotModal.razor.rz.scp.css */
.background-wrapper[b-tnae3zhlye] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
}

.window-wrapper[b-tnae3zhlye] {
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: 650px;
    height: 700px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1001 !important;
}

.discard-button[b-tnae3zhlye] {
    width: 30px;
    height: 30px;
    margin: -30px 40px 0 auto;
}

    .discard-button:hover[b-tnae3zhlye] {
        cursor: pointer;
    }

.content-wrapper[b-tnae3zhlye] {
    display: flex;
    margin: auto 5% auto 5%;
    width: 90%;
    height: 450px;
}

.modal-progress-bar[b-tnae3zhlye] {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.progress-icon[b-tnae3zhlye] {
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 8px;
    margin: 20px auto 20px auto;
    border-radius: 50%;
    border: solid 1.5px #0e71eb;
    color: #fff;
    background-color: #0e71eb;
}

.progress-icon-disabled[b-tnae3zhlye] {
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    margin: 20px auto 20px auto;
    border: solid 1.5px #aaa;
    color: #aaa;
}

.progress-line[b-tnae3zhlye] {
    width: 3px;
    height: 70px;
    background-color: #0e71eb;
}

.progress-line-disabled[b-tnae3zhlye] {
    width: 3px;
    height: 70px;
    background-color: #aaa;
}

.steps[b-tnae3zhlye] {
    width: 80%;
    height: 100%;
}

.step-box[b-tnae3zhlye] {
    width: 100%;
    height: 150px;
    display: flex;
}


.step-description[b-tnae3zhlye] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.step-description-disabled[b-tnae3zhlye] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #aaa;
}


.step-button[b-tnae3zhlye] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-button-disabled[b-tnae3zhlye] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(80%);
}
/* /Pages/Integrations/MicrosoftModal.razor.rz.scp.css */
.background-wrapper[b-774pxc1qye] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
}

.window-wrapper[b-774pxc1qye] {
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: 650px;
    height: 700px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1001 !important;
}

.discard-button[b-774pxc1qye] {
    width: 30px;
    height: 30px;
    margin: -30px 40px 0 auto;
}

    .discard-button:hover[b-774pxc1qye] {
        cursor: pointer;
    }

.content-wrapper[b-774pxc1qye] {
    display: flex;
    margin: auto 5% auto 5%;
    width: 90%;
    height: 450px;
}

.modal-progress-bar[b-774pxc1qye] {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.progress-icon[b-774pxc1qye] {
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 8px;
    margin: 20px auto 20px auto;
    border-radius: 50%;
    border: solid 1.5px #0e71eb;
    color: #fff;
    background-color: #0e71eb;
}

.progress-icon-disabled[b-774pxc1qye] {
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    margin: 20px auto 20px auto;
    border: solid 1.5px #aaa;
    color: #aaa;
}

.progress-line[b-774pxc1qye] {
    width: 3px;
    height: 70px;
    background-color: #0e71eb;
}

.progress-line-disabled[b-774pxc1qye] {
    width: 3px;
    height: 70px;
    background-color: #aaa;
}

.steps[b-774pxc1qye] {
    width: 80%;
    height: 100%;
}

.step-box[b-774pxc1qye] {
    width: 100%;
    height: 150px;
    display: flex;
}


.step-description[b-774pxc1qye] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.step-description-disabled[b-774pxc1qye] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #aaa;
}


.step-button[b-774pxc1qye] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-button-disabled[b-774pxc1qye] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(80%);
}
/* /Pages/Integrations/SalesForceCard.razor.rz.scp.css */
/* /Pages/Integrations/SalesForceModal.razor.rz.scp.css */
.background-wrapper[b-o2rk3zl3sc] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
}

.window-wrapper[b-o2rk3zl3sc] {
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: 650px;
    height: 700px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1001 !important;
}

.discard-button[b-o2rk3zl3sc] {
    width: 30px;
    height: 30px;
    margin: -30px 40px 0 auto;
}

    .discard-button:hover[b-o2rk3zl3sc] {
        cursor: pointer;
    }

.content-wrapper[b-o2rk3zl3sc] {
    display: flex;
    margin: auto 5% auto 5%;
    width: 90%;
    height: 450px;
}

.modal-progress-bar[b-o2rk3zl3sc] {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.progress-icon[b-o2rk3zl3sc] {
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 8px;
    margin: 20px auto 20px auto;
    border-radius: 50%;
    border: solid 1.5px #0e71eb;
    color: #fff;
    background-color: #0e71eb;
}

.progress-icon-disabled[b-o2rk3zl3sc] {
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    margin: 20px auto 20px auto;
    border: solid 1.5px #aaa;
    color: #aaa;
}

.progress-line[b-o2rk3zl3sc] {
    width: 3px;
    height: 70px;
    background-color: #0e71eb;
}

.progress-line-disabled[b-o2rk3zl3sc] {
    width: 3px;
    height: 70px;
    background-color: #aaa;
}

.steps[b-o2rk3zl3sc] {
    width: 80%;
    height: 100%;
}

.step-box[b-o2rk3zl3sc] {
    width: 100%;
    height: 150px;
    display: flex;
}


.step-description[b-o2rk3zl3sc] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.step-description-disabled[b-o2rk3zl3sc] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #aaa;
}


.step-button[b-o2rk3zl3sc] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-button-disabled[b-o2rk3zl3sc] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(80%);
}
/* /Pages/Integrations/ZoomModal.razor.rz.scp.css */
.background-wrapper[b-bufum62gcj] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
}

.window-wrapper[b-bufum62gcj] {
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: 650px;
    height: 700px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1001 !important;
}

.discard-button[b-bufum62gcj] {
    width: 30px;
    height: 30px;
    margin: -30px 40px 0 auto;
}

.discard-button:hover[b-bufum62gcj] {
    cursor: pointer;
}

.content-wrapper[b-bufum62gcj] {
    display: flex;
    margin: auto 5% auto 5%;
    width: 90%;
    height: 450px;
}

.modal-progress-bar[b-bufum62gcj] {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.progress-icon[b-bufum62gcj] {
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 8px ;
    margin: 20px auto 20px auto;
    border-radius: 50%;
    border: solid 1.5px #0e71eb;
    color: #fff;
    background-color: #0e71eb;
} 

.progress-icon-disabled[b-bufum62gcj] {
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 8px ;
    border-radius: 50%;
    margin: 20px auto 20px auto;
    border: solid 1.5px #aaa;
    color: #aaa;
}

.progress-line[b-bufum62gcj] {
    width: 3px;
    height: 70px;
    background-color: #0e71eb;
}

.progress-line-disabled[b-bufum62gcj] {
    width: 3px;
    height: 70px;
    background-color: #aaa;
}

.steps[b-bufum62gcj] {
    width: 80%;
    height: 100%;
}

.step-box[b-bufum62gcj] {
    width: 100%;
    height: 150px;
    display: flex;
}


.step-description[b-bufum62gcj] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.step-description-disabled[b-bufum62gcj] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #aaa;
}


.step-button[b-bufum62gcj] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-button-disabled[b-bufum62gcj] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(80%);
}
/* /Pages/KnowledgeBase/CreateQuestion/Components/DropdownSelect.razor.rz.scp.css */
.select[b-a7d43qto2n] {
  width: 250px;
  height: 40px;
  position: relative;
  padding: 10px 28px 10px 10px;
  border-radius: 2px;
  font-size: 15px;
  background-color: #F5F6F8;

  display: flex;
  justify-self: center;
  align-items: center;
  
  appearance: none;
  background-image: url('icons/arrow-dropdown.svg'); 
  background-repeat:no-repeat ;
  background-position: right 8px center;
  background-size:15px ;
}

.select[b-a7d43qto2n] {
  cursor: pointer;
}

.options[b-a7d43qto2n] {
  position: absolute;
  top:40px;
  max-height: 160px;
  overflow-y: scroll;
  background-color: #fff;
  left: 0;
  box-shadow: 0 6px 20px 0 rgba(231, 221, 221, 0.19);
  z-index: 50;
}

.option[b-a7d43qto2n] {
  width: 240px;
  height: 40px;
  padding: 9px 12px;
  display: flex;
  justify-self: center;
  align-items: center;
}

.option:hover[b-a7d43qto2n] {
  background-color: #f5f5f5;
}

.selected-option[b-a7d43qto2n] {
  height: 40px;
  padding: 9px 12px;
  background-color: #e6f7ff;
}
/* /Pages/KnowledgeBase/CreateQuestion/Components/LabeledDropdownSelect.razor.rz.scp.css */
.label[b-7cnsr8zbi2] {
  height: 30px;
  font-size: 14px;
}

.select[b-7cnsr8zbi2] {
  height: 40px;
  width: 100%;
  border-radius: 2px;
  border: 1px #D9D9D9 solid;
  background-color: #fff;
  padding: 9px 12px;
  appearance: none;
  background-image: url('icons/arrow-dropdown.svg'); 
  background-repeat:no-repeat ;
  background-position: right 8px center;
  background-size:15px ;
  position: relative;
}

.options[b-7cnsr8zbi2] {
  width: 100%;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  top: 40px;
  left: 0;
  z-index: 1;
}

.select:hover[b-7cnsr8zbi2] {
  cursor: pointer;
}

.option[b-7cnsr8zbi2] {
  height: 40px;
  padding: 9px 12px;
}

.selected-option[b-7cnsr8zbi2] {
  height: 40px;
  padding: 9px 12px;
  background-color: #e6f7ff;
}

.option:hover[b-7cnsr8zbi2] {
  background-color: #f5f5f5;
}

/* /Pages/KnowledgeBase/CreateQuestion/CreateQuestion.razor.rz.scp.css */
.question-classification[b-3hghsqzjvk] {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
}

.question[b-3hghsqzjvk] {
  margin-top: 30px;
  width: 100%;
  display: block;
}

.question-label[b-3hghsqzjvk] {
  height: 26px;
}

.question-input[b-3hghsqzjvk] {
  height: 40px;
  width: 100%;
  border-radius: 2px;
  border: 1px #D9D9D9 solid;
  background-color: #fff;
}

.position-select[b-3hghsqzjvk] {
  margin-top: 30px;
}


.answers[b-3hghsqzjvk] {
  margin-top: 30px;
}

.answer[b-3hghsqzjvk] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.answer-order[b-3hghsqzjvk] {
  padding: 6px 5px;
  width: 30px;
}

.answer-input[b-3hghsqzjvk] {
  height: 40px;
  border: solid 1px #dedede;
  border-radius: 4px;
  flex-grow: 1;
  padding: 5px 10px;
}



.buttons[b-3hghsqzjvk] {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
/* /Pages/MeetingNotes/AddEditMeetingInformationModal.razor.rz.scp.css */
/* /Pages/Meetings/GetMeetingPreparationProgress.razor.rz.scp.css */
.progress-container[b-psym3xttnn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.progress-bar-bg[b-psym3xttnn] {
    width: 100%;
    background-color: #e5e7eb; /* bg-gray-200 */
    border-radius: 9999px;
    height: 0.5rem; /* h-2 */
}

.progress-bar-fill[b-psym3xttnn] {
    height: 0.5rem; /* h-2 */
    border-radius: 9999px;
    transition: width 0.3s ease-in-out;
}

.progress-text[b-psym3xttnn] {
    font-size: 0.75rem; /* text-xs */
    font-weight: 500;
    min-width: 30px;
    text-align: right;
}

/* Colors based on progress */
.color-green[b-psym3xttnn] {
    color: #42BB2C;
}

.bg-green[b-psym3xttnn] {
    background-color: #42BB2C;
}

.color-blue[b-psym3xttnn] {
    color: #605BFF;
}

.bg-blue[b-psym3xttnn] {
    background-color: #605BFF;
}

.color-orange[b-psym3xttnn] {
    color: #F2994A;
}

.bg-orange[b-psym3xttnn] {
    background-color: #F2994A;
}

.color-red[b-psym3xttnn] {
    color: #ef4438;
}

.bg-red[b-psym3xttnn] {
    background-color: #ef4438;
}
/* /Pages/MeetingSummary/Analytics.razor.rz.scp.css */
.tab[b-0y3cvrj3kj] {
  color: #bbbbbb;
  font-size: 14px;
}

.active-tab[b-0y3cvrj3kj] {
  font-size: 14px;
  color: #605bff;
}
/* /Pages/MeetingSummary/AskSAM.razor.rz.scp.css */
@media (max-width: 960px) {
    .show-960px .loading-container[b-zq6jnwk1h0] {
        height: 150px !important;
    }
}
@media (max-width: 480px) {
    .ask-sam-section[b-zq6jnwk1h0] {
        font-size: 14px;
    }
}
/* /Pages/MeetingSummary/AssosiateMeetingIntelligenceModal.razor.rz.scp.css */
/* /Pages/MeetingSummary/DonutChart.razor.rz.scp.css */
.donut-chart-container[b-xiyjckpvk9] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.donut-background[b-xiyjckpvk9] {
    fill: none;
    stroke: #eee;
    stroke-width: 10;
}

.donut-foreground[b-xiyjckpvk9] {
    fill: none;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.5s ease-in-out;
}

.donut-text[b-xiyjckpvk9] {
    font-size: 24px;
    font-weight: bold;
    fill: #333;
    text-anchor: middle;
    dominant-baseline: middle;
}

.donut-label[b-xiyjckpvk9] {
    margin-top: 8px;
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}
/* /Pages/MeetingSummary/EnterpriseCoachingOverview.razor.rz.scp.css */
.border-gray-100[b-epkmmd0sep] {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.font-bold[b-epkmmd0sep] {
    font-weight: 700;
}

.text-2xl[b-epkmmd0sep] {
    font-size: 1.5rem;
    line-height: 2rem;
}

.w-4[b-epkmmd0sep] {
    width: 1rem;
}

.h-4[b-epkmmd0sep] {
    height: 1rem;
}

.mr-2[b-epkmmd0sep] {
    margin-right: .5rem;
}

.border-t[b-epkmmd0sep] {
    border-top-width: 1px;
}

.p-6[b-epkmmd0sep] {
    padding: 1.5rem;
}

.pt-4[b-epkmmd0sep] {
    padding-top: 1rem;
}

.text-gray-900[b-epkmmd0sep] {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text_605BFF[b-epkmmd0sep] {
    --tw-text-opacity: 1;
    color: rgb(96 91 255 / var(--tw-text-opacity, 1));
}

.font-semibold[b-epkmmd0sep] {
    font-weight: 600;
}

.text-black[b-epkmmd0sep] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.font-medium[b-epkmmd0sep] {
    font-weight: 500;
}

.text-green-600[b-epkmmd0sep] {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-yellow-700[b-epkmmd0sep] {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-600[b-epkmmd0sep] {
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-black[b-epkmmd0sep] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-sm[b-epkmmd0sep] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.mb-2[b-epkmmd0sep] {
    margin-bottom: 0.5rem;
}

.border-top-small[b-epkmmd0sep] {
    --tw-border-opacity: 1;
    border-width: 1px 0px 0px 0px;
    margin-top: 0px !important;
    border-style: solid;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.text-sm[b-epkmmd0sep] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.items-center[b-epkmmd0sep] {
    align-items: center;
}

.text-green-700[b-epkmmd0sep] {
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.flex[b-epkmmd0sep] {
    display: flex;
}

.mb-3[b-epkmmd0sep] {
    margin-bottom: 0.75rem;
}

.border-yellow-200[b-epkmmd0sep] {
    --tw-border-opacity: 1;
    border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.text-gray-700[b-epkmmd0sep] {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.leading-relaxed[b-epkmmd0sep] {
    line-height: 1.625;
}

.coach_p-4[b-epkmmd0sep] {
    padding: 1rem;
    margin-top: 15px;
}

.bg-transparent[b-epkmmd0sep] {
    background-color: transparent;
}

.border-green-200[b-epkmmd0sep] {
    --tw-border-opacity: 1;
    border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.bg-gray-300[b-epkmmd0sep] {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.rounded-full[b-epkmmd0sep] {
    border-radius: 9999px;
}

.justify-center[b-epkmmd0sep] {
    justify-content: center;
}

.items-center[b-epkmmd0sep] {
    align-items: center;
}

.w-8[b-epkmmd0sep] {
    width: 2rem;
}

.h-8[b-epkmmd0sep] {
    height: 2rem;
}

.border_1px[b-epkmmd0sep] {
    border-width: 1px;
    border-style: solid !important;
}

.bg-gray-50[b-epkmmd0sep] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.rounded-lg[b-epkmmd0sep] {
    border-radius: 0.5rem;
}

.mb-6[b-epkmmd0sep] {
    margin-bottom: 1.5rem;
}

.card[b-epkmmd0sep] {
    border: 1px solid #e9ecef; /* Light gray border */
    border-radius: 0.25rem;
}


.card-body[b-epkmmd0sep] {
    padding: 1.25rem;
}


.card-title[b-epkmmd0sep] {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}


.card-text[b-epkmmd0sep] {
    font-size: 1rem;
}


.list-unstyled[b-epkmmd0sep] {
    padding-left: 0;
    list-style: none;
}


    .list-unstyled li[b-epkmmd0sep] {
        margin-bottom: 0.5rem;
    }


.text-primary[b-epkmmd0sep] {
    color: #007bff !important; /* Bootstrap primary color */
}


.text-success[b-epkmmd0sep] {
    color: #28a745 !important; /* Bootstrap success color */
}


.text-warning[b-epkmmd0sep] {
    color: #ffc107 !important; /* Bootstrap warning color */
}


.text-info[b-epkmmd0sep] {
    color: #17a2b8 !important; /* Bootstrap info color */
}


.text-muted[b-epkmmd0sep] {
    color: #6c757d !important; /* Bootstrap muted color */
}

.text-gray-900[b-epkmmd0sep] {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.font-semibold[b-epkmmd0sep] {
    font-weight: 600;
}

.text-lg[b-epkmmd0sep] {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

@media (max-width: 767.98px) { /*  Up to the small breakpoint (sm) */
    .col-md-3 > .coach_card[b-epkmmd0sep] {
        width: 48%; /* Take up half the width of the col-md-3 parent */
        display: inline-block; /*  Important to make them sit side-by-side */
    }
    .coach_card_parent[b-epkmmd0sep] {
        justify-content: center;
        display: inline-block;
        margin-top: 20px;
    }
}
/* /Pages/MeetingSummary/EnterPriseCoachingTab.razor.rz.scp.css */
/* General tab styling */
.responsive-coach_nav-tabs[b-2espzp7oxh] {
    display: flex;
    flex-wrap: nowrap;
    min-width: max-content;
}

.responsive-coach_nav-tabs .coach_nav-item[b-2espzp7oxh] {
    flex-shrink: 0;
    margin-right: 5px;
}

.responsive-coach_nav-tabs .coach_nav-link[b-2espzp7oxh] {
    white-space: nowrap;
    display: flex;
    align-items: center; /* Vertically center icon and text */
    justify-content: center; /* Center content horizontally */
    padding: 10px 15px;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    color: var(--bs-body-color);
    border: 0;
}

    .responsive-coach_nav-tabs .coach_nav-link.active[b-2espzp7oxh] {
        border-color: var(--bs-primary);
        color: white;
        background-color: #605bff !important;
    }

        .responsive-coach_nav-tabs .coach_nav-link.active i[b-2espzp7oxh] {
            color: white !important;
        }

        .responsive-coach_nav-tabs .coach_nav-link.active .tab-text[b-2espzp7oxh] {
            color: white !important;
        }

/* Tab content styling */
.tab-content .tab-pane[b-2espzp7oxh] {
    border-radius: 0 0 .25rem .25rem;
    background-color: #fff;
}

/* Mobile-specific styles (show only icons) */
@media (max-width: 768px) {
    .responsive-coach_nav-tabs .coach_nav-link[b-2espzp7oxh] {
        padding: 8px 10px; /* Smaller padding for mobile */
        justify-content: center; /* Center the icon */
    }

        .responsive-coach_nav-tabs .coach_nav-link .tab-text[b-2espzp7oxh] {
            display: none; /* Hide the text on mobile */
        }

        .responsive-coach_nav-tabs .coach_nav-link i[b-2espzp7oxh] {
            display: inline-block; /* Make sure the icon is visible */
            font-family: 'Font Awesome 6 Free'; /* Explicit font family */
            font-weight: 900; /* For solid icons */
        }
}

/* Larger screens (show icon and text) */
@media (min-width: 769px) {
    .responsive-coach_nav-tabs .coach_nav-link[b-2espzp7oxh] {
        padding: 10px 15px; /* Standard padding for larger screens */
        justify-content: flex-start; /* Align items to the start */
    }

        .responsive-coach_nav-tabs .coach_nav-link .tab-text[b-2espzp7oxh] {
            display: inline-block; /* Show the text on larger screens */
            margin-left: 5px; /* Add some space between icon and text */
        }

        .responsive-coach_nav-tabs .coach_nav-link i[b-2espzp7oxh] {
            display: inline-block; /* Make sure the icon is visible */
            font-family: 'Font Awesome 6 Free'; /* Explicit font family */
            font-weight: 900; /* For solid icons */
        }
}
@media (max-width: 767.98px) {
    .responsive-coach_nav-tabs[b-2espzp7oxh], .coach_nav-tabs-scroll-container[b-2espzp7oxh], .coach_nav-link[b-2espzp7oxh] {
        width: 100%;
    }
    .coach_nav-item[b-2espzp7oxh] {
        width: 30%;
    }
}

    /* Ensure icons are always visible */
    .responsive-coach_nav-tabs .coach_nav-link i[b-2espzp7oxh] {
        display: inline-block; /* Ensures the icon is visible */
        font-family: 'Font Awesome 6 Free'; /* Explicit font family */
        font-weight: 900; /* For solid icons */
    }

.text_605BFF[b-2espzp7oxh]{
    --tw-text-opacity: 1;
    color: rgb(96 91 255 / var(--tw-text-opacity, 1));
}

.text-2xl[b-2espzp7oxh]{
    font-size: 1.5rem;
    line-height: 2rem;
}

.font-bold[b-2espzp7oxh]{
    font-weight: 700;
}
.text-sm[b-2espzp7oxh] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-sm[b-2espzp7oxh]{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-green-600[b-2espzp7oxh] {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-yellow-600[b-2espzp7oxh] {
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.flex[b-2espzp7oxh] {
    display: flex;
}
.text-center[b-2espzp7oxh] {
    text-align: center !important;
}

.mb-4[b-2espzp7oxh] {
    margin-bottom: 1.5rem !important;
}
.items-center[b-2espzp7oxh] {
    align-items: center;
}

.card[b-2espzp7oxh] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card-body[b-2espzp7oxh] {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
/* /Pages/MeetingSummary/MeetingAnalytics/components/ProgressBar.razor.rz.scp.css */
div[b-cqx9f510vr]{
    border-radius: 2px;
}

.progress-bar[b-cqx9f510vr] {
    height: 8px;
    background-color: #dedede;
}

.progress-bar-fill[b-cqx9f510vr] {
    height: 100%;
}
/* /Pages/MeetingSummary/MeetingAnalytics/MeetingHealth.razor.rz.scp.css */
.page-wrapper[b-ga4ji0mlh6] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 50px;
    height: 100%;
    max-width: 100%;
    margin: 10px 20px 30px 20px;
    background-color: #fff;
}

.card-wrapper[b-ga4ji0mlh6] {
    height: 360px;
    background-color: #fff;
    padding: 50px 5%;
    border: 1px solid #f0f0f0;
}

.content-wrapper[b-ga4ji0mlh6] {
    display: flex;
    color: #444;
}

.progess-bar-wrapper[b-ga4ji0mlh6] {
    margin:5px 15px 0 15px;
    flex-grow: 1;
}

.progess-bar-wrapper > div[b-ga4ji0mlh6] {
    margin-bottom: 18px;
}

.analytics-count[b-ga4ji0mlh6] {
    margin-left: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .analytics-count > div[b-ga4ji0mlh6] {
        margin-bottom: 4px;
    }


.clickable[b-ga4ji0mlh6] {
    cursor: pointer;
}

.analytic-items-list-header[b-ga4ji0mlh6]{
    padding-bottom: 10px;
}
/* /Pages/MeetingSummary/MeetingDashboard.razor.rz.scp.css */
@media (max-width: 992px) {
    .analytics-grid[b-7r5tgi331f] {
        grid-template-columns: 1fr;
    }
}
/* --- Add these classes to your CSS --- */
.icon-positive[b-7r5tgi331f] {
    color: rgb(34 197 94 / var(--tw-text-opacity, 1)) !important;
}

.icon-negative[b-7r5tgi331f] {
    color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}

.text-neutral[b-7r5tgi331f] {
    color: #4f46e5; /* Using theme color for neutral status */
}

/* Update this existing class to be more specific */
.checklist .check-icon[b-7r5tgi331f] {
    width: 1rem !important;
    height: 1rem !important;
}

/* And update this one */
.outcome-status[b-7r5tgi331f] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.conversation-analytics-coment-icon svg[b-7r5tgi331f] {
    width: 16px !important;
    height: 16px !important;
    color: #ff8d1e !important;
    margin-left: 5px;
}
/* /Pages/MeetingSummary/SalesCoachingFeedbackReport.razor.rz.scp.css */
.feedback-container[b-ndn7l1oos1] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    max-width: 1200px;
    padding: 1rem;
    width: 100%;
}

.feedback-header[b-ndn7l1oos1] {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

    .feedback-header h1[b-ndn7l1oos1] {
        font-weight: 600;
    }

    .feedback-header p[b-ndn7l1oos1] {
        font-size: 1.1rem;
        color: #6c757d;
    }

.feedback-details-grid[b-ndn7l1oos1] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 1rem;
}

.feedback-box[b-ndn7l1oos1] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

    .feedback-box h6[b-ndn7l1oos1] {
        font-weight: 600;
        margin-bottom: 0.75rem;
        gap: 0.5rem;
        color: #495057;
        flex-shrink: 0;
    }

    .feedback-box p[b-ndn7l1oos1],
    .feedback-box ul[b-ndn7l1oos1] {
        margin: 0;
        font-size: 0.95rem;
        line-height: 1.6;
        color: #212529;
        overflow-wrap: break-word;
    }

    /* Specific colors for feedback types */
    .feedback-box.assessment h6[b-ndn7l1oos1] {
        color: #007bff;
    }

    .feedback-box.did-well h6[b-ndn7l1oos1] {
        color: #28a745;
    }

    .feedback-box.differently h6[b-ndn7l1oos1] {
        color: #ff8d1e;
    }

    .feedback-box.info-extra h6[b-ndn7l1oos1] {
        color: #6c757d;
    }

/* Styles for lists generated by FormatListAsHtml */
.feedback-list[b-ndn7l1oos1] {
    padding-left: 1.2rem;
    margin: 0;
}

    .feedback-list li[b-ndn7l1oos1] {
        margin-bottom: 0.25rem;
    }

/* Custom grid for 4 items */
@media (min-width: 992px) {
    .custom-grid-4[b-ndn7l1oos1] {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767.98px) {
    .feedback-container[b-ndn7l1oos1] {
        padding:0px !important;
    }
    .accordion-content[b-ndn7l1oos1] {
        padding: 0.25px !important;
    }
}

    @media (min-width: 1200px) {
        .custom-grid-4[b-ndn7l1oos1] {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    /* Custom grid for 5/6 items */
    @media (min-width: 768px) {
        .custom-grid-5[b-ndn7l1oos1] {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 1200px) {
        .custom-grid-5[b-ndn7l1oos1] {
            grid-template-columns: repeat(3, 1fr);
        }
    }
/* /Pages/MeetingSummary/Transcript.razor.rz.scp.css */

.container[b-3wfnogmshx] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
}

.input-file-container[b-3wfnogmshx] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.drop-zone[b-3wfnogmshx] {
    padding: 20px;
}

    .drop-zone.hover[b-3wfnogmshx] {
        border-style: solid;
    }

.upload-container[b-3wfnogmshx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    border: 2px #d9d9d9;
    width: 800px;
    cursor: pointer;
    background-color: #f0f0f0;
    margin: 200px auto;
    position: relative;
}

.upload-icon[b-3wfnogmshx] {
    font-size: 42px;
    margin-right: 16px;
}

.alert-wrapper[b-3wfnogmshx] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #f7f7fb;
    min-height: 40px;
    height:fit-content;
    padding: 4px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.transcript-button-wrapper[b-3wfnogmshx] {
    margin-bottom: 20px;
    margin-right: 15px;
}

.icon-button[b-3wfnogmshx] {
    font-weight: bold;
}

    .icon-button img[b-3wfnogmshx] {
        height: 24px;
        width: 24px;
        margin-right: 4px;
    }

.icon-buttons-container[b-3wfnogmshx] {
    display: inline-flex;
}

@media (max-width: 640px) {
    .upload-container-wrapper[b-3wfnogmshx] {
        height: 250px !important;
    }

    .upload-container-center[b-3wfnogmshx] {
        top: 40% !important;
    }
}
/* /Pages/Onboarding/WelcomePopup.razor.rz.scp.css */
.welcome-popup-overlay[b-hq8tjvxzx6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.welcome-popup-card[b-hq8tjvxzx6] {
    position: relative;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: 1px solid #e5e7eb;
    width: 860px;
    max-width: 92vw;
    padding: 24px;
    max-height: 90vh;
    overflow-y: auto;
}

.welcome-popup-close[b-hq8tjvxzx6] {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px;
    border-radius: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.welcome-popup-close:hover[b-hq8tjvxzx6] {
    background-color: #f3f4f6;
}

.welcome-popup-close svg[b-hq8tjvxzx6] {
    width: 20px;
    height: 20px;
    color: #6b7280;
}

.welcome-popup-header[b-hq8tjvxzx6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.welcome-popup-header h2[b-hq8tjvxzx6] {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin: 0;
}

.welcome-popup-subtitle[b-hq8tjvxzx6] {
    color: #4b5563;
    margin-bottom: 24px;
    text-align: center;
    font-size: 14px;
}

.welcome-popup-content[b-hq8tjvxzx6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .welcome-popup-content[b-hq8tjvxzx6] {
        grid-template-columns: 1fr;
    }
}

.welcome-features[b-hq8tjvxzx6] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.welcome-feature-card[b-hq8tjvxzx6] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.welcome-feature-card:hover[b-hq8tjvxzx6] {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: scale(1.02);
}

.feature-icon[b-hq8tjvxzx6] {
    width: 24px;
    height: 24px;
    color: #605BFF;
    margin-top: 2px;
    flex-shrink: 0;
}

.feature-title[b-hq8tjvxzx6] {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.feature-desc[b-hq8tjvxzx6] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}

.welcome-popup-footer[b-hq8tjvxzx6] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.welcome-link-button[b-hq8tjvxzx6] {
    color: #9ca3af;
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    transition: color 0.2s;
}

.welcome-link-button:hover[b-hq8tjvxzx6] {
    color: #FF8E1C;
}

.welcome-primary-button[b-hq8tjvxzx6] {
    padding: 8px 16px;
    background-color: #605BFF;
    color: white;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.welcome-primary-button:hover[b-hq8tjvxzx6] {
    background-color: #5449E6;
}

/* ===== Showcase Panel (right side of welcome popup) ===== */
.welcome-image-showcase[b-hq8tjvxzx6] {
    position: relative;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #C5CBFF 0%, #C5CBFF 55%, #FFD2A0 100%);
    padding: 12px;
}

.welcome-image-showcase .sam-logo[b-hq8tjvxzx6] {
    position: absolute;
    top: 4px;
    right: 16px;
    width: 40px;
    height: 40px;
    z-index: 20;
}

.showcase-blur-top[b-hq8tjvxzx6] {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 420px;
    background: rgba(238, 242, 255, 0.5);
    border-radius: 50%;
    filter: blur(60px);
    transform: translate(33%, -50%);
    pointer-events: none;
}

.showcase-blur-bottom[b-hq8tjvxzx6] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 420px;
    height: 420px;
    background: rgba(255, 237, 213, 0.4);
    border-radius: 50%;
    filter: blur(60px);
    transform: translate(-33%, 33%);
    pointer-events: none;
}

/* 3-column layout: left (24%) | center (24%) | right (50%) */
.showcase-content[b-hq8tjvxzx6] {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 6px;
}

/* Column 1: Online + Face-Face */
.showcase-col-left[b-hq8tjvxzx6] {
    flex: 0 0 24%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.showcase-item[b-hq8tjvxzx6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: transform 0.15s;
}

.showcase-item:hover[b-hq8tjvxzx6] {
    transform: scale(1.1);
}

.showcase-item span[b-hq8tjvxzx6] {
    color: #2B3674;
    font-size: 11px;
    font-weight: 500;
}

/* Column 2: One Click (center with dotted connectors) */
.showcase-col-center[b-hq8tjvxzx6] {
    flex: 0 0 24%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    cursor: pointer;
    transition: transform 0.15s;
}

.showcase-col-center:hover[b-hq8tjvxzx6] {
    transform: scale(1.05);
}

.showcase-col-center span[b-hq8tjvxzx6] {
    color: #2B3674;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.3px;
}

/* Dotted orange connector lines */
.showcase-dotted-line-left[b-hq8tjvxzx6] {
    position: absolute;
    top: 60%;
    left: -6px;
    width: 24px;
    height: 2px;
    pointer-events: none;
    background-image: radial-gradient(circle, #FF8E1C 0, #FF8E1C 60%, transparent 60%);
    background-repeat: repeat-x;
    background-size: 6px 2px;
}

.showcase-dotted-line-right[b-hq8tjvxzx6] {
    position: absolute;
    top: 60%;
    right: -6px;
    width: 24px;
    height: 2px;
    pointer-events: none;
    background-image: radial-gradient(circle, #FF8E1C 0, #FF8E1C 60%, transparent 60%);
    background-repeat: repeat-x;
    background-size: 6px 2px;
}

.showcase-arrow[b-hq8tjvxzx6] {
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #FF8E1C;
    border-top: 2px solid #FF8E1C;
}

/* Column 3: Features list */
.showcase-col-right[b-hq8tjvxzx6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 16px;
}

.showcase-feature-item[b-hq8tjvxzx6] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: transform 0.15s;
}

.showcase-feature-item:hover[b-hq8tjvxzx6] {
    transform: scale(1.05);
}

.showcase-feature-item span[b-hq8tjvxzx6] {
    color: #2B3674;
    font-size: 13px;
    font-weight: 500;
}
/* /Pages/Preparation/DiscussionPointsPanel.razor.rz.scp.css */
.column-content[b-ityhlmh0pl] {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
    .column-content:hover[b-ityhlmh0pl] {
        background-color: rgba(0, 0, 0, 0.1);
    }

.list-container[b-ityhlmh0pl] {
    list-style-type: disc;
    margin-left: -20px;
    color: #555555;
}

.list-item[b-ityhlmh0pl] {
    position: relative;
    transition: background-color 0.3s ease;
}

.discard-button-column[b-ityhlmh0pl]{
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
}
    .list-item:hover[b-ityhlmh0pl] {
        background-color: #eee;
    }

    .list-item:hover .discard-button-column[b-ityhlmh0pl]{
        opacity: 1;
    }

    .discard-button-column:hover[b-ityhlmh0pl] {
        cursor: pointer;
    }

.sales-question[b-ityhlmh0pl] {
    font-size: 11px;
    color: #777777;
    /*margin: auto 20px 5px 5px;*/
}

.column-container[b-ityhlmh0pl] {
    display: flex;
    align-items: center;
}
.discard-button-column[b-ityhlmh0pl] {
    display: flex;
    align-items: center;
}
/* /Pages/Preparation/GenereteDPModal.razor.rz.scp.css */
#dpTableContainer .ant-table-thead tr > th[b-1akikjdaqp] {
    font-weight: 800;
    background-color: #f7f7f8;
}

.collapse-trigger[b-1akikjdaqp]::after {
    content: "▼";
    float: right;
}

.collapse-trigger.active[b-1akikjdaqp]::after {
    content: "▲";
}

.collapsible[b-1akikjdaqp] {
    display: none;
}

.collapse-trigger.active ~ .collapsible[b-1akikjdaqp] {
    display: block;
    /*margin-left: 20px;*/
}

/* Animation for stop button (when recording is active) */
.stop-recording[b-1akikjdaqp] {
    animation: pulse-red-b-1akikjdaqp 1s infinite;
    transform-origin: center;
}

@keyframes pulse-red-b-1akikjdaqp {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.label-container[b-1akikjdaqp] {
    display: flex;
    align-items: center;
}

.deals-form-label[b-1akikjdaqp] {
    margin-right: 10px;
}

@keyframes pulse-b-1akikjdaqp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
/* /Pages/Preparation/PreparationPage.razor.rz.scp.css */

.ant-checkbox-checked .ant-checkbox-inner[b-ifvbtsumbf],
.ant-btn-primary[b-ifvbtsumbf],
.ant-steps-item-icon[b-ifvbtsumbf],
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail[b-ifvbtsumbf]::after,
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon[b-ifvbtsumbf] {
    background-color: #605bff;
    border-color: #605bff;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-description[b-ifvbtsumbf],
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-subtitle[b-ifvbtsumbf],
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-title[b-ifvbtsumbf] {
    color: #A19DFF;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role=button]:hover .ant-steps-item-icon[b-ifvbtsumbf] {
    color: #A19DFF;
    border-color: #A19DFF;
}

.ant-steps-item-finish .ant-steps-item-icon[b-ifvbtsumbf] {
    border-color: #605bff;
}

    .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon[b-ifvbtsumbf] {
        color: #605bff;
    }

        .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon:hover[b-ifvbtsumbf] {
            color: #A19DFF !important;
        }

.ant-steps[b-ifvbtsumbf] {
    width: fit-content;
    font-weight: bold;
}

    .ant-steps .ant-steps-item[b-ifvbtsumbf] {
        cursor: pointer;
    }

        .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-tail[b-ifvbtsumbf] {
            padding-left: 6px;
            padding-right: 6px;
        }

        .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-icon[b-ifvbtsumbf] {
            font-weight: bold;
            z-index: 1;
            position: relative;
        }

            .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon[b-ifvbtsumbf] {
                top: -1px;
            }

        .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title[b-ifvbtsumbf] {
            color: #605bff;
        }

        .ant-steps .ant-steps-item.ant-steps-item-disabled[b-ifvbtsumbf] {
            cursor: not-allowed;
        }

        .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon[b-ifvbtsumbf] {
            width: 12px;
            height: 12px;
            background-color: #605bff;
            margin-top: 6px;
            margin-left: 52px;
        }

            .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon[b-ifvbtsumbf] {
                display: none;
            }

        .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-content[b-ifvbtsumbf] {
            margin-top: 14px;
        }

            .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-content .ant-steps-item-title[b-ifvbtsumbf] {
                color: #A29FF2;
            }

        .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon[b-ifvbtsumbf] {
            width: 12px;
            height: 12px;
            background-color: #B9B9B9;
            border-color: #B9B9B9;
            margin-top: 6px;
            margin-left: 52px;
        }

            .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon[b-ifvbtsumbf] {
                display: none;
            }

        .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-content[b-ifvbtsumbf] {
            margin-top: 14px;
        }

            .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-content .ant-steps-item-title[b-ifvbtsumbf] {
                color: #B9B9B9;
            }
/* /Pages/Preparation/SDRTemplate.razor.rz.scp.css */

.ant-checkbox-checked .ant-checkbox-inner[b-l0d9a10pg6],
.ant-btn-primary[b-l0d9a10pg6],
.ant-steps-item-icon[b-l0d9a10pg6],
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail[b-l0d9a10pg6]::after,
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon[b-l0d9a10pg6] {
    background-color: #605bff;
    border-color: #605bff;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-description[b-l0d9a10pg6],
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-subtitle[b-l0d9a10pg6],
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-title[b-l0d9a10pg6] {
    color: #A19DFF;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role=button]:hover .ant-steps-item-icon[b-l0d9a10pg6] {
    color: #A19DFF;
    border-color: #A19DFF;
}

.ant-steps-item-finish .ant-steps-item-icon[b-l0d9a10pg6] {
    border-color: #605bff;
}

    .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon[b-l0d9a10pg6] {
        color: #605bff;
    }

        .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon:hover[b-l0d9a10pg6] {
            color: #A19DFF !important;
        }

.ant-steps[b-l0d9a10pg6] {
    width: fit-content;
    font-weight: bold;
}

    .ant-steps .ant-steps-item[b-l0d9a10pg6] {
        cursor: pointer;
    }

        .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-tail[b-l0d9a10pg6] {
            padding-left: 6px;
            padding-right: 6px;
        }

        .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-icon[b-l0d9a10pg6] {
            font-weight: bold;
            z-index: 1;
            position: relative;
        }

            .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon[b-l0d9a10pg6] {
                top: -1px;
            }

        .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title[b-l0d9a10pg6] {
            color: #605bff;
        }

        .ant-steps .ant-steps-item.ant-steps-item-disabled[b-l0d9a10pg6] {
            cursor: not-allowed;
        }

        .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon[b-l0d9a10pg6] {
            width: 12px;
            height: 12px;
            background-color: #605bff;
            margin-top: 6px;
            margin-left: 52px;
        }

            .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon[b-l0d9a10pg6] {
                display: none;
            }

        .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-content[b-l0d9a10pg6] {
            margin-top: 14px;
        }

            .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-content .ant-steps-item-title[b-l0d9a10pg6] {
                color: #A29FF2;
            }

        .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon[b-l0d9a10pg6] {
            width: 12px;
            height: 12px;
            background-color: #B9B9B9;
            border-color: #B9B9B9;
            margin-top: 6px;
            margin-left: 52px;
        }

            .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon[b-l0d9a10pg6] {
                display: none;
            }

        .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-content[b-l0d9a10pg6] {
            margin-top: 14px;
        }

            .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-content .ant-steps-item-title[b-l0d9a10pg6] {
                color: #B9B9B9;
            }
/* /Pages/ResetPassword/ResetPasswordPage.razor.rz.scp.css */
.rp-card-body[b-s44z1clouz] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

.rp-card[b-s44z1clouz] {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 8px 10px -6px rgb(0 0 0 / 10%);
    width: 100%;
    max-width: 28rem;
    border: 1px solid #f3f4f6;
    padding: 2rem;
}

.logo-container[b-s44z1clouz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .logo-container img[b-s44z1clouz] {
        width: 96px;
        height: 96px;
        object-fit: contain;
    }

.signup-card-heading[b-s44z1clouz] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin: 0 0 1rem;
}

.su-verify-desc[b-s44z1clouz] {
    font-size: 0.875rem;
    color: #6b7280;
    text-align: center;
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

.su-field[b-s44z1clouz] {
    display: flex;
    flex-direction: column;
}

.su-label[b-s44z1clouz] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.375rem;
}

.su-input[b-s44z1clouz] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #111827;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s;
}

.su-input:focus[b-s44z1clouz] {
    border-color: #605BFF;
    box-shadow: 0 0 0 3px rgb(96 91 255 / 15%);
}

.su-btn[b-s44z1clouz] {
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: #605BFF;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 1.25rem;
}

.su-btn:hover:not(:disabled)[b-s44z1clouz] {
    background-color: #4f46e5;
}

.su-btn:disabled[b-s44z1clouz] {
    opacity: 0.5;
    cursor: not-allowed;
}

.su-password-wrapper[b-s44z1clouz] {
    position: relative;
    margin-bottom: 1rem;
}

.su-eye-btn[b-s44z1clouz] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
    display: flex;
    align-items: center;
    padding: 0;
    transition: color 0.2s;
}

.su-eye-btn:hover[b-s44z1clouz] {
    color: #374151;
}

.su-password-error[b-s44z1clouz] {
    font-size: 0.75rem;
    color: #ef4444;
    margin-top: 0.375rem;
}

.rp-back-link[b-s44z1clouz] {
    text-align: center;
    margin-top: 1rem;
}

.rp-back-link a[b-s44z1clouz] {
    color: #605BFF;
    font-size: 0.875rem;
    text-decoration: none;
    font-weight: 500;
}

.rp-back-link a:hover[b-s44z1clouz] {
    text-decoration: underline;
}
/* /Pages/Signup/SignUp.razor.rz.scp.css */
.signup-information-container[b-gh9yyhrrb7] {
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.signup-information-steps[b-gh9yyhrrb7] {
    height: 20%;
    width: 70%;
    display: flex;
    justify-content: center;
}

.signup-information-steps-container[b-gh9yyhrrb7] {
    display: flex;
    justify-content: center;
}

/* ============================================================
   Sign-Up Card
   ============================================================ */
.signup-card-body[b-gh9yyhrrb7] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1rem;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

.signup-card[b-gh9yyhrrb7] {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 28rem;
    border: 1px solid #f3f4f6;
    padding: 2rem;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.logo-container[b-gh9yyhrrb7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.logo-container img[b-gh9yyhrrb7] {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.signup-card-description[b-gh9yyhrrb7] {
    text-align: center;
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.5;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.free-badge[b-gh9yyhrrb7] {
    display: inline-block;
    background-color: #FF8E1C;
    color: #ffffff;
    font-weight: 700;
    padding: 0.125rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
}

/* ---- Form elements (native HTML, no AntDesign) ---- */

[b-gh9yyhrrb7] .signup-card-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin: 0 0 2rem 0;
}

[b-gh9yyhrrb7] .su-field {
    display: flex;
    flex-direction: column;
}

[b-gh9yyhrrb7] .su-field-gap {
    margin-top: 2rem;
}

[b-gh9yyhrrb7] .su-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.5rem;
}

[b-gh9yyhrrb7] .su-optional {
    font-weight: 400;
    color: #9ca3af;
    font-size: 0.8rem;
}

[b-gh9yyhrrb7] .su-input {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    color: #111827;
    background: #ffffff;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
    box-sizing: border-box;
}

[b-gh9yyhrrb7] .su-input:focus {
    border-color: #605BFF;
    box-shadow: 0 0 0 2px rgba(96, 91, 255, 0.2);
}

[b-gh9yyhrrb7] .su-input::placeholder {
    color: #9ca3af;
}

/* Continue button */
[b-gh9yyhrrb7] .su-btn {
    display: block;
    width: 100%;
    margin-top: 2.5rem;
    padding: 0.5rem 1rem;
    background-color: #605BFF;
    color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
}

[b-gh9yyhrrb7] .su-btn:hover:not(:disabled) {
    background-color: #5449E6;
    transform: scale(1.02);
}

[b-gh9yyhrrb7] .su-btn:disabled {
    background-color: #d1d5db;
    cursor: not-allowed;
    transform: none;
}

/* Turnstile */
[b-gh9yyhrrb7] .turnstile-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
}

/* Terms & sign-in */
[b-gh9yyhrrb7] .signup-terms {
    text-align: center;
    margin-top: 2rem;
}

[b-gh9yyhrrb7] .signup-terms p {
    margin: 0 0 0.5rem 0;
}

[b-gh9yyhrrb7] .signup-terms .terms-line {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.5;
}

[b-gh9yyhrrb7] .signup-terms .signin-line {
    font-size: 0.875rem;
    color: #4b5563;
}

[b-gh9yyhrrb7] .signup-terms a {
    color: #605BFF;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

[b-gh9yyhrrb7] .signup-terms a:hover {
    color: #5449E6;
}

/* ---- Email Verification step ---- */

[b-gh9yyhrrb7] .su-verify-desc {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.5;
}

[b-gh9yyhrrb7] .su-email-highlight {
    color: #605BFF;
    font-weight: 500;
}

[b-gh9yyhrrb7] .su-code-input {
    text-align: center;
    letter-spacing: 0.5rem;
    font-size: 1.25rem;
}

[b-gh9yyhrrb7] .su-resend {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
}

[b-gh9yyhrrb7] .su-resend-btn {
    background: none;
    border: none;
    color: #605BFF;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
}

[b-gh9yyhrrb7] .su-resend-btn:hover:not(:disabled) {
    color: #5449E6;
    text-decoration: underline;
}

[b-gh9yyhrrb7] .su-resend-btn:disabled {
    color: #9ca3af;
    cursor: not-allowed;
}

/* ---- GettingStarted step ---- */

[b-gh9yyhrrb7] .su-input-disabled {
    background-color: #f9fafb;
    color: #6b7280;
    cursor: not-allowed;
}

[b-gh9yyhrrb7] .su-phone-row {
    display: flex;
    gap: 0.5rem;
}

[b-gh9yyhrrb7] .su-select-wrapper {
    position: relative;
    flex-shrink: 0;
}

[b-gh9yyhrrb7] .su-select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 2rem;
    cursor: pointer;
    width: auto;
    min-width: 7rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.625rem center;
}

[b-gh9yyhrrb7] .su-phone-input {
    flex: 1;
    min-width: 0;
}

[b-gh9yyhrrb7] .su-check {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
}

[b-gh9yyhrrb7] .su-check-gap {
    margin-top: 2rem;
}

[b-gh9yyhrrb7] .su-check input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    margin-top: 0.125rem;
    accent-color: #605BFF;
    flex-shrink: 0;
    cursor: pointer;
}

[b-gh9yyhrrb7] .su-check-label {
    font-size: 0.75rem;
    color: #374151;
    line-height: 1.5;
    cursor: pointer;
}

[b-gh9yyhrrb7] .su-check-label a {
    color: #605BFF;
    font-weight: 600;
    text-decoration: none;
}

[b-gh9yyhrrb7] .su-check-label a:hover {
    color: #5449E6;
    text-decoration: underline;
}

[b-gh9yyhrrb7] .su-error-hint {
    font-size: 0.75rem;
    color: #ef4444;
    margin: 0.25rem 0 0 1.625rem;
}

/* ---- Password step ---- */

[b-gh9yyhrrb7] .su-password-wrapper {
    position: relative;
}

[b-gh9yyhrrb7] .su-eye-btn {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
    display: flex;
    align-items: center;
    padding: 0;
    transition: color 0.2s;
}

[b-gh9yyhrrb7] .su-eye-btn:hover {
    color: #374151;
}

[b-gh9yyhrrb7] .su-password-error {
    font-size: 0.75rem;
    color: #ef4444;
    margin-top: 0.375rem;
}

/* ============================================================
   Responsive Media Queries
   ============================================================ */

/* For tablets and smaller devices */
@media (max-height: 800px) {
    .signup-card-body[b-gh9yyhrrb7] {
        align-items: flex-start;
        padding-top: 2rem;
    }
    
    .signup-card[b-gh9yyhrrb7] {
        margin-top: auto;
        margin-bottom: auto;
    }
}

/* For small screens */
@media (max-width: 480px) {
    .signup-card[b-gh9yyhrrb7] {
        padding: 1.5rem;
        border-radius: 0.75rem;
    }
    
    .logo-container img[b-gh9yyhrrb7] {
        width: 64px;
        height: 64px;
    }
    
    .signup-card-body[b-gh9yyhrrb7] {
        padding: 0.5rem;
    }
}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-2nzi9mav7p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2nzi9mav7p] {
    flex: 1;
}

.sidebar[b-2nzi9mav7p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2nzi9mav7p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2nzi9mav7p]  a, .top-row[b-2nzi9mav7p]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2nzi9mav7p]  a:hover, .top-row[b-2nzi9mav7p]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2nzi9mav7p]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2nzi9mav7p] {
        display: none;
    }

    .top-row.auth[b-2nzi9mav7p] {
        justify-content: space-between;
    }

    .top-row[b-2nzi9mav7p]  a, .top-row[b-2nzi9mav7p]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2nzi9mav7p] {
        flex-direction: row;
    }

    .sidebar[b-2nzi9mav7p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2nzi9mav7p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2nzi9mav7p]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2nzi9mav7p], article[b-2nzi9mav7p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
