/* additional CSS changes by Laravel team */
body { -webkit-font-smoothing: antialiased !important; }

body.error-page { font-size: 28px; }

.prfile-frm form textarea { color: #000; }

.regbtn-center { width: 100%; text-align: center; }

.standard-modal-heading { font-weight: 600!important; line-height: 1.5; }

.font-size-13-px { font-size:13px; }

.herovideo-preview { background-image: var(--portfolio-img); }

.play-button-remove:after { background-image: unset !important; }

.section { margin-top: 10%; }

.btn-group-sm > .btn, .btn-sm {
    font-size: inherit;
}

.ur-cols:last-child { border-bottom: 0; padding-bottom: 0; }
.ur-cols:nth-last-child(2) { /*font-weight: 700; */ }

/* start investor and startup dashboard dropdown menu */
.sfc-top__profile__dropdown--open .sfc-top__profile__dropdown__menu {
    display: block;
}

.sfc-top__profile__dropdown__menu {
    background-color: #fff;
    border-radius: 2px;
    left: -92px;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 40.5px;
    box-shadow: 10px 14px 38px 0 rgba(6,41,64,.14);
}

.dropdown-menu {
    z-index: 1000;
    min-width: 10rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
}

input.error {
    border: 1px solid #f95d54 !important;
}

textarea.error {
    border: 1px solid #f95d54 !important;
}

.width-300 {
    width: 300px;
}

.sfc-top__profile__dropdown__menu__item a {
    align-items: center;
    color: var(--dashboard-font-color);
    display: flex;
    font-size: 18px !important;
    height: 60px;
    justify-content: center;
}
/* end investor and startup dashboard dropdown menu */

#startup-list-for-selected-categories { position: relative!important; overflow: hidden!important; height: 100%!important }

.vdoaction button { line-height: normal; }

.vdoaction a { color: #fff; font-size: 12px; background: var(--secondary-color); border: 0; font-family: 'Inter', sans-serif; padding: 15.92px 51.5px; line-height: normal; }

.doct-member a { padding: 15px 31px 15px 65px; background: var(--plus-icon-img)no-repeat left 33px center/20px, var(--secondary-color); }

.member__photo { height: 50px; width: 50px; border-radius: 50%; }

#dashboard-save-btn { font-family: 'Inter'; width: 100%; border: 0; background-color: var(--secondary-color); outline: none; color: #fff; font-size: 14px; line-height: 17px; font-weight: 400; padding: 16px 15px; cursor: pointer; }

div.disable-links { pointer-events: none; cursor: not-allowed; opacity: 0.5; }

.discla-hrsec { margin-top: 0px!important; }

.discla-inner { padding: 80px 30px 10px 30px; }

.discla-sec { padding-bottom: 20px; }

.close-profile { z-index: 10; }

.hs-advanced-upload.dropzone span.text { display: block; }

.sfc-investor-favourite__companies-wrapper .company__wrapper:hover .company__wrapper__delete, .sfc-startup-profile__cover--accepted .sfc-startup-profile__cover__image, .sfc-startup-profile__cover--accepted .sfc-startup-profile__logo__image, .sfc-startup-profile__cover__image>img, .sfc-startup-profile__logo--accepted .sfc-startup-profile__cover__image, .sfc-startup-profile__logo--accepted .sfc-startup-profile__logo__image, .sfc-startup-profile__logo__image>img, .sfc-startup-profile__player .video.shown { display: block; }
.sfc-startup-profile__player .video { display: none; margin-bottom: 48px; }

.dz-remove:after { transform: rotate(-45deg); }
.dz-remove:before { transform: rotate(45deg); }
.dz-remove:before, .dz-remove:after { content: ""; background-color: #fff; width: 2px; height: 11px; position: absolute; }
.dz-remove { cursor: pointer; position: absolute; top: 15px; right: -12px; width: 21.94px; height: 21.94px; background-color: #FFCB17; display: flex!important; align-items: center; justify-content: center; z-index: 10; }

.dz-remove:hover {
    text-decoration:none !important;
    opacity:1;
}

.dropzone .dz-preview .dz-image {
    border-radius: 7px;
    width: 100%;
    height: 100%;
}

.dz-max-files-reached { pointer-events: none; cursor: default; }
.dz-max-files-reached .close-profile { pointer-events: auto; cursor: auto; }
.dz-max-files-reached .dz-remove { pointer-events: auto; cursor: auto; }

.header-nw-dashboard .headertop-txt, .-dashboard .headertop-txt a { color: #fff; font-family: Averta; font-size: 15.5px; font-weight: 700; }
.header-nw-dashboard .header-menu .hs-menu-wrapper ul li a { font-size: 18px; }
.header-nw-dashboard .headertop-txt { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.header-nw-dashboard .row { margin-left: 0; margin-right: 0; }

.profile-image {
    width: 250px;
}

@media (min-width: 991px) {
    .header-nw-dashboard .header-menu .hs-menu-wrapper ul { align-items: center; }
    .header-nw-dashboard .header-menucontainer { width: 60%; }
    /* .header-nw-dashboard .header-menu .hs-menu-wrapper > ul > li:last-child:hover > a:after { display: none; } */
}

@media (max-width: 1171px) {
    .header-nw-dashboard .header-menu .hs-menu-wrapper ul li a , .header-nw-dashboard .header-menu .hs-menu-wrapper>ul>li:last-child a { font-size: 15px; }
}

/* Responsive */
@media (min-width: 1241px) {
    .header-nw .header-menu .hs-menu-wrapper>ul>li:last-child a { font-size: 18px; min-height: 52px; padding: 11px 47px; }
}

@media (min-width: 1440px) {
    body {
        max-width: 100%;
        margin: 0 auto !important;
    }
}

@media (min-width: 993px) {
    body {
        margin-top: 0px !important;
    }
}

.ur-top {
    word-wrap: break-word;
}

@media(max-width: 767px) {
    .headermainsec .header-sec.header-profilesec { padding-top: 15px; padding-bottom: 30px; }
    .headermainsec .header-logo { width: 70%; padding-left: 45px; }

    .profile-sec {
        margin-top: 176px;
    }

    .header_profile_icon { max-width: 49px; height: 49px; }

    .update-cols { font-size: 80% !important; }
    .ur-cols { font-size: 80%; }

    .pe-headerbtn a {
        margin-bottom: 5px;
        width: -webkit-fill-available;
    }
}

@media(max-width: 991px) {
    .herosec {
        padding-top: 220px;
    }

    #menu-toggle #hamburger { left: 0; top: 0; z-index: 999; height: 100%; position: absolute; width: 100%; }

    .header-menu.custom-menu-primary .hs-menu-wrapper { top: 49px! important }
}

.close-profile {
    cursor: pointer! important;
}

.help-text { font-size: 0.75em; line-height: 1.5; margin-top: 10px; }

.show-password, .hide-password { 
    color: var(--primary-color);
    cursor: pointer;
    font-size: 1em !important;
    float: right;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.hide-password { display: none; }

.password-showhide { float: right; }

.forgot-password { width: 100%; text-align: center; color: var(--primary-color); font-size: 0.75rem; font-weight: 400; letter-spacing: 1.1px; }

#dangerAlert {
    margin-left: 0;
    /*width: 100%;*/
    font-size: 16px;
}

#dangerAlert .close span {
    color: #f9746c;
    font-weight: lighter;
    font-size: 35px;
    transform: rotate(45deg);
    display: block;
    text-shadow: none;
}

.error-page .error.section .description {
    line-height: 38px;
    margin-top: 20px;
    min-height: 350px;
    color: var(--heading-font-color);
}

.profile-updates-counter {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    font-size: 10px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    background: var(--primary-color);
    font-weight: 500;
    z-index: 0;
}

.profile-updates-counter::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    background: var(--primary-color);
    font-weight: 500;
    z-index: -1;
}

.profile-updates-counter:hover::after {
    width: 100%;
}

.profile-form form ul > li.check {
    margin-bottom: 20px;
    display: block;
}

.tooltip-badge {
    position: relative;
    background: rgba(0,0,0,0.2);
    padding: 1px 7px;
    border-radius: 50%;
    font-size: 13px;
    cursor: help;
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 250px;
    color: white;
    font-size: 12px;
    background-color: rgba(160,160,160);
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}

.error {
    color: red;
    font-size: 14px;
}

label.error {
    color: red!important;
    font-size: 14px!important;
    font-weight: 400!important;
    margin-top: 2px !important;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

#top {
    top: -40px;
    left: -50%;
}

#bottom {
    top: 25px;
    left: -50%;
}

#left {
    top: -8px;
    right: 120%;
}

#right {
    top: -8px;
    left: 120%;
}

.hover-text {
    position: relative;
    display: inline-block;
    text-align: center;
}

.profile-form form input[type=date] { background-image: none; }

.investor-sec .join-btn {
    width: 100%;
}

.hs-form-field .dropdowngroup span.selected {
    cursor: pointer;
    border: 1px solid var(--secondary-color);
    background-image: var(--select-down-arrow-img);
}

.manage-link a {
    color: var(--secondary-color);
}

.documents-span { font-family: 'Inter'; cursor: pointer; width: 100%; color: #000; font-size: 10.55px; line-height: 16px; font-weight: 300; margin-top: 6px; padding: 9px; display: inline-block; background-color: transparent; border: 1px solid #FFC300; background-image: var(--arrow-img); background-size: 13px; background-position: center right 10px; background-repeat: no-repeat; min-width: 144px; }

.hs-form-field .dropdowngroup ul {
    max-height: 300px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}

.interests-outer-wrapper {
    margin-bottom: 0 !important;
}

.profile-image-padding {
    padding-top: 30px !important;
}

.profile-image-field {
    text-align: center;
}

.profile-image {
    display: inline-block;
}

.favourites-company-img {
    /* position: absolute; */
    text-align: center;
    margin-top: 0;
}

.delete-favourite:after { transform: rotate(-45deg); }
.delete-favourite:before { transform: rotate(45deg); }
.delete-favourite:before, .delete-favourite:after { content: ""; background-color: #fff; width: 2px; height: 11px; position: absolute; }
.delete-favourite {
    cursor: pointer;
    position: relative;
    margin-left: 95%;
    top: 10px;
    width: 21.94px;
    height: 21.94px;
    background-color: #FFCB17;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-with-prefix-symbol {
    padding-left: 22px!important;
}

.prefix-symbol {
    position: relative;
}

.prefix-symbol > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 51%;
    pointer-events: none;
    width: 28px;
    text-align: center;
    font-style: inherit;
    color: #000;
    font-weight: 500;
}

.fund-application-disabled-prefix-symbol {
    color: #fff !important;
}

.sm-prefix-symbol {
    font-size: 11px;
}

.lg-prefix-symbol {
    font-size: 13px;
}

.prefix-symbol > input {
    padding-left: 25px;
    padding-right: 0;
}

.investment-prefix-symbol {
    top: 66.5% !important;
}
.investment-eis-prefix-symbol {
    top: 66.5% !important;
}
.investment-fee-prefix-symbol {
    top: 66.5% !important;
}
.investment-net-prefix-symbol {
    top: 66.5% !important;
}

@media(max-width: 768px) {
    .investment-prefix-symbol {
        top: 67.5% !important;
    }
    .investment-eis-prefix-symbol {
        top: 67.5% !important;
    }
    .investment-fee-prefix-symbol {
        top: 73.5% !important;
    }
    .investment-net-prefix-symbol {
        top: 73.5% !important;
    }
}

@media(max-width: 550px) {
    .investment-prefix-symbol {
        top: 66.5% !important;
    }
    .investment-eis-prefix-symbol {
        top: 73.5% !important;
    }
    .investment-fee-prefix-symbol {
        top: 73.5% !important;
    }
    .investment-net-prefix-symbol {
        top: 73.5% !important;
    }
}

@media(max-width: 376px) {
    .investment-prefix-symbol {
        top: 73.5% !important;
    }
    .investment-eis-prefix-symbol {
        top: 73.5% !important;
    }
    .investment-fee-prefix-symbol {
        top: 73.5% !important;
    }
    .investment-net-prefix-symbol {
        top: 77.5% !important;
    }
}

.fund-application-prefix-symbol {
    top: 66.5% !important;
}

@media(max-width: 768px) {
    .fund-application-prefix-symbol {
        top: 66.5% !important;
    }
}

.ur-cols {
    padding-bottom: 37.5px;
    padding-top: 22.5px;
    padding-right: 0 !important;
}

.ur-cols::before {
    cursor: pointer;
}

.ur-cols:last-child { border-bottom: 0; font-weight: 400; padding-bottom: 0; }
.ur-cols:nth-last-child(2) { font-weight: 400; }

.unread {
    font-weight: 700 !important;
}

.update-cols {
    font-size: 14px;
    line-height: normal;
    border-bottom: 0.25px solid #000000;
    padding: 19px 0 15px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}

.update-from {
    width: 25%;
}

.update-to {
    width: 15%;
}

.update-message {
    width: 48%;
}

.update-date { width: 12%; display: flex; flex-wrap: wrap; }

.regbtn-rght-full-width {
    width: 100% !important;
}

#description-error {
    margin-top: -10px!important;
}

#business_highlights-error {
    margin-top: -8px!important;
}

