@font-face {
    font-family: 'Poppins';
    src: url('../Assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Assets/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Assets/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

    *:focus {
        outline: none;
    }

form input, .custom-input {
    font-size: 18px;
    font-weight: 500;
}

.bold-row {
    font-weight: bold !important;
}

.light-blue {
    color: #00A68D;
}

.green-btn {
    background: #00A68D;
    color: white;
}

    .green-btn:hover {
        color: white;
    }

.light-pink {
    color: #dc3545;
}

.title {
    font-size: 20px;
    font-weight: 300;
    color: var(--Black)
}

.nav-item a {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    color: #00a68e;
    text-decoration: none;
    justify-content: center;
    text-transform: uppercase;
}

    .nav-item a img {
        height: 24px;
        width: auto;
    }

.mobile-topbar {
    height: 80px;
    max-height: 100%;
}

main {
    min-height: calc(100vh - 120px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to top, rgba(0, 124, 112, 0.8), rgba(0, 196, 179, 0.8)), url('../Assets/greenPastureBg.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: right 0 top 0, left 0 bottom 0px;
    background-size: cover
}

.alert {
    position: absolute;
    left: calc(50% - 250px);
    top: 1%;
    max-width: 500px;
    margin: auto;
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Landing Page*/
.home-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

    .home-page .text-left-align {
        padding: 0 0 24px;
    }

.paraLinks {
    color: #01a68e !important;
}

.home-page .investor-btn {
    padding: 9px 80px;
    background: #00a68e;
    border: none;
    border-radius: 35px;
    LETTER-SPACING: 1px;
    font-size: 24px;
    font-weight: 400;
}

.button-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home-page .seperator {
    color: var(--Primary);
}

.home-page .investor-container {
    padding-top: 106px;
}
/* NewInvestor */
.hide-initial {
    display: none;
}

.correspondence-information-form label {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 12px;
}

.correspondence-information-form .form-control {
    font-weight: 500;
    width: 100%;
    padding-left: 1rem;
}

.investor-information-form .form-control {
    border-radius: 0px;
    max-height: 42px;
    font-weight: 500;
}

    .investor-information-form .form-control::placeholder {
        font-weight: 400;
    }

    .investor-information-form .form-control:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(124 179 51 / 25%);
    }

    .investor-information-form .form-control[name="InvestorTypeId"] {
        display: inline;
        max-width: 232px;
        width: 100%;
        height: 24px;
    }

.investor-information-form .select-security, select {
    background: none !important;
    z-index: 2;
}

.investor-info h2 {
    font-size: 18px;
    font-weight: 600;
}

.investor-info input, .investor-information-form .form-control {
    border: 1px solid var(--Primary);
    padding: 8px 12px;
}

#exampleModalCenter .modal-content, .back-confirm-popup .modal-content {
    max-width: 326px;
}

#cancel-popup h5, .popup-text {
    font-size: 18px;
}

.f-b-12 {
    font-size: 12px;
    font-weight: 600;
}

.outer-line {
    border: 1px solid var(--Primary);
    border-radius: 10px;
    padding: 30px 28px;
    background-color: var(--Background);
}

.bottom-nav {
    bottom: 30px;
}

    .bottom-nav .cancel-btn {
        background-color: var(--Background);
        padding: 9px 36px;
        border: 1px solid var(--Secondary);
        border-radius: 0;
    }

    .bottom-nav .next-btn, .passwordupdate-btn {
        text-decoration: none;
        color: var(--Primary);
        font-size: 18px;
        font-weight: bold;
        font-size: 18px;
        border: 1px solid var(--Primary);
        padding: 9px 36px;
        background-color: var(--Background);
    }

    .bottom-nav .next-btn, .reset-btn, .reset-btn:hover {
        text-decoration: none;
        color: var(--Primary);
        font-size: 18px;
        font-weight: bold;
        font-size: 18px;
        border: 1px solid var(--Primary);
        padding: 9px 36px;
        background-color: var(--Background);
    }

.back-btn, .back-btn:hover {
    color: var(--Secondary);
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    background-color: var(--Background);
    border: 1px solid var(--Secondary);
    padding: 9px 36px;
}

.offline-application a, offline-application a:hover {
    color: var(--Primary);
    text-decoration: none;
}
/* Custom selection for security questions */

.toggle-icon-down {
    z-index: 1;
    transform: rotate(0deg);
}

.toggle-icon-up {
    transform: rotate(180deg);
}

/* Investor Submission */
.bottom-nav .investor-complete {
    position: absolute;
    right: 50px;
    bottom: 30px;
}

.formcomplition-msg .greetingsforsubmission {
    font-size: 20px;
}

.investorButton {
    position: relative;
    right: 10px;
}
/* Login */
.user-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-form {
    border: 1px solid var(--Primary);
    border-radius: 4px;
    background-color: var(--Background);
}

    .login-form input::placeholder {
        color: var(--Primary);
        font-size: 14px;
        border: none !important;
    }

.login-submit {
    font-size: 16px;
    font-weight: 600;
    color: var(--Primary);
    background-color: var(--Background);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.16), 0 8px 8px rgba(0, 0, 0, 0.20);
}

