/* /Common/AccordionItem.razor.rz.scp.css */
.accordion-item[b-js1hduedo6] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden; /* Ensures child borders don't poke out */
}

.accordion-header[b-js1hduedo6] {
    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-js1hduedo6]:before {
    content: "▼";
    float: right;
    font-size: 12px;
}

.expanded .expand-icon[b-js1hduedo6]:before {
    content: "▲";
    font-size: 12px;
}

    .accordion-header:hover[b-js1hduedo6] {
        background-color: #f9f9f9;
    }

.accordion-content[b-js1hduedo6] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #e0e0e0;
    background-color: #ffffff;
}

/* --- Styles for Main Section Accordion --- */
.accordion-item.main-section[b-js1hduedo6] {
    border: none;
    color: black;
    border: 1px solid lightgrey;
}

    .accordion-item.main-section .accordion-header[b-js1hduedo6] {
        font-size: 1.1rem;
        color: #605bff;
    }

    .accordion-item.main-section .accordion-content[b-js1hduedo6] {
        padding: 1.5rem;
        color: #333;
        border-top: none;
    }

/* --- Styles for Sub-Section Accordion --- */
.accordion-item.sub-section[b-js1hduedo6] {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

    .accordion-item.sub-section .accordion-header[b-js1hduedo6] {
        font-weight: 600;
        color: #495057;
    }

        .accordion-item.sub-section .accordion-header:hover[b-js1hduedo6] {
            background-color: #f8f9fa;
        }

    .accordion-item.sub-section .accordion-content[b-js1hduedo6] {
        background-color: #ffffff;
        padding-top: 1.5rem;
    }
/* /Common/AddFeedbackModal.razor.rz.scp.css */
.custom-modal-footer button[b-39a7ok24dv]{
  height: 10px;
}

.ant-radio-input[b-39a7ok24dv] {
  background-color: red !important;
  opacity: 0 !important;
}

.radio-container input[b-39a7ok24dv] {
  opacity: 0 !important;
}
/* /Common/SelectComponents/CompanyMultiSourceDropdown.razor.rz.scp.css */
.create-company-text[b-swv84vcntt] {
    display: inline;
}

@media (max-width: 570px) {
    .create-company-text[b-swv84vcntt] {
        display: none;
    }
}
/* /Common/SelectComponents/DealMultiSourceDropdown.razor.rz.scp.css */
/* /Common/SelectComponents/MultipleContactsMultiSourceDropdown.razor.rz.scp.css */
/* /Common/SelectComponents/SingleContactMultiSourceDropdown.razor.rz.scp.css */
/* /Modals/CustomerTransaction/ShowMoreDialog.razor.rz.scp.css */
.popup-content[b-cy6an75z9l] {
    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-oad8v6n0mp] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.input-file-container[b-oad8v6n0mp] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.drop-zone[b-oad8v6n0mp] {
    padding: 20px;
}

    .drop-zone.hover[b-oad8v6n0mp] {
        border-style: solid;
    }

.upload-container[b-oad8v6n0mp] {
    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-oad8v6n0mp] {
    font-size: 42px;
    margin-right: 16px;
}

.alert-wrapper[b-oad8v6n0mp] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #f7f7fb;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.icon-button[b-oad8v6n0mp] {
    font-weight: bold;
}

    .icon-button img[b-oad8v6n0mp] {
        height: 24px;
        width: 24px;
        margin-right: 4px;
    }

.icon-buttons-container[b-oad8v6n0mp] {
    display: inline-flex;
}
/* /Modals/QuickInfo/CompanyInfoPopUp.razor.rz.scp.css */
.company-component-wrapper[b-t6n8l3y8dm] {
    /*border: solid 0.5px #D9D9D9;*/
    margin-bottom: 7px;
    text-align: left;
}

.company-column[b-t6n8l3y8dm] {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.company-avatar[b-t6n8l3y8dm] {
    display: flex;
    justify-content: space-between;
}

    .company-avatar .item[b-t6n8l3y8dm] {
        padding: 10px;
    }

.company-content[b-t6n8l3y8dm] {
    text-align: left;
}

.company-fullname[b-t6n8l3y8dm] {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1E193E;
    text-align: left;
}

.company-extra[b-t6n8l3y8dm] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: left;
    justify-content: flex-end;
}

.edit-icon:hover[b-t6n8l3y8dm] {
    cursor: pointer;
    text-align: left;
}

.company-website[b-t6n8l3y8dm] {
    display: flex;
    flex-direction: row;
    margin: 3px 0 3px 10px;
    align-items: baseline;
    text-align: left;
}

.company-website-link[b-t6n8l3y8dm] {
    font-size: 16px;
    font-weight: 500;
    color: #605BFF;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.company-website-copy[b-t6n8l3y8dm] {
    margin: -5px 0 0 7px;
    text-align: left;
}

    .company-website-copy:hover[b-t6n8l3y8dm] {
        cursor: pointer;
        text-align: left;
    }

.company-social-icons[b-t6n8l3y8dm] {
    display: flex;
    flex-direction: row;
    margin: 10px 0 5px 10px;
    text-align: left;
}

.company-prop[b-t6n8l3y8dm] {
    display: flex;
    flex-direction: column;
    margin: 8px 0 0 10px;
    text-align: left;
}

.company-prop-name[b-t6n8l3y8dm] {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    text-align: left;
}

.company-prop-value[b-t6n8l3y8dm] {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #1E193E;
    text-align: left;
}

.company-action[b-t6n8l3y8dm] {
    display: flex;
    flex-direction: column;
    margin-right: 26px;
    margin-top: 5px;
    text-align: left;
}