#question_4-error {
    margin-top: -8px!important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.download-all {
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--primary-color);
    cursor: pointer;
    z-index: 2;
    position: relative;
    margin: -1% 0px 0px 38%;
    /*margin: -15px 0px 0px 456px;*/
}

.sfc-investor-portfolio__portfolio-composition__data__tabs .sfc-tab>div {
    padding: 18px 20px;
    box-sizing: border-box;
}

.sfc-investor-profile__documents, .sfc-startup-profile__documents {
    display: flex;
    flex-direction: column;
}

.sfc-investor-profile__documents__existing, .sfc-startup-profile__documents__existing {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sfc-investor-profile__documents__existing .document {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30px 0 49px;
    height: 60px;
    transition: .2s;
}

.sfc-investor-profile__documents__existing .document__wrapper {
    display: flex;
    align-items: center;
}

.sfc-investor-profile__documents__existing .document__download {
    margin-right: 50px;
    display: inline-block;
    cursor: pointer;
}

.width-24-px {
    width: 24px;
}

.sfc-investor-profile__documents__existing .document__name, .sfc-investor-profile__documents__existing .document__size, .sfc-startup-profile__documents__existing .document__name, .sfc-startup-profile__documents__existing .document__size {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .9px;
    color: var(--dashboard-font-color);
    display: inline-block;
}

.not-found {
    color: var(--primary-color);
    display: block;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    margin: 0 0 6px;
}

.fma-documents-cols { font-size: 14px; line-height: normal; border-bottom: 0.25px solid #000000; padding: 19px 0 15px; width: 100%; display: inline-block; flex-wrap: wrap; -webkit-flex-wrap: wrap; align-items: center; -webkit-align-items: center; }
.fma-documents-cols:last-child { border-bottom: 0; }
.fma-fundbtn a {
    width: 149px;
    padding: 10.5px 15px;
}

@media(max-width: 991px) {
    .fma-documents-cols { display: block; width: 100%; float: left; }
    .document-btn-stninn { margin-top: 20px; }
}

.fma-documents-btn {
    width: 40%;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
}

.fma-documents-btn a { background-color: var(--secondary-color); color: #ffffff; font-size: 12px; line-height: normal; padding: 10.5px 20px; min-width: 170px; text-align: center; }
.fma-documents-btn a:hover { background-color: #D3A400; }
.fma-documents-btn a:active { background-color: #2222B1; }

@media(max-width: 767px) {
    .fma-documents-btn a { min-width: 110px; padding: 10.5px 5px; font-size: 10px; }
}

.documents-btn-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.documents-btn-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    margin-right: 10px;
}

.pe-hcols-11-px { font-size: 11px; !important }
.reporting-topcol { position: relative; z-index: 1; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; font-size: 11px; font-weight: 500; }

.reporting-report { text-align: left; width: 8%; }
.reporting-current-pps { width: 10%; }
.reporting-shares { width: 8%; }
.reporting-valuation { width: 8%; }
.reporting-money-in-bank { width: 12%; }
.reporting-total-revenues { width: 9%; }
.reporting-total-expenses { width: 9%; }
.reporting-net-profit-or-loss { width: 9%; }
.reporting-employees { width: 9%; }
.reporting-status { width: 9%; }
.reporting-action { width: 9%; }
.reporting-net-profit-or-loss .reporting-cgreen { color: #00AD30; } .reporting-cred { color: #FF0000; } .reporting-cneutra { color: var(--primary-color); }

.reporting-message { min-height: 260px !important }

.pst-details-cgreen { color: #00AD30; } .pst-details-cred { color: #FF0000; } .pst-details-cneutra { color: var(--primary-color); }

.profile-form form input[type=submit]:hover { background-color: var(--secondary-color); color: #fff; }

disabled-message {
    color: #FF0000;
    font-size: 0.75em;
    line-height: 1.5;
    margin-top: 10px;
}

.doctfile-icon { width: 10%; }

.doctfile-name { width: 30%; padding: 0px 30px; }

.doctfile-size { width: 50%; position: relative; padding-right: 60px; }

@media(max-width: 767px) {
    .member__photo { height: 30%; }
}

.input-with-prefix { padding: 15.41px 27.84px !important; }

.reporting-prefix {
    padding-left: 10px!important;
}

.span-disabled {
    pointer-events: none;
}

.proofaddresswrapper div + div input {
    cursor: pointer;
    position: relative;
    min-width: 225px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}

.custom-file-upload {
    cursor: pointer;
    position: relative;
    min-width: 225px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff!important;
    border: 1px solid var(--primary-color);
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0px!important;
}

#proof_of_address_id-error {
    margin-top: -25px!important;
}

#proof_of_identity_id-error {
    margin-top: -25px!important;
}

#proof_of_address_div .dropzone {
    min-height: 0px; 
    border: 20px; 
    background: white; 
    padding: 0px 0px;
    margin-bottom: -30px;
    /* margin-bottom: -23px; */
}

#proof_of_identity_div .dropzone {
    min-height: 0px; 
    border: 20px; 
    background: white; 
    padding: 0px 0px;
    margin-bottom: -30px;
    /* margin-bottom: -23px; */
}

.data-dz-size {
    display: none;
}

#preview-1 {
    margin-bottom: 35px;
    text-align: right;
}

#preview-2 {
    margin-bottom: 35px;
    text-align: right;
}

.document-v2slider form .confirmdate {
    margin-top: 7px;
    margin-bottom: 14px;
}

@media(max-width: 767px) {
    .document-v2slider form .confirmdate {
        margin-bottom: 13px;
    }
}

.sfc-add-report__form__attachment__file {
    text-align: center;
    position: absolute;
    width: 38%;
    margin-top: 153px;
}

.margin-top-50-px {
    margin-top: 50px;
}

.hs-form-field .dropdowngroup ul {
    z-index: 10;
}

#notify_fund_manager_confirmation_signature.error {
    border: none!important;
}

