.company-register-form .form-body label {
    color: #212121;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
}

.company-register-form .account-type .register-as label {
    font-weight: 400;
    font-size: 14px;
}

.company-register-form .form-body label .required-mark {
    top: -0.3rem;
    color: #f00;
}

.company-register-form .account-type .register-as {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.company-register-form .form-body input,
.company-register-form .form-body textarea {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    padding: 12px 20px;
    line-height: 1;
    color: #212121;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
}

.company-register-form .form-body input:focus,
.company-register-form .form-body textarea:focus {
    border: 1px solid #E0E0E0;
    outline: none;
}

.company-register-form .form-body input:placeholder {
    color: #DDE1E6;
}

.company-register-form .kat-ui .kat-selected span.placeholder {
    color: #7d7e81;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}

.company-register-form .form-body .select-logo {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.company-register-form .select-logo .company-logo {
    display: flex;
}

.company-register-form .select-logo .company-logo img {
    max-width: 50px;
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid #0000004d;
    outline: 1px dashed #000000b3;
    outline-offset: 2px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}

.company-register-form .form-body .form-row.has-error label {
    color: #ff0000;
}

.company-register-form .kat-ui {
    position: relative;
}

.company-register-form .kat-ui .kat-selected {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    min-height: 43px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.company-register-form .form-row.has-error .kat-ui .kat-selected {
    border-color: #ff7171;
    background-color: rgba(255, 0, 0, 0.2);
}

.company-register-form .form-row.has-error .kat-ui i {
    color: #ff7171;
}

.company-register-form .kat-ui i {
    position: absolute;
    z-index: 2;
    font-size: 16px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    display: flex;
    height: max-content;
    width: auto;
}

.company-register-form .kat-ui .kat-dropdown {
    position: absolute;
    z-index: 10;
    display: none;
    max-height: 220px;
    overflow: auto;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    margin-top: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    width: 100%;
}

.company-register-form .kat-ui .kat-dropdown .katSearch {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #eee;
    outline: none;
}

.company-register-form .kat-ui .kat-dropdown .katList {
    list-style: none;
    margin: 0;
    padding: 6px;
}

.company-register-form .kat-ui .kat-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 5px;
    border-radius: 4px;
    background: #eef6ff;
    border: 1px solid #cfe3ff;
    font-size: 12px;
    line-height: 1;
}

.company-register-form .kat-ui .kat-pill button {
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    color: #1e1e1e;
}

.company-register-form .kat-ui .kat-item {
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
}

.company-register-form .kat-ui .kat-item:hover {
    background: #EFF3FD;
}

.is-loading {
    opacity: .6;
    pointer-events: none;
}

.company-register-form .form-row {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.company-register-form .form-row.account-type {
    gap: 16px;
}

.company-register-form .form-row .pwdToggle {
    position: absolute;
    right: 10px;
    bottom: 15px;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    display: flex;
    font-size: 16px;
    color: #1e1e1e;
}

.company-register-form .form-footer {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 15px;
}

.company-register-form .form-footer p {
    margin: 0;
    font-size: 16px;
    line-height: 1;
}

.registration-successfull-wrap {
    display: none;
}

.registration-successfull-wrap p {
    font-family: "Inter", Sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    color: #1A202C;
    font-weight: 400;
}

.user-login-form-wrapper form .form-row {
    margin-bottom: 20px;
}

.user-login-form-wrapper form .form-row:last-of-type {
    margin: 0;
}

.user-login-form-wrapper form .form-row label {
    color: #212121;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}

.user-login-form-wrapper form .form-row input {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    padding: 12px 20px;
    line-height: 1;
    color: #212121;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
}

.user-login-form-wrapper form .form-row input:placeholder {
    color: #DDE1E6;
}

.user-login-form-wrapper form .form-row input:focus {
    border: 1px solid #E0E0E0;
    outline: none;
}

.user-login-form-wrapper form .form-row .password-field-wrapper {
    position: relative;
    z-index: 1;
}

.user-login-form-wrapper form .form-row .password-field-wrapper .pwdToggle {
    padding: 0;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    background: transparent;
    top: 0;
    bottom: 0;
    right: 10px;
}

.user-login-form-wrapper form .keep-logged .keep-me-log {
    color: #212121;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.user-login-form-wrapper form .form-footer {
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
}

.user-login-form-wrapper form .form-footer p {
    margin: 0;
    font-size: 16px;
    line-height: 1;
}

.user-login-form-wrapper .login-massage {
    margin-top: 16px;
}

.user-login-form-wrapper .register-here {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.user-login-form-wrapper .register-here p {
    color: #212121;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
    margin: 0;
}

.forgot-password-wrapper form .form-body {
    margin-bottom: 24px;
}

.forgot-password-wrapper form .form-body label {
    color: #212121;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}

.forgot-password-wrapper form .form-body input {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    padding: 12px 20px;
    line-height: 1;
    color: #212121;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
}

.forgot-password-wrapper form .form-body input:placeholder {
    color: #DDE1E6;
}

.forgot-password-wrapper form .form-body input:focus {
    border: 1px solid #E0E0E0;
    outline: none;
}

.forgot-password-wrapper .forgot-message {
    margin-top: 20px;
}

.access-denied {
    max-width: 600px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.access-denied h2 {
    color: #e74c3c !important;
    margin: 0;
    font-size: 28px !important;
    text-align: center;
}

.access-denied p {
    margin: 0 0 30px;
    color: #7f8c8d;
    text-align: center;
    line-height: 1.3;
}

.access-denied h2+p {
    margin-top: 20px;
}

.access-denied a {
    display: inline-block;
    background-color: #2f5e99;
    color: white !important;
    padding: 8px 22px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.access-denied a:hover,
.access-denied a:focus {
    background-color: #5888c5;
}

@media (max-width: 767px) {
    .company-register-form .select-logo .company-logo img {
        max-width: 40px;
    }

    .company-register-form .form-body label,
    .user-login-form-wrapper form .form-row label {
        font-size: 14px;
    }

    .user-login-form-wrapper form .form-footer p,
    .company-register-form .form-footer p {
        font-size: 14px;
    }

    .user-login-form-wrapper form .form-footer,
    .company-register-form .form-footer {
        justify-content: center;
        flex-direction: column;
    }
}

/*Dashboard CSS*/
.dashboard-heading-wrap h1 {
    color: #212121;
    margin: 0;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.2px;
    font-weight: 600;
}

.dasboard-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 40px;
}

.dasboard-wrapper .dashboard-nav-wrapper {
    width: 25%;
    padding-right: 30px;
    border-right: 1px solid #E0E0E0;
}

.dashboard-content-wrapper {
    width: 75%;
    padding-left: 30px;
}

.dasboard-wrapper .dashboard-nav-wrapper .dashboard-navs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.dasboard-wrapper .dashboard-nav-wrapper .dashboard-navs .dash-nav-item {
    padding: 0;
    border-radius: 0;
    background: none;
    color: #1A202C;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    transition: all 0.3s ease;
}

.dasboard-wrapper .dashboard-nav-wrapper .dashboard-navs .dash-nav-item:hover,
.dasboard-wrapper .dashboard-nav-wrapper .dashboard-navs .dash-nav-item.active {
    color: #2F5E99;
}

.dasboard-wrapper .dashboard-tab-content .tab-content {
    display: none;
}

.dasboard-wrapper .dashboard-tab-content .tab-content.active {
    display: block;
}

.change-password-wrapper form .form-body .form-row {
    max-width: 550px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.change-password-wrapper form .form-body .form-row .change-pwd-input-wrap {
    position: relative;
    z-index: 1;
    max-width: 320px;
    width: 100%;
}

.change-password-wrapper form .form-body .form-row .change-pwd-input-wrap input {
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: 10px;
    color: #212121;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
    padding: 12px 20px;
    width: 100%;
}

.change-password-wrapper form .form-body .form-row .change-pwd-input-wrap input::placehoder {
    color: #212121;
}

.change-password-wrapper form .form-body .form-row .change-pwd-input-wrap input:focus {
    color: #000;
    border: 1px solid #E0E0E0;
    outline: none;
}

.change-password-wrapper form .form-body .form-row .change-pwd-input-wrap .pwdToggle {
    background: none;
    border: none;
    border-radius: 0;
    color: #212121;
    position: absolute;
    z-index: 2;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    bottom: 15px;
    padding: 0;
}

.user-notfy-setting {
    margin-top: 50px;
}

.user-notfy-setting p.setting-label {
    color: #212121;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.user-notfy-setting .enabling-setting-wrap {
    margin-top: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

.user-notfy-setting .enabling-setting-wrap .setting-item label {
    color: #212121;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
}

.edit-profile-wrap form .form-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 20px;
}

.edit-profile-wrap form .form-body .form-row {
    width: 100%;
}

.edit-profile-wrap form .form-body .form-row.two-column {
    width: 48%;
}

.edit-profile-wrap form .form-body .profile-logo {
    max-width: 80px;
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1;
    outline: 1px dashed rgba(0, 0, 0, 0.5);
    outline-offset: 2px;
}

.edit-profile-wrap form .form-body .profile-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.edit-profile-wrap form .form-body .form-row label {
    color: #212121;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}

.edit-profile-wrap form .form-body .form-row input,
.edit-profile-wrap form .form-body .form-row textarea {
    background: #FFFFFF00;
    border: 1px solid #E0E0E0;
    padding: 12px 20px;
    line-height: 1;
    color: #212121;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
}

.edit-profile-wrap form .form-body .form-row .company-purchase-email {
    background: #FFFFFF00;
    border: 1px solid #E0E0E0;
    padding: 12px 20px;
    line-height: 1;
    color: #212121;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
    margin: 0;
    min-height: 43px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: default;
}

.edit-profile-wrap form .form-body .form-row input[disabled],
.edit-profile-wrap form .form-body .form-row textarea[disabled],
.edit-profile-wrap form .form-body .form-row .kat-ui.disabled .kat-selected {
    color: #212121b3;
    cursor: not-allowed;
}

.edit-profile-wrap form .form-body .form-row .kat-ui {
    position: relative;
}

.edit-profile-wrap form .form-body .form-row .kat-ui .kat-selected {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    min-height: 43px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.edit-profile-wrap form .form-body .form-row .kat-ui i {
    position: absolute;
    z-index: 2;
    font-size: 16px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    display: flex;
    height: max-content;
    width: auto;
}

.edit-profile-wrap form .form-body .form-row .kat-ui .kat-dropdown {
    position: absolute;
    z-index: 10;
    display: none;
    max-height: 220px;
    overflow: auto;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    margin-top: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    width: 100%;
}

.edit-profile-wrap form .form-body .form-row .kat-ui .kat-dropdown .katSearch {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #eee;
    outline: none;
}

.edit-profile-wrap form .form-body .form-row .kat-ui .kat-dropdown .katList {
    list-style: none;
    margin: 0;
    padding: 6px;
}

.edit-profile-wrap form .form-body .form-row .kat-ui .kat-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 5px;
    border-radius: 4px;
    background: #eef6ff;
    border: 1px solid #cfe3ff;
    font-size: 12px;
    line-height: 1;
}

.edit-profile-wrap form .form-body .form-row .kat-ui .kat-pill i {
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    color: #1e1e1e;
    position: static;
}

.edit-profile-wrap form .form-body .form-row .kat-ui .kat-item {
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
}

.edit-profile-wrap form .form-body .form-row .kat-ui .kat-item:hover {
    background: #EFF3FD;
}

.edit-profile-wrap form .form-footer {
    margin-top: 30px;
}

.edit-profile-wrap form .form-footer button {
    border: 1px solid var(--e-global-color-f19cdcf);
}

.edit-profile-wrap form .form-footer .cancel-btn {
    background: #fff0;
    color: var(--e-global-color-f19cdcf);
}

.edit-profile-wrap form .form-footer .cancel-btn:hover {
    color: #fff;
    background: var(--e-global-color-f19cdcf);
}

.comp-emplyoee-wrap .add-new-emp {
    margin-top: 30px;
    text-align: right;
}

.add-emp-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    z-index: 32;
}

.add-emp-modal .edit-profile-wrap {
    max-width: 600px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.add-emp-modal .edit-profile-wrap .close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    background: #0000;
    border-radius: 0;
    color: #1e1e1e;
    z-index: 2;
}

.company-employees .comp-employee {
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    padding: 24px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 15px;
}

.company-employees .comp-employee:last-of-type {
    margin: 0;
}

.company-employees .comp-employee .emp-info-wrap {
    width: 85%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.comp-employee .emp-info-wrap .emp-avatar {
    max-width: 60px;
    width: 100%;
    margin-right: 15px;
}

.comp-employee .emp-info-wrap .emp-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #E0E0E0;
}

.comp-employee .emp-info-wrap .emp-detail {
    width: calc(100% - 75px);
}

.comp-employee .emp-info-wrap .emp-detail h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.comp-employee .emp-info-wrap .emp-detail h3 a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

.comp-employee .emp-info-wrap .emp-detail p {
    margin: 10px 0 0;
}

.comp-employee .emp-action {
    width: 15%;
    text-align: right;
}

.comp-employee .emp-action button {
    color: var(--e-global-color-secondary);
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.comp-employee .emp-action button:hover {
    background: transparent;
    color: var(--e-global-color-secondary);
}

.search-profiles-wrapper .search-profile-item {
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.search-profiles-wrapper .search-profile-item:last-of-type {
    margin: 0;
}

.search-profiles-wrapper .search-profile-item .profile-info-wrap {
    width: 68%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.search-profiles-wrapper .search-profile-item .profile-action-wrap {
    width: 32%;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}

.search-profiles-wrapper .search-profile-item .profile-action-wrap .edit-profile {
    padding: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.46px;
    background: #2F5E99;
    border: 1px solid #2F5E99;
    border-radius: 50px;
}

.search-profiles-wrapper .search-profile-item .profile-action-wrap .set-status-profile {
    background: #E0E0E0;
    border-color: #E0E0E0;
    padding: 10px;
    line-height: 1;
}

.search-profiles-wrapper .search-profile-item .profile-action-wrap .delete-profile {
    padding: 0;
    background: #0000;
    font-size: 18px;
    line-height: 1;
    border: none;
    border-radius: 0;
    color: #2F5E99;
}

.search-profile-item .profile-info-wrap .profile-info {
    width: 49%;
}

.search-profile-item .profile-info-wrap .profile-info p {
    margin-bottom: 6px;
    color: #1A202C;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}

.search-profile-item .profile-info-wrap .profile-info p.info-value {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
    /*overflow: hidden;*/
}

.search-profiles-wrapper .search-profile-item .modal {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 12;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.4);
}

.search-profile-item .modal .modal-content {
    width: 100%;
    padding: 30px 20px;
    max-width: 1024px;
    max-height: 80vh;
    /* height: 100%; */
    overflow-y: auto;
    background: #fff;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.search-profile-item .modal-content .close-modal {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    font-size: 18px;
    color: #212121;
    top: 15px;
    right: 15px;
}

.search-profile-item .modal-content h2 {
    text-align: center;
    font-size: 32px;
    margin: 0;
}

.search-profile-item .modal-content .search-profile-form-wrapper {
    margin-top: 30px;
}

.search-profile-item .edit-profile-form .form-group {
    margin-bottom: 15px;
}

.search-profile-item .edit-profile-form .form-group:last-of-type {
    margin: 0;
}

.search-profile-item .edit-profile-form .form-group label {
    color: #1A202C;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    font-family: "Inter", Sans-serif;
}

.search-profile-item .edit-profile-form .form-group input,
.search-profile-item .edit-profile-form .form-group textarea {
    border: 1px solid #E0E0E0;
    background: #fff;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2px;
    border-radius: 5px;
    padding: 12px 20px;
}

.search-profile-item .edit-profile-form .form-group input:focus,
.search-profile-item .edit-profile-form .form-group textarea:focus {
    border: 1px solid #E0E0E0;
    outline: none;
}

.search-profile-item .edit-profile-form .form-group.files-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.search-profile-item .edit-profile-form .form-group.files-group label {
    margin: 0;
}

.search-profile-item .edit-profile-form .form-group input[type="file"] {
    border: none;
    padding: 0;
    background: none;
    border-radius: 0;
}

.search-profile-item .edit-profile-form .form-group .range-fields {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.search-profile-item .edit-profile-form .form-group .range-fields input[type="number"] {
    max-width: 100px;
}

.search-profile-item .edit-profile-form .form-group .range-fields span {
    color: #1A202C;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    font-family: "Inter", Sans-serif;
}

.search-profile-item .edit-profile-form .pills-multiselect {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.search-profile-item .edit-profile-form .pills-multiselect .pill-option {
    padding: 5px 10px;
    width: auto;
    background: #E0E0E0;
    color: #1A202C;
    font-size: 16px;
    border: 1px solid #E0E0E0;
    transition: all 0.3s ease;
    border-radius: 50px;
    cursor: pointer;
}

.search-profile-item .edit-profile-form .pills-multiselect .pill-option.selected,
.search-profile-item .edit-profile-form .pills-multiselect .pill-option:hover {
    background: #2F5E99;
    color: #fff;
    border-color: #2F5E99;
}

.search-profile-item .edit-profile-form .form-actions button {
    padding: 10px 20px;
    background: #2F5E99;
    border: 1px solid #2F5E99;
    border-radius: 50px;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.search-profile-item .edit-profile-form .form-actions .cancel-edit {
    background: #E0E0E0;
    border-color: #E0E0E0;
}

@media (max-width: 1259px) {
    .dashboard-content-wrapper {
        width: 78%;
    }

    .dasboard-wrapper .dashboard-nav-wrapper {
        width: 22%;
    }
}

@media (max-width: 1199px) {
    .edit-profile-wrap form .form-body .form-row.two-column {
        width: 100%;
    }

    .company-employees .comp-employee {
        padding: 16px;
    }

    .search-profiles-wrapper .search-profile-item .profile-info-wrap {
        width: 100%;
        margin-bottom: 20px;
        row-gap: 20px
    }

    .search-profiles-wrapper .search-profile-item .profile-action-wrap {
        width: 100%;
    }

    .search-profile-item .profile-info-wrap .profile-info {
        width: 49%;
    }
}

@media (max-width: 1023px) {
    .dashboard-content-wrapper {
        width: 70%;
    }

    .dasboard-wrapper .dashboard-nav-wrapper {
        width: 30%;
    }
}

@media (min-width: 992px) {

    .dasboard-wrapper .dashboard-nav-wrapper .mobile-nav-toggle,
    .dasboard-wrapper .dashboard-nav-wrapper .mobile-nav-dropdown {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .dasboard-wrapper .dashboard-nav-wrapper {
        width: 100%;
        padding: 0 0 20px;
        border-bottom: 1px solid #E0E0E0;
        border-right: none;
        position: relative;
        z-index: 1;
    }

    .dasboard-wrapper .dashboard-nav-wrapper .dashboard-navs {
        display: none;
    }

    .dasboard-wrapper .dashboard-nav-wrapper .mobile-nav-toggle {
        background: #0000;
        border-radius: 10px;
        color: #1A202C;
        padding: 12px 20px;
        border: 1px solid #E0E0E0;
        position: relative;
        z-index: 1;
        font-size: 14px;
        line-height: 1;
        display: block;
        width: 100%;
        text-align: left;
        transition: all 0.3s ease;
    }

    .dasboard-wrapper .dashboard-nav-wrapper .mobile-nav-toggle.active {
        border-radius: 10px 10px 0 0;
    }

    .dasboard-wrapper .dashboard-nav-wrapper .mobile-nav-toggle:after {
        content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3C!--%21Font%20Awesome%20Free%20v7.0.1%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M297.4%20438.6C309.9%20451.1%20330.2%20451.1%20342.7%20438.6L502.7%20278.6C515.2%20266.1%20515.2%20245.8%20502.7%20233.3C490.2%20220.8%20469.9%20220.8%20457.4%20233.3L320%20370.7L182.6%20233.4C170.1%20220.9%20149.8%20220.9%20137.3%20233.4C124.8%20245.9%20124.8%20266.2%20137.3%20278.7L297.3%20438.7z%22%2F%3E%3C%2Fsvg%3E');
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        transition: transform 0.3s ease;
        width: 24px;
    }

    .dasboard-wrapper .dashboard-nav-wrapper .mobile-nav-toggle.active:after {
        transform: translateY(-50%) rotate(180deg);
    }

    .dasboard-wrapper .dashboard-nav-wrapper .mobile-nav-dropdown {
        display: flex;
        position: absolute;
        top: calc(100% - 20px);
        left: 0;
        width: 100%;
        background: white;
        border: 1px solid #e0e0e0;
        border-top: none;
        border-radius: 0 0 10px 10px;
        z-index: 1000;
        max-height: 400px;
        overflow-y: auto;
        transition: all 0.3s ease;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        opacity: 0;
        visibility: hidden;
    }

    .dasboard-wrapper .dashboard-nav-wrapper .mobile-nav-dropdown.active {
        opacity: 1;
        visibility: visible;
    }

    .dashboard-nav-wrapper .mobile-nav-dropdown .dash-nav-item {
        display: block;
        width: 100%;
        padding: 10px 15px;
        background: none;
        text-align: left;
        border: none;
        font-weight: 500;
        cursor: pointer;
        color: #212121;
        text-decoration: none;
        font-size: 14px;
        border-radius: 0;
        line-height: 1;
        transition: transform 0.3s ease;
    }

    .dashboard-nav-wrapper .mobile-nav-dropdown .dash-nav-item:hover {
        background: #EFF3FD;
    }

    .dashboard-nav-wrapper .mobile-nav-dropdown .dash-nav-item.active {
        background: #5888C5;
        color: #fff;
        font-weight: 500;
    }

    .dashboard-nav-wrapper .mobile-nav-dropdown .dash-nav-item:last-of-type {
        border-radius: 0 0 10px 10px;
    }

    .dashboard-content-wrapper {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .search-profile-item .profile-info-wrap .profile-info {
        width: 49%;
    }

    .comp-employee .emp-info-wrap .emp-detail {
        width: calc(100% - 50px);
    }

    .comp-employee .emp-info-wrap .emp-detail h3 {
        font-size: 18px;
    }

    .comp-employee .emp-info-wrap .emp-avatar {
        max-width: 40px;
        margin-right: 10px;
    }

    .comp-employee .emp-info-wrap .emp-detail p {
        margin-top: 8px;
        font-size: 14px;
    }

    .change-password-wrapper form .form-body .form-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-profiles-wrapper .search-profile-item {
        padding: 20px 15px;
    }

    .search-profile-item .profile-info-wrap .profile-info {
        width: 49%;
    }

    .search-profile-item .edit-profile-form .pills-multiselect .pill-option {
        font-size: 14px;
    }

    .search-profile-item .edit-profile-form .form-group input,
    .search-profile-item .edit-profile-form .form-group textarea {
        font-size: 14px;
    }

    .search-profile-item .modal-content h2 {
        font-size: 26px;
    }

}

.user-search-profiles .user-search-profile {
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: 15px;
    padding: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.user-search-profiles .user-search-profile:last-of-type {
    margin: 0;
}

.user-search-profiles .user-search-profile p {
    margin: 0;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    color: #1A202C;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.user-search-profiles .user-search-profile p.profile-detail {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 5px;
}

.user-search-profile .profile-details-wrapper {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.user-search-profile .profile-details-wrapper .profile-detail-item:nth-child(1) {
    width: 33%;
}

.user-search-profile .profile-details-wrapper .profile-detail-item:nth-child(2) {
    width: calc(67% - 30px);
}

.user-search-profile .profile-card-footer .profile-detail-item.full-width {
    width: 65%;
}

.user-search-profile .profile-card-footer {
    width: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.user-search-profile .profile-card-footer .profile-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
}

.user-search-profile .profile-card-footer .profile-button a {
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.46px;
    color: #fff;
    padding: 14px 45px;
    background: #2F5E99;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
}

.user-search-profile .profile-card-footer .profile-button a:hover {
    background: #5888C5;
}

@media (max-width: 991px) {
    .user-search-profile .profile-details-wrapper {
        gap: 15px;
    }

    .user-search-profiles .user-search-profile {
        padding: 20px;
    }

    .user-search-profile .profile-details-wrapper .profile-detail-item:nth-child(2) {
        width: calc(67% - 15px);
    }

    .user-search-profiles .user-search-profile p.profile-detail {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .user-search-profile .profile-details-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }

    .user-search-profile .profile-card-footer {
        width: 100%;
    }

    .user-search-profile .profile-details-wrapper .profile-detail-item:nth-child(1),
    .user-search-profile .profile-details-wrapper .profile-detail-item:nth-child(2) {
        width: 100%;
    }
}

.fav-modal,
.sp-modal,
.cpt-modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 0 15px;
}

.fav-modal .fav-modal-content {
    max-width: 450px;
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fav-modal .fav-modal-content .fav-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.fav-modal .fav-modal-content p {
    text-align: center;
    margin: 0;
}

.fav-modal .fav-modal-content .fav-register-btn {
    display: flex;
    margin-top: 24px;
    background-color: var(--e-global-color-683a38e);
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1em;
    color: var(--e-global-color-22e4ef1);
    transition-duration: 0.5s;
    border: 1px solid var(--e-global-color-683a38e);
    border-radius: 50px;
    padding: 14px 30px;
    text-align: center;
}

.fav-modal .fav-modal-content .fav-register-btn:hover {
    background: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.sp-modal .sp-modal-content,
.cpt-modal .cpt-modal-content {
    max-width: 550px;
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sp-modal .sp-modal-content h2.form-heading,
.cpt-modal .cpt-modal-content h2.form-heading {
    color: var(--e-global-color-text);
    font-family: "Inter", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.2px;
    margin: 0 0 30px;
    text-align: center;
}

.sp-modal .sp-modal-content .sp-close,
.cpt-modal .cpt-modal-content .cpt-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.sp-modal .sp-modal-content form,
.cpt-modal .cpt-modal-content form {
    width: 100%;
}

.sp-modal .sp-modal-content form input,
.sp-modal .sp-modal-content form textarea,
.cpt-modal .cpt-modal-content form input,
.cpt-modal .cpt-modal-content form textarea {
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    padding: 12px 15px;
    border-radius: 10px;
    font-family: "Inter", Sans-serif;
    color: #212121;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
}

.sp-modal .sp-modal-content form input:focus,
.sp-modal .sp-modal-content form textarea:focus,
.cpt-modal .cpt-modal-content form input:focus,
.cpt-modal .cpt-modal-content form textarea:focus {
    border: 1px solid #E0E0E0;
    outline: none;
}

.sp-modal .sp-modal-content form .form-btn-wrapper,
.cpt-modal .cpt-modal-content form .form-btn-wrapper {
    margin: 0;
}

.sp-form-btn-wrapper .sp-success-message,
.cpt-form-btn-wrapper .cpt-success-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
}

.sp-form-btn-wrapper .sp-success-message[style="display: block;"],
.cpt-form-btn-wrapper .cpt-success-message[style="display: block;"] {
    display: flex !important;
}

.sp-success-message .sp-success-msg-wrap,
.cpt-success-message .cpt-success-msg-wrap {
    max-width: 350px;
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sp-success-message .sp-success-msg-wrap .sp-form-close,
.cpt-success-message .cpt-success-msg-wrap .cpt-form-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.sp-success-message .sp-success-msg-wrap p,
.cpt-success-message .cpt-success-msg-wrap p {
    text-align: center;
    line-height: 1.2;
    margin: 0;
    color: green;
}

.form-responses-wrapper .response-card {
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.form-responses-wrapper .response-card:last-of-type {
    margin: 0;
}

.form-responses-wrapper .response-card .card-details-wrap {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.response-card .card-details-wrap .response-field {
    width: calc(30% - 10px);
}

.response-card .card-details-wrap .response-field.emial-field {
    width: calc(40% - 10px);
}

.response-card .response-field p {
    margin-bottom: 6px;
    color: #1A202C;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}

.response-card .response-field p.response-detail {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.response-card .response-btn-wrap {
    width: 10%;
    display: flex;
    justify-content: end;
}

.response-card .response-btn-wrap .show-details {
    padding: 0;
    border-radius: 0;
    background: #0000;
    color: #2F5E99;
    font-size: 20px;
    display: flex;
}

.response-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.response-modal .response-modal-content {
    background-color: #fff;
    padding: 40px 20px;
    width: 100%;
    max-width: 550px;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.response-modal .response-modal-content .close-modal {
    padding: 0;
    border-radius: 0;
    background: none;
    color: #212121;
    font-size: 20px;
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    display: flex;
}

.response-modal-content .modal-fields .modal-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.response-modal-content .modal-fields .modal-heading p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.response-modal-content .modal-fields .modal-heading p.response-content {
    font-weight: 700;
    font-size: 20px;
}

.response-modal-content .response-content-wrap {
    margin-top: 20px;
}

.response-content-wrap .field-row {
    margin-bottom: 15px;
}

.response-content-wrap .field-row:last-of-type {
    margin-bottom: 0;
}

.response-content-wrap .field-row p {
    margin-bottom: 6px;
    color: #1A202C;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}

.response-content-wrap .field-row .response-content {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
}

.response-content-wrap .field-row a.response-content {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .form-responses-wrapper .response-card {
        padding: 20px 15px;
    }

    .response-card .response-field p.response-detail {
        font-size: 14px;
    }
}

@media (max-width: 991px) {

    .response-card .card-details-wrap .response-field,
    .response-card .card-details-wrap .response-field.emial-field {
        width: calc(50% - 5px);
    }

    .sp-modal .sp-modal-content h2.form-heading,
    .cpt-modal .cpt-modal-content h2.form-heading {
        font-size: 28px;
    }
}

@media (max-width: 767px) {

    .response-card .card-details-wrap .response-field,
    .response-card .card-details-wrap .response-field.emial-field {
        width: 100%;
    }

    .form-responses-wrapper .response-card {
        align-items: flex-start;
    }

    .sp-modal .sp-modal-content h2.form-heading,
    .cpt-modal .cpt-modal-content h2.form-heading {
        font-size: 24px;
    }
}


/*Investor Profiles List CSS*/
.companies-list-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}

.companies-list-wrapper .company-filter-col {
    background-color: #F5F5F5;
    width: 30%;
    padding: 61px 30px 60px 0;
}

.companies-list-wrapper .company-filter-col .filter-mbl-close-btn-wrap {
    display: none;
}

.companies-list-wrapper .company-filter-col .filter-wrapper {
    margin-top: 85px;
    width: 100%;
}

.filter-wrapper .filter-item input {
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 12px 15px 12px 50px;
    background-color: #fff;
    border-radius: 10px;
    line-height: 1;
    font-size: 16px;
    color: #212121;
    background-image: url(/wp-content/uploads/2025/10/search.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position-y: center;
    background-position-x: 12px;
}

.filter-wrapper .filter-item input:focus {
    border: 1px solid #E0E0E0;
    outline: none;
}

.filter-wrapper .filter-item {
    margin-bottom: 22px;
}

.filter-wrapper .filter-submit-wrap button {
    font-size: 16px;
    padding: 12px 30px;
    line-height: 1;
    background: #2F5E99;
    border-radius: 50px;
    border: none;
    color: #fff;
    cursor: pointer;
}

.companies-list-wrapper .company-cards-col {
    width: 68%;
    padding: 60px 0;
}

.company-cards-col .company-cards-heading-wrapper {
    margin-bottom: 40px;
}

.company-cards-col .company-cards-heading-wrapper .mbl-filter-open-btn-wrap {
    display: none;
}

.company-cards-col .company-cards-heading-wrapper .mbl-filter-open-btn-wrap button {
    display: flex;
    padding: 7px 14px;
    border: 1px solid #2F5E99;
    border-radius: 50px;
    background: #fff;
    color: #2F5E99;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    line-height: 1;
    justify-content: center;
    align-items: center;
    gap: 7px;
    transition: all 0.3s ease;
}

.company-cards-col .company-cards-heading-wrapper .mbl-filter-open-btn-wrap button:hover {
    background: #2F5E99;
    color: #fff;
}

.company-cards-col .company-cards-heading-wrapper .mbl-filter-open-btn-wrap button svg {
    max-width: 20px;
    height: auto;
}

.company-cards-col .company-cards-heading-wrapper h2 {
    font-family: "Inter", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.2px;
    color: #212121;
    margin: 0;
}

.company-cards-col .company-cards-heading-wrapper p {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.2px;
    color: #212121;
    margin: 16px 0 0;
}

.company-cards-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.company-cards-wrapper .company-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #FFFFFF42;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.company-cards-wrapper .company-card:last-of-type {
    margin: 0;
}

.company-cards-wrapper .company-card .company-card-content-wrap {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.company-card .company-card-content-wrap .compan-content-item {
    width: calc((100% - 60px) / 3);
}

.investor-profile-lists .company-card .company-card-content-wrap .compan-content-item {
    width: calc((100% - 20px) / 2);
}

.company-card-content-wrap .compan-content-item .comp-content-title {
    margin: 0;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    color: #1A202C;
    word-wrap: break-word;
}

.company-card-content-wrap .compan-content-item h3 {
    margin: 4px 0 0;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    color: #1A202C;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
    /*overflow: hidden;*/
}

.company-cards-wrapper .company-card .company-card-action {
    width: 25%;
    text-align: end;
}

.company-card .company-card-action .company-link {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    transition-duration: 0.5s;
    border: 1px solid #F7D75A;
    border-radius: 50px;
    padding: 14px 50px;
    background-color: #F7D75A;
    display: inline-block;
    text-decoration: none;
}

.company-card .company-card-action .company-link:hover {
    background-color: #f3c325;
    border-color: #f3c325;
}

.filter-wrapper .filter-item .kat-ui {
    position: relative;
    border: 1px solid #E0E0E0;
    padding: 0 10px;
    border-radius: 10px;
    cursor: pointer;
    min-height: 46px;
    display: flex;
    align-items: center;
    background: #fff;
}

.filter-wrapper .filter-item .kat-ui i.fa-angle-down {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 2;
}

.filter-wrapper .filter-item .kat-ui .kat-dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 100%;
    margin-top: 0;
    z-index: 99;
    max-height: 250px;
    overflow-y: auto;
    top: 100%;
    left: 0;
}

.filter-wrapper .filter-item .kat-ui .kat-dropdown ul {
    list-style: none;
    padding: 0;
}

.filter-wrapper .filter-item .kat-ui .kat-dropdown .katList li {
    padding: 8px 10px;
    cursor: pointer;
}

.filter-wrapper .filter-item .kat-ui .kat-dropdown .katList li:hover {
    background: #2F5E99;
    color: #fff;
}

.filter-wrapper .filter-item .kat-ui .kat-selected .kat-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 5px;
    border-radius: 4px;
    background: #eef6ff;
    border: 1px solid #cfe3ff;
    font-size: 14px;
    line-height: 1;
}

.filter-wrapper .filter-item .kat-ui .kat-selected .kat-pill .remove-pill {
    margin-left: 6px;
    cursor: pointer;
}

.filter-wrapper .filter-item .kat-ui .kat-selected .kat-placeholder,
.filter-wrapper .filter-item input::placeholder {
    color: #212121;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
}

.company-cards-wrapper .company-pagination {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}

.company-cards-wrapper .company-pagination .pagination-item {
    padding: 5px 10px;
    background: #F5F5F5;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    transition: all 0.3s ease;
    color: #000000b3;
}

.company-cards-wrapper .company-pagination .pagination-item.pagination-current,
.company-cards-wrapper .company-pagination .pagination-item:hover {
    background: #EFF3FD;
    border-color: #2F5E99;
    color: var(--e-global-color-secondary);
}

@media (max-width: 1024px) {
    .companies-list-wrapper .company-filter-col {
        width: 28%;
        padding: 60px 0;
    }

    .companies-list-wrapper .company-filter-col .filter-wrapper {
        margin-top: 75px;
    }

    .company-card-content-wrap .compan-content-item h3 {
        font-size: 14px;
    }

    .company-card .company-card-action .company-link {
        padding: 12px 25px;
    }

    .company-card .company-card-content-wrap .compan-content-item {
        width: calc((100% - 40px) / 3);
    }

    .investor-profile-lists .company-card .company-card-content-wrap .compan-content-item {
        width: calc((100% -20px) / 3);
    }

    .company-cards-col .company-cards-heading-wrapper h2 {
        font-size: 34px;
    }

    .company-cards-col .company-cards-heading-wrapper p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .companies-list-wrapper .company-cards-col {
        width: 100%;
        padding: 0;
    }

    .company-cards-col .company-cards-heading-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .company-cards-col .company-cards-heading-wrapper h2 {
        font-size: 28px;
    }

    .company-cards-col .company-cards-heading-wrapper .heading-content {
        width: 75%;
    }

    .company-card .company-card-content-wrap .compan-content-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .investor-profile-lists .company-card .company-card-content-wrap .compan-content-item {
        width: 100%;
    }

    .company-card .company-card-content-wrap .compan-content-item:last-of-type {
        margin: 0;
    }

    .company-cards-wrapper .company-card .company-card-content-wrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .company-cards-wrapper .company-card .company-card-action {
        width: 100%;
    }

    .company-card-content-wrap .compan-content-item h3 {
        font-size: 16px;
    }

    .company-cards-col .company-cards-heading-wrapper .mbl-filter-open-btn-wrap {
        display: flex;
    }

    .company-cards-heading-wrapper .mbl-filter-open-btn-wrap button,
    .company-filter-col .filter-mbl-close-btn-wrap button {
        padding: 0;
        border: none;
        cursor: pointer;
        background-color: transparent;
        font-size: 20px;
        color: #212121;
        border-radius: 0;
    }

    .company-cards-heading-wrapper .mbl-filter-open-btn-wrap button:focus,
    .company-filter-col .filter-mbl-close-btn-wrap button:focus,
    .company-cards-heading-wrapper .mbl-filter-open-btn-wrap button:hover,
    .company-filter-col .filter-mbl-close-btn-wrap button:hover {
        background: transparent;
        color: #212121;
    }

    .companies-list-wrapper .company-filter-col .filter-wrapper {
        margin: 20px 0 0;
    }

    .companies-list-wrapper .company-filter-col {
        position: fixed;
        z-index: 999;
        top: 0;
        margin: auto;
        left: -120vw;
        bottom: 0;
        right: auto;
        width: 94vw;
        height: 80vh;
        transition: all 0.3s ease;
        overflow-y: auto;
        display: block;
        border: 1px solid #E0E0E0;
        padding: 30px 15px;
    }

    .companies-list-wrapper .company-filter-col.active {
        inset: 0;
    }

    .companies-list-wrapper .company-filter-col .filter-mbl-close-btn-wrap {
        display: flex;
        justify-content: flex-end;
    }

    .company-cards-wrapper .company-pagination {
        gap: 5px;
    }

    .company-cards-wrapper .company-pagination .pagination-item {
        font-size: 12px;
        padding: 5px 8px;
    }
}

.post-reviews-wrapper .post-review-item {
    border: 1px solid #E0E0E0;
    background: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-radius: 15px;
}

.post-reviews-wrapper .post-review-item:last-of-type {
    margin: 0;
}

.post-review-item .review-author-avatar {
    max-width: 35px;
    width: 100%;
}

.post-review-item .review-author-avatar img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    objec-fit: cover;
}

.post-review-item .review-body {
    width: calc(100% - 55px);
}

.post-review-item .review-body .review-body-head {
    padding-bottom: 12px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.review-body .review-body-head .review-author-name {
    width: 60%;
}

.review-body .review-body-head .review-author-name h3 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #000;
}

.review-body .review-body-head .review-author-name p {
    margin: 8px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #000;
}

.review-body .review-body-head .review-starts-wrapper {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
}

.review-body .review-body-head .review-starts-wrapper i {
    font-size: 16px;
    color: #F8CD8B;
}

.review-body .review-body-head .review-starts-wrapper i.fa-regular {
    color: #D3D3D3;
}

.review-body .review-content-wrapper p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -2%;
    color: #1A202C;
}

.review-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 0 15px;
}

.review-popup-overlay .review-popup-content {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 480px;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 1;
}

.review-popup-content .close-popup {
    font-size: 18px;
    color: #000;
    line-height: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
}

.review-popup-content h3 {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #000;
}

.review-popup-content form {
    margin-top: 24px;
}

.review-popup-content form .form-row {
    margin-bottom: 16px;
}

.review-popup-content form .form-row:last-of-type {
    margin: 0;
}

.review-popup-content form .form-body {
    margin-bottom: 24px;
}

.review-popup-content form .form-row label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #000;
    margin-bottom: 8px;
}

.review-popup-content form .form-row input,
.review-popup-content form .form-row textarea {
    border: 1px solid #E0E0E0;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #000;
    background: #fff;
    border-radius: 10px;
}

.review-popup-content form .form-row input:focus,
.review-popup-content form .form-row textarea:focus {
    outline: none;
    border: 1px solid #E0E0E0;
}

.review-popup-content form .form-row .star-rating i {
    font-size: 26px;
    transition: all 0.3s ease;
    color: #948C8C;
}

.review-popup-content form .form-row .star-rating i.fa-solid {
    color: #F3C325;
}

.review-popup-content form .submit-btn-wrap {
    text-align: center;
}

.review-popup-content form .submit-btn-wrap .submit-review {
    padding: 13px 26px;
}

.review-popup-content form .review-message.success-message {
    margin: 0;
    text-align: center;
    color: green;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.review-popup-content form .review-message.error-message {
    margin: 0;
    text-align: center;
    color: red;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

/*Assets Class Template CSS*/
.asset-class-section {
    padding: 0 15px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #F5F5F5 30%, #FFFFFF 30%);
}

.asset-class-section .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.asset-class-section .search-filter-col {
    position: relative;
    z-index: 1;
    background-color: #F5F5F5;
    width: 30%;
    padding: 61px 30px 60px 0;
}

.asset-class-section .search-filter-col .close-filter-form {
    display: none;
    padding: 0;
    border: none;
    border-radius: unset;
    background: transparent;
    color: #212121;
    font-size: 24px;
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.search-filter-col .back-to-classes-btn-wrap a {
    color: #212121;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-family: "Inter", Sans-serif;
}

.search-filter-col .search-form-wrapp {
    margin-top: 40px;
}

.search-filter-col .search-form-wrapp form label {
    color: #1A202C;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.2px;
    font-family: "Inter", Sans-serif;
    margin-bottom: 8px;
    display: inline-block;
}

.search-filter-col .search-form-wrapp form label span {
    font-weight: 400;
}

.search-filter-col .search-form-wrapp form input,
.search-filter-col .search-form-wrapp form select {
    padding: 13px 15px;
    width: 100%;
    border: 1px solid #E0E0E0;
    background-color: #fff;
    color: #1A202C;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-family: "Inter", Sans-serif;
    text-align: start;
    border-radius: 10px;
}

.search-filter-col .search-form-wrapp form input:focus,
.search-filter-col .search-form-wrapp form select:focus {
    outline: none;
    box-shadow: none;
}

.search-filter-col .search-form-wrapp form input::placeholder {
    color: #757575;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-family: "Inter", Sans-serif;
}

.search-filter-col .search-form-wrapp form select:has(option[value=""]:checked),
.search-filter-col .search-form-wrapp .option_ui .option-selected span.placeholder {
    color: #757575;
}

.search-filter-col .search-form-wrapp form .form-row {
    margin-top: 20px;
}

.search-filter-col .search-form-wrapp form .name-search-wrap {
    position: relative;
    z-index: 1;
}

.search-filter-col .search-form-wrapp form .name-search-wrap input {
    padding-left: 50px;
}

.search-filter-col .search-form-wrapp form .name-search-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 24px;
    height: 24px;
    background-image: url("data: image/svg+xml, %3Csvg%20width='100%25' %20height='100%25' %20viewBox='0%200%2024%2024' %20fill='none' %20xmlns='http://www.w3.org/2000/svg' %3E%3Cpath%20d='M11%2019C15.4183%2019%2019%2015.4183%2019%2011C19%206.58172%2015.4183%203%2011%203C6.58172%203%203%206.58172%203%2011C3%2015.4183%206.58172%2019%2011%2019Z' %20stroke='%23212121' %20stroke-width='2' %20stroke-linecap='round' %20stroke-linejoin='round' /%3E%3Cpath%20d='M21.0004%2021L16.6504%2016.65' %20stroke='%23212121' %20stroke-width='2' %20stroke-linecap='round' %20stroke-linejoin='round' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

.search-filter-col .search-form-wrapp form .form-row-heading {
    margin: 40px 0 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #E0E0E0;
}

.search-filter-col .search-form-wrapp form .form-row-heading h3 {
    color: #2F5E99;
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
    margin: 0;
}

.search-filter-col .search-form-wrapp form .form-dropdown-wrap {
    position: relative;
    /*z-index: 1;*/
    width: 100%;
}

.search-filter-col .search-form-wrapp form .form-dropdown-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg%20width='12'%20height='7'%20viewBox='0%200%2012%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M10.0476%201.00004L5.52381%205.34399L1%201.00004'%20stroke='%23212121'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 7px;
}

.search-filter-col .search-form-wrapp form .form-row .range-fields-wrapp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.search-filter-col .search-form-wrapp form .form-row .range-fields-wrapp .range-field {
    width: calc(50% - 5px);
}

.search-filter-col .search-form-wrapp form .search-btn-wraps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.search-filter-col .search-form-wrapp form .search-btn-wraps button {
    width: 100%;
    background-color: #2f5e99;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    color: #fff;
    border-style: none;
    border-radius: 50px;
    padding: 12px 20px;
    line-height: 1;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.search-filter-col .search-form-wrapp form .search-btn-wraps button.clear-filter-button {
    background-color: #E0E0E0;
    color: #1A202C;
}

.search-filter-col .search-form-wrapp form .search-btn-wraps button:hover {
    background-color: #5888C5;
}

.search-filter-col .search-form-wrapp form .search-btn-wraps button.clear-filter-button:hover {
    background-color: #F7D75A;
}

.asset-class-section .search-profiles-cards-col {
    width: calc(70% - 30px);
    padding: 60px 0;
}

.search-profiles-cards-col .search-prifile-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.search-profiles-cards-col .search-prifile-header-wrap h1.asset-class-name {
    color: #212121;
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.2px;
    margin: 0;
    width: 100%;
}

.search-profiles-cards-col .search-prifile-header-wrap .category-search-btn {
    display: none;
    padding: 7px 14px;
    border: 1px solid #2F5E99;
    border-radius: 50px;
    background: #fff;
    color: #2F5E99;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    line-height: 1;
    justify-content: center;
    align-items: center;
    gap: 7px;
    transition: all 0.3s ease;
}

.search-profiles-cards-col .search-prifile-header-wrap .category-search-btn:hover {
    background: #2F5E99;
    color: #fff
}

.search-profiles-cards-col .search-prifile-header-wrap .category-search-btn svg {
    max-width: 20px;
    height: auto;
}

.search-profiles-cards-col .search-profile-cards-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
}

.search-profile-cards-wrapper .search-profile-card {
    padding: 15px;
    border: 1px solid #E0E0E0;
    background: #FFFFFF42;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.search-profile-cards-wrapper .search-profile-card.profile-featured {
    background-color: #EFF3FD;
    border-color: #2F5E99;
}

.search-profile-card .card-content-wrap {
    width: calc(80% - 10px);
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 15px;
}

.search-profile-card .card-content-wrap .card-content-item {
    /* width: 25%; */
    padding-right: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    width: 50%;
    word-wrap: break-word;
}

.search-profile-card .card-content-wrap .card-content-item:nth-child(2n) {
    padding-left: 5px;
    padding-right: 0;
}

.search-profile-card .card-content-wrap .card-content-item:nth-child(n+3) {
    padding-bottom: 0;
    border: none;
}

.search-profile-card .card-content-wrap .card-content-item:nth-child(n+5) {
    display: none;
}

.search-profile-card .card-content-wrap .card-content-item.logo-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
}

/* @media (min-width: 768px) {
    .search-profile-card .card-content-wrap .card-content-item:nth-child(3n) {
        width: 50%;
        padding-right: 0;
    }

    .search-profile-card .card-content-wrap .card-content-item:nth-child(n+7) {
        padding-bottom: 0;
        border: none;
    }
} */

.card-content-wrap .card-content-item .investor-logo-wrap img {
    width: auto;
    height: 35px;
}

.card-content-wrap .card-content-item .content-lebel {
    margin: 0 0 4px;
    color: #1A202C;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
    /*overflow: hidden;*/
}

.card-content-wrap .card-content-item p {
    color: #1A202C;
    font-family: "Inter", Sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
    /*overflow: hidden;*/
    word-wrap: break-word;
}

.card-content-wrap .card-content-item.two-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card-content-wrap .card-content-item.two-items .two-content-item {
    width: calc(50% - 7px);
}

.search-profile-card .card-action-wrap {
    width: calc(20% - 5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.search-profile-card .card-action-wrap .inquire-search-profile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.search-profile-card .card-action-wrap .inquire-search-profile button.fav-btn,
.search-profile-card .card-action-wrap .inquire-search-profile .sp-form-btn-wrapper button {
    background: transparent;
    padding: 0;
    border-radius: 0;
    color: #2F5E99;
    line-height: 1;
    border: none;
    font-size: 0;
}

.search-profile-card .card-action-wrap .inquire-search-profile button i {
    font-size: 24px;
}

.search-profile-card .card-action-wrap .visit-profile-btn-wrap {
    text-align: end;
}

.card-action-wrap .visit-profile-btn-wrap .visit-profile {
    padding: 13px 30px;
    background: #F7D75A;
    font-family: "Inter", Sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.46px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
}

.card-action-wrap .visit-profile-btn-wrap .visit-profile:hover {
    background: #F3C325;
}

.asset-class-section .search-profiles-cards-col .no-results-message p {
    color: #1A202C;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
}

.asset-class-section .search-profiles-cards-col .no-card-found-msg {
    color: #1A202C;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    margin: 30px 0 0;
}

.search-filter-col .search-form-wrapp .option_ui {
    position: relative;
    /*z-index: 2;*/
}

.search-filter-col .search-form-wrapp .option_ui i {
    position: absolute;
    z-index: 2;
    font-size: 16px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    display: flex;
    height: max-content;
    width: auto;
}

.search-filter-col .search-form-wrapp .option_ui .option-selected {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 13px 15px;
    width: 100%;
    border: 1px solid #E0E0E0;
    background-color: #fff;
    border-radius: 10px;
    min-height: 43px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.search-form-wrapp .option_ui .option-selected .option-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 5px;
    border-radius: 4px;
    background: #eef6ff;
    border: 1px solid #cfe3ff;
    font-size: 12px;
    line-height: 1;
}

.search-form-wrapp .option_ui .option-selected .option-pill button {
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    color: #1e1e1e;
}

.search-form-wrapp .option_ui .option-dropdown {
    position: absolute;
    z-index: 10;
    display: none;
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    margin-top: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    width: 100%;
}

.search-form-wrapp .option_ui .option-dropdown .optionSearch {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #eee;
    outline: none;
    border-radius: 10px 10px 0 0;
}

.search-form-wrapp .option_ui .option-dropdown .optionList {
    list-style: none;
    margin: 0;
    padding: 6px;
}

.search-form-wrapp .option_ui .option-dropdown .optionList .option-item {
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    color: #1A202C;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease;
}

.search-form-wrapp .option_ui .option-dropdown .optionList .option-item:hover {
    background: #EFF3FD;
}

.asset-class-section .search-profiles-cards-col .pagination-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.search-profiles-cards-col .pagination-wrap .page-numbers {
    padding: 5px 10px;
    background: #F5F5F5;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    transition: all 0.3s ease;
    color: #000000b3;
}

.search-profiles-cards-col .pagination-wrap .page-numbers.current,
.search-profiles-cards-col .pagination-wrap .page-numbers:hover {
    background: #EFF3FD;
    border-color: #2F5E99;
    color: var(--e-global-color-secondary);
}

@media (max-width: 1199px) {
    .asset-class-section .search-filter-col {
        width: 28%;
        padding: 60px 0;
    }

    .asset-class-section .search-profiles-cards-col {
        width: 68%;
        padding: 60px 0;
    }

    .search-filter-col .search-form-wrapp form .form-row-heading {
        margin-top: 25px;
    }

    .search-profiles-cards-col .search-prifile-header-wrap h1.asset-class-name {
        font-size: 36px;
    }

    .search-profiles-cards-col .search-profile-cards-wrapper {
        margin-top: 30px;
    }

    /* .search-profile-card .card-content-wrap .card-content-item {
        width: 28%;
    } */

    .search-profile-card .card-content-wrap .card-content-item:nth-child(3n) {
        width: 44%;
    }

    .card-content-wrap .card-content-item.two-items .two-content-item {
        width: calc(50% - 5px);
    }

    .search-profile-cards-wrapper .search-profile-card {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .asset-class-section {
        background: #fff;
        padding: 50px 15px;
    }

    .asset-class-section .search-profiles-cards-col {
        width: 100%;
        padding: 0;
    }

    .asset-class-section .search-filter-col {
        position: fixed;
        z-index: 2;
        inset: 0 auto 0 -130vw;
        margin: auto;
        width: 96vw;
        height: 90vh;
        transition: all 0.5s ease;
        overflow-y: auto;
        display: block;
        border: 1px solid #E0E0E0;
        background-color: #F5F5F5;
        padding: 30px 15px;
    }

    .asset-class-section .search-filter-col.active {
        inset: 0;
    }

    .asset-class-section .search-filter-col .close-filter-form,
    .search-profiles-cards-col .search-prifile-header-wrap .category-search-btn {
        display: flex;
    }

    .search-profiles-cards-col .search-prifile-header-wrap h1.asset-class-name {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .search-profiles-cards-col .search-prifile-header-wrap h1.asset-class-name {
        font-size: 32px;
    }

    .search-profile-card .card-content-wrap .card-content-item:nth-child(3n) {
        width: 50%;
    }

    .search-profile-card .card-content-wrap {
        width: 100%;
    }

    .search-profile-card .card-content-wrap .card-content-item {
        padding-bottom: 10px;
    }

    /* .search-profile-card .card-content-wrap .card-content-item:nth-child(2n) {
        padding-right: 0;
        padding-left: 5px;
        word-wrap: break-word;
    } */

    /* .search-profile-card .card-content-wrap .card-content-item {
        width: 50%;
    } */

    /* .search-profile-card .card-content-wrap .card-content-item:nth-child(n+9) {
        width: 100%;
        padding-right: 0;
    } */

    .search-profile-card .card-action-wrap {
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin-top: 20px;
    }

    .search-profile-card .card-action-wrap .inquire-search-profile {
        justify-content: flex-start;
        width: 50%;
    }

    .search-form-wrapp .option_ui .option-dropdown .optionList .option-item {
        font-size: 14px;
    }
}

/*Multi Step Form CSS*/
/*Add Search Profiles Forms*/
.search-profile-form-wrapper {
    max-width: 1050px;
    margin: auto;
}

/* Step indicator */
.form-steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 870px;
    margin: 0 auto;
}

.form-steps-wrapper .form-step-number {
    width: calc(100% / 6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.form-steps-wrapper .form-step-number:before {
    content: '';
    position: absolute;
    z-index: -1;
    height: 2px;
    width: 100%;
    background-color: #E0E0E0;
    top: 14px;
    left: 50%;
    transition: all 0.3s ease;
}

.form-steps-wrapper .form-step-number:last-of-type::before {
    content: unset;
}

.form-steps-wrapper .form-step-number .step-number {
    max-width: 30px;
    aspect-ratio: 1;
    display: block;
    width: 100%;
    border-radius: 50%;
    background-color: #DDE1E6;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.form-steps-wrapper .form-step-number .step-title {
    font-weight: 400;
    color: #212121;
    transition: all 0.3s ease;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    display: inline-block;
}

.form-steps-wrapper .form-step-number .step-title.mbl-title {
    display: none;
}

.form-step-number.active .step-number {
    background-color: #2F5E99;
}

.form-step-number.active .step-title {
    font-weight: 600;
}

.form-step-number.completed .step-number {
    background-color: #2F5E99;
}

.form-step-number.completed .step-title {
    font-weight: 600;
}

.form-steps-wrapper .form-step-number.completed:before {
    background-color: #5888C5;
}

/* Form steps */
.search-profile-form-wrapper .add-profile-form-wrapp {
    width: 100%;
    margin: 60px auto 0;
}

.add-profile-form-wrapp form .form-step-conten {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 18px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.add-profile-form-wrapp form .form-step-conten.active {
    display: flex;
    animation: fadeIn 0.5s ease;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-profile-form-wrapper .add-profile-form-wrapp .form-step-conten.large-fields-wrapper {
    max-width: unset;
}

.add-profile-form-wrapp .form-step-conten .form-row.full-width-row {
    width: 100%;
}

.add-profile-form-wrapp .form-step-conten .form-row.two-column {
    width: calc(50% - 10px);
}

.add-profile-form-wrapp .form-step-conten .form-row label {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #1A202C;
    margin-bottom: 10px;
    display: inline-block;
}

.add-profile-form-wrapp .form-step-conten .form-row label span {
    font-weight: 400;
}

.add-profile-form-wrapp .form-step-conten .form-row.has-error label {
    color: #ff0000;
}

.add-profile-form-wrapp .form-step-conten .form-row input,
.add-profile-form-wrapp .form-step-conten .form-row textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    outline: none;
    box-shadow: none;
    padding: 11px 15px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #1A202C;
}

.add-profile-form-wrapp .form-step-conten .form-row.has-error input,
.add-profile-form-wrapp .form-step-conten .form-row.has-error textarea {
    border-color: #ff0000;
    background-color: rgba(255, 0, 0, 0.2);
}

.form-step-conten .form-row .option_ui {
    position: relative;
}

.form-step-conten .form-row .option_ui i {
    position: absolute;
    z-index: 2;
    font-size: 16px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    display: flex;
    height: max-content;
    width: auto;
}

.form-step-conten .form-row.has-error .option_ui i {
    color: #ff7171;
}

.form-step-conten .form-row .option_ui .option-selected {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 13px 15px;
    width: 100%;
    border: 1px solid #E0E0E0;
    background-color: #fff;
    border-radius: 10px;
    min-height: 48px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.form-step-conten .form-row.has-error .option_ui .option-selected {
    border-color: #ff7171;
    background-color: rgba(255, 0, 0, 0.2);
}

.form-step-conten .form-row .option_ui .option-dropdown {
    position: absolute;
    z-index: 10;
    display: none;
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    margin-top: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    width: 100%;
}

.form-step-conten .form-row .option_ui .option-dropdown .optionSearch {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #eee;
    outline: none;
    border-radius: 10px 10px 0 0;
    background: #fff;
}

.form-step-conten .form-row .option_ui .option-dropdown .optionList {
    list-style: none;
    margin: 0;
    padding: 6px;
}

.form-step-conten .form-row .option_ui .option-dropdown .optionList .option-item {
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    color: #1A202C;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease;
}

.form-step-conten .form-row .option_ui .option-dropdown .optionList .option-item:hover {
    background: #EFF3FD;
}

.form-step-conten .form-row .option_ui .option-selected .option-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 5px;
    border-radius: 4px;
    background: #eef6ff;
    border: 1px solid #cfe3ff;
    font-size: 12px;
    line-height: 1;
}

.add-profile-form-wrapp .form-step-conten .form-row input::placeholder,
.add-profile-form-wrapp .form-step-conten .form-row textarea::placeholder,
.form-step-conten .form-row .option_ui .option-selected span.placeholder {
    color: #757575;
}

.form-step-conten .form-row .option_ui .option-selected .option-pill button {
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    color: #1e1e1e;
}

.form-step-conten .form-row .range-fields-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.form-step-conten .form-row .range-fields-wrapper input {
    width: calc(50% - 5px);
}

.form-step-conten .form-row .range-fields-wrapper.has-error input {
    border-color: #ff0000;
    background-color: rgba(255, 0, 0, 0.2);
}

.add-profile-form-wrapp .form-step-conten .form-row:has(.range-fields-wrapper.has-error) label {
    color: #ff0000;
}

.form-step-conten .form-row .range-fields-wrapper input[type="number"]::-webkit-inner-spin-button,
.form-step-conten .form-row .range-fields-wrapper input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-step-conten .form-row .range-fields-wrapper input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.form-step-conten .form-row.form-heading {
    padding-bottom: 7px;
    border-bottom: 1px solid #E0E0E0;
}

.form-step-conten .form-row.form-heading h3 {
    margin: 0;
    color: #2F5E99;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2px;
}

.form-step-conten .three-col-fields-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 20px;
    width: 100%;
}

.form-step-conten .three-col-fields-wrapper .form-row {
    width: calc((100% - 40px) / 3);
}

.form-step-conten .three-col-fields-wrapper .full-width {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.form-step-conten .multistep-form-btns {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.multistep-form-btns.text-end {
    justify-content: flex-end;
}

.multistep-form-btns .site-btn {
    padding: 14px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.46px;
    transition: all 0.3s ease;
}

.multistep-form-btns .btn-next,
.multistep-form-btns .btn-submit {
    background-color: #2F5E99;
}

.multistep-form-btns .btn-next:hover,
.multistep-form-btns .btn-submit:hover {
    background: #5888C5;
}

.multistep-form-btns .btn-prev {
    background: #E0E0E0;
}

.multistep-form-btns .btn-prev:hover {
    background: #F7D75A;
}

@media (max-width: 767px) {
    .form-steps-wrapper .form-step-number {
        font-size: 10px;
    }

    .form-steps-wrapper .form-step-number .step-title {
        font-size: 10px;
        display: none;
    }

    .form-steps-wrapper .form-step-number .step-title.mbl-title {
        display: inline-block;
    }

    .form-steps-wrapper .form-step-number:before {
        top: 11px;
    }

    .form-steps-wrapper .form-step-number .step-number {
        max-width: 24px;
    }

    .add-profile-form-wrapp .form-step-conten .form-row.two-column {
        width: 100%;
    }

    .form-step-conten .three-col-fields-wrapper .form-row {
        width: 100%;
    }
}

/* End Multi Step Form CSS */

/*Single Search Profile Template CSS*/
.profile-content-wrapper {
    padding: 55px 0;
}

.search-profile-container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.search-profile-content .content-head-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.content-head-wrapper .profile-actions-wrapper {
    width: 100%;
    max-width: 240px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
}

.profile-actions-wrapper button.sp-btn {
    width: 100%;
    background-color: #F7D75A;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
    border: 1px solid #F7D75A;
    border-radius: 50px;
    padding: 13px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.profile-actions-wrapper button.sp-btn:hover {
    background-color: #0000;
    color: #F7D75A;
}

.profile-actions-wrapper button.sp-btn i {
    display: none;
}

.profile-actions-wrapper a.btn-company {
    background-color: #E0E0E0;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 50px;
    padding: 13px;
    display: inline-block;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.profile-actions-wrapper a.btn-company:hover {
    background-color: #0000;
    color: #E0E0E0;
}

.content-head-wrapper .abt-profile-wrapper {
    width: calc(100% - 300px);
}

.abt-profile-wrapper .profile-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.profile-title-wrap .title-wrap {
    width: calc(100% - 110px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.profile-title-wrap .title-wrap h1 {
    margin: 0;
    font-family: "Inter", Sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
}

.profile-title-wrap .title-wrap .profile-id-wrap {
    margin-top: 12px;
}

.search-profile-content .profile-option-wrap p {
    margin: 4px 0 0;
    font-family: "Inter", Sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #1A202C;
}

.search-profile-content .profile-option-wrap .option-title {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}

.profile-title-wrap .profile-company-logo-wrap {
    max-width: 100px;
    width: 100%;
}

.profile-company-logo-wrap img {
    width: 100%;
}

.abt-profile-wrapper .profile-company-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 15px;
}

.profile-company-info-wrapper .profile-option-wrap {
    width: 49%;
}

.abt-profile-wrapper .company-description {
    width: 100%;
    margin-top: 15px;
}

.search-profile-content .content-heading-wrap {
    margin-top: 25px;
    padding-top: 24px;
    border-top: 1px solid #E0E0E0;
}

.content-heading-wrap h2 {
    font-family: "Inter", Sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #2F5E99 !important;
    margin: 0 !important;
}

.search-profile-content .profile-options-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-top: 20px;
}

.profile-options-wrap .profile-option-wrap {
    width: calc((100% - 40px) / 5);
}

.profile-options-wrap .profile-option-wrap.full-width {
    width: 100%;
}

@media (max-width: 1199px) {
    .profile-title-wrap .title-wrap h1 {
        font-size: 42px;
    }

    .content-head-wrapper .abt-profile-wrapper {
        width: calc(100% - 270px);
    }

    .profile-options-wrap .profile-option-wrap {
        width: calc((100% - 30px) / 4);
    }
}

@media (max-width: 991px) {
    .content-head-wrapper .profile-actions-wrapper {
        max-width: 200px;
    }

    .profile-actions-wrapper a.btn-company,
    .profile-actions-wrapper button.sp-btn {
        font-size: 14px;
    }

    .content-head-wrapper .abt-profile-wrapper {
        width: calc(100% - 220px);
    }

    .profile-title-wrap .title-wrap h1 {
        font-size: 34px;
    }

    .profile-title-wrap .profile-company-logo-wrap {
        max-width: 80px;
    }

    .profile-title-wrap .title-wrap {
        width: calc(100% - 95px);
    }

    .profile-options-wrap .profile-option-wrap {
        width: calc((100% - 20px) / 3);
    }

    .search-profile-content .profile-option-wrap p {
        font-size: 14px;
    }

    .search-profile-content .profile-option-wrap .option-title {
        font-size: 10px;
    }

    .content-heading-wrap h2 {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .content-head-wrapper .abt-profile-wrapper {
        width: 100%;
    }

    .content-head-wrapper .profile-actions-wrapper {
        max-width: unset;
        margin-top: 30px;
    }

    .profile-title-wrap .profile-company-logo-wrap {
        max-width: 50px;
    }

    .profile-title-wrap .title-wrap {
        width: calc(100% - 65px);
    }

    .profile-title-wrap .title-wrap h1 {
        font-size: 28px;
    }

    .profile-options-wrap .profile-option-wrap {
        width: calc((100% - 10px) / 2);
    }
}

/*End Single Search Profile CSS*/

/* Start Restrict Search profile modal CSS */
.register-first-modal {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFFB2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.register-first-modal .modal-content-wrapper {
    max-width: 590px;
    width: 100%;
    border: 2px solid #2f5e99;
    padding: 30px 20px;
    border-radius: 20px;
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.register-first-modal .modal-content-wrapper .close-restrict-modal {
    padding: 0;
    background: transparent;
    color: #000;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
    z-index: 2;
}

.register-first-modal .modal-content-wrapper h3 {
    margin: 0;
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0.2px;
    text-align: center;
    color: #212121;
}

.register-first-modal .modal-content-wrapper p {
    margin: 10px 0 0;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-align: center;
    color: #212121;
}

.register-first-modal .modal-content-wrapper .modal-action-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
}

.register-first-modal .modal-action-wrapper a.register-first-btn {
    padding: 15px 32px;
    border-radius: 50px;
    background-color: #2F5E99;
    font-family: "Inter", Sans-serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.2px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid #2F5E99;
}

.register-first-modal .modal-action-wrapper a.register-first-btn:hover {
    color: #2F5E99;
    background-color: #fff;
}

.register-first-modal .modal-action-wrapper a.login-now-btn {
    color: #212121;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.2px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

@media (max-width: 767px) {
    .register-first-modal .modal-content-wrapper {
        padding: 24px 15px;
    }

    .register-first-modal .modal-content-wrapper h3 {
        font-size: 20px;
    }

    .register-first-modal .modal-content-wrapper p {
        font-size: 14px;
    }

    .register-first-modal .modal-content-wrapper .modal-action-wrapper {
        margin-top: 30px;
    }
}

/* End Restrict Search profile modal CSS */

.add-new-profile-btn-wrap {
    margin-top: 20px;
}

.add-new-profile-btn-wrap a {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-22e4ef1) !important;
    border: 2px solid var(--e-global-color-secondary);
    border-radius: 50px;
    padding: 10px 22px;
    display: inline-block;
    transition: all 0.3s ease;
}

.add-new-profile-btn-wrap a:hover {
    background-color: transparent;
    color: var(--e-global-color-secondary) !important;
}

.lost-password-form-wrapper form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.lost-password-form-wrapper form input.input-field {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    padding: 10px 15px;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-family: "Inter", sans-serif;
    line-height: 1;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.lost-password-form-wrapper form input.input-field+input.input-field {
    margin-top: 10px;
}

.lost-password-form-wrapper form input.input-field::placeholder {
    color: #757575;
}

.lost-password-form-wrapper form .reset-pwd-form-action-wrapper {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.lost-password-form-wrapper form .reset-pwd-form-action-wrapper button {
    padding: 10px 22px;
    border-radius: 50px;
    background-color: #2F5E99;
    border: 1px solid #2F5E99;
    color: #fff;
    line-height: 1;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
}

.lost-password-form-wrapper form .reset-pwd-form-action-wrapper button:hover {
    background-color: #fff;
    color: #2f5e99;
}

.lost-password-form-wrapper form .reset-pwd-form-action-wrapper button.genrate-password-btn {
    background-color: #fff;
    color: #2f5e99;
    border-color: #2f5e99;
}

.lost-password-form-wrapper form .reset-pwd-form-action-wrapper button.genrate-password-btn:hover {
    background-color: #2f5e99;
    color: #fff;
}

.lost-password-form-wrapper form .crp-show-password {
    margin-top: 12px;
}

@media (max-width: 767px) {
    .lost-password-form-wrapper form .reset-pwd-form-action-wrapper button {
        padding: 10px 14px;
    }
}