.company-actions[b-t6n8l3y8dm] {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.company-action:hover[b-t6n8l3y8dm] {
    cursor: pointer;
    text-align: left;
}

.company-action-icon[b-t6n8l3y8dm] {
    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-t6n8l3y8dm] {
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: #1E193E;
    text-align: left;
}

.disabled-link[b-t6n8l3y8dm] {
    pointer-events: none;
    text-align: left;
}

.contact-action-disabled[b-t6n8l3y8dm] {
    display: flex;
    flex-direction: column;
    margin-right: 26px;
    margin-top: 5px;
    text-align: left;
}

    .contact-action-disabled:hover[b-t6n8l3y8dm] {
        cursor: not-allowed;
        text-align: left;
    }

.contact-component-wrapper[b-t6n8l3y8dm] {
    /*border: solid 0.5px #D9D9D9;*/
    text-align: left;
}

.contact-column[b-t6n8l3y8dm] {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.contact-avatar[b-t6n8l3y8dm] {
    width: 60px;
    height: 60px;
    text-align: left;
    margin-bottom: 10px;
}

.contact-layout[b-t6n8l3y8dm] {
    margin: 0 0 0 10px;
    text-align: left;
}

.contact-fullname[b-t6n8l3y8dm] {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.company-name[b-t6n8l3y8dm] {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}

.contact-email[b-t6n8l3y8dm] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin: 3px 0 0 0;
    text-align: left;
}

.contact-email-link[b-t6n8l3y8dm] {
    font-size: 14px;
    font-weight: 500;
    color: #1E193E;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.contact-email-copy[b-t6n8l3y8dm] {
    margin: -5px 0 0 5px;
    text-align: left;
}

    .contact-email-copy:hover[b-t6n8l3y8dm] {
        cursor: pointer;
        text-align: left;
    }

.contact-prop[b-t6n8l3y8dm] {
    display: flex;
    flex-direction: column;
    margin: 3px 0 0 0;
    text-align: left;
}

.contact-prop-name[b-t6n8l3y8dm] {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

.contact-prop-value[b-t6n8l3y8dm] {
    color: #1E193E;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.view-all[b-t6n8l3y8dm] {
    font-size: 14px;
    font-weight: 500;
    color: #605BFF;
    margin: 17px 0 0 10px;
    text-align: left;
}

    .view-all:hover[b-t6n8l3y8dm] {
        cursor: pointer;
        text-align: left;
    }

.contact[b-t6n8l3y8dm] {
    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-t6n8l3y8dm] {
    cursor: pointer;
    text-align: left;
}

.ant-card-body[b-t6n8l3y8dm] {
    padding: 0px !important;
    text-align: left;
}

.ant-modal-body[b-t6n8l3y8dm] {
    padding: 0px !important;
    text-align: left;
}
/* /Modals/SaleQuestion/SaveSalesQuestionModal.razor.rz.scp.css */
.category-name[b-kkkm4s3yta]:first-letter {
    color: #605BFF !important;
    font-weight: bold;
}

.answers[b-kkkm4s3yta] {
    margin-top: 30px;
}

.answer[b-kkkm4s3yta] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.answer-order[b-kkkm4s3yta] {
    padding: 6px 5px;
    width: 30px;
}

.answer-input[b-kkkm4s3yta] {
    height: 40px;
    border: solid 1px #dedede;
    border-radius: 4px;
    flex-grow: 1;
    padding: 5px 10px;
}

.buttons[b-kkkm4s3yta] {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
/* /Modals/SalesforceCrmDataImport/CrmCompanyDataImport.razor.rz.scp.css */
.header-container[b-488eepmpxg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.header[b-488eepmpxg] {
    width: 600px;
}

    .header h2[b-488eepmpxg] {
        font-weight: 700;
        font-size: 24px;
        margin-right: 20px;
    }

.filter-container[b-488eepmpxg] {
    display: flex;
    align-items: center;
}

.filter-label[b-488eepmpxg] {
    font-weight: 700;
    white-space: nowrap;
    margin-right: 10px;
}

.filter-input[b-488eepmpxg] {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.filter-button[b-488eepmpxg] {
    margin-right: 10px;
}

.container[b-488eepmpxg] {
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
}

.textbox[b-488eepmpxg] {
    border: none;
    width: 200px;
    padding: 8px;
    flex-grow: 1;
    border-radius: 4px 0 0 4px;
    height: 36px;
}

.ant-input[b-488eepmpxg] {
    border: none;
    border-radius: 4px 0 0 4px;
    height: 36px;
}

.dropdown-box[b-488eepmpxg] {
    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-488eepmpxg] {
    background-color: white;
    border: none;
    width: 100px;
    padding-left: 5px;
    border-spacing: 0px;
}

.modal-footer[b-488eepmpxg] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.modal-button[b-488eepmpxg] {
    margin-left: 10px;
}

.ant-table-content[b-488eepmpxg] {
    max-height: 550px;
    overflow-y: auto;
}

.ant-table-tbody > tr > td[b-488eepmpxg] {
    padding: 5px !important;
}

.ant-table-thead > tr > th[b-488eepmpxg] {
    padding-left: 0px !important;
}

.ant-pagination[b-488eepmpxg] {
    margin-top: 10px !important;
}

.pagination-container[b-488eepmpxg] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}

.total-items[b-488eepmpxg] {
    margin-left: auto;
    font-weight: 700;
}
/* /Modals/SalesforceCrmDataImport/CrmContactDataImport.razor.rz.scp.css */
.header-container[b-s0jsuv4aqx] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.header[b-s0jsuv4aqx] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
}

    .header h2[b-s0jsuv4aqx] {
        font-weight: 700;
        font-size: 24px;
        white-space: normal;
    }

.header-title[b-s0jsuv4aqx] {
    font-weight: 700;
    font-size: 24px;
    white-space: normal;
}

.close-button[b-s0jsuv4aqx] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
}

    .close-button .anticon[b-s0jsuv4aqx] {
        font-size: 50px;
    }



.filter-container[b-s0jsuv4aqx] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.filter-group[b-s0jsuv4aqx] {
    display: inline-flex;
    padding: 10px;
    margin: 0.2rem 0.2rem 0 0;
    border-radius: 5px;
    flex-wrap: wrap;
}

.filter-label[b-s0jsuv4aqx] {
    border-bottom: none;
    margin-bottom: 8px;
}

.filter-input[b-s0jsuv4aqx] {
    display: flex;
    align-items: center;
    margin-right: 10px;
    flex: 1 1 auto;
}

.button-group[b-s0jsuv4aqx] {
    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-s0jsuv4aqx] {
    width: 100%;
}

.btn[b-s0jsuv4aqx] {
    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-s0jsuv4aqx] {
    border: 1px solid #FF8E28;
    background-color: white;
    color: #FF8E28;
    padding: 3px;
}

.btn-add[b-s0jsuv4aqx] {
    background-color: white;
    border: 1px solid #605BFF;
    color: #605BFF;
    padding: 3px;
}

.btn-remove[b-s0jsuv4aqx] {
    background-color: white;
    border: 1px solid #f28b82;
    color: #b71c1c;
    padding: 3px;
}

.btn-primary[b-s0jsuv4aqx] {
    background-color: #605BFF;
    color: white;
}

.btn-secondary[b-s0jsuv4aqx] {
    background-color: white;
    border: 1px solid #605BFF;
    color: #605BFF;
}

.btn:hover[b-s0jsuv4aqx] {
    opacity: 0.9;
}

.container[b-s0jsuv4aqx] {
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
}

.textbox[b-s0jsuv4aqx] {
    border: none;
    padding: 8px;
    height: 36px;
    border-radius: 4px;
}

.ant-input[b-s0jsuv4aqx] {
    border: none;
    border-radius: 4px 0 0 4px;
    height: 36px;
}

.dropdown-box[b-s0jsuv4aqx] {
    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-s0jsuv4aqx] {
    background-color: white;
    border: none;
    width: 100px;
    padding-left: 5px;
    border-spacing: 0px;
}

.modal-footer[b-s0jsuv4aqx] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .modal-footer > .cancel-button[b-s0jsuv4aqx] {
        flex-grow: 1;
        flex-shrink: 1;
    }

    .modal-footer > .action-buttons[b-s0jsuv4aqx] {
        display: flex;
        gap: 10px;
    }

        .modal-footer > .action-buttons > *[b-s0jsuv4aqx] {
            flex-grow: 1;
            flex-shrink: 1;
        }

.custom-table-crm[b-s0jsuv4aqx] {
    max-height: 550px;
    overflow-y: auto;
}

    .custom-table-crm .ant-table > table > .ant-table-tbody > tr > td[b-s0jsuv4aqx] {
        padding: 25px !important;
    }

.pagination-container[b-s0jsuv4aqx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.ant-table-tbody > tr > td[b-s0jsuv4aqx] {
    padding: 25px !important;
}

.total-items[b-s0jsuv4aqx] {
    margin-right: auto;
    font-weight: 700;
}

@media(min-width: 1200px) {
    .filter-group[b-s0jsuv4aqx] {
        flex-direction: row;
        width: fit-content;
    }
}

@media (min-width: 961px) and (max-width: 1199px) {
    .filter-container[b-s0jsuv4aqx] {
        flex-direction: row;
    }

    .filter-input[b-s0jsuv4aqx] {
        flex: 1 1 auto;
    }

    .filter-group[b-s0jsuv4aqx] {
        flex-direction: row;
        width: 50%;
    }
}


@media (max-width: 960px) {
    .header-container[b-s0jsuv4aqx] {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .filter-container[b-s0jsuv4aqx] {
        flex-flow: wrap;
        align-items: flex-end;
    }


    .button-group[b-s0jsuv4aqx] {
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        margin-left: 0;
    }

    .btn[b-s0jsuv4aqx] {
        width: 100%;
    }

    .filter-button[b-s0jsuv4aqx] {
        width: 50%;
        max-width: none;
        margin: 0 5px 0 5px;
    }

    .filter-input[b-s0jsuv4aqx] {
        flex-direction: column;
    }

    .filter-group[b-s0jsuv4aqx] {
        width: 100%;
        flex-direction: column;
    }
}
@media (max-width: 570px) {
    .modal-footer[b-s0jsuv4aqx] {
        flex-direction: column-reverse;
        align-items: stretch;
    }

        .modal-footer > .cancel-button[b-s0jsuv4aqx] {
            width: 100%;
            margin-top: 10px;
        }

        .modal-footer > .action-buttons[b-s0jsuv4aqx] {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            .modal-footer > .action-buttons > *[b-s0jsuv4aqx] {
                width: 100%;
            }
}


/* /Modals/SalesforceCrmDataImport/CrmDealDataImport.razor.rz.scp.css */
.header-container[b-3mbx0tkw1a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.header[b-3mbx0tkw1a] {
    width: 300px;
}

    .header h2[b-3mbx0tkw1a] {
        font-weight: 700;
        font-size: 24px;
        margin-right: 20px;
    }

.filter-container[b-3mbx0tkw1a] {
    display: flex;
    align-items: center;
}

.filter-label[b-3mbx0tkw1a] {
    font-weight: 700;
    white-space: nowrap;
    margin-right: 10px;
}

.filter-input[b-3mbx0tkw1a] {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.filter-button[b-3mbx0tkw1a] {
    margin-right: 10px;
}

.container[b-3mbx0tkw1a] {
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
}

.textbox[b-3mbx0tkw1a] {
    border: none;
    width: 200px; 
    padding: 8px;
    flex-grow: 1;
    border-radius: 4px 0 0 4px;
    height: 36px;
}

.ant-input[b-3mbx0tkw1a] {
    border: none;
    border-radius: 4px 0 0 4px;
    height: 36px;
}

.dropdown-box[b-3mbx0tkw1a] {
    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-3mbx0tkw1a] {
    background-color: white;
    border: none;
    width: 100px;
    padding-left: 5px;
    border-spacing: 0px;
}

.modal-footer[b-3mbx0tkw1a] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.modal-button[b-3mbx0tkw1a] {
    margin-left: 10px;
}

.ant-table-content[b-3mbx0tkw1a] {
    max-height: 550px;
    overflow-y: auto;
}

.ant-table-tbody > tr > td[b-3mbx0tkw1a] {
    padding: 5px !important;
}

.ant-table-thead > tr > th[b-3mbx0tkw1a] {
    padding-left: 0px !important;
}

.ant-pagination[b-3mbx0tkw1a] {
    margin-top: 10px !important;
}

.pagination-container[b-3mbx0tkw1a] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}

.total-items[b-3mbx0tkw1a] {
    margin-left: auto;
    font-weight: 700;
}
/* /Pages/Admin/AdminCustomerTransactions.razor.rz.scp.css */

.form-row[b-zk3oynb2ve] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px; 
}

.custom-button[b-zk3oynb2ve] {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    align-self: center;
}

    .custom-button:hover[b-zk3oynb2ve] {
        background-color: #0056b3;
    }
/* /Pages/Admin/AdminProfilePage.razor.rz.scp.css */
/* /Pages/Admin/Billing/BillingPage.razor.rz.scp.css */
/* /Pages/Companies/CompaniesPage.razor.rz.scp.css */
.header-column[b-4kwottwkxf] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-row[b-4kwottwkxf] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.filter-row[b-4kwottwkxf] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-item:hover[b-4kwottwkxf] {
    color: blue;
}

.filter-text[b-4kwottwkxf] {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.total-page[b-4kwottwkxf] {
    margin-left:20px;
}

.ant-select-selector[b-4kwottwkxf] {
    margin: 8px;
}
/* /Pages/Companies/Detail/CompanyDetailActivity.razor.rz.scp.css */
.page[b-y5d1ee3lia] {
    width: calc(100% - 10px);
    height: 415px;
}

.add-row[b-y5d1ee3lia] {
    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-y5d1ee3lia] {
    box-sizing: border-box;
    width: 100%;
    height: 316px;
}
/* /Pages/Companies/Detail/CompanyDetailCompany.razor.rz.scp.css */
.company-column[b-3xg6lo0t83] {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.company-row[b-3xg6lo0t83] {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    margin-top: 10px;
}

.company-avatar[b-3xg6lo0t83] {
/*    margin-left: 10px;*/
    width: 60px;
    height: 60px;
}

.company-fullname[b-3xg6lo0t83] {
/*    margin-left: 10px;*/
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1E193E;
}

.contact-component-wrapper[b-3xg6lo0t83] {
    border: solid 0.5px #D9D9D9;
    padding: 9px;
}

.contact-avatar[b-3xg6lo0t83] {
    /*    margin-left: 10px;*/
    width: 60px;
    height: 60px;
}

.contact-extra[b-3xg6lo0t83] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: end;
    justify-content: flex-end;
}

.company-extra[b-3xg6lo0t83] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: end;
    justify-content: flex-end;
}

.edit-icon:hover[b-3xg6lo0t83] {
    cursor: pointer;
}

.company-website[b-3xg6lo0t83] {
    display: flex;
    flex-direction: row;
/*    margin: 3px 0 3px 10px;*/
    align-items: baseline;
}

.company-website-link[b-3xg6lo0t83] {
    font-size: 16px;
    font-weight: 500;
    color: #605BFF;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.company-website-copy[b-3xg6lo0t83] {
    margin: -5px 0 0 7px;
}

    .company-website-copy:hover[b-3xg6lo0t83] {
        cursor: pointer;
    }

.company-social-icons[b-3xg6lo0t83] {
    display: flex;
    flex-direction: row;
/*    margin: 10px 0 5px 15px;*/
}

.company-prop[b-3xg6lo0t83] {
    display: flex;
    flex-direction: column;
/*    margin: 8px 0 0 10px;*/
}

.company-prop-name[b-3xg6lo0t83] {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
}

.company-prop-value[b-3xg6lo0t83] {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #1E193E;
}

.company-action[b-3xg6lo0t83] {
    display: flex;
    flex-direction: column;
    margin-right: 26px;
    margin-top: 5px;
}

.company-actions[b-3xg6lo0t83] {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.company-action:hover[b-3xg6lo0t83] {
    cursor: pointer;
}

.company-action-icon[b-3xg6lo0t83] {
    width: 42px;
    height: 42px;
    border: solid 1px #605BFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-action-name[b-3xg6lo0t83] {
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: #1E193E;
}

.disabled-link[b-3xg6lo0t83] {
    pointer-events: none;
}

.contact-action-disabled[b-3xg6lo0t83] {
    display: flex;
    flex-direction: column;
    margin-right: 26px;
    margin-top: 5px;
}

    .contact-action-disabled:hover[b-3xg6lo0t83] {
        cursor: not-allowed;
    }
/* /Pages/Companies/Detail/CompanyDetailContact.razor.rz.scp.css */
.contact-component-wrapper[b-bq0mpore4n] {
    margin: 7px 10px 5px 15px;
    border: solid 0.5px #D9D9D9;
    padding: 0 0 10px 0;
}

.contact-column[b-bq0mpore4n] {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.contact-row[b-bq0mpore4n] {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
}

.contact-header-desc[b-bq0mpore4n] {
    font-size: 14px;
    font-weight: bold;
    color: #1E193E;
    margin: 0 0 0 10px;
}

.company-extra[b-bq0mpore4n] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: end;
    justify-content: flex-end;
}

.add-sign:hover[b-bq0mpore4n] {
    cursor:pointer;
}

.company-avatar[b-bq0mpore4n] {
    margin: 0 10px 0 0;
}

.contact-layout[b-bq0mpore4n] {
    margin: 0 0 0 10px;
}

.contact-fullname[b-bq0mpore4n] {
    font-size: 14px;
    font-weight: bold;
}

.company-name[b-bq0mpore4n] {
    font-size: 12px;
    font-weight: 500;    
}

.contact-email[b-bq0mpore4n] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin: 3px 0 0 0;
}

.contact-email-link[b-bq0mpore4n] {
    font-size: 14px;
    font-weight: 500;
    color: #1E193E;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.contact-email-copy[b-bq0mpore4n] {
    margin: -5px 0 0 5px;
}

.contact-email-copy:hover[b-bq0mpore4n] {
    cursor: pointer;
}

.contact-prop[b-bq0mpore4n] {
    display: flex;
    flex-direction: column;
    margin: 3px 0 0 0;
}

.contact-prop-name[b-bq0mpore4n] {
    font-size: 12px;
    font-weight: 400;
}

.contact-prop-value[b-bq0mpore4n] {
    color: #1E193E;
    font-size: 14px;
    font-weight: 500;
}

.view-all[b-bq0mpore4n] {
    font-size: 14px;
    font-weight: 500;
    color: #605BFF;
    margin: 17px 0 0 10px
}

.view-all:hover[b-bq0mpore4n] {
    cursor:pointer;
}
/* /Pages/Companies/Detail/CompanyDetailDeals.razor.rz.scp.css */
.deals-component-wrapper[b-seas6eb1zf] {
    margin: 10px 10px 5px 15px;
    border: solid 0.5px #D9D9D9;
    height: 200px;
}

.deals-header[b-seas6eb1zf] {
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
}

.deals-extra[b-seas6eb1zf] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: end;
    justify-content: flex-end;
}

.deals-desc[b-seas6eb1zf] {
    font-size: 12px;
    font-weight: 600;
    color: #1E193E;
    margin: 0 10px 0 10px;
}

.edit-icon:hover[b-seas6eb1zf] {
    cursor: pointer;
}

.add-activity:hover[b-seas6eb1zf] {
    cursor: pointer;
}

.deals-table th[b-seas6eb1zf] {
    font-size: 12px;
}

.deals-table td[b-seas6eb1zf] {
    font-size: 12px;
}

.attachments-icon[b-seas6eb1zf] {
    cursor: pointer;
    color: darkgrey;
}

    .attachments-icon:hover[b-seas6eb1zf] {
        color: #605bff;
    }

.attachments-container[b-seas6eb1zf] {
    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-seas6eb1zf] {
        background-color: #f0f0f0;
        border-bottom: 1px solid darkgrey;
        border-Top: 1px solid darkgrey;
    }

        .attachments-container:hover .attachments-container-right[b-seas6eb1zf] {
            display: flex !important;
        }

.attachments-container-right[b-seas6eb1zf] {
    display: none !important;
    position: absolute;
    right: 10px;
    padding-bottom: 5px;
}

table[b-seas6eb1zf] {
    width: 100%;
}

.table-wrapper[b-seas6eb1zf] {
    border: solid 0.5px #D9D9D9;
}

thead[b-seas6eb1zf] {
    width: 100%;
    height: 40px;
}

.tbody[b-seas6eb1zf] {
    width: 100%;
    height: 240px;
}

tr[b-seas6eb1zf] {
    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-seas6eb1zf] {
    background-color: #fff;
}


th[b-seas6eb1zf] {
    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-seas6eb1zf] {
    box-sizing: border-box;
    width: 33%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0 8px;
}

th[b-seas6eb1zf] {
    user-select: none;
}

    th:hover[b-seas6eb1zf] {
        background-color: #f0f0f0;
    }

.deals-table-rows td[b-seas6eb1zf] {
    position: relative;
}

    .deals-table-rows td[b-seas6eb1zf]:before {
        content: ' ';
        visibility: hidden;
    }

    .deals-table-rows td span[b-seas6eb1zf] {
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.last-row[b-seas6eb1zf] {
    border-bottom: none;
}
/* /Pages/Companies/Detail/CompanyDetailPage.razor.rz.scp.css */
.page-wrapper[b-8q1qk5vh2t] {
    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-8q1qk5vh2t] {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    display: flex;
    align-items: center;
}

.header[b-8q1qk5vh2t] {
    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-8q1qk5vh2t] {
    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-8q1qk5vh2t] {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 5;
}

.company[b-8q1qk5vh2t] {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    height: fit-content;
}

.deals[b-8q1qk5vh2t] {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-end: 5;
}

.history-table[b-8q1qk5vh2t] {
    margin-top: 5px;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 6;
    height: fit-content;
}

.loader[b-8q1qk5vh2t] {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 5;
}

.back-button[b-8q1qk5vh2t] {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #605BFF;
}

    .back-button:hover[b-8q1qk5vh2t] {
        cursor: pointer;
    }

    .back-button img[b-8q1qk5vh2t] {
        width: 20px;
        height: 20px;
    }

.company-detail-search[b-8q1qk5vh2t] {
    margin-left: 5px;
}

.company-det-chk-name[b-8q1qk5vh2t] {
    font-size: 11px;
    font-weight: 600;
    color: #1E193E;
}
/* /Pages/Companies/Detail/CompanyDetailTabs.razor.rz.scp.css */
.page[b-onn7olxevf] {
    width: calc(100% - 10px);
}

.tab-pane-row[b-onn7olxevf] {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.option-box[b-onn7olxevf] {
    box-sizing: border-box;
    flex: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f6f8;
}

.option-box-active[b-onn7olxevf] {
    border: solid 0.5px #D9D9D9;
    background-color: #fff;
}

.add-data-row[b-onn7olxevf] {
    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-onn7olxevf] {
    box-sizing: border-box;
    width: 100%;
}

.pagination[b-onn7olxevf] {
    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-onn7olxevf] {
    display: flex;
}

.page-button[b-onn7olxevf] {
    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-onn7olxevf] {
        cursor: pointer;
    }

.page-button-active[b-onn7olxevf] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.table-wrapper[b-onn7olxevf] {
    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-4ks5ezofwt] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-4ks5ezofwt] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 711px;
}

thead[b-4ks5ezofwt] {
    width: 100%;
    height: 40px;
}

.tbody[b-4ks5ezofwt] {
    width: 100%;
    height: 240px;
}

tr[b-4ks5ezofwt] {
    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-4ks5ezofwt] {
    background-color: #fff;
}


th[b-4ks5ezofwt] {
    box-sizing: border-box;
    width: 19%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
}

.header-box-last[b-4ks5ezofwt] {
    box-sizing: border-box;
    width: 5%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 8px;
}

td[b-4ks5ezofwt] {
    box-sizing: border-box;
    width: 19%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-4ks5ezofwt] {
    box-sizing: border-box;
    width: 5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-4ks5ezofwt] {
    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-4ks5ezofwt] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-4ks5ezofwt] {
    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-4ks5ezofwt] {
    margin-left: -12px;
}

.page-button-container[b-4ks5ezofwt] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-4ks5ezofwt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-4ks5ezofwt] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-4ks5ezofwt] {
    color: blue;
}

th[b-4ks5ezofwt] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-4ks5ezofwt] {
        background-color: #f0f0f0;
    }

.last-row[b-4ks5ezofwt] {
    border-bottom: none;
}
/* /Pages/Companies/Detail/Components/TableActivityHistory.razor.rz.scp.css */
table[b-jp05dl7ne1] {
    width: 100%;
    height: 282px;
}

.table-wrapper[b-jp05dl7ne1] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
}

thead[b-jp05dl7ne1] {
    width: 100%;
    height: 40px;
}

.tbody[b-jp05dl7ne1] {
    width: 100%;
    height: 240px;
}

tr[b-jp05dl7ne1] {
    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-jp05dl7ne1] {
    background-color: #fff;
}


th[b-jp05dl7ne1] {
    box-sizing: border-box;
    width: 13.5%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-box-last[b-jp05dl7ne1] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 16px;
}

td[b-jp05dl7ne1] {
    box-sizing: border-box;
    width: 13.5%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-jp05dl7ne1] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-jp05dl7ne1] {
    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-jp05dl7ne1] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-jp05dl7ne1] {
    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-jp05dl7ne1] {
    margin-left: -12px;
}

.page-button-container[b-jp05dl7ne1] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-jp05dl7ne1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-jp05dl7ne1] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-jp05dl7ne1] {
    color: blue;
}

th[b-jp05dl7ne1] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-jp05dl7ne1] {
        background-color: #f0f0f0;
    }

.last-row[b-jp05dl7ne1] {
    border-bottom: none;
}
/* /Pages/Companies/Detail/Components/TableDeals.razor.rz.scp.css */
table[b-6p1y3kqpth] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-6p1y3kqpth] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 681px;
}

thead[b-6p1y3kqpth] {
    width: 100%;
    height: 40px;
}

.tbody[b-6p1y3kqpth] {
    width: 100%;
    height: 240px;
}