.after_uploaded_file_btn {
    opacity: 35%;
}

.fa-doctfile-name {
    width: 85%;
    padding: 0px 30px;
}

.fa-doctfile-size {
    width: 15%;
    position: relative;
    padding-right: 60px;
}

.fa-doctfile-size .file-close {
    width: 21.45px;
    height: 21.45px;
    background: #D2D2D2;
    position: absolute;
    border-radius: 50%;
    right: 16.95px;
    top: 50%;
    transform: translateY(-50%);
}

.width-15-percent {
    width: 15%;
}

.fc-text {
    max-width: 350px;
}

.document-legalcheckbox .document-lcb input[type="checkbox"][disabled] + span:before,
.document-v2slider form .radio input[type="radio"][disabled]:checked + span:before,
.document-v2slider form .radio input[type="radio"][disabled] + span:before,
.document-v2slider form .checkboxgroup li label > input[type="checkbox"][disabled]:checked + span:before {
    opacity: 0.5 !important;
}

#copypreviousdata .tooltip-text {
    line-height: normal;
    font-weight: 600;
}

li.disabled{
    pointer-events:none;
    opacity:0.4;
}

.favourites-companybox {
    margin-top: 0;
}

.favourites-companycols {
    padding-left: 17px;
    padding-right: 16px;
}