.forgot-password, .tertiary-a {
    color: var(--Tertiary);
    text-decoration: none;
}

.bottom-btn-container {
    height: 43px;
    margin: 30px 0;
}

.back-btn-box {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

/* Forgot Password toggle*/
.reset-title {
    color: var(--Primary);
    font-size: 22px;
    font-weight: 600;
}

.reset-message {
    color: var(--Primary);
    font-size: 16px;
    font-weight: 700;
}

.emailsent-msg, .primary-18 {
    color: var(--Primary);
    font-size: 18px;
    font-weight: 700;
}

/* ResetPassword Screen */
.reset-password {
    width: 100%;
    max-width: 446px;
}

/*ContactDetails Screen*/
.contactnavigate-btn {
    border-radius: 10px;
}

.button-box {
    padding: 8px;
    border: 1px solid var(--Primary);
    border-radius: 10px;
    background: var(--Background);
}

.btn-icon {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    margin: 0px 8px;
}

    .btn-icon img {
        max-height: 20px;
        width: 24px;
    }

.hide-inputs input {
    display: none;
}

.investment-pagination {
    font-size: 18px;
    font-weight: 700;
}

.sub-title {
    font-size: 22px;
    font-weight: bold;
}

/*InvestmentInformation Screen*/
.investment-info-box input {
    max-width: 80%;
    min-height: 38px;
    border: 1px solid var(--Primary);
}

.gap {
    padding-bottom: 20px;
}

.w-87 {
    width: 87% !important;
}

.lengthoftime-years input {
    width: 66px;
    max-width: 100%;
}

.button-box {
    padding: 8px;
    border: 1px solid var(--Primary);
    border-radius: 10px;
    background: var(--Background);
}

.btn-icon {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    margin: 0px 8px;
}

    .btn-icon img {
        max-height: 20px;
        width: 24px;
    }

/*ProofOfIdentification Screen*/
.proofsupload-detalis {
    width: fit-content;
    margin: auto;
}

.proofsdetails-list ul {
    list-style-type: none;
    padding: 0;
    line-height: 28px;
}

.Identification-proofs tr, border-green {
    border-bottom: 1px solid var(--Primary);
}

.file-upload > input {
    display: none;
}

.file-upload {
    display: inline;
}

.upload-icon {
    width: 20px;
}

.delete-btn, .file-label, .filesmissing-allert {
    display: none;
}

/* Social InvestmentInfo */
.user-openion {
    border-color: var(--Primary);
}

.form-check-input[type=checkbox], .form-check-input {
    padding: 0 !important;
    min-width: 18px;
    min-height: 18px !important;
}

    .form-check-input:checked {
        background-color: var(--Primary);
        border-color: var(--Primary);
    }

    .form-check-input:focus {
        box-shadow: 0 0 0 0.25rem rgb(124 179 51 / 25%);
    }

#opportunitySource-check .opportunity-check {
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 0;
    min-width: 60%;
    text-align: start;
    border: 1px solid var(--Primary);
    background-color: var(--white);
}

.opportunity-source {
    border-bottom: 1px solid var(--Primary);
}

    .opportunity-source a {
        color: var(--BodyText);
        text-decoration: none;
        font-weight: 600;
    }

.selected-opts .dropdown {
    display: none;
}

#opportunitySource-check .dropdown-menu {
    width: 60%;
    margin-top: 0px;
    border-radius: 0;
}

.find-list {
    border: 1px solid var(--Primary);
}

.rotated::after {
    transform: rotate(180deg);
}

.investment-info-box .outer-line {
    height: calc(100% - 1rem);
}

.bank-details input {
    padding: 6px;
    margin-top: 32px;
}