tr[b-6p1y3kqpth] {
    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-6p1y3kqpth] {
    background-color: #fff;
}

th[b-6p1y3kqpth] {
    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-6p1y3kqpth] {
    margin-left: auto;
    width: 3%;
}

td[b-6p1y3kqpth] {
    box-sizing: border-box;
    width: 14.3%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0 8px;
}

.row-box-last[b-6p1y3kqpth] {
    width: 3%;
    margin-left: auto;
    justify-content: center;
}

.page-button[b-6p1y3kqpth] {
    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-6p1y3kqpth] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-6p1y3kqpth] {
    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-6p1y3kqpth] {
    margin-left: -12px;
}

.page-button-container[b-6p1y3kqpth] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-6p1y3kqpth] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-6p1y3kqpth] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-6p1y3kqpth] {
    color: blue;
}

th[b-6p1y3kqpth] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-6p1y3kqpth] {
        background-color: #f0f0f0;
    }

.deals-table-rows td[b-6p1y3kqpth] {
    position: relative;
}

    .deals-table-rows td[b-6p1y3kqpth]:before {
        content: ' ';
        visibility: hidden;
    }

    .deals-table-rows td span[b-6p1y3kqpth] {
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.last-row[b-6p1y3kqpth] {
    border-bottom: none;
}
/* /Pages/Companies/Detail/Components/TableMeetings.razor.rz.scp.css */
table[b-j6tem39n93] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-j6tem39n93] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 711px;
}

thead[b-j6tem39n93] {
    width: 100%;
    height: 40px;
}

.tbody[b-j6tem39n93] {
    width: 100%;
    height: 240px;
}

tr[b-j6tem39n93] {
    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-j6tem39n93] {
    background-color: #fff;
}


th[b-j6tem39n93] {
    box-sizing: border-box;
    width: 19%;
    ;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
}

.header-box-last[b-j6tem39n93] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 8px;
}

td[b-j6tem39n93] {
    box-sizing: border-box;
    width: 16%;
    ;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-j6tem39n93] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-j6tem39n93] {
    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-j6tem39n93] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-j6tem39n93] {
    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-j6tem39n93] {
    margin-left: -12px;
}

.page-button-container[b-j6tem39n93] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-j6tem39n93] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-j6tem39n93] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-j6tem39n93] {
    color: blue;
}

th[b-j6tem39n93] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-j6tem39n93] {
        background-color: #f0f0f0;
    }

.last-row[b-j6tem39n93] {
    border-bottom: none;
}
/* /Pages/Companies/Detail/Components/TableTasks.razor.rz.scp.css */
table[b-70dreezbd9] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-70dreezbd9] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 681px;
}

thead[b-70dreezbd9] {
    width: 100%;
    height: 40px;
}

.tbody[b-70dreezbd9] {
    width: 100%;
    height: 240px;
}

tr[b-70dreezbd9] {
    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-70dreezbd9] {
    background-color: #fff;
}


th[b-70dreezbd9] {
    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-70dreezbd9] {
    box-sizing: border-box;
    width: 5.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
}

td[b-70dreezbd9] {
    box-sizing: border-box;
    width: 11.5%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-70dreezbd9] {
    box-sizing: border-box;
    width: 5.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-button[b-70dreezbd9] {
    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-70dreezbd9] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-70dreezbd9] {
    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-70dreezbd9] {
    margin-left: -12px;
}

.page-button-container[b-70dreezbd9] {
    display: flex;
    margin-right: -17px;
}

.ant-checkbox[b-70dreezbd9] {
    height: 12px;
    width: 12px;
}

.arrow-container[b-70dreezbd9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
    padding-right: 14px;
}

.arrow[b-70dreezbd9] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-70dreezbd9] {
    color: blue;
}

th[b-70dreezbd9] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-70dreezbd9] {
        background-color: #f0f0f0;
    }

.last-row[b-70dreezbd9] {
    border-bottom: none;
}
/* /Pages/Companies/HubSpotDetails/HubSpotCompanyDetails.razor.rz.scp.css */
.custom-button[b-ybtdo7kbga], .custom-button-primary[b-ybtdo7kbga] {
    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-ybtdo7kbga], .ant-dropdown-menu-submenu-title[b-ybtdo7kbga] {
    padding: 5px 11px;
}

@media (max-width: 960px) {
    .ant-table-cell[b-ybtdo7kbga],
    .ant-table-thead > tr > th[b-ybtdo7kbga],
    .ant-table-tbody > tr > td[b-ybtdo7kbga] {
        border-bottom: 1px solid #d4d4d4 !important;
    }

    .ant-table-row[b-ybtdo7kbga] {
        border-bottom: 1px solid #bdbdbd !important;
    }
}

th.ant-table-cell-fix-right:not(.ant-table-cell-scrollbar)[b-ybtdo7kbga] {
    right: @(scrollBarWidth)px !important;
}

.ellipsis-span[b-ybtdo7kbga] {
    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-qnryw7klwr] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-qnryw7klwr] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 711px;
}

thead[b-qnryw7klwr] {
    width: 100%;
    height: 40px;
}

.tbody[b-qnryw7klwr] {
    width: 100%;
    height: 240px;
}

tr[b-qnryw7klwr] {
    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-qnryw7klwr] {
    background-color: #fff;
}


th[b-qnryw7klwr] {
    box-sizing: border-box;
    width: 19%;
    ;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
}

.header-box-last[b-qnryw7klwr] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 8px;
}

td[b-qnryw7klwr] {
    box-sizing: border-box;
    width: 16%;
    ;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-qnryw7klwr] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-qnryw7klwr] {
    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-qnryw7klwr] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-qnryw7klwr] {
    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-qnryw7klwr] {
    margin-left: -12px;
}

.page-button-container[b-qnryw7klwr] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-qnryw7klwr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-qnryw7klwr] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-qnryw7klwr] {
    color: blue;
}

th[b-qnryw7klwr] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-qnryw7klwr] {
        background-color: #f0f0f0;
    }

.last-row[b-qnryw7klwr] {
    border-bottom: none;
}

@media (width <= 960px) {
    .ant-table-cell[b-qnryw7klwr], .ant-table-thead > tr > th[b-qnryw7klwr],
    .ant-table-tbody > tr > td[b-qnryw7klwr] {
        border-bottom: 1px solid #d4d4d4 !important;
    }

    .ant-table-row[b-qnryw7klwr] {
        border-bottom: 1px solid #bdbdbd !important;
    }
}

.rz-dialog-mask[b-qnryw7klwr] {
    display: none;
}

.ant-picker-week-panel .ant-picker-content thead tr th:first-child[b-qnryw7klwr] {
    display: none;
}

.ant-picker-cell-weak[b-qnryw7klwr] {
    display: none;
}

.rz-scheduler-nav-prev-next .rz-button.rz-today[b-qnryw7klwr] {
    text-transform: none !important;
}

.rz-event-content[b-qnryw7klwr] {
    background: #e6f7ff !important;
    color: black;
}

.ModalTable .ant-table-thead[b-qnryw7klwr] {
    display: none;
}

.ModalTable .ant-table-pagination[b-qnryw7klwr] {
    display: none;
}

.panel-header[b-qnryw7klwr], .meeting-header[b-qnryw7klwr] {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.refresh-icon[b-qnryw7klwr] {
    display: flex;
    align-items: center;
}

.description-modal-container[b-qnryw7klwr]::before {
    height: unset !important;
}

@media (width <= 960px) {
    .meetings-table-date[b-qnryw7klwr] {
        text-align: end;
    }

    .description-modal-container > div[b-qnryw7klwr] {
        width: calc(100vw - 40px) !important;
    }

    .ant-table-cell[b-qnryw7klwr], .ant-table-thead > tr > th[b-qnryw7klwr],
    .ant-table-tbody > tr > td[b-qnryw7klwr] {
        border-bottom: 1px solid #d4d4d4 !important;
    }

    .ant-table-row[b-qnryw7klwr] {
        border-bottom: 1px solid #bdbdbd !important;
    }

    .meetings-list-options[b-qnryw7klwr] {
        justify-content: flex-start;
    }
}

@media (width <= 650px) {
    .meeting-list-btn .meeting-list-btn-hide-text[b-qnryw7klwr] {
        display: none !important;
    }

    .meeting-list-btn[b-qnryw7klwr] {
        min-width: 50px !important;
    }

        .meeting-list-btn .menu-icon[b-qnryw7klwr] {
            margin-right: 0;
        }
}

.meetings-list-options[b-qnryw7klwr] {
    justify-content: flex-end;
}

.meetings-dropdown-forceshow[b-qnryw7klwr] {
    display: flex !important;
}

.meeting-list-container[b-qnryw7klwr] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.meeting-list-row[b-qnryw7klwr] {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}

    .meeting-list-row:last-child[b-qnryw7klwr] {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

.meeting-list-column[b-qnryw7klwr] {
    padding: 0 10px;
    width: 50%;
}

.left-align[b-qnryw7klwr] {
    text-align: left;
}

.attendee-item[b-qnryw7klwr] {
    margin-bottom: 10px;
}

.meeting-details-buttons .custom-button-primary[b-qnryw7klwr] {
    min-width: 125.5px;
    font-weight: 400 !important;
}

.attendees-modal-container[b-qnryw7klwr] {
    padding: 20px;
}

.attendees-modal-list-container[b-qnryw7klwr] {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px 0;
}

.attendees-modal-item[b-qnryw7klwr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}

.attendees-modal-name[b-qnryw7klwr] {
    font-weight: bold;
    color: #333;
}

.attendees-modal-actions[b-qnryw7klwr] {
    display: flex;
    align-items: center;
}

.attendees-modal-copy-icon[b-qnryw7klwr] {
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #605BFF;
}

    .attendees-modal-copy-icon:hover[b-qnryw7klwr] {
        color: #4040ff;
    }

.description-modal-container[b-qnryw7klwr] {
    padding: 20px;
}

.description-modal-content[b-qnryw7klwr] {
    overflow-y: auto;
    padding: 10px 0;
    line-height: 1.6;
    color: #333;
    height: 100%;
    overflow-y: hidden;
}

.description-modal-iframe[b-qnryw7klwr] {
    width: 100%;
    height: 100%;
    border: none;
}

.description-modal-title[b-qnryw7klwr] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.description-modal-close-button[b-qnryw7klwr] {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.rz-scheduler-nav-title[b-qnryw7klwr] {
    visibility: hidden;
}

.meetings-filters .ant-select-selector[b-qnryw7klwr] {
    padding: 0 11px !important;
}

.meetings-filters .ant-select-arrow[b-qnryw7klwr] {
    right: 11px !important;
}

.ant-picker-dropdown[b-qnryw7klwr] {
    z-index: 1001;
    height: fit-content;
}

.mobile-calendar-view-radio-buttons .ant-radio-button-wrapper[b-qnryw7klwr] {
    padding: 0 0.5rem !important;
}

.meetings-companies-filter .ant-select-selection-search[b-qnryw7klwr], .meetings-deals-filter .ant-select-selection-search[b-qnryw7klwr], .meetings-contacts-filter .ant-select-selection-search[b-qnryw7klwr] {
    padding: 0 11px !important;
}

.subject-search-placeholder[b-qnryw7klwr] {
    width: 100%;
}

    .subject-search-placeholder[b-qnryw7klwr]::placeholder {
        color: #bfbfbf;
    }

.meetings-filter-transformation[b-qnryw7klwr] {
    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-qnryw7klwr] {
        width: 100% !important;
    }
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active[b-qnryw7klwr] {
    color: #605bff !important;
    border-color: #605bff !important;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover[b-qnryw7klwr] {
    color: #605bff !important;
    border-color: #605bff !important;
    color: #605bff !important;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)[b-qnryw7klwr] {
    color: #605bff !important;
    border-color: #605bff !important;
}

.ant-radio-button-wrapper:hover[b-qnryw7klwr] {
    color: #605bff !important;
}

.ant-picker-dropdown[b-qnryw7klwr] {
    z-index: 1001 !important;
}

expandtemplate[b-qnryw7klwr] {
    display: block;
    width: 100%;
}

.custom-button[b-qnryw7klwr], .custom-button-primary[b-qnryw7klwr] {
    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-qnryw7klwr], .ant-dropdown-menu-submenu-title[b-qnryw7klwr] {
    padding: 5px 11px;
}
/* /Pages/ContactGroups/GroupsPage.razor.rz.scp.css */
.header-column[b-0pu7lgdee0] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-row[b-0pu7lgdee0] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.filter-row[b-0pu7lgdee0] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.filter-text[b-0pu7lgdee0] {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.menu-item:hover[b-0pu7lgdee0] {
    color: blue;
}

.total-page[b-0pu7lgdee0] {
    margin-left: 20px;
}

.rz-calendar-button[b-0pu7lgdee0] {
    padding-left: 10px;
}
/* /Pages/ContactGroups/GroupWizard/CreateStep3.razor.rz.scp.css */
.create-component-wrapper[b-k2v0w0zoct] {
    background-color: #fff;
}

.create-header[b-k2v0w0zoct] {
    display:flex;
    flex-direction:row;
    align-items: center;
    width:100%;
    margin: 30px 0 10px 15px;
}

.group-name[b-k2v0w0zoct] {
    font-size: 11px;
    font-weight: 600;
    color: #1E193E;
    margin-right: 80px;
}

.filter-name[b-k2v0w0zoct] {
    font-size: 11px;
    font-weight: 600;
    color: #1E193E;
    margin-right: 80px;
}

.total-page[b-k2v0w0zoct] {
    margin-left:15px;
}
/* /Pages/ContactGroups/GroupWizard/DefineStep1.razor.rz.scp.css */
.define-component-wrapper[b-48r34an8zy] {
    width: 90%;
    margin: 40px auto 0 auto;
    background-color: #fff;
}

.radio-record[b-48r34an8zy] {
    display: flex;
    flex-direction: column;
}

.radio-main-desc[b-48r34an8zy] {
    font-size:12px;
    font-weight:bold;
}

.radio-desc[b-48r34an8zy] {
    font-size: 10px;
    font-weight: 500;
}
.radio-desc-status[b-48r34an8zy] {
    font-size: 10px;
    font-weight: 500;
    width:405px;
}
/* /Pages/ContactGroups/GroupWizard/MainGroupPage.razor.rz.scp.css */
.column-wrapper[b-siofv3ms4s] {
    display:flex;
    flex-direction:column;
    background-color:#fff;
    margin: 0 20px 20px 20px; 
}

.row-header-wrapper[b-siofv3ms4s] {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    width: 100%;
}

.row-wrapper[b-siofv3ms4s] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.back-button[b-siofv3ms4s] {
    margin-left: 10px;
    color: #605BFF;
    font-size: 14px;
}

.back-button:hover[b-siofv3ms4s] {
    cursor: pointer;
}

.create-description[b-siofv3ms4s] {
    color: #1E193E;
    font-size: 17px;
    font-weight: bold;
    margin-left: 10px;
}


/* /Pages/ContactGroups/GroupWizard/RefineStep2.razor.rz.scp.css */
.refine-component-wrapper[b-vstupf2ppn] {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 40px auto 0 auto;
    background-color: #fff;
}

.group-description[b-vstupf2ppn] {
    font-size: 14px;
    font-weight: bold;
    color: #1E193E;
    margin-bottom:10px;
}

.refine-filter-wrapper[b-vstupf2ppn] {
    display:flex;
    flex-direction: row;
    margin-top: 20px; 
}

.refine-filters[b-vstupf2ppn] {
    display: flex;
    flex-direction: column;
    width: 280px;
}

.refine-filters-header[b-vstupf2ppn] {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
}

.refine-filters-header-desc[b-vstupf2ppn] {
    font-size: 14px;
    font-weight: bold;
    color: #1E193E;
}

.refine-filters-content[b-vstupf2ppn] {
    margin-top: 10px;
    background-color: #f5f6f8;
    padding: 100px 0 100px 0;
}

.refine-filters-stub[b-vstupf2ppn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 0 auto;
    width: 160px;
    background-color: #f5f6f8;
}

.refine-filters-stub-text1[b-vstupf2ppn] {
    font-size: 16px;
    font-weight: bold;
    color: #1E193E;
    text-align:center;
    margin-top:15px;
}

.refine-filters-stub-text2[b-vstupf2ppn] {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

.refine-filters-filter1[b-vstupf2ppn] {
    display: flex;
    flex-direction:row;
    align-items:center;
    margin:25px 0 0 10px;
}

.refine-filters-filter1-name[b-vstupf2ppn] {
    font-size: 12px;
    font-weight: 600;
}

.refine-filters-conf[b-vstupf2ppn] {
    width:100%;
}

.refine-filters-conf-header[b-vstupf2ppn] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    width: 100%;
}

.refine-filters-conf-header-desc[b-vstupf2ppn] {
    font-size: 14px;
    font-weight: bold;
    color: #1E193E;
    margin-left:20px;
}

.refine-filters-conf-content[b-vstupf2ppn] {
    display:flex;
    flex-direction:row;
}

.refine-filters-conf-categories[b-vstupf2ppn] {
    display:flex;
    flex-direction:column;
    width: 200px;
}

.refine-filters-conf-content[b-vstupf2ppn] {
    margin: 25px 0 0 40px;
    padding: 10px 0 20px 10px;
    border: solid 1px #DEDEDE;
}

.refine-filters-conf-categories-desc[b-vstupf2ppn] {
    font-size: 10px;
    font-weight: 500;
    color: #757492;
}

.refine-filters-conf-categories-selectors[b-vstupf2ppn] {
    margin-top:10px;
}

.refine-filters-conf-fields-desc[b-vstupf2ppn] {
    font-size: 10px;
    font-weight: 500;
    color: #757492;
}

.refine-filters-conf-fields-list[b-vstupf2ppn] {
    margin-top: 10px;
    display:flex;
    flex-direction:column;
}

.conf-field-label[b-vstupf2ppn] {
    font-size: 12px;
    font-weight: 600;
    color: #1E193E;
    margin:10px 0 5px 0;
}

.conf-field-controls[b-vstupf2ppn] {
    display:flex;
    flex-direction:row;
    align-items:center;
}

.conf-top-field-controls[b-vstupf2ppn] {
    display: flex;
    flex-direction: row;
}

.control-validation-wrapper[b-vstupf2ppn] {
    display:flex;
    flex-direction:column;
}

.control-validation[b-vstupf2ppn] {
    font-size: 10px;
    font-weight: 500;
    color: red;
    margin-left:10px
}

.clear-icon:hover[b-vstupf2ppn] {
    cursor:pointer;
}

.rz-calendar-button[b-vstupf2ppn] {
    padding-left: 10px;
}

/* /Pages/Contacts/ContactsPage.razor.rz.scp.css */
.header-column[b-sbyf4w86rm] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-row[b-sbyf4w86rm] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.filter-row[b-sbyf4w86rm] {
    display: flex;
    flex-direction: row;
    align-items:center;
}

.menu-item:hover[b-sbyf4w86rm] {
    color: blue;
}

.filter-text[b-sbyf4w86rm] {
    font-size:14px;
    font-weight:600;
    margin-right:5px;
}

.total-page[b-sbyf4w86rm] {
    margin-left: 20px;
}

.ant-select-selector[b-sbyf4w86rm] {
    margin: 8px;
}

/* /Pages/Contacts/Detail/Components/TableActivities.razor.rz.scp.css */
table[b-1gahsxm6m7] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-1gahsxm6m7] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 880px;
}

thead[b-1gahsxm6m7] {
    width: 100%;
    height: 40px;
}

.tbody[b-1gahsxm6m7] {
    width: 100%;
    height: 240px;
}

tr[b-1gahsxm6m7] {
    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-1gahsxm6m7] {
    background-color: #fff;
}


th[b-1gahsxm6m7] {
    box-sizing: border-box;
    width: 19%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
}

.header-box-last[b-1gahsxm6m7] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 8px;
}

td[b-1gahsxm6m7] {
    box-sizing: border-box;
    width: 16%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-1gahsxm6m7] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-1gahsxm6m7] {
    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-1gahsxm6m7] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-1gahsxm6m7] {
    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-1gahsxm6m7] {
    margin-left: -12px;
}