.favourites-buttons {
    width: 100%;
    margin-top: 15px;
}

.favourites-btns .favbtn {
    font-size: 12px;
    padding: 11px 10px;
    line-height: normal;
    background: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
    width: 150px;
    text-align: center;
    margin-top: 30px;
}

.favbtn-lft {
    width: 50%;
}

.favbtn-rght {
    width: 50%;
    text-align: right;
}

@media(max-width: 1024px) {
    .favourites-btns .favbtn {
        width: 100%;
        font-size: 11px;
    }

    .favbtn-lft, .favbtn-rght {
        width: 100%;
    }
}

.regstp-btns .regbtn.info-memo-btn {
    border-color: var(--primary-color); background: transparent; color: var(--primary-color); width: 100%; padding: 11px 15px; margin-bottom: 7px;
}

.header_profile_dropdown ul li {
    padding: 12px;
}

.header_profile_dropdown ul li a {
    font-size: 16px;
    display: block;
}

a.rest-all-filter:hover {
    color: var(--primary-color);
}

a.rest-all-filter {
    color: var(--primary-color);
}

.fc-title h6 a {
    font-size: 13px;
}

#seis_investment-error {
    margin-top: -27px!important;
}

#eis_investment-error {
    margin-top: -27px!important;
}

#other_investment-error {
    margin-top: -27px!important;
}