/* User-Accounts screen*/
.usersearch {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.text-primary {
    font-size: 18px;
    color: var(--Primary) !important;
    text-decoration: none;
    font-weight: 700;
}

.primary-btns {
    border: 1px solid var(--Primary);
    padding: 9px 36px;
    background-color: var(--Background);
}

.Secondary-btns, .Secondary-btns:hover {
    color: var(--Secondary);
    font-size: 18px;
    font-weight: 700;
    border: 1px solid var(--Secondary);
    padding: 9px 36px;
    text-decoration: none;
    background-color: var(--Background);
}

.addinguser-form {
    display: none;
}

label[disabled=disabled] {
    opacity: 0.4;
}

/* Dashboard screen */
.info-chips {
    border: 1px solid var(--Primary);
    border-radius: 8px;
    background-color: var(--Background);
}

.payment-count {
    color: var(--LightBlack);
    font-size: 32px;
    font-weight: 700;
}

.pounds-count-primary {
    font-size: 32px;
}

.pounds-count-info {
    color: var(--MidBlue);
    font-weight: 700;
}

.expire-info {
    border: 1px solid var(--Secondary);
    border-radius: 8px;
    background-color: var(--Background);
}

    .expire-info h2 {
        color: var(--Secondary) !important;
        font-size: 18px;
    }

    .expire-info span:last-child {
        color: var(--Secondary) !important;
        font-size: 32px;
        font-weight: 700;
    }

.dashboard-tiles .dashboard-chips {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
    justify-content: space-between;
}

.investor-search-box {
    width: 100%;
    max-width: 512px;
    min-height: 38px;
    border: 1px solid var(--Primary);
}

.searchby {
    font-size: 16px;
}

.dashboard-task-table::-webkit-scrollbar, .dashboard-contacts::-webkit-scrollbar {
    width: 10px;
}

.dashboard-task-table::-webkit-scrollbar-thumb, .dashboard-contacts::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dashboard-task-table {
    overflow-y: auto;
    height: 310px;
    width: 100%;
    min-width: 100%;
}

.dashboard-graph {
    height: 340px;
}

.dashboard-tiles-height {
    min-height: 322px;
}

.dashboard-contacts {
    height: 242px;
    overflow-y: auto;
    width: 100%;
    min-width: 100%;
}

    .dashboard-contacts thead, .dashboard-task-table thead {
        box-shadow: inset 0 -1px 0 black;
    }

.dashboard-search-height {
    min-height: 200px;
    max-height: 280px;
}
/* InvestorSearch screen */
.investorsearch .contactslist {
    border-bottom: 1px solid var(--Primary);
}

    .investorsearch .contactslist .contactname {
        cursor: pointer;
    }

/* Contact details page */
.contact-details .contactslist {
    border-bottom: 1px solid var(--Primary);
}

    .contact-details .contactslist .contactname {
        cursor: pointer;
    }

.expiry-date input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    background: url("../Assets/date-range-green.svg") no-repeat;
    padding: 0 6px 6px;
}

.dashboard-tiles-margin {
    margin-left: -5px;
    margin-right: -5px;
}
/* Investment-Details screen */
.Investment-details ul li {
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
}

.Investment-details .investment-status {
    z-index: 2;
    background-color: transparent;
}

.investment-history th {
    color: var(--LightBlue);
    padding: 0px 0 12px;
}

.investment-history td {
    padding: 12px 0;
}

.Investment-details .repay-info {
    display: none;
}

    .Investment-details .repay-info p {
        color: var(--Secondary);
        font-weight: 500;
        font-size: 20px;
    }

.redemption-date input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    background: url("../Assets/calendar-grey.png") no-repeat;
    padding: 0 6px 6px;
}

/* Investor Documents Screen */
.existinginvestor-documents tr td {
    padding: 8px 4px;
}

.active-page, .active-page:hover {
    color: var(--Background) !important;
    background-color: var(--Primary);
}

.existinginvestor-documents .pagination li a {
    color: var(--Black);
    border-radius: 6px;
}

.existinginvestor-documents .document-types {
    z-index: 2;
    background-color: transparent;
}

.allinvestment-row, .c-p {
    cursor: pointer;
}
/*new styes form thead form ,input command button*/
.content-White-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    padding: 35px 30px;
    max-width: 800px;
    width: 100%;
    margin: 35px auto;
    justify-content: center;
    position: relative;
}

.content-White-box-1 {
    margin-top: 20px !important;
}

#ApplyInvest {
    margin-top: 0px !important
}