.page-button-container[b-1gahsxm6m7] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-1gahsxm6m7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-1gahsxm6m7] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-1gahsxm6m7] {
    color: blue;
}

th[b-1gahsxm6m7] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-1gahsxm6m7] {
        background-color: #f0f0f0;
    }

.last-row[b-1gahsxm6m7] {
    border-bottom: none;
}
/* /Pages/Contacts/Detail/Components/TableActivityHistory.razor.rz.scp.css */
table[b-9mb4choocy] {
    width: 100%;
    height: 282px;
}

.table-wrapper[b-9mb4choocy] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
}

thead[b-9mb4choocy] {
    width: 100%;
    height: 40px;
}

.tbody[b-9mb4choocy] {
    width: 100%;
    height: 240px;
}

tr[b-9mb4choocy] {
    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-9mb4choocy] {
    background-color: #fff;
}


th[b-9mb4choocy] {
    box-sizing: border-box;
    width: 13.5%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-box-last[b-9mb4choocy] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 16px;
}

td[b-9mb4choocy] {
    box-sizing: border-box;
    width: 13.5%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-9mb4choocy] {
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-9mb4choocy] {
    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-9mb4choocy] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-9mb4choocy] {
    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-9mb4choocy] {
    margin-left: -12px;
}

.page-button-container[b-9mb4choocy] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-9mb4choocy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-9mb4choocy] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-9mb4choocy] {
    color: blue;
}

th[b-9mb4choocy] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-9mb4choocy] {
        background-color: #f0f0f0;
    }

.last-row[b-9mb4choocy] {
    border-bottom: none;
}
/* /Pages/Contacts/Detail/Components/TableCoachingInsights.razor.rz.scp.css */
table[b-9k9rr8yfxv] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-9k9rr8yfxv] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 845px;
}

thead[b-9k9rr8yfxv] {
    width: 100%;
    height: 40px;
}

.tbody[b-9k9rr8yfxv] {
    width: 100%;
    height: 240px;
}

tr[b-9k9rr8yfxv] {
    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-9k9rr8yfxv] {
    background-color: #fff;
}


th[b-9k9rr8yfxv] {
    box-sizing: border-box;
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px;
}

.header-box-last[b-9k9rr8yfxv] {
    margin-left: auto;
    width: 10%;
    padding-left: 16px;
}

td[b-9k9rr8yfxv] {
    box-sizing: border-box;
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-9k9rr8yfxv] {
    width: 10%;
    margin-left: auto;
    justify-content: center;
}

.page-button[b-9k9rr8yfxv] {
    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-9k9rr8yfxv] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-9k9rr8yfxv] {
    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-9k9rr8yfxv] {
    margin-left: -12px;
}

.page-button-container[b-9k9rr8yfxv] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-9k9rr8yfxv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
    padding-right: 14px;
}

.arrow[b-9k9rr8yfxv] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-9k9rr8yfxv] {
    color: blue;
}

th[b-9k9rr8yfxv] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-9k9rr8yfxv] {
        background-color: #f0f0f0;
    }

.coaching-table-rows td[b-9k9rr8yfxv] {
    position: relative;
}

    .coaching-table-rows td[b-9k9rr8yfxv]:before {
        content: ' ';
        visibility: hidden;
    }

    .coaching-table-rows td span[b-9k9rr8yfxv] {
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.last-row[b-9k9rr8yfxv] {
    border-bottom: none;
}
/* /Pages/Contacts/Detail/Components/TableDeals.razor.rz.scp.css */
table[b-px5g56dybb] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-px5g56dybb] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 845px;
}

thead[b-px5g56dybb] {
    width: 100%;
    height: 40px;
}

.tbody[b-px5g56dybb] {
    width: 100%;
    height: 240px;
}

tr[b-px5g56dybb] {
    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-px5g56dybb] {
    background-color: #fff;
}


th[b-px5g56dybb] {
    box-sizing: border-box;
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px;
}

.header-box-last[b-px5g56dybb] {
    margin-left: auto;
    width: 10%;
    padding-left: 16px;
}

td[b-px5g56dybb] {
    box-sizing: border-box;
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-px5g56dybb] {
    width: 10%;
    margin-left: auto;
    justify-content: center;
}

.page-button[b-px5g56dybb] {
    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-px5g56dybb] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-px5g56dybb] {
    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-px5g56dybb] {
    margin-left: -12px;
}

.page-button-container[b-px5g56dybb] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-px5g56dybb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
    padding-right: 14px;
}

.arrow[b-px5g56dybb] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-px5g56dybb] {
    color: blue;
}

th[b-px5g56dybb] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-px5g56dybb] {
        background-color: #f0f0f0;
    }

.deals-table-rows td[b-px5g56dybb] {
    position: relative;
}

    .deals-table-rows td[b-px5g56dybb]:before {
        content: ' ';
        visibility: hidden;
    }

    .deals-table-rows td span[b-px5g56dybb] {
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.last-row[b-px5g56dybb] {
    border-bottom: none;
}
/* /Pages/Contacts/Detail/Components/TableMeetings.razor.rz.scp.css */
table[b-l8auuuj76k] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-l8auuuj76k] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 880px;
}

thead[b-l8auuuj76k] {
    width: 100%;
    height: 40px;
}

.tbody[b-l8auuuj76k] {
    width: 100%;
    height: 240px;
}

tr[b-l8auuuj76k] {
    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-l8auuuj76k] {
    background-color: #fff;
}


th[b-l8auuuj76k] {
    box-sizing: border-box;
    width: 16%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 14px;
}

.header-box-last[b-l8auuuj76k] {
    box-sizing: border-box;
    width: 4%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: unset;
    padding-left: 8px;
}

td[b-l8auuuj76k] {
    box-sizing: border-box;
    width: 16%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-l8auuuj76k] {
    box-sizing: border-box;
    width: 4%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.page-button[b-l8auuuj76k] {
    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-l8auuuj76k] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-l8auuuj76k] {
    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-l8auuuj76k] {
    margin-left: -12px;
}

.page-button-container[b-l8auuuj76k] {
    display: flex;
    margin-right: -17px;
}

.arrow-container[b-l8auuuj76k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-l8auuuj76k] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-l8auuuj76k] {
    color: blue;
}

th[b-l8auuuj76k] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-l8auuuj76k] {
        background-color: #f0f0f0;
    }

.last-row[b-l8auuuj76k] {
    border-bottom: none;
}
/* /Pages/Contacts/Detail/Components/TableTasks.razor.rz.scp.css */
table[b-0cokc3ito0] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-0cokc3ito0] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 845px;
}

thead[b-0cokc3ito0] {
    width: 100%;
    height: 40px;
}

.tbody[b-0cokc3ito0] {
    width: 100%;
    height: 240px;
}

tr[b-0cokc3ito0] {
    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-0cokc3ito0] {
    background-color: #fff;
}


th[b-0cokc3ito0] {
    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-0cokc3ito0] {
    box-sizing: border-box;
    width: 5.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
}

td[b-0cokc3ito0] {
    box-sizing: border-box;
    width: 13.5%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-0cokc3ito0] {
    box-sizing: border-box;
    width: 5.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.page-button[b-0cokc3ito0] {
    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-0cokc3ito0] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-0cokc3ito0] {
    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-0cokc3ito0] {
    margin-left: -12px;
}

.page-button-container[b-0cokc3ito0] {
    display: flex;
    margin-right: -17px;
}

.ant-checkbox[b-0cokc3ito0] {
    height: 12px;
    width: 12px;
}

.arrow-container[b-0cokc3ito0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
}

.arrow[b-0cokc3ito0] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-0cokc3ito0] {
    color: blue;
}

th[b-0cokc3ito0] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-0cokc3ito0] {
        background-color: #f0f0f0;
    }

.last-row[b-0cokc3ito0] {
    border-bottom: none;
}
/* /Pages/Contacts/Detail/ContactDetailCompany.razor.rz.scp.css */
.company-component-wrapper[b-mofmh1lu03] {
    margin: 5px 10px 5px 15px;
    border: solid 0.5px #D9D9D9;
}

.company-column[b-mofmh1lu03] {
    display: flex;
    flex-direction: column;
}

.company-row[b-mofmh1lu03] {
    display: flex;
    flex-direction: row;
    margin: 20px 0 30px 0;
}

.company-top-bar[b-mofmh1lu03] {
    height: 40px;
    border-bottom: solid 0.5px #D9D9D9;
    display: flex;
    align-items: center;
}

.company-desc[b-mofmh1lu03] {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

.company-fullname[b-mofmh1lu03] {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-left: 10px;
    color: #1E193E;
}

.company-extra[b-mofmh1lu03] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: end;
    justify-content: flex-end;
}

.edit-icon:hover[b-mofmh1lu03] {
    cursor: pointer;
}

.company-website[b-mofmh1lu03] {
    height: 24px;
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    align-items: baseline;
}

.company-website-link[b-mofmh1lu03] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    color: #605BFF;
}

.company-website-copy[b-mofmh1lu03] {
    margin: -5px 0 0 7px;
}

    .company-website-copy:hover[b-mofmh1lu03] {
        cursor: pointer;
    }

.company-social-icons[b-mofmh1lu03] {
    display: flex;
    flex-direction: row;
    margin: 10px 0 10px 10px;
}

.company-prop[b-mofmh1lu03] {
    display: flex;
    flex-direction: column;
    margin: 5px 0 0 10px;
}

.company-prop-name[b-mofmh1lu03] {
    font-size: 12px;
    font-weight: 400;
}

.company-prop-value[b-mofmh1lu03] {
    color: #1E193E;
    font-size: 14px;
    font-weight: 500;
}

.disabled-link[b-mofmh1lu03] {
    pointer-events: none;
}
/* /Pages/Contacts/Detail/ContactDetailCompanyActivity.razor.rz.scp.css */
.page[b-l16m4szztu] {
    width: calc(100% - 10px);
    height: 415px;
}

.add-row[b-l16m4szztu] {
    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-l16m4szztu] {
    box-sizing: border-box;
    width: 100%;
    height: 316px;
}
/* /Pages/Contacts/Detail/ContactDetailContact.razor.rz.scp.css */
.contact-component-wrapper[b-hczbemny29] {
    border: solid 0.5px #D9D9D9;
    padding: 9px;
}