@media(max-width: 767px) {
    .fc-title h6 a {
        font-size: 18px;
    }

    .fc-text p {
        font-size: 15px;
    }
    
    #seis_investment-error {
        margin-top: -18px!important;
    }

    #eis_investment-error {
        margin-top: -18px!important;
    }

    #other_investment-error {
        margin-top: -18px!important;
    }
}

.document-dropdown {
    width: 86%;
    margin-bottom: 7px;
}

.document-download-btn {
    width: 14%;
    /* padding: 12px 8px 11px 17px; */
    padding: 12px;
    font-size: 18px;
}

.document-download-li {
    padding: 10px !important;
}

.document-download-btn a {
    color: var(--secondary-color);
}

.download-disable {
    opacity: 40%;
}

.single-document-download-btn i {
    color: var(--secondary-color);
}

.hide-fund-detail-div {
    padding: 8% 21% 20% 20%;
    text-align: center;
}

.request-assessment-btn {
    font-family: 'Inter';
    width: 100%;
    border: 0;
    background-color: var(--secondary-color);
    outline: none;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    padding: 16px 15px;
    cursor: pointer;
}

.request-assessment-btn:hover {
    color: #fff;
}

.portfolio-summary-text {
    font-size: 14px;
}

#assessment_request_message {
    color: #FEC200;
    font-size: 12px;
}

