body.investorpopup-open{
    overflow: hidden;
}
.investorpopup:before {
    content: '';
    display: block !important;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000000F !important;
    opacity: 1 !important;
    pointer-events: auto;
}
.investorContainer{
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
}

.investorpopup ._ls_popup {
    width: 800px!important;
    max-height: 90vh;
    padding: 20px;
}
.investorpopup #investorpopup {
    display: block!important;
}
.investorpopup label {
    display: block!important;
}
._UpdateProfileTabsCntent input:disabled, ._UpdateProfileTabsCntent input:not(._switch):read-only {
    background: #ECEDEE;
}
._srchDrpdwn._active svg._dd_icn {
    transform: rotate(-180deg);
    top: 0;
}
.investorpopup ._loginhdr ._row h2 {
    margin-bottom: 24px;
}
.investorpopup ._loginhdr ._col-md-6 {
    padding:0px;
    padding-right: 16px;
}
.investorpopup ._updateUrsPPBtns{
    align-items: center;
}
.investorpopup #_newacc{
    border: solid 1px #10182833;
    border-radius: 12px;
    padding: 12px 16px;
}
.investorpopup ._btnPrimary{
    min-width: 100px;
}
#skip_button{
    cursor: pointer;
}
svg._dd_icn {
    transition: all .3s;
    height: 100%;
    width: 50px;
    right: 0;
    padding: 12px;
    z-index: 999999;
    cursor: pointer;
}
._UpdateProfileTabsCntent label {
    display: none;
}
._UpdateProfileTabsCntent input {
    border-radius: 12px;
    /*border: 1px solid #10182833!important;*/
    padding: 12px 16px;
    color: black;
    background: #FFFFFF;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    border: 1px solid rgba(16, 24, 40, 0.2) !important;
}
._UpdateProfileTabsCntent.investorpopup input {
    padding: 10px 16px;
}
svg._srchIcon {
    left: 20px;
    right: unset;
}
._srchDrpdwn input {
    padding-left: 42px !important;
}
._srchDDCntnts{
    display: none;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 8px 12px;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 9999999;
}
._srchDrpdwn {
    position: relative;
}
._srchDrpdwn._active ._srchDDCntnts{
    display: block;
    padding-top: 31px;
}
._srchDDCntnts ul {
    max-height: 260px;
    overflow: auto;
    list-style: none;
    margin-left: 0;
    padding: 0px;
}

._srchDDCntnts ul li {
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.12px;
    text-align: left;
    color: #101828;
    border-radius: 8px;
}
._srchDDCntnts ul li:hover {
    background-color: #E8F1FE;

}
._srchDDCntnts ul li:before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #1018281A;
    display: inline-block;
}


._srchDDCntnts ul li._active {
    background: #1570EF1A;
    border-radius: 8px;
    color: #1570EF;
}

._srchDDCntnts ul li._active:before {
    background: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 5.2L4.35714 8L10.5 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>'), #1570ef;
    background-repeat: no-repeat;
    background-position: center;
    border-color: #1570ef;
}

._srchDDCntnts ul li._active {
    background: #1570EF1A;
    border-radius: 8px;
    color: #1570EF;
    border-color: #1570ef;
}
._dispalyLabels label{
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-bottom: 6px;
    color: #101828;
}
._intrusted li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    text-align: left;
    color:  #1570EF;
    background: #1570EF1A;
    border-radius: 12px;
}

._intrusted ul {
    margin: 0;
    display: flex;
    gap: 6px;
    padding-left: 0px;
    flex-wrap: wrap;
}

._intrusted li svg {
    position: unset !important;
    transform: unset;
    margin-top: 0;
    width: 14px;
    height: 15px;
}

._intrusted li span {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
._cmpPlcyUu {
    padding: 12px 16px 12px 16px;
    gap: 24px;
    border-radius: 12px;
    /*border: 1px solid #1018281A;*/
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #101828;
    border: 1px solid #10182833;
}
._cmpPlcyUu:focus-visible, ._UpdateProfileTabsCntent input:focus-visible {
    outline: none;
}
textarea._cmpPlcyUu::placeholder{
    color: #10182880;
}
._cmpPlcyUu::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #10182880;
    /*color: inherit;*/
}
._cmpPlcyUu::-moz-placeholder { /* Firefox 19+ */
    color: #10182880;
    /*color: inherit;*/
}
._cmpPlcyUu:-ms-input-placeholder { /* IE 10+ */
    color: #10182880;
    /*color: inherit;*/
}
._cmpPlcyUu:-moz-placeholder { /* Firefox 18- */
    color: #10182880;
    /*color: inherit;*/
}

._clsBs2{
    position:absolute;
    right: 0px;
    top: 34px;
}
@media (max-width: 700px) {
    .investorpopup ._loginhdr ._row h2{
        margin-bottom:0px
    }
    ._row.fixed-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%; /* make it stretch across the screen */
        background: #fff; /* background so content doesn’t overlap */
        padding: 15px; /* space around the buttons */
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1); /* optional: shadow for separation */
        z-index: 999; /* keep it above other content */
    }
    .investorContainer{
        max-height: 100%;
    }
    .investorpopup ._updateUrsPPBtns{
        align-items: center;
        flex-wrap: nowrap;
    }
    #profile_pop_up_button{
        width: 120px
    }
    .investorpopup ._ls_popup ._loginhdr ._row ._updateUrsPPBtns{
        width:100%!important;
        justify-content: space-between;
    }
    #skip_button{
        width: fit-content;
    }
    .investorpopup ._ls_popup{
        padding: 70px 20px;
    }
}

.spinner {
    text-align: center;
}

/*.spinner::after {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    border: 3px solid #ccc;*/
/*    border-top-color: #0073aa;*/
/*    border-radius: 50%;*/
/*    animation: spin 0.6s linear infinite;*/
/*}*/

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

._dd_icnp {
    top: 30% !important;
    right: 3% !important;
}

.edit-text {
    font-size: 14px;
    color: #1570EF;
    font-weight: 600;
}

.userKyc_row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#_editFormPopup {
    width: 100%;
    max-width: 1150px;
}

.sector-li ._dd_icnp {
    transition: transform 0.3s ease;
    transform-origin: center;
    margin-top: 10px;
    /* Make sure it rotates from the center */
}

.sector-li.open ._dd_icnp {
    transform: rotate(180deg);
}

.sector-li {
    border-radius: 10px;
    border: 0px solid #1018281A !important;
}

.sector-container {
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #1018281A;
}

._row_c {
    margin-bottom: 10px;
    border-radius: 12px;
    background: #F7F8F8;
    padding: 16px;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

._row_c input {
    margin: 0;
}

.empty-company,
.remove-company {
    color: #F94E4E;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

._add_company {
    color: #1570EF;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

._row_c div._col-md-5 {
    max-width: 50% !important;
}


@media only screen and (max-width: 768px) {
    ._row_c div._col-md-5 {
        max-width: 100% !important;
    }

    ._row_c input {
        margin-bottom: 5px !important;
    }

    ._row_c div._col-md-6 {
        order: 2 !important;
    }

    ._row_c div._col-md-5 {
        order: 3 !important;
    }

    ._row_c div._col-md-1 {
        order: 1 !important;
    }

    .empty-company,
    .remove-company {
        float: right !important;

        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
    }

    .my-investitor-profile .profile-text {
        display: none;
    }
}