.contact-column[b-hczbemny29] {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.contact-row[b-hczbemny29] {
/*    display: flex;
    flex-direction: row;*/
    margin: 10px;
}

.contact-avatar[b-hczbemny29] {
/*    margin-left: 10px;*/
    width: 60px;
    height: 60px;
}

.contact-fullname[b-hczbemny29] {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #1E193E;
}

.contact-extra[b-hczbemny29] {
    margin-left: auto;
    display: flex;
    align-items: start;
    text-align: end;
    justify-content: flex-end;
}

.edit-icon:hover[b-hczbemny29] {
    cursor: pointer;
}

.contact-social-icons[b-hczbemny29] {
    display: flex;
    flex-direction: row;
    margin: 10px 0 5px 15px;
}

.contact-prop[b-hczbemny29] {
    display: flex;
    flex-direction: column;
    margin: 5px 0 0 10px;
}

.contact-prop-name[b-hczbemny29] {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
}

.contact-prop-value[b-hczbemny29] {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #1E193E;
}

.contact-actions[b-hczbemny29] {
    margin-top: 10px;
}

.contact-action-disabled[b-hczbemny29] {
    display: flex;
    flex-direction: column;
    margin-right: 26px;
    margin-top: 5px;
}

    .contact-action-disabled:hover[b-hczbemny29] {
        cursor: not-allowed;
    }

.contact-action[b-hczbemny29] {
    /*    display: flex;
    flex-direction: column;
    margin-right: 26px;
    margin-top: 5px;*/
    cursor: pointer;
}

    .contact-action:hover[b-hczbemny29] {
        cursor: pointer;
    }

.contact-action-icon[b-hczbemny29] {
    width: 42px;
    height: 42px;
    border: solid 1px #605BFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-action-name[b-hczbemny29] {
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    color: #1E193E;
}

.disabled-link[b-hczbemny29] {
    pointer-events: none;
}

.copy-button[b-hczbemny29] {
    margin: -5px 0 0 7px;
}

    .copy-button:hover[b-hczbemny29] {
        cursor: pointer;
    }


.copy-button-row[b-hczbemny29] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.copy-button[b-hczbemny29] {
    margin: -5px 0 0 7px;
    float: left;
}
/* /Pages/Contacts/Detail/ContactDetailPage.razor.rz.scp.css */
.page-wrapper[b-0pse4n9xo8] {
    display: flex;
}

.back-button[b-0pse4n9xo8] {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #605BFF;
    background-color: red;
    border: none;
}

    .back-button:hover[b-0pse4n9xo8] {
        cursor: pointer;
    }

    .back-button img[b-0pse4n9xo8] {
        width: 20px;
        height: 20px;
    }
/* /Pages/Contacts/Detail/ContactDetailTabs.razor.rz.scp.css */
.page[b-tvud4ybctt] {
    width: calc(100% - 10px);
}

.tab-pane-row[b-tvud4ybctt] {
    width: 100%;
    height: 40px;
    display: flex;
    border-bottom: solid 0.5px #D9D9D9;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.option-box[b-tvud4ybctt] {
    box-sizing: border-box;
    flex: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f6f8;
}

.option-box-active[b-tvud4ybctt] {
    border: solid 0.5px #D9D9D9;
    background-color: #fff;
}

.add-data-row[b-tvud4ybctt] {
    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-tvud4ybctt] {
    box-sizing: border-box;
    width: 100%;
}

.pagination[b-tvud4ybctt] {
    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-tvud4ybctt] {
    display: flex;
}

.page-button[b-tvud4ybctt] {
    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-tvud4ybctt] {
        cursor: pointer;
    }

.page-button-active[b-tvud4ybctt] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.table-wrapper[b-tvud4ybctt] {
    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-v1rwcsidsw], .custom-button-primary[b-v1rwcsidsw] {
    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-v1rwcsidsw], .ant-dropdown-menu-submenu-title[b-v1rwcsidsw] {
    padding: 5px 11px;
}

@media (max-width: 960px) {
    .ant-table-cell[b-v1rwcsidsw],
    .ant-table-thead > tr > th[b-v1rwcsidsw],
    .ant-table-tbody > tr > td[b-v1rwcsidsw] {
        border-bottom: 1px solid #d4d4d4 !important;
    }

    .ant-table-row[b-v1rwcsidsw] {
        border-bottom: 1px solid #bdbdbd !important;
    }
}

th.ant-table-cell-fix-right:not(.ant-table-cell-scrollbar)[b-v1rwcsidsw] {
    right: @(scrollBarWidth)px !important;
}

.ellipsis-span[b-v1rwcsidsw] {
    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-nd8o7czu5y] {
    display: flex;
    flex-direction: column;
}

.reorder-item[b-nd8o7czu5y] {
    margin: 8px;
    padding: 8px;
    border: 1px solid #ccc;
    cursor: move;
}
/* /Pages/Contacts/NewCotacts/Components/ContactDetailCompany/Components/ScrollTable.razor.rz.scp.css */
.page[b-x87nrz894x] {
  width: 100%;
  height: 80px;
  overflow: scroll;
}


.row-header[b-x87nrz894x] {
  width: 100%;
  height: 40px;
  display: flex;
  background-color: #F5F6F8;

  font-size: 10px;
  font-weight: 500;
}

.row-header div[b-x87nrz894x] {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 5px;
}

.header-box1[b-x87nrz894x] {
  width: 30px;
}

.header-box2[b-x87nrz894x] {
  width: 129px;
}

.header-box3[b-x87nrz894x] {
  width: 80px;
}

.header-box4[b-x87nrz894x] {
  width: 129px;
}

.row-container[b-x87nrz894x] {
  width: 100%;
  height: 40px;
  display: flex;

  font-size: 10px;
  font-weight: 400;

}

.row-container div[b-x87nrz894x] {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 5px;
}


.row-box1[b-x87nrz894x] {
  width: 30px;
}

.row-box2[b-x87nrz894x] {
  width: 129px;
}

.row-box3[b-x87nrz894x] {
  width: 80px;
}

.row-box4[b-x87nrz894x] {
  width: 129px;
}
/* /Pages/Contacts/NewCotacts/Components/ContactDetailCompany/ContactDetailCompany.razor.rz.scp.css */
.page[b-tubsmm2gg4] {
  width: 386px;
  height: 394px;
  margin-top: 20px;
  border-radius: 2px;
  /* background-color: lightblue; */
}

.upper[b-tubsmm2gg4] {
  border: 1px #dedede solid;
}

.top-bar[b-tubsmm2gg4] {
  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-tubsmm2gg4] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 60px;
}

.container[b-tubsmm2gg4] {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 234px;
  padding-right: 20px;
  padding-top: 20px;
  /* background-color: yellow; */
}

.avatar[b-tubsmm2gg4] {
  margin-left: 20px;
}

.details[b-tubsmm2gg4] {
  margin-left: 7px;
}

h5[b-tubsmm2gg4] {
  font-size: 20px;
  font-weight: 600;
}

.info[b-tubsmm2gg4]{
  display: flex;
  flex-direction: column;
  width: 143px;
  height: 171px;
}

.social[b-tubsmm2gg4] {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  width: 88px;
  height: 24px;
}

.social img[b-tubsmm2gg4] {
  width: 20x;
  height: 20px;
}

.info-title[b-tubsmm2gg4] {
  font-size: 12px;
  font-weight: 400;
  height: 18px;
  margin-top: 6px;
}

.info[b-tubsmm2gg4] {
  font-size: 14px;
  font-weight: 500;
  height: 21px;
}



.lower[b-tubsmm2gg4] {
  width: 100%;
  height: 120px;
  margin-top: 10px;
  border: 1px #dedede solid;
}

.logo-container[b-tubsmm2gg4] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-container img[b-tubsmm2gg4] {
  width: 42px;
  height: 42px;
}

.lower-top-bar[b-tubsmm2gg4] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  background-color: #F5F6F8;
  border-bottom: 1px #dedede solid;
}

.lower-options[b-tubsmm2gg4] {
  display: flex;
}

