body {
    max-width: unset;
}

.navbar {
    max-width: unset;
}

.text-input--password:before{
content: none !important;
}

.hiddenEye-bg-img{
background-repeat:no-repeat;
background-size:contain;content:"";
height:17px;
position:absolute;
right:0;top:50%;
transform:translateY(-50%);
width:21px;
cursor: pointer;
}

.revert-bg-img-color{
filter: invert(100%) !important;
-webkit-filter: invert(100%) !important;
}

.form-btn{
border: none;
cursor: pointer;
}

.btn--ghost-inactive {
color: rgba(40,43,147,0.4) !important;
border-color: rgba(40,43,147,0.4) !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; !* If you want dots under the hoverable text *!*/
}

.tooltip:hover {
    cursor: help;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    position: absolute;
    z-index: 10;
    bottom: 140%;
    left: 50%;
    margin-left: -72px; /* Use half of the width (120/2 + 12 padding = 72), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

@media only screen and (max-width: 768px) {
    .tooltip .tooltiptext {
        margin-left: -64px;
        padding: 2px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 769px) {
    .tooltip-bottom-wrapper .tooltip .tooltiptext {
        top: 20px;
        bottom: unset;
    }

    .tooltip-bottom-wrapper .tooltip .tooltiptext::after {
        top: unset;
        bottom: 100%;
        border-color: transparent transparent black transparent;
    }

    .tooltip-right-bottom-wrapper .tooltip .tooltiptext {
        top: unset;
        bottom: unset;
        left: 90px;
        border-radius: 0 6px 6px 6px;
    }

    .tooltip-right-bottom-wrapper .tooltip .tooltiptext::after {
        left: -5px;
        top: 0;
        border-color: transparent black transparent transparent;
    }

    .tooltip-left-bottom-wrapper .tooltip .tooltiptext {
        right: calc(100% + 5px);
        left: unset;
        bottom: unset;
        border-radius: 6px 0 6px 6px;
    }

    .tooltip-left-bottom-wrapper .tooltip .tooltiptext::after {
        top: 0;
        border-color: transparent transparent transparent black;
        left: calc(100% + 5px);
    }

    .tooltip-right-top-wrapper .tooltip .tooltiptext {
        left: 70px;
        border-radius: 6px 6px 6px 0;
    }

    .tooltip-right-top-wrapper .tooltip .tooltiptext::after {
        left: 5px;
        border-color: black transparent transparent transparent;
    }
}

@media only screen and (max-width: 768px) {
    .tooltip-right-top-wrapper-mobile .tooltip .tooltiptext {
        border-radius: 6px 6px 6px 0;
        left: calc(100% + 54px);
    }

    .tooltip-right-top-wrapper-mobile .tooltip .tooltiptext::after {
        border-color: black transparent transparent transparent;
        left: 5px;
    }

    .tooltip-left-top-wrapper-mobile .tooltip .tooltiptext {
        border-radius: 6px 6px 0 6px;
        left: -45px;
    }

    .tooltip-left-top-wrapper-mobile .tooltip .tooltiptext::after {
        border-color: black transparent transparent transparent;
        right: 0;
        left: unset;
    }

    .tooltip-right-bottom-wrapper-mobile .tooltip .tooltiptext {
        left: 84px;
        border-radius: 0 6px 6px 6px;
        top: 0;
        bottom: unset;
    }

    .tooltip-right-bottom-wrapper-mobile .tooltip .tooltiptext::after {
        border-color: transparent black transparent transparent;
        left: -5px;
        right: unset;
        top: 0;
    }

    .tooltip-left-bottom-wrapper-mobile .tooltip .tooltiptext {
        border-radius: 6px 0 6px 6px;
        top: 0;
        bottom: unset;
        left: -65px;
    }

    .tooltip-left-bottom-wrapper-mobile .tooltip .tooltiptext::after {
        border-color: transparent transparent transparent black;
        top: 0;
        left: calc(100% + 5px);
    }

    .tooltip-center-bottom-wrapper-mobile .tooltip .tooltiptext {
        right: -60px;
        top: 20px;
        bottom: unset;
    }

    .tooltip-center-bottom-wrapper-mobile .tooltip .tooltiptext::after {
        border-color: transparent transparent black transparent;
        top: -10px;
    }
}

/* END TOOLTIP */

.card-view{
    max-width: 1296px;
    width: 100%;
}

.card-view-wrapper{
    align-items: center;
}

.subheader,
.header{
    width: 100%;
}


@media only screen and (max-width: 1200px) {
    .two-tables__collateral{
        flex-direction: column;
    }
}

/* Change the white to any color */
input[type='email'].bg-blue, input[type='password'].bg-blue:-webkit-autofill,
input[type='password'].bg-blue:-webkit-autofill:hover,
input[type='password'].bg-blue:-webkit-autofill:focus,
input[type='password'].bg-blue:-webkit-autofill:active{
    -webkit-box-shadow: inset 0px 33px 25px 0 #3237b1,
                inset 0 66px 15px 0px #3237b1,
                inset 0 99px 5px 0px #3237b1;
    -webkit-text-fill-color: #f5f5f1 !important;
}

.card__text.card__text--narrow img{
    max-width: 1100px;
    object-fit: contain;
}

.project-summary h1,h2,h3,h4,h5,h6{
    font-weight: 400;
}

.project-summary tbody,table,td,th,td{
    border: none;
}

.project-summary td{
    border: none;
    border-bottom: 1px solid #343f65 !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.project-summary table{
    border-spacing: 0;
}

.mt16 {
    margin-top: 16px;
}

.phoneNumberMaskWrap {
    position: relative;
}

.phoneNumberMaskWrap:before {
    content: '+';
    position: absolute;
}

.btnNoBorder {
    border: unset;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.opacity-8 {
    opacity: .8;
}

.overflowAuto {
    overflow: auto;
}

.pRelative {
    position: relative;
}

.nameInitials {
    background: #2A2D97;
    border: 2px solid var(--green);
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
}

.m-25 {
    margin: 25px;
}

/*CKEDITOR START:*/
/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

.ckContent * {
    font-family: 'Montserrat';
}

/*CKEDITOR :END*/

/*FIX FINTOWN DESIGN START: :*/
.text-input input[type=text]:-webkit-autofill + label,
.text-input input[type=email]:-webkit-autofill + label {
    font-size: 10px;
    opacity: 1;
    top: -15px
}

@media (max-width: 380px) {
    #signup-link {
        font-size: 15px;
        padding: 17px 28px;
    }
}

@media (min-width: 577px) {
    .header-wrapper {
        max-width: 1296px;
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .project-card__text__list {
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (max-width: 1200px) {
    .project-card__text__list {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 1400px) {
    .project-card__text__list {
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}

.project-card__text__list {
    /*-moz-column-count: 2; Breaks design at 800px*/
    /*column-count: 2; Breaks design at 800px*/
    -moz-column-gap: 100px;
    column-gap: 100px;
    list-style: none;
    padding-left: 0;
}

@media (min-width: 993px) {
    .navbar__wrapper:not(.navbar__wrapper--login) .navbar__home img.logo-mobile {
        display: none
    }
    .mobile-view {
        display: none;
    }
}

@media (max-width: 993px) {
    .mobile-hide {
        display: none;
    }
}

@media (max-width: 576px) {
    .wrapper--mobile-full .header {
        width: calc(100% - 36px);
    }
}

/*FIX FINTOWN DESIGN :END*/

/** Additions to modal styles. */
.modal--average .modal__container {
    max-width: 800px;
    margin-top: 2vh;
}

.modal__container .modal__scrollable {
    max-height: calc(90vh - 210px);
    overflow-y: auto;
}

.modal--average .modal__container .btn {
    margin-top: 30px;
    width: auto;
}
/*OVERRIDE SCROLL TOP BUTTON START:*/
#scrollUpBtn {
    background-color: var(--green);
}

@media (max-width: 768px) {
    #scrollUpBtn {
        bottom: 60px
    }
}
/*OVERRIDE SCROLL TOP BUTTON :END*/

i.document-icon {
    opacity: 0.6;
    background-image: url(../img/document.png);
    height: 32px;
    width: 32px;
    margin-left: -5px;
    padding-right: 8px;
}

/*contact Us modal window in the f-end view /investor/overview start*/

.contact-us textarea{
    height: auto;
    white-space: pre-line;
}

/*contact Us modal window in the f-end view /investor/overview end*/

/*My investment page start*/

.btn--mini {
    display: inline;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 3px 17px;
}

.center-div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards--table .project-card__column--image__text a.dark-blue{
    color: #282b93;
    font-weight: 400;
}

.cards--table .project-card__column--image__text a.dark-blue .show-less,
.cards.cards--table.table--mobile .project-card .project-card__column__row a.link .show-less{
    display: none;
}

.row__for__columns{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column__6{
    width: 50%;
}

.d__flex__end{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

/*My investment page end*/

.minGoalMarker{
    width: 5px;
    position: absolute;
    background: #21c98c;
    height: 25px;
    top: -6px;
    margin-left: -4px;
}

.dropdown--arrow > :first-child:after {
    content: none;
}

i.card-icon {
    margin-right: 0;
    opacity: unset;
}

.side-nav i {
    margin-top: 1px;
}

.available-balance {
    color: var(--dark-blue);
    font-size: 14px;
    position: relative;
}

/* for VIP view in mobile*/
@media (max-width: 768px) {

    .forMobileVip {
        display: none;
    }

    .forMobileVip.forMobileVipActive {
        display: block !important;
    }

    .forMobileActiveDefault {
        display: block !important;
    }

    .forMobileVip > .card__item {
        margin-bottom: unset !important;
        width: unset !important;
    }

    .forMobileVipActiveHeader > .card__item{
        margin-bottom: unset !important;
        width: unset !important;
    }

    .hideForMobileVipBunusesTableCol {
        display: none;
    }

    .showForMobileVipBunusesTableCol {
        display: table-cell;
    }
}
/* for VIP view in mobile - END*/


/* new html block for mobile and desktop*/
@media (max-width: 768px) {
    .onlyForDesktopView {
        display: none;
    }

    .onlyForMobileView {
        display: block !important;
    }

    .onlyForMobileViewFullWidth {
        width: 100%;
    }

    .card__header__item.forMobileVipActiveHeader {
        width: 50% !important;
        font-size: 12px;
        margin-top: 7px;
    }

    .card__header__item.forMobileVip.forMobileActiveDefault {
        width: 50% !important;
    }
    .card__header__item.forMobileVip.forMobileActiveDefault * {
        font-size: 12px;
    }

    .card__header__item.forMobileVip.forMobileVipActive {
        width: 50% !important;
    }
    .card__header__item.forMobileVip.forMobileVipActive * {
        font-size: 12px;
    }
}

/* new html block for mobile and desktop - END*/

/*Complete status badge START:*/
.completeStatusBadge {
    border-radius: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .01em;
    padding: 5px 9px;
    position: absolute;
    right: 14px;
    text-transform: uppercase;
    top: 18px;
    z-index: 1
}

.completeStatusBadge:after, .completeStatusBadge:before {
    border-radius: 20px;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.completeStatusBadge:before {
    background-color: var(--green);
    height: 100%;
    width: 100%;
    z-index: -1
}

.completeStatusBadge:after {
    background-color: #a5a5b0;
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    z-index: -2
}

/*Complete status badge :END*/

/*My account start */

.container{
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.two-cols{
    display: flex;
    margin-top: 30px;
}

.vertical-tabs{
    flex-direction: column;
}

.vertical-tabs .tabs__controls__item{
    margin-bottom: 0;
    white-space: nowrap;
}

.first-col{
    margin-right: 50px;
}

.second-col{
    width: 100%;
}

.bank-deposit,
.x-money-deposit{
    display: none;
}

.deposit-card{
    margin-left: 100px;
    padding-left: 100px;
    padding-right: 100px;
}

.next-btn{
    min-width: 300px;
    margin-top: 20px;
}

.radio-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.radio-item{
    margin-bottom: 10px;
}

.input-wrapper{
    display: flex;
    padding-right: 200px;
    padding-left: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.input-wrapper .text-input{
    margin-top: 0;
    width: 100%;
}

.input-wrapper .label{
    width: 100%;
    font-weight: 700;
}

.danger-text{
    color: #ff0000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}

.danger-text-bank{
    color: #ff0000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-wrapper{
    display: flex;
    justify-content: center;
}

.btn-wrapper .pay-btn{
    min-width: 300px;
}


.backgroundTransparent {
    background-color: transparent;
}

.textAlignCenter {
    text-align: center;
}

.graphFields {
    background-color: white;
    border-radius: 10px;
    margin: 5px 5px;
    box-shadow: 3px 10px 15px rgba(0, 0, 0, .07);
}

i.statistics-icon {
    background-image: url(../img/table.svg);
    height: 32px;
    width: 32px;
}

/* Reports page START */
.card .small-btn {
    cursor: pointer;
    float: right;
    margin-left: 20px;
    padding: 8px 30px;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid #e8ebf3;
    border-radius: 4px;
    color: #000444;
    display: block;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 6px 16px;
}

.form-label {
    float: left;
    padding: 5px 10px 0;
}

.floatRight {
    float: right;
}

.displayNone {
    display: none;
}

.selectBox {
    float: left;
    width: 40%;
}

.selectBox .selectRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.selectBox span.select2 {
    width: 70% !important;
}

.dateBox {
    display: block;
    float: left;
    margin-left: 50px;
}

.noMargin {
    margin: 0;
}

.dateBox input {
    height: 32px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.dateBox div:nth-child(2) label {
    margin-right: 20px;
}

table#summaryData {
    display: table;
}

table#summaryData tr:not(:nth-child(4)):not(:last-child) td {
    font-weight: 300;
}

table#summaryData tr:nth-child(4) td,
table#summaryData tr:last-child td
{
    font-weight: 900;
}

.table--simple tr:first-child::after {
    content: unset;
}

@media (max-width: 768px) {
    .selectBox {
        margin-top: 20px;
        width: 100%;
    }

    .dateBox {
        margin-left: 0;
    }
}
/* Reports page END */

.centerBlock img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.actionButtons {
    display: block;
    margin: 0 auto;
    width: 50%;
}

.modal--average .modal__container .actionButtons .btn--blue {
    float: right;
    margin-top: 0;
}

.marginTop30 {
    margin-top: 30px;
}

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

.marginBottom50 {
    margin-bottom: 50px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.whiteText {
    color: var(--white);
}

.clearBoth {
    clear: both;
}

.textColor {
    color: var(--text-color);
}

.errorText {
    color: var(--red);
}

.logs-table {
    border-spacing: 0 0;
}

.logs-table .table__header th {
    position: inherit;
}

.logs-table tr:nth-child(even) {
    background-color: #0f74a84f;
}

.logs-table td {
    border-bottom: 1px solid grey;
}

.logs-table th:nth-child(2) {
    text-align: left;
}

.logs-table .card__title {
    margin-bottom: 0;
}


@media (max-width: 1200px) {
    .two-cols{
        flex-direction: column;
    }

    .first-col{
        margin-right: 0;
        margin-left: 100px;
    }

    .input-wrapper{
        padding-right: 0;
        padding-left: 0;
        flex-direction: column;
    }

    .btn-wrapper{
        margin-top: 20px;
    }

    .container{
        padding: 10px;
        width: auto;
    }
}

@media (max-width: 768px) {
    .two-cols{
        flex-direction: column;
    }

    .first-col{
        margin-right: 0;
        margin-left: 0;
    }

    .second-col{
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .deposit-card{
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .input-wrapper{
        padding-right: 0;
        padding-left: 0;
        flex-direction: column;
    }

    .btn-wrapper{
        margin-top: 20px;
    }

    .container{
        padding: 10px;
        width: auto;
    }
}

/*My account end */

.contact-us-card{
    margin-top: 30px;
    margin-bottom: 30px;
}

.freshwidget-embedded-form {
    border: none;
    overflow: hidden;
    height: 550px;
    width: 100%;
}

.two-factor-row {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.two-factor-row .btn-wrapper{
    margin-left: auto;
}

.two-factor-row .btn-wrapper .btn{
    min-width: 180px;
}

.two-factor-row .status{
    margin-left: 20px;
}

.select-input{
    position: relative;
}

.select-input select{
    border: none;
    border-bottom: 1px solid #343f65;
    background: none;
    height: 26px;
    width: 100%;
    color: #343f65;
    font-family: Cabin,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    padding: 0;
    border-radius: 0;
}

.select-input label{
    color: #5c6584;
    font-size: 10px;
    font-weight: 800;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: -15px;
    transition: .2s
}

.personal-form{
    margin-top: 30px;
}

.greenText{
    color: green;
}

.verification-btn{
    max-width: 350px;
}

@media (max-width: 768px) {
    .two-factor-row{
        flex-direction: column;
    }

    .two-factor-row .btn-wrapper{
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
    }

    .two-factor-row .status{
        margin-left: 0;
    }

    .verification-btn{
        max-width: 100%;
    }

    .tabs__controls__item{
        padding-bottom: 0;
        margin-top: 15px;
    }
}