@media (max-width: 767px) {
    .document-v2slider form .checkboxgroup input[type="checkbox"] + span {
        min-height: 20px;
        padding-left: 27px;
        line-height: 20px;
        max-width: 80%;
    }
}

@media (max-width: 428px) {
    .document-v2slider form .checkboxgroup input[type="checkbox"] + span {
        min-height: 20px;
        padding-left: 27px;
        line-height: 20px;
        max-width: 100%;
    }
}

@media (max-width: 376px) {
    .document-v2slider form .checkboxgroup input[type="checkbox"] + span {
        min-height: 20px;
        padding-left: 27px;
        line-height: 20px;
        max-width: 80%;
    }
}

.confirmright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

#notify_fund_manager_confirmation_signature_date {
    width: 180px;
    height: 24px;
    text-align: center;
}

.pe-topcol-unallocated { cursor: pointer; position: relative; z-index: 1; width: 100%; display: flex; flex-wrap: wrap; align-items: center; font-size: 8px; font-weight: 500; }

.pe-fa, .pe-sa {
/*    line-height: 10px; */
}

.btn,.btn.btn-left,.btn.btn-left:active,.btn.btn-left:not(:disabled):not(.disabled),.btn.submit,.btn.submit:active,.btn.submit:not(:disabled):not(.disabled) {
    background-image: linear-gradient(80deg,var(--secondary-color),var(--secondary-color))
}