.lower-options div[b-tubsmm2gg4]{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.lower-top-bar-buttons[b-tubsmm2gg4] {
  width: 30px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.lower-header[b-tubsmm2gg4] {
  display: flex;
}

.lower-row[b-tubsmm2gg4] {
  display: flex;
}
/* /Pages/Contacts/NewCotacts/Components/ContactDetailPerson.razor.rz.scp.css */
.page[b-l7fl30nmzj] {
  width: 386px;
  height: 350px;
  margin-top: 16px;
  border: 1px #dedede solid;
  border-radius: 2px;
}

.upper-container[b-l7fl30nmzj] {
  display: flex;
  margin-top: 20px;
  margin-left: 20px;
}

.upper-left-container[b-l7fl30nmzj] {
  margin-right: 10px;
}

/* .upper-right-container {
  background-color: yellow;
} */

.lower-container[b-l7fl30nmzj] {
  display: flex;
  justify-content: space-between;
  width: 386px;
  height: 85px;
  box-sizing: border-box;
  padding-top: 20px;
}

.logo-container[b-l7fl30nmzj] {
  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-l7fl30nmzj] {
  width: 42px;
  height: 42px;
}

.logo-container p[b-l7fl30nmzj] {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 10px;
}

.social[b-l7fl30nmzj] {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  width: 88px;
  height: 24px;
}

.social img[b-l7fl30nmzj] {
  width: 20x;
  height: 20px;
}

.info-container[b-l7fl30nmzj] {
  display: flex;
  flex-direction: column;
  width: 143px;
  height: 171px;
}

.info-title[b-l7fl30nmzj] {
  font-size: 12px;
  font-weight: 400;
  height: 18px;
  margin-top: 6px;
}

.info[b-l7fl30nmzj] {
  font-size: 14px;
  font-weight: 500;
  height: 21px;
}
/* /Pages/Contacts/NewCotacts/ContactDetailActHistory.razor.rz.scp.css */
.page[b-i1f3oc4lbx] {
  width: calc(100% - 10px);
  height: 415px;
}

.add-row[b-i1f3oc4lbx] {
  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-i1f3oc4lbx] {
  box-sizing: border-box;
  width: 100%;
  height: 316px;
  border: 1px #dedede solid;
}

.footer[b-i1f3oc4lbx] {
  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-i1f3oc4lbx] {
  margin-left: -12px;
}

.page-button-container[b-i1f3oc4lbx] {
  display: flex;
  margin-right: -17px;
}

.page-button[b-i1f3oc4lbx] {
  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-i1f3oc4lbx] {
  border: 1px #605BFF solid;
  color:#605BFF;
}


/* /Pages/Contacts/NewCotacts/ContactDetailTabList.razor.rz.scp.css */
.page[b-tu76k9r7ap] {
  width: calc(100% - 10px);
  height: 455px;
}

.tab-pane-row[b-tu76k9r7ap] {
  width: 100%;
  height: 40px;
  display: flex;
  border-bottom: solid 0.5px #D9D9D9;

  font-size: 14px;
  font-weight: 400;
}

.option-box[b-tu76k9r7ap] {
  box-sizing: border-box;
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f6f8;
}

.option-box-active[b-tu76k9r7ap] {
  border: solid 0.5px #D9D9D9;
  background-color: #fff;
}

.add-data-row[b-tu76k9r7ap] {
  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-tu76k9r7ap] {
  box-sizing: border-box;
  width: 100%;
  height: 356px;
  border: 1px #dedede solid;
}

.pagination[b-tu76k9r7ap] {
  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-tu76k9r7ap] {
  display: flex;
}

.page-button[b-tu76k9r7ap] {
  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-tu76k9r7ap] {
  cursor: pointer;
}

.page-button-active[b-tu76k9r7ap] {
  border: 1px #605BFF solid;
  color:#605BFF;
}

/* /Pages/Contacts/NewCotacts/NewContactPage.razor.rz.scp.css */
.page[b-20mwp2n0j0] {
  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-20mwp2n0j0] {
  box-sizing: border-box;
  padding-left: 18px;
  padding-top: 30px;
  width: 386px;  
}

.test[b-20mwp2n0j0] {
  position:fixed;
  top: 120px;
  left: 90px;
  opacity: 0.7;
}


.page[b-20mwp2n0j0] {
  display: flex;
}

.left-container[b-20mwp2n0j0] {
  width: 410px;
  height: 815px;
}

.right-container[b-20mwp2n0j0] {
  width: 898px;
  height: 836px;
  margin-left: 12px;
}
/* /Pages/Deals/DealsPage.razor.rz.scp.css */
.header-column[b-1lqoqfek2w] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-row[b-1lqoqfek2w] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.menu-item:hover[b-1lqoqfek2w] {
    color: blue;
}

.circle-green[b-1lqoqfek2w] {
    background-color: #42bb2c;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.circle-yellow[b-1lqoqfek2w] {
    background-color: #f1c21b;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.circle-red[b-1lqoqfek2w] {
    background-color: #ef4438;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.circle-container[b-1lqoqfek2w] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
}

.action-icon-container[b-1lqoqfek2w] {
    margin-left: 11px;
    cursor: pointer;
}

.filter-row[b-1lqoqfek2w] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.filter-text[b-1lqoqfek2w] {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.ant-input[b-1lqoqfek2w]::placeholder {
    margin-left: 3px;
}

.ant-select-selector[b-1lqoqfek2w] {
    margin: 8px;
}
/* /Pages/Deals/HubSpotDetails/HubSpotDealDetails.razor.rz.scp.css */
.custom-button[b-s9fjwmicfj], .custom-button-primary[b-s9fjwmicfj] {
    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-s9fjwmicfj], .ant-dropdown-menu-submenu-title[b-s9fjwmicfj] {
    padding: 5px 11px;
}

@media (max-width: 960px) {
    .ant-table-cell[b-s9fjwmicfj],
    .ant-table-thead > tr > th[b-s9fjwmicfj],
    .ant-table-tbody > tr > td[b-s9fjwmicfj] {
        border-bottom: 1px solid #d4d4d4 !important;
    }

    .ant-table-row[b-s9fjwmicfj] {
        border-bottom: 1px solid #bdbdbd !important;
    }
}

th.ant-table-cell-fix-right:not(.ant-table-cell-scrollbar)[b-s9fjwmicfj] {
    right: @(scrollBarWidth)px !important;
}

.ellipsis-span[b-s9fjwmicfj] {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100vw - 210px);
}
/* /Pages/GeneralDashboard/GeneralDashboardView.razor.rz.scp.css */

/* /Pages/GlobalAdmin/GlobalAdminCustomerTransactions.razor.rz.scp.css */
/* GlobalAdminCustomerTransactions.razor.css */

.custom-form[b-u1d9m6xh7n] {
    max-width: 1580px;
    margin: auto;
}

.form-row[b-u1d9m6xh7n] {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

.form-item[b-u1d9m6xh7n] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.custom-button[b-u1d9m6xh7n] {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

    .custom-button:hover[b-u1d9m6xh7n] {
        background-color: #0056b3;
    }
/* /Pages/Goals/GoalCuaranteedIncome.razor.rz.scp.css */
.guaranteed-income-wrapper[b-xv2qn3fi51] {
    /*width: 100%;*/
    /*min-width: 440px;*/
    /*max-width: 450px;*/
    min-height: 160px;
    /*margin: 18px 0 0 0;*/
}

@media (width <= 960px) {
    .guaranteed-income-wrapper[b-xv2qn3fi51] {
        width: 100%;
        align-items: center;
    }

    .guaranteed-income-targets-total[b-xv2qn3fi51] {
        width: 100% !important;
        align-items: center !important;
    }

    .guaranteed-income-targets-description[b-xv2qn3fi51] {
        font-size: 16px !important;
    }
    
    .guaranteed-income-targets-total-desc[b-xv2qn3fi51] {
        font-size: 16px !important;
    }
}

.guaranteed-income-row[b-xv2qn3fi51] 
{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.guaranteed-income-targets[b-xv2qn3fi51] 
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guaranteed-income-targets-description[b-xv2qn3fi51] {
    color: #F2A215;
    font-size: 14px;
    font-weight: 600;
    /*margin: 15px 0 0 150px;*/
}

.guaranteed-income-targets-total[b-xv2qn3fi51] {
    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-xv2qn3fi51] 
{
    font-size:13px;
    font-weight:900;
    /*margin:0 10px 10px 0;*/
}

.guaranteed-income-targets-total-value[b-xv2qn3fi51] {
    font-size: 26px;
    font-weight: 900;
    /*margin: 0 10px 0 0;*/
}

.guaranteed-income-hourly-rate[b-xv2qn3fi51] 
{
    display:flex;
    flex-direction: column;
    align-items: center;
}

.guaranteed-income-hourly-rate-description[b-xv2qn3fi51] {
    color: #645DE7;
    font-size: 14px;
    font-weight: 600;
    /*margin: 15px 0 0 20px;*/
}

.guaranteed-income-hourly-rate-widget[b-xv2qn3fi51] 
{
    /*margin: 15px 0 0 22px;*/
}

/* /Pages/Goals/GoalPage.razor.rz.scp.css */

.goal-page-header[b-scb89hg2t9] 
{
    font-size:20px;
    font-weight:900;
    margin-left:25px;
}

.goal-page-description[b-scb89hg2t9] 
{
    font-size: 13px;
    color: dimgrey;
    font-weight: 700;
}

.goal-row[b-scb89hg2t9] {
    display: flex;
    flex-direction: row;
}

.goal-column[b-scb89hg2t9] {
    min-width: 400px;
    max-width: 470px;
    width:100%;
    display: flex;
    flex-direction: column;
}

.goal-equal-sign[b-scb89hg2t9] {
    color: #FFA500;
    font-size: 26px;
    /*margin: 120px 0 0 0;*/
}
.panel-header[b-scb89hg2t9],
.meeting-header[b-scb89hg2t9] {
    display: flex;
    align-items: flex-start
}

    .panel-header .panel-header-title[b-scb89hg2t9],
    .meeting-header .panel-header-title[b-scb89hg2t9] {
        padding: 0;
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        color: #1E193E;
    }
/* /Pages/Goals/GoalPersonalIncome.razor.rz.scp.css */
.personal-income-wrapper[b-i6pqg7migk] {
    /*width: 100%;*/
    /*min-width: 400px;*/
    /*max-width: 470px;*/
    /*height: 200px;*/
    /*margin: 9px 0 30px 18px;*/
}

@media (width <= 960px) {
    .personal-income-wrapper[b-i6pqg7migk] {
        width: 100%;
        align-items: center;
    }

    .personal-income-targets-total[b-i6pqg7migk] {
        width: 100% !important;
        align-items: center !important;
    }

    .personal-income-targets-description[b-i6pqg7migk] {
        font-size: 16px !important;
    }

    .personal-income-targets-total-desc[b-i6pqg7migk] {
        font-size: 16px !important;
    }

    .personal-income-targets-total-small-desc[b-i6pqg7migk] {
        text-align: center !important;
    }

    .personal-income-targets-total-small-desc-bonus[b-i6pqg7migk] {
        font-size: 11px !important;
        text-align: center !important;
    }
}

.personal-income-row[b-i6pqg7migk] {
    display: flex;
    flex-direction: row;
}

.personal-income-targets-total[b-i6pqg7migk] {
    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-i6pqg7migk] {
    font-size: 13px;
    font-weight: 900;
    /*margin: 0 10px 5px 0;*/
}

.personal-income-targets-total-value[b-i6pqg7migk] {
    font-size: 26px;
    font-weight: 900;
    /*margin: 0 10px 0 0;*/
}

.personal-income-targets-total-small-desc[b-i6pqg7migk] {
    font-size: 10px;
    font-weight: 500;
    color: lightslategrey;
    /*margin: 0 10px 10px 0;*/
    text-align: right;
}

.personal-income-targets-total-small-desc-bonus[b-i6pqg7migk] {
    font-size: 10px;
    font-weight: 500;
    color: lightslategrey;
    /*margin: 0 10px 10px 0;*/
    text-align: right;
}

.personal-income-hourly-rate[b-i6pqg7migk] 
{
    /*margin: 30px 0 0 25px;*/
}
/* /Pages/Goals/GoalPieCircle.razor.rz.scp.css */
@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

.pie[b-i43dn9rm3o] {
    --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-i43dn9rm3o]:before,
    .pie[b-i43dn9rm3o]:after {
        content: "";
        position: absolute;
        border-radius: 50%;
    }

    .pie[b-i43dn9rm3o]: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-i43dn9rm3o]: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-i43dn9rm3o] {
    animation: p-b-i43dn9rm3o 1s .5s both;
}

.no-round[b-i43dn9rm3o]:before {
    background-size: 0 0,auto;
}

.no-round[b-i43dn9rm3o]:after {
    content: none;
}

@keyframes p-b-i43dn9rm3o {
    from {
        --p: 0;
    }
}

body[b-i43dn9rm3o] {
    background: #ddd;
}

.pie-content[b-i43dn9rm3o] 
{
    display:flex;
    flex-direction:column;
    width:100px;
    justify-content:center;
    align-items:center;
}

.pie-value[b-i43dn9rm3o]
{
    font-size: 24px;
    font-weight: bold;
}

.pie-text[b-i43dn9rm3o] {
    font-size: 10px;
    font-weight: 500;
    color: lightslategrey;
    width: 90px;
    text-align: center;
}

.custom-margin-top[b-i43dn9rm3o] {
    margin-top: 5px;
}
/* /Pages/Goals/GoalStep1.razor.rz.scp.css */
.step1-wrapper[b-8gvkw6ycn3] 
{
    display: flex;
    flex-direction:column;
    width:100%;
    /*min-width:280px;*/
    max-width:320px;
    /*height:150px;*/
}

@media (width <= 960px)
{
    .goal-step1-input[b-8gvkw6ycn3] {
        max-width: unset !important;
    }

    .step1-wrapper[b-8gvkw6ycn3]
    {
        width:100%;
        max-width:unset !important;
    }
}

.step1-content[b-8gvkw6ycn3] {
    width: 100%;
    height: 90px;
    border: 4px solid transparent;
    border-radius: 10px;
    /*margin: 10px auto 10px -2px;*/
}

    .step1-content:focus-within[b-8gvkw6ycn3] {
        border: 4px solid #645DE7;
        border-radius: 10px;
    }
    
.goal-step1-input[b-8gvkw6ycn3] {
    padding: 10px;
    max-width: 250px;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    height: 80px;
}

.ant-input[b-8gvkw6ycn3] {
    border-radius: 0.85em !important;
    border: 1px solid #f2f2f2;
}


/* /Pages/Goals/GoalStep2.razor.rz.scp.css */
.step2-wrapper[b-hc3ak60tqu] {
    /*width: 100%;*/
    /*min-width: 700px;*/
    /*max-width: 850px;*/
    /*height: 150px;*/
    /*margin: 18px 0 0 0px;*/
}

@media (width <= 960px)
{
    .goal-step2-input[b-hc3ak60tqu] {
        max-width: unset !important;
        width: 100% !important;
    }

    .step2-wrapper[b-hc3ak60tqu]
    {
        width:100%;
        max-width:unset !important;
    }
    
    .step2-result[b-hc3ak60tqu] {
        width: 100% !important;
    }
}

.step2-content[b-hc3ak60tqu] {
    display: flex;
    flex-direction: row;
    height: 90px;
    border: 4px solid transparent;
    border-radius: 10px;
    margin: 10px auto 10px 0px;
}

.step2-content:focus-within[b-hc3ak60tqu] {
    border: 4px solid #645DE7;
    border-radius: 10px;
}

.goal-step2-input[b-hc3ak60tqu] {
    max-width: 250px;
    padding: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    height: 80px;
}

.multiply-sign[b-hc3ak60tqu] {
    color: #645DE7;
    font-size: 26px;
}

.step2-equal-sign[b-hc3ak60tqu] {
    color: #FFA500;
    font-size: 26px;
}

.step2-result[b-hc3ak60tqu] {
    width: 260px;
    padding: 10px;
    border-radius: 15px;
    height: 80px;
    background-color: whitesmoke;
}

.step2-result-header[b-hc3ak60tqu] 
{
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin: 0 10px; 
}


.step2-result-value[b-hc3ak60tqu] {

    font-size: 26px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}


.ant-input[b-hc3ak60tqu] {
    border-radius: 0.85em !important;
    border: 1px solid #f2f2f2;
}
/* /Pages/Goals/GoalStep3.razor.rz.scp.css */
.step3-wrapper[b-nnsy1bvqdd] {
    /*width: 100%;*/
    /*min-width: 698px;*/
    /*max-width: 720px;*/
    min-height: 160px;
    /*margin: 18px 0 0 0px;*/
}

@media (width <= 960px) {
    .goal-step3-input[b-nnsy1bvqdd] {
        max-width: unset !important;
        width: 100% !important;
    }

    .step3-wrapper[b-nnsy1bvqdd] {
        width: 100%;
        max-width: unset !important;
        min-height: unset !important;
    }
}

    .step3-content:focus-within[b-nnsy1bvqdd] {
        border: 4px solid #645DE7;
        border-radius: 10px;
    }

.goal-step3-input[b-nnsy1bvqdd] {
    max-width: 200px;
    padding: 10px;
}

.superannuation-input[b-nnsy1bvqdd] {
    width: 350px;
    padding: 10px;
}

.plus-sign[b-nnsy1bvqdd] {
    color: #645DE7;
    font-size: 26px;
    /*margin: 20px 15px 0 15px;*/
}

.superannuation-header[b-nnsy1bvqdd] 
{
    display: flex;
    flex-direction: row;
}

.superannuation-header-text[b-nnsy1bvqdd] 
{
    font-size:12px;
    font-weight:400;
}

.ant-input[b-nnsy1bvqdd] {
    border-radius: 0.85em !important;
    border: 1px solid #f2f2f2;
}
/* /Pages/Goals/GoalStep4.razor.rz.scp.css */
.step4-wrapper[b-7zaki8uioc] 
{
    width: 100%;
    /*min-width: 550px;*/
    max-width: 750px;
    /*height: 420px;*/
    /*margin: 18px 0 30px 0px;*/
}

.step4-content[b-7zaki8uioc] 
{
 border: 1px solid #f2f2f2;
border-radius: 10px;
margin: 10px auto 10px 0px;
}

.step4-content:focus-within[b-7zaki8uioc] {
 border: 4px solid #645DE7;
 border-radius: 10px;
}

.step4-table-footer[b-7zaki8uioc] 
{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}

.step4-total-target[b-7zaki8uioc] {
    font-size: 14px;
    font-weight: bolder;
    margin: 10px 0px 10px 15px;
}

.step4-total-target-commission[b-7zaki8uioc] {
    font-size: 14px;
    font-weight: bolder;
    /*margin: 10px 60px 0px 253px;*/
    margin-right:16px;
    width: fit-content;
}

.step4-table-input[b-7zaki8uioc]{
    display:flex;
    flex-direction:row;
}

.step4-table-sign[b-7zaki8uioc] {
    margin: 0 5px 0px 0;
}

.ant-input[b-7zaki8uioc] {
    border-radius: 0.85em !important;
    border: 1px solid #f2f2f2;
    /*width: unset !important;*/
}
.select-small[b-7zaki8uioc] {
    font-size: 12px;
    font-weight: 600;
}   
.step4-table-input[b-7zaki8uioc] {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 100%;*/
}
 
/* /Pages/Goals/GoalTargetEarnings.razor.rz.scp.css */
.target-income-wrapper[b-jvxvdtuwkt] {
    /*width: 100%;*/
    /*min-width: 400px;*/
    /*max-width: 470px;*/
    /*height: 200px;*/
    /*margin: 18px 0 9px 18px;*/
}

@media (width <= 960px) {
    .target-income-wrapper[b-jvxvdtuwkt] {
        width: 100%;
        align-items: center;
    }

    .target-income-targets-total[b-jvxvdtuwkt] {
        width: 100% !important;
        align-items: center !important;
    }

    .target-income-targets-description[b-jvxvdtuwkt] {
        font-size: 16px !important;
    }

    .target-income-targets-total-desc[b-jvxvdtuwkt] {
        font-size: 16px !important;
    }

    .target-income-targets-total-small-desc[b-jvxvdtuwkt] {
        text-align: center !important;
    }
}

.target-income-row[b-jvxvdtuwkt] {
    display: flex;
    flex-direction: row;
}

.target-income-targets-total[b-jvxvdtuwkt] {
    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-jvxvdtuwkt] {
    font-size: 13px;
    font-weight: 900;
    /*margin: 0 10px 5px 0;*/
}

.target-income-targets-total-value[b-jvxvdtuwkt] {
    font-size: 26px;
    font-weight: 900;
    /*margin: 0 10px 0 0;*/
}

.target-income-targets-total-small-desc[b-jvxvdtuwkt] {
    font-size: 10px;
    font-weight: 500;
    color: lightslategrey;
    /*margin: 0 10px 10px 0;*/
    text-align: right;
}

.target-income-hourly-rate[b-jvxvdtuwkt] 
{
    /*margin: 30px 0 0 25px;*/
}
/* /Pages/History/HistoryPage.razor.rz.scp.css */
.header-column[b-1vt11gqqzi] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-row[b-1vt11gqqzi] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.filter-row[b-1vt11gqqzi] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-item:hover[b-1vt11gqqzi] {
    color: blue;
}

.filter-text[b-1vt11gqqzi] {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.total-page[b-1vt11gqqzi] {
    margin-left: 20px;
}


table[b-1vt11gqqzi] {
    width: 100%;
    height: 281px;
}

.table-wrapper[b-1vt11gqqzi] {
    border-left: 0.5px solid #D9D9D9;
    border-right: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
    height: 681px;
}

thead[b-1vt11gqqzi] {
    width: 100%;
    height: 40px;
}

.tbody[b-1vt11gqqzi] {
    width: 100%;
    height: 240px;
}

tr[b-1vt11gqqzi] {
    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-1vt11gqqzi] {
    background-color: #fff;
}


th[b-1vt11gqqzi] {
    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-1vt11gqqzi] {
    box-sizing: border-box;
    width: 5.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
}

td[b-1vt11gqqzi] {
    box-sizing: border-box;
    width: 11.5%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.row-box-last[b-1vt11gqqzi] {
    box-sizing: border-box;
    width: 5.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-button[b-1vt11gqqzi] {
    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-1vt11gqqzi] {
    border: 1px #605BFF solid;
    color: #605BFF;
}

.footer[b-1vt11gqqzi] {
    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-1vt11gqqzi] {
    margin-left: -12px;
}

.page-button-container[b-1vt11gqqzi] {
    display: flex;
    margin-right: -17px;
}

.ant-checkbox[b-1vt11gqqzi] {
    height: 12px;
    width: 12px;
}

.arrow-container[b-1vt11gqqzi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12px;
    margin-bottom: 8px;
    padding-right: 14px;
}

.arrow[b-1vt11gqqzi] {
    color: grey;
    height: 10px;
    margin-right: 8px;
}

.arrow-blue[b-1vt11gqqzi] {
    color: blue;
}

th[b-1vt11gqqzi] {
    cursor: pointer;
    user-select: none;
}

    th:hover[b-1vt11gqqzi] {
        background-color: #f0f0f0;
    }

.last-row[b-1vt11gqqzi] {
    border-bottom: none;
}

.rz-inputtext[b-1vt11gqqzi] {
    padding-left: 5px !important;
}

.rz-calendar-button[b-1vt11gqqzi] {
    padding-left: 5px;
}
/* /Pages/Integrations/GoogleModal.razor.rz.scp.css */
.background-wrapper[b-irlpmyp5ru] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
}

.window-wrapper[b-irlpmyp5ru] {
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: 650px;
    height: 700px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.discard-button[b-irlpmyp5ru] {
    width: 30px;
    height: 30px;
    margin: -30px 40px 0 auto;
}

    .discard-button:hover[b-irlpmyp5ru] {
        cursor: pointer;
    }

.content-wrapper[b-irlpmyp5ru] {
    display: flex;
    margin: auto 5% auto 5%;
    width: 90%;
    height: 450px;
}

.modal-progress-bar[b-irlpmyp5ru] {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.progress-icon[b-irlpmyp5ru] {
    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-irlpmyp5ru] {
    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-irlpmyp5ru] {
    width: 3px;
    height: 70px;
    background-color: #0e71eb;
}

.progress-line-disabled[b-irlpmyp5ru] {
    width: 3px;
    height: 70px;
    background-color: #aaa;
}

.steps[b-irlpmyp5ru] {
    width: 80%;
    height: 100%;
}

.step-box[b-irlpmyp5ru] {
    width: 100%;
    height: 150px;
    display: flex;
}


.step-description[b-irlpmyp5ru] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.step-description-disabled[b-irlpmyp5ru] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #aaa;
}


.step-button[b-irlpmyp5ru] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-button-disabled[b-irlpmyp5ru] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(80%);
}
/* /Pages/Integrations/HubSpotModal.razor.rz.scp.css */
.background-wrapper[b-rbdjye62he] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
}

.window-wrapper[b-rbdjye62he] {
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: 650px;
    height: 700px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.discard-button[b-rbdjye62he] {
    width: 30px;
    height: 30px;
    margin: -30px 40px 0 auto;
}

    .discard-button:hover[b-rbdjye62he] {
        cursor: pointer;
    }

.content-wrapper[b-rbdjye62he] {
    display: flex;
    margin: auto 5% auto 5%;
    width: 90%;
    height: 450px;
}

.modal-progress-bar[b-rbdjye62he] {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.progress-icon[b-rbdjye62he] {
    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-rbdjye62he] {
    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-rbdjye62he] {
    width: 3px;
    height: 70px;
    background-color: #0e71eb;
}

.progress-line-disabled[b-rbdjye62he] {
    width: 3px;
    height: 70px;
    background-color: #aaa;
}

.steps[b-rbdjye62he] {
    width: 80%;
    height: 100%;
}

.step-box[b-rbdjye62he] {
    width: 100%;
    height: 150px;
    display: flex;
}


.step-description[b-rbdjye62he] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.step-description-disabled[b-rbdjye62he] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #aaa;
}


.step-button[b-rbdjye62he] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-button-disabled[b-rbdjye62he] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(80%);
}
/* /Pages/Integrations/IntegrationsPage.razor.rz.scp.css */
.integration-card[b-gzoh9rf4zf] {
    margin: 20px 20px 0 0;
}

.integration-title[b-gzoh9rf4zf] {
    font-weight: 800;
    font-size: 22px;
    line-height: 16px;
    padding-bottom: 6px;
}
/* /Pages/Integrations/MicrosoftModal.razor.rz.scp.css */
.background-wrapper[b-6iwo0kofs8] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
}

.window-wrapper[b-6iwo0kofs8] {
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: 650px;
    height: 700px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.discard-button[b-6iwo0kofs8] {
    width: 30px;
    height: 30px;
    margin: -30px 40px 0 auto;
}

    .discard-button:hover[b-6iwo0kofs8] {
        cursor: pointer;
    }

.content-wrapper[b-6iwo0kofs8] {
    display: flex;
    margin: auto 5% auto 5%;
    width: 90%;
    height: 450px;
}

.modal-progress-bar[b-6iwo0kofs8] {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.progress-icon[b-6iwo0kofs8] {
    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-6iwo0kofs8] {
    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-6iwo0kofs8] {
    width: 3px;
    height: 70px;
    background-color: #0e71eb;
}

.progress-line-disabled[b-6iwo0kofs8] {
    width: 3px;
    height: 70px;
    background-color: #aaa;
}

.steps[b-6iwo0kofs8] {
    width: 80%;
    height: 100%;
}

.step-box[b-6iwo0kofs8] {
    width: 100%;
    height: 150px;
    display: flex;
}


.step-description[b-6iwo0kofs8] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.step-description-disabled[b-6iwo0kofs8] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #aaa;
}


.step-button[b-6iwo0kofs8] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-button-disabled[b-6iwo0kofs8] {
    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-le0m1nxkvj] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
}

.window-wrapper[b-le0m1nxkvj] {
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: 650px;
    height: 700px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.discard-button[b-le0m1nxkvj] {
    width: 30px;
    height: 30px;
    margin: -30px 40px 0 auto;
}

    .discard-button:hover[b-le0m1nxkvj] {
        cursor: pointer;
    }

.content-wrapper[b-le0m1nxkvj] {
    display: flex;
    margin: auto 5% auto 5%;
    width: 90%;
    height: 450px;
}

.modal-progress-bar[b-le0m1nxkvj] {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.progress-icon[b-le0m1nxkvj] {
    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-le0m1nxkvj] {
    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-le0m1nxkvj] {
    width: 3px;
    height: 70px;
    background-color: #0e71eb;
}

.progress-line-disabled[b-le0m1nxkvj] {
    width: 3px;
    height: 70px;
    background-color: #aaa;
}

.steps[b-le0m1nxkvj] {
    width: 80%;
    height: 100%;
}

.step-box[b-le0m1nxkvj] {
    width: 100%;
    height: 150px;
    display: flex;
}


.step-description[b-le0m1nxkvj] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.step-description-disabled[b-le0m1nxkvj] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #aaa;
}


.step-button[b-le0m1nxkvj] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-button-disabled[b-le0m1nxkvj] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(80%);
}
/* /Pages/Integrations/ZoomModal.razor.rz.scp.css */
.background-wrapper[b-p6679wz5wg] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
}

.window-wrapper[b-p6679wz5wg] {
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: 650px;
    height: 700px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.discard-button[b-p6679wz5wg] {
    width: 30px;
    height: 30px;
    margin: -30px 40px 0 auto;
}

.discard-button:hover[b-p6679wz5wg] {
    cursor: pointer;
}

.content-wrapper[b-p6679wz5wg] {
    display: flex;
    margin: auto 5% auto 5%;
    width: 90%;
    height: 450px;
}

.modal-progress-bar[b-p6679wz5wg] {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.progress-icon[b-p6679wz5wg] {
    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-p6679wz5wg] {
    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-p6679wz5wg] {
    width: 3px;
    height: 70px;
    background-color: #0e71eb;
}

.progress-line-disabled[b-p6679wz5wg] {
    width: 3px;
    height: 70px;
    background-color: #aaa;
}

.steps[b-p6679wz5wg] {
    width: 80%;
    height: 100%;
}

.step-box[b-p6679wz5wg] {
    width: 100%;
    height: 150px;
    display: flex;
}


.step-description[b-p6679wz5wg] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.step-description-disabled[b-p6679wz5wg] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #aaa;
}


.step-button[b-p6679wz5wg] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-button-disabled[b-p6679wz5wg] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(80%);
}
/* /Pages/KnowledgeBase/CreateQuestion/Components/DropdownSelect.razor.rz.scp.css */
.select[b-7lqrxcyjsi] {
  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-7lqrxcyjsi] {
  cursor: pointer;
}

.options[b-7lqrxcyjsi] {
  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-7lqrxcyjsi] {
  width: 240px;
  height: 40px;
  padding: 9px 12px;
  display: flex;
  justify-self: center;
  align-items: center;
}

.option:hover[b-7lqrxcyjsi] {
  background-color: #f5f5f5;
}

.selected-option[b-7lqrxcyjsi] {
  height: 40px;
  padding: 9px 12px;
  background-color: #e6f7ff;
}
/* /Pages/KnowledgeBase/CreateQuestion/Components/LabeledDropdownSelect.razor.rz.scp.css */
.label[b-cgh23r6tpn] {
  height: 30px;
  font-size: 14px;
}

.select[b-cgh23r6tpn] {
  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-cgh23r6tpn] {
  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-cgh23r6tpn] {
  cursor: pointer;
}

.option[b-cgh23r6tpn] {
  height: 40px;
  padding: 9px 12px;
}

.selected-option[b-cgh23r6tpn] {
  height: 40px;
  padding: 9px 12px;
  background-color: #e6f7ff;
}

.option:hover[b-cgh23r6tpn] {
  background-color: #f5f5f5;
}

/* /Pages/KnowledgeBase/CreateQuestion/CreateQuestion.razor.rz.scp.css */
.question-classification[b-ayj73qb21p] {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
}

.question[b-ayj73qb21p] {
  margin-top: 30px;
  width: 100%;
  display: block;
}

.question-label[b-ayj73qb21p] {
  height: 26px;
}

.question-input[b-ayj73qb21p] {
  height: 40px;
  width: 100%;
  border-radius: 2px;
  border: 1px #D9D9D9 solid;
  background-color: #fff;
}

.position-select[b-ayj73qb21p] {
  margin-top: 30px;
}


.answers[b-ayj73qb21p] {
  margin-top: 30px;
}

.answer[b-ayj73qb21p] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.answer-order[b-ayj73qb21p] {
  padding: 6px 5px;
  width: 30px;
}

.answer-input[b-ayj73qb21p] {
  height: 40px;
  border: solid 1px #dedede;
  border-radius: 4px;
  flex-grow: 1;
  padding: 5px 10px;
}



.buttons[b-ayj73qb21p] {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
/* /Pages/MeetingNotes/AddEditMeetingInformationModal.razor.rz.scp.css */
/* /Pages/MeetingSummary/Analytics.razor.rz.scp.css */
.tab[b-1dlgv29n6v] {
  color: #bbbbbb;
  font-size: 14px;
}

.active-tab[b-1dlgv29n6v] {
  font-size: 14px;
  color: #605bff;
}
/* /Pages/MeetingSummary/AssosiateMeetingIntelligenceModal.razor.rz.scp.css */
.header-container[b-06t1mgvnw3] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.header[b-06t1mgvnw3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
}

    .header h2[b-06t1mgvnw3] {
        font-weight: 700;
        font-size: 24px;
        white-space: normal;
    }

.header-title[b-06t1mgvnw3] {
    font-weight: 700;
    font-size: 24px;
    white-space: normal;
}

.close-button[b-06t1mgvnw3] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
}

    .close-button .anticon[b-06t1mgvnw3] {
        font-size: 50px;
    }



.filter-container[b-06t1mgvnw3] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.filter-group[b-06t1mgvnw3] {
    display: inline-flex;
    padding: 10px;
    margin: 0.2rem 0.2rem 0 0;
    border-radius: 5px;
    flex-wrap: wrap;
}

.filter-label[b-06t1mgvnw3] {
    border-bottom: none;
    margin-bottom: 8px;
}

.filter-input[b-06t1mgvnw3] {
    display: flex;
    align-items: center;
    margin-right: 10px;
    flex: 1 1 auto;
}

.button-group[b-06t1mgvnw3] {
    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-06t1mgvnw3] {
    width: 100%;
}

.btn[b-06t1mgvnw3] {
    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-06t1mgvnw3] {
    border: 1px solid #FF8E28;
    background-color: white;
    color: #FF8E28;
    padding: 3px;
}

.btn-add[b-06t1mgvnw3] {
    background-color: white;
    border: 1px solid #605BFF;
    color: #605BFF;
    padding: 3px;
}

.btn-remove[b-06t1mgvnw3] {
    background-color: white;
    border: 1px solid #f28b82;
    color: #b71c1c;
    padding: 3px;
}

.btn-primary[b-06t1mgvnw3] {
    background-color: #605BFF;
    color: white;
}

.btn-secondary[b-06t1mgvnw3] {
    background-color: white;
    border: 1px solid #605BFF;
    color: #605BFF;
}

.btn:hover[b-06t1mgvnw3] {
    opacity: 0.9;
}

.container[b-06t1mgvnw3] {
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
}

.textbox[b-06t1mgvnw3] {
    border: none;
    padding: 8px;
    height: 36px;
    border-radius: 4px;
}

.ant-input[b-06t1mgvnw3] {
    border: none;
    border-radius: 4px 0 0 4px;
    height: 36px;
}

.dropdown-box[b-06t1mgvnw3] {
    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-06t1mgvnw3] {
    background-color: white;
    border: none;
    width: 100px;
    padding-left: 5px;
    border-spacing: 0px;
}

.modal-footer[b-06t1mgvnw3] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .modal-footer > .cancel-button[b-06t1mgvnw3] {
        flex-grow: 1;
        flex-shrink: 1;
    }

    .modal-footer > .action-buttons[b-06t1mgvnw3] {
        display: flex;
        gap: 10px;
    }

        .modal-footer > .action-buttons > *[b-06t1mgvnw3] {
            flex-grow: 1;
            flex-shrink: 1;
        }

.custom-table-crm[b-06t1mgvnw3] {
    max-height: 550px;
    overflow-y: auto;
}

    .custom-table-crm .ant-table > table > .ant-table-tbody > tr > td[b-06t1mgvnw3] {
        padding: 25px !important;
    }

.pagination-container[b-06t1mgvnw3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.ant-table-tbody > tr > td[b-06t1mgvnw3] {
    padding: 25px !important;
}

.total-items[b-06t1mgvnw3] {
    margin-right: auto;
    font-weight: 700;
}

@media(min-width: 1200px) {
    .filter-group[b-06t1mgvnw3] {
        flex-direction: row;
        width: fit-content;
    }
}

@media (min-width: 961px) and (max-width: 1199px) {
    .filter-container[b-06t1mgvnw3] {
        flex-direction: row;
    }

    .filter-input[b-06t1mgvnw3] {
        flex: 1 1 auto;
    }

    .filter-group[b-06t1mgvnw3] {
        flex-direction: row;
        width: 50%;
    }
}


@media (max-width: 960px) {
    .header-container[b-06t1mgvnw3] {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .filter-container[b-06t1mgvnw3] {
        flex-flow: wrap;
        align-items: flex-end;
    }


    .button-group[b-06t1mgvnw3] {
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        margin-left: 0;
    }

    .btn[b-06t1mgvnw3] {
        width: 100%;
    }

    .filter-button[b-06t1mgvnw3] {
        width: 50%;
        max-width: none;
        margin: 0 5px 0 5px;
    }

    .filter-input[b-06t1mgvnw3] {
        flex-direction: column;
    }

    .filter-group[b-06t1mgvnw3] {
        width: 100%;
        flex-direction: column;
    }
}

@media (max-width: 570px) {
    .modal-footer[b-06t1mgvnw3] {
        flex-direction: column-reverse;
        align-items: stretch;
    }

        .modal-footer > .cancel-button[b-06t1mgvnw3] {
            width: 100%;
            margin-top: 10px;
        }

        .modal-footer > .action-buttons[b-06t1mgvnw3] {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            .modal-footer > .action-buttons > *[b-06t1mgvnw3] {
                width: 100%;
            }
}
/* /Pages/MeetingSummary/DonutChart.razor.rz.scp.css */
.donut-chart-container[b-jeq7wqu6g1] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.donut-background[b-jeq7wqu6g1] {
    fill: none;
    stroke: #eee;
    stroke-width: 10;
}

.donut-foreground[b-jeq7wqu6g1] {
    fill: none;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.5s ease-in-out;
}

.donut-text[b-jeq7wqu6g1] {
    font-size: 24px;
    font-weight: bold;
    fill: #333;
    text-anchor: middle;
    dominant-baseline: middle;
}

.donut-label[b-jeq7wqu6g1] {
    margin-top: 8px;
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}
/* /Pages/MeetingSummary/MeetingAnalytics/components/ProgressBar.razor.rz.scp.css */
div[b-cbck4knvp1]{
    border-radius: 2px;
}

.progress-bar[b-cbck4knvp1] {
    height: 8px;
    background-color: #dedede;
}

.progress-bar-fill[b-cbck4knvp1] {
    height: 100%;
}
/* /Pages/MeetingSummary/MeetingAnalytics/MeetingHealth.razor.rz.scp.css */
.page-wrapper[b-5lz22ryeor] {
    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-5lz22ryeor] {
    height: 360px;
    background-color: #fff;
    padding: 50px 5%;
    border: 1px solid #f0f0f0;
}

.content-wrapper[b-5lz22ryeor] {
    display: flex;
    color: #444;
}

.progess-bar-wrapper[b-5lz22ryeor] {
    margin:5px 15px 0 15px;
    flex-grow: 1;
}

.progess-bar-wrapper > div[b-5lz22ryeor] {
    margin-bottom: 18px;
}

.analytics-count[b-5lz22ryeor] {
    margin-left: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .analytics-count > div[b-5lz22ryeor] {
        margin-bottom: 4px;
    }


.clickable[b-5lz22ryeor] {
    cursor: pointer;
}

.analytic-items-list-header[b-5lz22ryeor]{
    padding-bottom: 10px;
}
/* /Pages/MeetingSummary/MeetingDashboard.razor.rz.scp.css */
@media (max-width: 992px) {
    .analytics-grid[b-6txhp1suvi] {
        grid-template-columns: 1fr;
    }
}
/* --- Add these classes to your CSS --- */
.icon-positive[b-6txhp1suvi] {
    color: rgb(34 197 94 / var(--tw-text-opacity, 1)) !important;
}

.icon-negative[b-6txhp1suvi] {
    color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}

.text-neutral[b-6txhp1suvi] {
    color: #4f46e5; /* Using theme color for neutral status */
}

/* Update this existing class to be more specific */
.checklist .check-icon[b-6txhp1suvi] {
    width: 1rem !important;
    height: 1rem !important;
}

/* And update this one */
.outcome-status[b-6txhp1suvi] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
/* /Pages/MeetingSummary/SalesCoachingFeedbackReport.razor.rz.scp.css */
.feedback-container[b-v4alqe38y4] {
    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-v4alqe38y4] {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

    .feedback-header h1[b-v4alqe38y4] {
        font-weight: 600;
    }

    .feedback-header p[b-v4alqe38y4] {
        font-size: 1.1rem;
        color: #6c757d;
    }

.feedback-details-grid[b-v4alqe38y4] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 1rem;
}

.feedback-box[b-v4alqe38y4] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

    .feedback-box h6[b-v4alqe38y4] {
        font-weight: 600;
        margin-bottom: 0.75rem;
        gap: 0.5rem;
        color: #495057;
        flex-shrink: 0;
    }

    .feedback-box p[b-v4alqe38y4],
    .feedback-box ul[b-v4alqe38y4] {
        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-v4alqe38y4] {
        color: #007bff;
    }

    .feedback-box.did-well h6[b-v4alqe38y4] {
        color: #28a745;
    }

    .feedback-box.differently h6[b-v4alqe38y4] {
        color: #ff8d1e;
    }

    .feedback-box.info-extra h6[b-v4alqe38y4] {
        color: #6c757d;
    }

/* Styles for lists generated by FormatListAsHtml */
.feedback-list[b-v4alqe38y4] {
    padding-left: 1.2rem;
    margin: 0;
}

    .feedback-list li[b-v4alqe38y4] {
        margin-bottom: 0.25rem;
    }

/* Custom grid for 4 items */
@media (min-width: 992px) {
    .custom-grid-4[b-v4alqe38y4] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .custom-grid-4[b-v4alqe38y4] {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Custom grid for 5/6 items */
@media (min-width: 768px) {
    .custom-grid-5[b-v4alqe38y4] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .custom-grid-5[b-v4alqe38y4] {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* /Pages/MeetingSummary/SelectMeetingModal.razor.rz.scp.css */
.header-container[b-seomqlacu3] {
    margin-top: 2%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.header[b-seomqlacu3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
}

    .header h2[b-seomqlacu3] {
        font-weight: 700;
        font-size: 24px;
        white-space: normal;
    }

.header-title[b-seomqlacu3] {
    font-weight: 700;
    font-size: 24px;
    white-space: normal;
}

.close-button[b-seomqlacu3] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
}

    .close-button .anticon[b-seomqlacu3] {
        font-size: 50px;
    }

.filter-container[b-seomqlacu3] {
    margin-top: 2%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.filter-group[b-seomqlacu3] {
    display: inline-flex;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0.2rem 0.2rem 0 0;
    border-radius: 5px;
    flex-wrap: wrap;
}

.filter-label[b-seomqlacu3] {
    border-bottom: none;
    margin-bottom: 8px;
}

.filter-input[b-seomqlacu3] {
    display: flex;
    align-items: center;
    margin-right: 10px;
    flex: 1 1 auto;
}

.button-group[b-seomqlacu3] {
    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-seomqlacu3] {
    width: 100%;
}

.btn[b-seomqlacu3] {
    padding: 3px;
    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-seomqlacu3] {
    border: 1px solid #FF8E28;
    background-color: white;
    color: #FF8E28;
    padding: 3px;
}

.btn-add[b-seomqlacu3] {
    background-color: white;
    border: 1px solid #605BFF;
    color: #605BFF;
    padding: 3px;
}

.btn-remove[b-seomqlacu3] {
    background-color: white;
    border: 1px solid #f28b82;
    color: #b71c1c;
    padding: 3px;
}

.btn-primary[b-seomqlacu3] {
    background-color: #605BFF;
    color: white;
}

.btn-secondary[b-seomqlacu3] {
    background-color: white;
    border: 1px solid #605BFF;
    color: #605BFF;
}

.btn:hover[b-seomqlacu3] {
    opacity: 0.9;
}

.container[b-seomqlacu3] {
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
}

.textbox[b-seomqlacu3] {
    border: none;
    padding: 8px;
    height: 36px;
    border-radius: 4px;
}

.ant-input[b-seomqlacu3] {
    border: none;
    border-radius: 4px 0 0 4px;
    height: 36px;
}

.dropdown-box[b-seomqlacu3] {
    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-seomqlacu3] {
    background-color: white;
    border: none;
    width: 100px;
    padding-left: 5px;
    border-spacing: 0px;
}

.modal-footer[b-seomqlacu3] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .modal-footer > .cancel-button[b-seomqlacu3] {
        flex-grow: 1;
        flex-shrink: 1;
    }

    .modal-footer > .action-buttons[b-seomqlacu3] {
        display: flex;
        gap: 10px;
    }

        .modal-footer > .action-buttons > *[b-seomqlacu3] {
            flex-grow: 1;
            flex-shrink: 1;
        }

.custom-table-crm[b-seomqlacu3] {
    max-height: 550px;
    overflow-y: auto;
}

    .custom-table-crm .ant-table > table > .ant-table-tbody > tr > td[b-seomqlacu3] {
        padding: 25px !important;
    }

.pagination-container[b-seomqlacu3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.ant-table-tbody > tr > td[b-seomqlacu3] {
    padding: 25px !important;
}

.total-items[b-seomqlacu3] {
    margin-right: auto;
    font-weight: 700;
}

@media(min-width: 1200px) {
    .filter-group[b-seomqlacu3] {
        flex-direction: row;
        width: fit-content;
    }
}

@media (max-width: 665px) {
    .header-container[b-seomqlacu3] {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .filter-container[b-seomqlacu3] {
        flex-flow: wrap;
        align-items: flex-end;
    }

    .button-group[b-seomqlacu3] {
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        margin-left: 0;
    }

    .btn[b-seomqlacu3] {
        width: 100%;
    }

    .filter-button[b-seomqlacu3] {
        width: 50%;
        max-width: none;
        margin: 0 5px 0 5px;
    }

    .filter-input[b-seomqlacu3] {
        flex-direction: column;
    }

    .filter-group[b-seomqlacu3] {
        width: 100%;
        flex-direction: column;
    }
}

@media (max-width: 570px) {
    .modal-footer[b-seomqlacu3] {
        flex-direction: column-reverse;
        align-items: stretch;
    }

        .modal-footer > .cancel-button[b-seomqlacu3] {
            width: 100%;
            margin-top: 10px;
        }

        .modal-footer > .action-buttons[b-seomqlacu3] {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            .modal-footer > .action-buttons > *[b-seomqlacu3] {
                width: 100%;
            }
}
/* /Pages/MeetingSummary/Transcript.razor.rz.scp.css */

.container[b-i7eqm7edm1] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
}

.input-file-container[b-i7eqm7edm1] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.drop-zone[b-i7eqm7edm1] {
    padding: 20px;
}

    .drop-zone.hover[b-i7eqm7edm1] {
        border-style: solid;
    }

.upload-container[b-i7eqm7edm1] {
    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-i7eqm7edm1] {
    font-size: 42px;
    margin-right: 16px;
}

.alert-wrapper[b-i7eqm7edm1] {
    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-i7eqm7edm1] {
    margin-bottom: 20px;
    margin-right: 15px;
}

.icon-button[b-i7eqm7edm1] {
    font-weight: bold;
}

    .icon-button img[b-i7eqm7edm1] {
        height: 24px;
        width: 24px;
        margin-right: 4px;
    }

.icon-buttons-container[b-i7eqm7edm1] {
    display: inline-flex;
}
/* /Pages/Preparation/DiscussionPointsPanel.razor.rz.scp.css */
.column-content[b-41lcr5ky96] {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
    .column-content:hover[b-41lcr5ky96] {
        background-color: rgba(0, 0, 0, 0.1);
    }

.list-container[b-41lcr5ky96] {
    list-style-type: disc;
    margin-left: -20px;
    color: #555555;
}

.list-item[b-41lcr5ky96] {
    position: relative;
    transition: background-color 0.3s ease;
}

.discard-button-column[b-41lcr5ky96]{
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
}
    .list-item:hover[b-41lcr5ky96] {
        background-color: #eee;
    }

    .list-item:hover .discard-button-column[b-41lcr5ky96]{
        opacity: 1;
    }

    .discard-button-column:hover[b-41lcr5ky96] {
        cursor: pointer;
    }

.sales-question[b-41lcr5ky96] {
    font-size: 11px;
    color: #777777;
    /*margin: auto 20px 5px 5px;*/
}

.column-container[b-41lcr5ky96] {
    display: flex;
    align-items: center;
}
.discard-button-column[b-41lcr5ky96] {
    display: flex;
    align-items: center;
}
/* /Pages/Preparation/GenereteDPModal.razor.rz.scp.css */
#dpTableContainer .ant-table-thead tr > th[b-22htkb7y7p] {
    font-weight: 800;
    background-color: #f7f7f8;
}

.collapse-trigger[b-22htkb7y7p]::after {
    content: "▼";
    float: right;
}

.collapse-trigger.active[b-22htkb7y7p]::after {
    content: "▲";
}

.collapsible[b-22htkb7y7p] {
    display: none;
}

.collapse-trigger.active ~ .collapsible[b-22htkb7y7p] {
    display: block;
    /*margin-left: 20px;*/
}

/* Animation for stop button (when recording is active) */
.stop-recording[b-22htkb7y7p] {
    animation: pulse-red-b-22htkb7y7p 1s infinite;
    transform-origin: center;
}

@keyframes pulse-red-b-22htkb7y7p {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.label-container[b-22htkb7y7p] {
    display: flex;
    align-items: center;
}

.deals-form-label[b-22htkb7y7p] {
    margin-right: 10px;
}

@keyframes pulse-b-22htkb7y7p {
    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-cletpiz8qf],
.ant-btn-primary[b-cletpiz8qf],
.ant-steps-item-icon[b-cletpiz8qf],
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail[b-cletpiz8qf]::after,
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon[b-cletpiz8qf] {
    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-cletpiz8qf],
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-subtitle[b-cletpiz8qf],
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-title[b-cletpiz8qf] {
    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-cletpiz8qf] {
    color: #A19DFF;
    border-color: #A19DFF;
}

.ant-steps-item-finish .ant-steps-item-icon[b-cletpiz8qf] {
    border-color: #605bff;
}

    .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon[b-cletpiz8qf] {
        color: #605bff;
    }

        .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon:hover[b-cletpiz8qf] {
            color: #A19DFF !important;
        }

.ant-steps[b-cletpiz8qf] {
    width: fit-content;
    font-weight: bold;
}

    .ant-steps .ant-steps-item[b-cletpiz8qf] {
        cursor: pointer;
    }

        .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-tail[b-cletpiz8qf] {
            padding-left: 6px;
            padding-right: 6px;
        }

        .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-icon[b-cletpiz8qf] {
            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-cletpiz8qf] {
                top: -1px;
            }

        .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title[b-cletpiz8qf] {
            color: #605bff;
        }

        .ant-steps .ant-steps-item.ant-steps-item-disabled[b-cletpiz8qf] {
            cursor: not-allowed;
        }

        .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon[b-cletpiz8qf] {
            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-cletpiz8qf] {
                display: none;
            }

        .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-content[b-cletpiz8qf] {
            margin-top: 14px;
        }

            .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-content .ant-steps-item-title[b-cletpiz8qf] {
                color: #A29FF2;
            }

        .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon[b-cletpiz8qf] {
            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-cletpiz8qf] {
                display: none;
            }

        .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-content[b-cletpiz8qf] {
            margin-top: 14px;
        }

            .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-content .ant-steps-item-title[b-cletpiz8qf] {
                color: #B9B9B9;
            }
/* /Pages/Preparation/SDRTemplate.razor.rz.scp.css */

.ant-checkbox-checked .ant-checkbox-inner[b-jw1lxuw9n1],
.ant-btn-primary[b-jw1lxuw9n1],
.ant-steps-item-icon[b-jw1lxuw9n1],
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail[b-jw1lxuw9n1]::after,
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon[b-jw1lxuw9n1] {
    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-jw1lxuw9n1],
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-subtitle[b-jw1lxuw9n1],
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-title[b-jw1lxuw9n1] {
    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-jw1lxuw9n1] {
    color: #A19DFF;
    border-color: #A19DFF;
}

.ant-steps-item-finish .ant-steps-item-icon[b-jw1lxuw9n1] {
    border-color: #605bff;
}

    .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon[b-jw1lxuw9n1] {
        color: #605bff;
    }

        .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon:hover[b-jw1lxuw9n1] {
            color: #A19DFF !important;
        }

.ant-steps[b-jw1lxuw9n1] {
    width: fit-content;
    font-weight: bold;
}

    .ant-steps .ant-steps-item[b-jw1lxuw9n1] {
        cursor: pointer;
    }

        .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-tail[b-jw1lxuw9n1] {
            padding-left: 6px;
            padding-right: 6px;
        }

        .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-icon[b-jw1lxuw9n1] {
            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-jw1lxuw9n1] {
                top: -1px;
            }

        .ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title[b-jw1lxuw9n1] {
            color: #605bff;
        }

        .ant-steps .ant-steps-item.ant-steps-item-disabled[b-jw1lxuw9n1] {
            cursor: not-allowed;
        }

        .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon[b-jw1lxuw9n1] {
            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-jw1lxuw9n1] {
                display: none;
            }

        .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-content[b-jw1lxuw9n1] {
            margin-top: 14px;
        }

            .ant-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-content .ant-steps-item-title[b-jw1lxuw9n1] {
                color: #A29FF2;
            }

        .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon[b-jw1lxuw9n1] {
            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-jw1lxuw9n1] {
                display: none;
            }

        .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-content[b-jw1lxuw9n1] {
            margin-top: 14px;
        }

            .ant-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-content .ant-steps-item-title[b-jw1lxuw9n1] {
                color: #B9B9B9;
            }
/* /Pages/Pricing/PricingFeaturesPage.razor.rz.scp.css */
.img.small-img[b-c6vx5snv0u] {
    width:30px;
    height:30px;
}


img[b-c6vx5snv0u] {
    width: 25px;
    height: 25px;
}

.no-border[b-c6vx5snv0u]{
        border: none;
        box-shadow:none;
}
/* /Pages/Pricing/PricingPlansPage.razor.rz.scp.css */
/* /Pages/Signup/SignUp.razor.rz.scp.css */
.signup-information-container[b-wgh2pf9lv4] {
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.signup-information-steps[b-wgh2pf9lv4] {
    height: 20%;
    width: 70%;
    display: flex;
    justify-content: center;
}

.signup-information-steps-container[b-wgh2pf9lv4] {
    display: flex;
    justify-content: center;
}

/* /Pages/Signup/Step2/AboutYou.razor.rz.scp.css */
.sign-up-step2-btn-next[b-xthosix7de] {
    margin-top: 10%;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-mmlsvzbrjy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mmlsvzbrjy] {
    flex: 1;
}

.sidebar[b-mmlsvzbrjy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mmlsvzbrjy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mmlsvzbrjy]  a, .top-row[b-mmlsvzbrjy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mmlsvzbrjy]  a:hover, .top-row[b-mmlsvzbrjy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mmlsvzbrjy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-mmlsvzbrjy] {
        display: none;
    }

    .top-row.auth[b-mmlsvzbrjy] {
        justify-content: space-between;
    }

    .top-row[b-mmlsvzbrjy]  a, .top-row[b-mmlsvzbrjy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mmlsvzbrjy] {
        flex-direction: row;
    }

    .sidebar[b-mmlsvzbrjy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mmlsvzbrjy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mmlsvzbrjy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mmlsvzbrjy], article[b-mmlsvzbrjy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
