* {
    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: 600;
}

.bold-row {
    font-weight: bold !important;
}

.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: 500;
    align-items: center;
    color: var(--NavText);
    text-decoration: none;
    justify-content: center;
    text-transform: uppercase;
}

    .nav-item a img {
        height: 24px;
        width: auto;
    }

.mobile-topbar {
    height: 80px;
    max-height: 100%;
    border-bottom: 1px solid var(--Primary);
}

main {
    min-height: calc(100vh - 80px);
    position: relative;
    display: flex;
    justify-content: center;
    background-image: url("../Assets/top-right-bg.svg"), url("../Assets/bottom-left-bg.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: right 0 top 0, left 0 bottom 0px;
    background-size: 48% auto, 20% auto;
}

.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 p {
    padding: 0 0 36px;
}

.home-page .investor-btn {
    padding: 9px 80px;
    border: 1px solid var(--Primary);
    color: var(--Primary);
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;
}

.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;
}

/*Task View Styles*/
.task-container {
}

    .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: 80px;
        border-bottom: 1px solid var(--Primary);
        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) {
    .top-bar .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) {
    .navbar-nav {
        float: left !important;
        text-align: center;
        margin: 0;
    }
}

@media only screen and (max-width: 576px) {
    main {
        background-image: none;
    }

    .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%;
    }

    .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;
    }
}

/* 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); /* Loader border color */
    border-top: 4px solid #007bff; /* Loader top border color (blue in this example) */
    border-radius: 50%; /* Makes it round */
    width: 40px; /* Loader width */
    height: 40px; /* Loader height */
    animation: spin 1s linear infinite; /* Spin animation */
    margin-top: 50vh; /* Center horizontally */
    margin-left: 50vw; /* Add margin from the top */
}

/* Spin animation keyframes */
@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;
    }
}

@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;
    }  
}

/*test comment*/