.sm-modal-inner .buttonContainer {
    margin: 90px 0 0;
}

.custom-rounded {
    border-radius: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 68px;
    min-width: 212px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.custom-rounded:hover {
    color: #fff;
    text-decoration: none;
}

.cumulative-investment {
    background-color: var(--primary-color);
}

.current-value {
    background-color: var(--secondary-color);
}

.realised_returns {
    background-color: #226e0d;
}

.pffc-cols {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-left: 15px;
    padding-right: 3%;
}

.pffc-cols.active {
    background-color: #F2F2F2;
}

.povt-listdetails {
    display: inline-block;
}

@media (max-width: 1500px) {
    .wrapper {
        max-width: 1240px! important;
    }
}

.top-banner-wrapper {
    max-width: 1500px !important;
}

.profile-row {
    margin-top: 16px;
}

.discla-content h2 {
    font-weight: 900;
    margin: 0 0 20px;
}

.discla-content ol > li > ul > li {
    list-style: unset;
}

.discla-content ol > li {
    font-weight: 600;
}

.footer-part-logo-content h4 {
    color: var(--secondary-color);
}

.header-topsec {
    background-color: var(--primary-color);
}

.headertop-txt a {
    font-weight: 700;
}

.header-logo img {
    max-width: 146px !important;
    max-height: 50px !important;
}

.biannual-download-btn {
    display: block;
}

.biannual-report-name {
    width: 100%
}

.background-color-white {
    background-color: #FFFFFF;
}

/**** styles supplied by designers on 03/10/2024 for sfc-3251 ****/
.profile-form form input[type=email]::placeholder,
.profile-form form input[type=number]::placeholder,
.profile-form form input[type=password]::placeholder,
.profile-form form input[type=tel]::placeholder,
.profile-form form input[type=text]::placeholder,
.profile-form form input[type=date]::placeholder,
.profile-form form input[type=url]::placeholder,
.profile-form form select::placeholder,
.profile-form form textarea::placeholder { color: #ABABAB; }


.prfile-frm form input[type=email]::placeholder,
.prfile-frm form input[type=number]::placeholder,
.prfile-frm form input[type=password]::placeholder,
.prfile-frm form input[type=tel]::placeholder,
.prfile-frm form input[type=text]::placeholder,
.prfile-frm form input[type=date]::placeholder,
.prfile-frm form input[type=url]::placeholder,
.prfile-frm form select::placeholder,
.prfile-frm form textarea::placeholder { color: #ABABAB; }

.document-v2slider form input[type=email]::placeholder,
.document-v2slider form input[type=number]::placeholder, 
.document-v2slider form input[type=password]::placeholder, 
.document-v2slider form input[type=tel]::placeholder, 
.document-v2slider form input[type=text]::placeholder, 
.document-v2slider form input[type=date]::placeholder, 
.document-v2slider form input[type=url]::placeholder, 
.document-v2slider form select::placeholder, 
.document-v2slider form textarea::placeholder { color: #ABABAB; }

.portfolio-row form input[type="text"]::placeholder, .portfolio-row form input[type="date"]::placeholder, .portfolio-row form select::placeholder { color: #ABABAB; }

.favourites-comapanydetails form select::placeholder { color: #ABABAB; }

/* Radio Button **/
.profile-form .formfield.checkbox label > span:before , .profile-form form .radio span:before, .profile-form form .sfcgdpr span:before { border-color: #000000; }
.document-v2slider form .radio span:before { border-color: #000000; }

/** Form Field Text Color **/
.profile-form form input[type=email],
.profile-form form input[type=number],
.profile-form form input[type=password],
.profile-form form input[type=tel],
.profile-form form input[type=text],
.profile-form form input[type=date],
.profile-form form input[type=url],
.profile-form form select,
.profile-form form textarea { color: #000000; }

.prfile-frm .formfield > label { font-size: 15px; font-weight: 700; margin-bottom: 16px; }
.prfile-frm form input[type=email],
.prfile-frm form input[type=number],
.prfile-frm form input[type=password],
.prfile-frm form input[type=tel],
.prfile-frm form input[type=text],
.prfile-frm form input[type=date],
.prfile-frm form input[type=url],
.prfile-frm form select,
.prfile-frm form textarea { color: #000000; }

.document-v2slider form input[type=email],
.document-v2slider form input[type=number],
.document-v2slider form input[type=password],
.document-v2slider form input[type=tel],
.document-v2slider form input[type=text],
.document-v2slider form input[type=date],
.document-v2slider form input[type=url], 
.document-v2slider form select,
.document-v2slider form textarea { color: #000000; }

.portfolio-row form input[type="text"], .portfolio-row form input[type="date"], .portfolio-row form select { color: #000000; }

.favourites-comapanydetails form select { color: #000000; }
/**** end styles supplied by designers on 03/10/2024 for sfc-3251 ****/

p.investment-amount {
    border-style: groove;
    padding: 2%;
    width: 20%;
    height: 80px;
}

p.gross-subscription-amount {
    border-style: solid;
    padding: 8%;
    text-align: center;
    height: 70px;
    font-size: 22px;
    font-weight: bold;
    align-content: center;
}

.investmentgraybox {
    background: #F2F2F2;
    padding: 40px 28px 28px;
}

.invetmentformboxleft {
    width: 72%;
    margin-right: 3%;

}

.invetmentformboxright {
    width: 25%;
}

.disable-list-item {
    opacity: 40%;
    color: #000;
}

@media (max-width: 991px) {
    .invetmentformboxright {
        width: 100%;
    }

    .invetmentformboxleft {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 3%;
    }

    p.gross-subscription-amount {
        border-style: solid;
        padding: 4%;
        text-align: center;
        /*width: 20%;*/
        height: 70px;
        font-size: 30px;
        font-weight: bold;
    }
}

@media (max-width: 426px) {
    p.gross-subscription-amount {
        border-style: solid;
        padding: 8%;
        text-align: center;
        height: 70px;
        font-size: 30px;
        font-weight: bold;
    }
}

.fma-documents-cols {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.fma-documents-cols:last-child {
    border-bottom: none;
}

.documents-btn-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; 
}

.documents-btn-column {
    width: 100%;
}

@media (min-width: 640px) {
    .documents-btn-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }

    .documents-btn-column {
        width: auto;
    }

    .biannual-download-btn .fma-documents-btn {
        float: none;
    }
}

.fma-fundrow > p {
    width: 80%; 
    margin: 0 auto; 
}

.startup-frm .rgfrm-title h3 { font-weight: 800; }
.representative-frm.profile-form form .check-label > span a { color: #FFC300; text-decoration: underline !important; vertical-align: inherit; }
.representative-frm .rgfrm-title h3 { font-weight: 800; }