.content-img {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.startInvestMainDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.input-container {
    border: 3px solid #9fa1a4;
    border-radius: 12px;
    width: 100%;
    max-width: 660px;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 18px;
    color: #000 !important;
    margin-top: 5px;
}

.input-field-container {
    border: 3px solid #9fa1a4;
    border-radius: 12px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 10px;
    color: #000 !important;
    margin-top: 5px;
}

.input-field {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #333;
}

    .input-field::placeholder, .input-field-container::placeholder {
        color: #9fa1a4;
    }


.btn-continue {
    background-color: #1abc9c;
    color: white;
    border-radius: 35px;
    padding: 9px 80px;
    border: none;
    font-size: 20px;
    transition: background-color 0.3s;
    text-decoration: none;
}

btn-continue:hover:focus {
    background-color: #16a085;
    color: white
}

.left-Arrow {
    width: 40px;
    height: auto;
    display: block;
    position: absolute;
    top: 11px;
    left: 11px;
    margin: 0;
}

.left-delete-Arrow {
    width: 40px;
    height: auto;
    display: block;
    position: absolute;
    bottom: 11px;
    left: 11px;
    margin: 0;
}

.t-n-c {
    line-height: 18px;
    padding: 11px 10px;
}

.input-label {
    margin: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
}

.border-dotted {
    border: 2px dotted #616161;
    width: 100%;
    height: 180px;
    overflow: hidden;
    max-width: 600px;
    border-radius: 10px;
}

.fit-image {
    width: 100%;
    object-fit: contain;
    height: 325px;
}

.down-arrow {
    transform: rotate(270deg);
    right: 9px;
    left: unset;
    top: 10px;
    z-index: 1;
}

.multiColumnDetailsContainer {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.custom-border {
    border: 3px solid #9fa1a4;
    border-width: 2px;
    border-radius: 12px;
}

.ellipsis-dropdown {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    padding-right: 43px !important;
}

.investment-number-container {
    max-width: 358px;
}

.fullMaxWidth {
    max-width: 100% !important;
}

.investment-number-container select {
    padding: 10px 12px;
    z-index: 2;
    position: absolute;
}

.investment-input-container input {
    padding: 10px 45px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-weight: 400;
}

.investment-input-container span {
    font-size: 28px;
    font-weight: 600;
    top: 10px;
    left: 18px;
}

.yourInvestmentContainer {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.InvestmentAmountDiv {
    width: 100%;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    position: relative;
    flex-direction: column;
}

.InvestmentDropdownDiv {
    width: 100%;
    margin-bottom: 1.5rem !important;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    display: flex;
}

.investment-height {
    height: 50px;
}

@media only screen and (max-width: 990px) {
    .InvestmentDropdownDiv {
        display: flex;
        flex-direction: column !important;
    }

    .details-content {
        gap: 1px !important;
    }

    .investment-number-container {
        width: 100%;
        max-width: 100% !important;
    }

    .dateInput input {
        box-sizing: border-box;
        outline: 0;
        padding: .75rem;
        position: relative;
        width: 100%;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
        color: transparent;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
}

.celeb-img {
    height: 100px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 550px) {
    .left-Arrow {
        width: 35px;
    }

    .InvestmentDropdownDiv {
        display: flex;
        flex-direction: column !important;
    }

    .investment-number-container {
        width: 100%;
        max-width: 100% !important;
    }

    .content-img {
        width: 100px;
        max-width: 75px;
    }

    .personalDetailsDivField {
        display: flex !important;
        flex-direction: column !important;
    }

    .startInvestHeading {
        font-size: 20px !important;
        font-weight: 700 !important;
    }

    .startInvestHeading {
        font-size: 20px !important;
        font-weight: 700 !important;
    }

    .startInvestPara {
        font-size: 15px !important;
        margin-top: 0px !important;
    }

    .input-container {
        padding: 12px !important;
        font-size: 14px !important;
    }

    .investor-btn {
        font-size: 20px !important;
        padding: 8px 70px !important;
    }

    .optionContainer {
        display: flex;
        flex-direction: column;
        margin: 10px !important;
    }

    .option {
        margin: 10px;
    }

    .content-box-option {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .down-arrow {
        top: 12px;
    }
}

.startInvestHeading {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 20px 0;
}

.delete-prev-address {
    width: 100%;
    font-size: 20px;
    color: red;
    font-weight: 600;
}

.startInvestPara {
    font-size: 18px;
    font-weight: 450;
    color: #000;
    margin-bottom: 15px;
    margin-top: 15px;
}

.word-of-mouth {
    max-width: 37%;
}

.gp-checkbox {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

    .gp-checkbox input {
        display: none;
    }

    .gp-checkbox .checkmark {
        width: 35px;
        height: 35px;
        min-width: 35px;
        border: 3px solid #009688;
        border-radius: 7px;
        display: inline-block;
        position: relative;
        margin-right: 5px;
        transition: all 0.3s ease;
    }

    .gp-checkbox input:checked + .checkmark {
        background-color: #009688;
        border-color: #009688;
    }

.checkbox-container {
    max-width: 400px;
}

.gp-checkbox .checkmark:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 5px;
    width: 9px;
    height: 17px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gp-checkbox input:checked + .checkmark:after {
    opacity: 1;
}


.task-container .task-head {
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--Secondary);
    background: var(--Background);
    border: 1px solid var(--Secondary);
}

    .task-container .task-head .description {
        padding: 4px;
        font-size: 18px;
    }

    .task-container .task-head .toggle-btn {
        margin-left: auto;
        border-left: 1px solid;
        padding: 8px 16px 8px 24px;
    }

.task-container .task-body {
}

    .task-container .task-body .card {
        border-radius: 0 !important;
        background-color: var(--WhiteSmoke);
    }

    .task-container .task-body .task-notes .note-scroll {
        max-height: 160px;
        overflow-y: scroll;
    }

    .task-container .task-body .task-notes span {
        display: block;
        padding: 8px 0;
    }

    .task-container .task-body .new-note textarea {
        border-radius: 0;
        background: var(--Timberwolf);
        font-weight: 700;
    }

    .task-container .task-body .new-note label {
        font-weight: 700;
    }

    .task-container .task-body .new-note input[type=date] {
        min-height: 40px;
    }

    .task-container .task-body .new-note button {
        float: right;
        font-size: 18px;
        line-height: 21px;
    }

    .task-container .task-body .task-list {
        background-color: var(--Background);
        border: 1px solid var(--Primary);
        margin: 8px 0;
        padding: 8px;
    }

    .task-container .task-body .task-status-select {
        display: inline-flex;
        max-width: 150px;
        width: 100%;
        position: relative;
        align-items: center;
        background-color: var(--Background);
    }

    .task-container .task-body .new-task {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }

        .task-container .task-body .new-task .input-box {
            max-width: 200px;
            width: 100%;
            margin: .5rem;
        }

            .task-container .task-body .new-task .input-box.description {
                max-width: 100%;
                width: 28%;
            }

            .task-container .task-body .new-task .input-box input[name="Description"], .task-container .task-body .new-task .input-box input[type="date"] {
                line-height: 36px;
                width: 100%;
            }

        .task-container .task-body .new-task .due-date {
            max-width: min-content;
            margin: .5rem;
        }

.task-container input, .task-container select {
    border: 1px solid var(--Primary);
    border-radius: 0;
}

.task-container .task-body .table thead th, .task-list .table thead th {
    font-size: 14px;
    font-weight: 500;
    color: var(--LightBlack);
}

.task-container .task-body .table tbody tr:last-child th, .task-list .table tbody tr:last-child th {
    border-bottom-width: 0;
}

/*Statistics Screen*/
.date-range-picker {
    display: flex;
}

    .date-range-picker input {
        margin-right: 10px;
    }

.daterangepicker .daterangepicker-trigger:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #888;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.daterange {
    opacity: 1;
    background: url("../Assets/calendar-grey.png") no-repeat;
    background-position: right;
    background-origin: content-box;
    width: 90%;
    display: flex;
    padding: 12px;
}



.dropdownStatistics {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.dropdown-toggle-Stat {
    display: inline-flex;
    width: 100%;
    position: relative;
    align-items: center;
    background-color: var(--Background);
}

.dropdown-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.dropdown-menu {
    position: absolute;
    z-index: 1;
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
}

    .dropdown-menu label {
        display: block;
    }

    .dropdown-menu input[type="checkbox"] {
        margin-right: 5px;
    }

.filter-container .filter-form {
    display: flex;
    flex-wrap: wrap;
}

    .filter-container .filter-form .group {
        flex: 1 1 24%;
        margin: 4px;
        flex-direction: column;
        width: 100px;
        display: flex;
    }

        .filter-container .filter-form .group .select {
            display: flex;
            align-items: center;
        }

        .filter-container .filter-form .group select, .select2-container--bootstrap-5 .select2-selection, .filter-container .filter-form .group .date {
            border: 1px solid var(--Primary) !important;
            border-radius: 0;
        }

.filter-container .filter-head {
    display: flex;
    align-items: center;
    color: red;
    max-width: 120px;
    padding: 12px;
    text-decoration: none;
    color: var(--Black);
}

.select2, .select2 input {
    width: 100% !important;
    background: none;
    z-index: 2;
}

#daterange, #daterangeInvestor {
    opacity: 1;
    display: block;
    background: url("../Assets/calendar-grey.png") no-repeat;
    background-position: calc(100% - 16px);
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/* Common Pagination Stylings */
.pageInfo {
    background-color: #e9ecef;
    padding: 6px 14px;
    border-radius: 10px;
    margin-right: 4px;
    display: flex;
    font-weight: 600;
}

.pagination {
    text-align: center;
}

    .pagination button {
        margin: 0 5px;
        cursor: pointer;
        border: 1px solid #005c4e;
        padding: 6px 12px;
        border-radius: 8px;
    }

.hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.pagination button.active {
    background-color: #005c4e;
    color: white;
}



@media only screen and (min-width: 992px) {
    .top-bar {
        max-height: 52px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        align-items: center;
        justify-content: flex-end;
    }

    .password-reset {
        max-width: 60%;
    }

    .dashboard-tiles > .dashboard-chips {
        width: 240px;
        max-width: 20%;
        margin: 8px;
        flex: 1 1 18%;
    }
}
/* Financials Screen */

.financial-report-title {
    color: var(--Primary);
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 992px) {
    .mobile-topbar {
        width: 100% !important;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }

    .password-reset {
        max-width: 85%;
    }
}

@media only screen and (max-width: 1200px) {
    .dashboard-tiles > .dashboard-chips {
        width: 240px;
        max-width: 48%;
        margin: 5px;
        flex: 1 1 48%;
    }
}

@media (max-width: 768px) {
    .search-postCode {
        float: right;
    }

    .navbar-nav {
        float: left !important;
        text-align: center;
        margin: 0;
    }

    .edit-section {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

.gp-top-logo {
    width: 192px;
    height: 28px;
    margin-left: 4px;
    margin-top: 4px;
}

@media only screen and (max-width: 576px) {
    .signable-iframe {
        height: 1060px !important;
    }

    .top-bar-content {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .mobile-flex-column {
        flex-direction: column;
    }

    .ellipsis-dropdown {
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: inline-block;
        padding-right: 40px !important;
    }

    .content-White-box {
        margin-top: 0;
        padding: 18px 15px 24px 15px !important;
    }

    .list {
        display: flex;
        flex-direction: column;
    }

    .two-form-para {
        margin-top: 35px !important;
        font-size: 16px !important;
    }

    .list ul {
        list-style: none;
        padding: 0;
        text-align: start;
    }

        .list ul li {
            font-weight: 500;
            font-size: 15px;
        }

    .investor-login-btn {
        margin-left: 0px !important;
        margin-top: 6px !important;
    }

    .download-description {
        font-size: 20px !important;
    }

    .mobile-topbar {
        height: 60px;
    }

    .alert {
        max-width: 300px;
        left: calc(50% - 150px);
    }

    .bottom-nav button, .task-container .task-body .new-task .input-box.description {
        width: 100%;
    }

    .dashboard-tiles > .dashboard-chips {
        width: 240px;
        max-width: 100% !important;
        margin: 8px;
        flex: 1 1 100%;
    }

    .cookies {
        right: 1%;
        left: 1%;
    }

    .task-container .task-body .new-task .input-box {
        max-width: 100%;
        width: 100%;
        margin: 8px 0;
    }

    .task-container button {
        width: 100%;
        margin-top: 8px;
    }

    .bottom-btn-container .back-btn-box {
        position: inherit;
        padding: 0 !important;
    }

        .bottom-btn-container .back-btn-box .back-btn {
            width: 100%;
            display: block;
            text-align: center;
        }

    .filter-container .filter-form .group {
        flex: 1 1 100%;
    }
}

@media only screen and (min-width: 576px) {
    .homepage-content {
        width: 65vw;
        margin-left: auto;
        margin-right: auto;
    }
}

.two-form-para {
    text-align: center;
}
/* Loader Styles */
.loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    display: flex;
    left: 0;
    align-items: center;
    justify-content: center;
    background-color: gray;
    z-index: 999;
    display: none;
}

.loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-top: 50vh;
    margin-left: 50vw;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*new investor back, cancel and continue buttons*/
@media (max-width: 575px) {
    .poi-column {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .pio-cancel-back {
        order: 2;
    }

    .poi-just-continue {
        order: 1;
    }

    .poi-back-button {
        display: flex;
        margin: 10px 0px;
        justify-content: center;
    }
}

.investor-login-btn {
    padding: 6px 48px;
    color: white !important;
    background: #00a68e;
    border: none;
    border-radius: 8px 8px 0 0;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    text-decoration: none;
    display: block;
    margin-top: 14px;
}

.emailValidationMsg {
    width: 100%;
    max-width: 660px;
    color: red;
    text-align: start;
}

.download-form-div {
    margin: 20px;
}

.requiredValidationMsg {
    width: 100%;
    max-width: 660px;
    color: red;
    font-size: 16px;
    text-align: start;
}

.TypeOfInvest {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.top-bar {
    background-color: #434444;
    color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.loan-stock-lable-new {
    padding: 35px 0;
    color: white;
    margin-bottom: 0
}

.loan-stock-lable-medium {
    color: white;
    font-size: large;
    padding: 0 15px 15px;
}

@media (min-width: 576px) {
    .poi-column1 {
        display: flex;
        width: 100%;
    }

    .pio-cancel-back {
        width: 75%;
        display: flex;
        justify-content: start;
    }

    .poi-just-continue {
        width: 25%;
        display: flex;
        justify-content: end;
    }

    .poi-cancel-button {
        display: flex;
        order: 1;
    }

    .poi-back-button {
        margin: 0px 10px;
        display: flex;
        order: 2;
    }

    .poi-continue-button {
        display: flex;
        order: 3;
    }

    .poi-back1 {
        order: 2;
    }

    .poi-cancel1 {
        order: 1;
    }


    .top-nav-bar {
        background: #ffffff;
        height: 100%;
        max-height: 80px;
        display: flex;
        justify-content: space-between;
    }

    .top-bar-content span {
        margin-left: 15px;
    }

        .top-bar-content span i {
            margin-right: 3px;
        }

    .loan-stock-lable-new {
        font-size: 27px;
        line-height: 40px;
        padding-top: 50px !important;
        padding-bottom: 8px !important;
        font-weight: 700 !important;
    }


    /* Content box */
    .content-box {
        background: white;
        color: black;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        margin-top: 2px;
        margin-left: 16%;
        margin-right: 16%;
        text-align: center;
    }

        .content-box p {
            margin-bottom: 15px;
            line-height: 1.6;
        }

        .content-box strong {
            font-weight: bold;
        }

        /* Links */
        .content-box a {
            color: #00c4b3;
            text-decoration: none;
            font-weight: bold;
        }

            .content-box a:hover {
                text-decoration: underline;
            }

    /* Continue button */
    button-continue {
        background-color: #00c4b3;
        color: white;
        padding: 10px 30px;
        font-size: 16px;
        border: none;
        border-radius: 20px;
        cursor: pointer;
        margin-top: 20px;
        transition: background-color 0.3s ease;
    }

    .list {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

        .list ul {
            list-style: none;
            padding: 0;
            text-align: start;
        }

            .list ul li {
                font-weight: 500;
                font-size: 15px;
            }

    .note {
        font-size: 0.9em;
        color: #333;
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #32b197;
    }

    .text-left-align {
        text-align: start;
        font-weight: 400 !important;
        font-size: 16px !important;
    }

    .text-size-xlarge {
        font-size: x-large;
    }
}

.list-content {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.cookiesContainer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cookies {
    max-width: 400px;
    width: 100%;
    z-index: 10000000;
    position: fixed;
    bottom: 3%;
    right: 2%;
    padding: 1em;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(254 202 66 / 29%);
    font-size: 15px;
    box-shadow: rgba(23, 43, 99, .4) 1px 2px 6px 1px;
    color: #010101;
}

.cookie-para {
    color: #4f4f4f;
    font-weight: 400;
    line-height: 24px;
    font-size: 17px;
}

.cookie-btn-container {
    width: 100%;
    display: flex;
    justify-content: end;
}

.cookie-btn {
    color: #000;
    background-color: #f4c957;
    border: none;
    font-size: 16px;
    width: 60px;
    padding: 5px;
    border-radius: 8px;
    margin-top: 10px;
}

.step-header {
    background-color: #91bdb0;
    color: #000;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    margin: 40px auto 0px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(128, 128, 128, 0.6), 0 1px 3px rgba(128, 128, 128, 0.3);
    overflow-x: auto;
    overflow-y: hidden;
}

    .step-header:has(.last-step) .step-label:not(:last-child) {
        background-color: #c2c1c1;
        cursor: not-allowed;
    }

        .step-header:has(.last-step) .step-label:not(:last-child):after {
            background: #c2c1c1 !important;
        }

    .step-header .step-label {
        background-color: #fff;
        padding: 8px 0px;
        font-weight: bold;
        font-size: 1em;
        position: relative;
        border-right: 2px solid gray;
        position: relative;
        cursor: pointer;
        text-align: center;
        min-width: 129.33px;
    }

        .step-header .step-label:first-child {
            border-radius: 10px 0 0 0;
        }

        .step-header .step-label:last-child {
            border-right: 0px !important;
        }

    .step-header:has(.last-step) .step-label:last-child {
        width: 100% !important;
    }

.step-label.active {
    background-color: #f3c85f;
    margin-right: 21px;
}

    .step-label.active:after {
        content: "";
        width: 40px !important;
        height: 40px;
        display: block;
        position: absolute;
        top: 0;
        right: -13px;
        transform: rotate(45deg);
        background: #f3c85f;
    }



.step-header .back-arrow {
    font-size: 1.5em;
    color: #5a5a5a;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.optionContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    margin: 22px 16px 32px;
}

.option {
    width: 100%;
    max-width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 2px solid #d1d1d1;
    border-radius: 10px;
    background-color: #f2f2f2;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

    .option.active {
        background-color: #1bb097;
        border-color: #1bb097;
        color: #fff;
    }

        .option.active p {
            color: #fff !important;
        }

    .option i {
        font-size: 5em;
        margin-bottom: 10px;
    }

.option_img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.option.active .option_img path {
    width: 80px;
    height: 80px;
    object-fit: contain;
    color: #fff !important;
}

.btn-green {
    background: #00a68e;
    color: white;
    border: none;
    height: 38px;
}

    .btn-green:hover {
        background-color: #16a085;
        color: white;
        border: none;
    }

.investor-btn {
    padding: 9px;
    width: 100%;
    max-width: 300px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
    background: #00a68e;
    border: none;
    border-radius: 35px;
    LETTER-SPACING: 1px;
    font-size: 24px;
    font-weight: 400;
    height: max-content;
    display: flex;
    justify-content: center;
}

    .investor-btn:hover {
        background-color: #16a085;
        color: white;
        border: none;
    }

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.ml-10px {
    margin-left: 10px;
}

.pt-10px {
    padding-top: 10px;
}

.input-btn {
    cursor: pointer;
    border: none;
    background-color: white;
}

.upload-btn {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px;
    border: none;
    border-radius: 10px;
    background-color: #f2f2f2;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}


.container-upload {
    justify-content: space-evenly;
    display: flex;
    width: -webkit-fill-available;
    margin: 15px;
    align-items: baseline;
}


.info-txt {
    text-align: start;
}

.link-txt {
    font-weight: bold;
    text-decoration: underline;
    color: black;
}

.file-input {
    display: none;
}

.file-error {
    color: red;
    display: none;
    font-size: 12px;
    margin-top: 10px;
}

.upload-file-icon {
    width: 30px;
}

.container-upload-btn {
    margin: 10px;
}

.poi-btn {
    top: -5px;
    display: flex;
    justify-content: flex-end;
    height: 70px;
}

.poi-error {
    display: block;
    position: relative;
    top: 60px;
}

.search-container {
    border: 3px solid #9fa1a4;
    border-radius: 12px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    color: #000 !important;
    margin-top: 5px;
    display: flex;
}

    .search-container input {
        width: 100%;
        height: 40px;
        padding-right: 50px;
        padding-left: 20px;
    }

.input-search-container {
    border: none;
}

.search-container .input-search-button {
    border: none;
    background: none;
    cursor: pointer;
}

    .search-container .input-search-button img {
        width: 24px;
        height: 24px;
        color: #9fa1a4;
    }


.imgModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.img-modal-content {
    margin: 10% auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    max-width: 80%;
    text-align: center;
    position: relative;
}

.close {
    position: absolute;
    top: 10px !important;
    right: 20px;
    color: #aaa;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
    }

.image-container {
    margin-top: 30px;
}

    .image-container img {
        max-width: 100%;
        height: auto;
    }

.signable-iFrame {
    padding-top: 40px;
    width: 100%;
    height: 1300px;
}

.search-postCode {
    padding: 5px;
    max-width: 200px;
}

.search-dropdown-list-container {
    position: absolute;
    width: calc(100% - 24px);
    background: #FFF;
    border: 3px solid #9fa1a4;
    border-radius: 12px;
    overflow-x: hidden;
}

.search-dropdown-list {
    height: 250px;
    overflow-y: auto;
    list-style: none;
    padding: 10px;
    margin-bottom: 8px;
}

.search-dropdownList-select-value {
    padding: 3px;
}

    .search-dropdownList-select-value:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.hideDropdown {
    display: none !important;
}

/* Full-Screen Overlay */
.icon-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(159, 161, 164, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Wrapper to center both elements */
.loading-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Stable Icon */
.loading-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
}

.loading-spinner {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #159F92;
    border-right-color: #159F92;
    animation: spin 1s linear infinite;
    z-index: 1; /* Keeps spinner behind the icon */
}

/* Spinner Rotation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.padding-twelve {
    padding: 0px 12px;
}

.cursor-pointer {
    cursor: pointer;
}

.email-section {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-zero-px {
    top: 0px !important;
}

.max-content-height {
    height: max-content;
}

.exportDateFrom{
    width: 180px;
    max-width: 180px;
}
/*test comment*/
.custom-btn {
    background-color: #00897B;
    color: white;
    border: none;
}

    .custom-btn:hover {
        background-color: var(--Primary);
        color: white;
        border: none;
    }

/* View and Download documents screen */
.view-document-link {
    color :#212529 
}