body {
    background-color: var(--dark-blue);
    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 !important;
    }
}

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

@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 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*/

/*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;
}

.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;
}

#interestAccruedHistoryData {
    display: none;
}

@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;
}

.marginTop20 {
    margin-top: 20px;
}

.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;
    }
}

/* START: Investment opportunities */
.wrapper-campaign-list {
    margin: 0 auto;
    max-width: 1296px;
}

.wrapper-campaign-list .status-bar__info span,
.campaign-details .status-bar__info span {
    margin: unset;
}

.wrapper-campaign-list .status-bar__bar {
    width: 100%;
}

.wrapper-campaign-list .status-bar {
    backdrop-filter: blur(4px);
    margin: unset;
}

.wrapper-campaign-list .cards--grid {
    min-width: 354px;
    grid-gap: 18px;
}

.cards-grid--header {
    border-bottom: 1px solid #6565d5;
    color: var(--white);
    margin-bottom: 0;
}

.cards--grid {
    padding-top: 0;
}

.statistics-bar {
    bottom: unset;
    left: unset;
    height: calc(100% - 75px);
    right: 0;
    top: 0;
    width: 215px;
}

.status-bar__info span {
    margin: 0 auto;
}

.status-bar__info strong {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.card-campaign-list {
    border-radius: 10px;
    overflow: visible;
    width: 640px;
}

.card-campaign-list .project-card__image {
    border-radius: 10px;
}

.card-campaign-list .statistics-bar {
    border-radius: 0 8px 0 0;
}

.card-campaign-list .investment-goal-bar {
    border-radius: 0 0 10px 10px;
}

.project-card__text__table {
    border-collapse: collapse;
    min-width: 100%;
}

.project-card__text__table tr {
    border-bottom: 1px solid var(--white);
    color: var(--white);
    font-size: 13px;
    line-height: 16px;
    text-align: left;
}

.project-card__text__table tr strong {
    font-size: 14px;
    line-height: 17px;
}

.project-card__text__table tr td {
    padding: 2px 0;
}

.project-card__text__table tr td:nth-child(odd) {
    width: 50%;
}

.project-card__text__table tr td:nth-child(even) {
    text-align: right;
    width: 50%;
}

.project-card__image {
    box-shadow: 5px 0 25px -5px rgba(0, 0, 0, 0.5);
    padding-bottom: 56%;
}

.project-card__image__status-bar:first-child {
    height: 12%;
}

.project-card__image__time-left {
    left: 14px;
    right: unset;
    top: 7px;
}

.project-card__text__links {
    bottom: 3px;
    position: absolute;
    width: 85%;
}

.project-card__text__links a.btn {
    background: #21c98c;
    color: var(--white);
    padding: 10px 0;
    width: 100%;
}

.project-card__text__links a.link {
    color: var(--white);
}

.project-card__text__title {
    font-weight: 900;
    line-height: 25px;
    text-align: center;
    width: 100%;
}

.campaign-list--date {
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
}

.campaign-list--date span {
    display: block;
}

.special-offer-marker {
    align-items: center;
    background-color: #DC0000;
    color: var(--white);
    display: flex;
    font-size: 12px;
    font-weight: bold;
    justify-content: center;
    line-height: 15px;
    height: 40px;
    right: 255px;
    padding-right: 5px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 135px;
    z-index: 99;
}

.offer--font14 {
    font-size: 14px;
}

.special-offer-marker::before {
    border-color: transparent #DC0000 transparent transparent;
    border-style: solid;
    border-width: 21px 23px 19px 0;
    content: '';
    left: -23px;
    position: absolute;
}

.offer-title {
    border-right: 1px solid var(--white);
    font-size: 14px;
    max-width: 35%;
    padding-right: 8px;
    text-transform: uppercase;
}

.special-offer-marker .offer-percent {
    font-size: 20px;
    padding-left: 20px;
}

.special-offer1 {
    top: 50px;
}

.special-offer2 {
    top: 95px;
}

.special-offer3 {
    top: 140px;
}

.special-offer4 {
    top: 185px;
}

.project-card__column--image {
    position: relative;
}

.campaign-list--label {
    border-bottom: 2px solid #21C98C;
    border-top: 2px solid #21C98C;
    color: #21C98C;
    font-size: 13px;
    font-weight: bold;
    padding: 0 35px;
    position: absolute;
    left: -64px;
    text-transform: uppercase;
    top: -27px;
    transform: rotate(-38deg);
    transform-origin: 100% 0;
}

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

@media screen and (min-width: 993px) {
    .font-14 {
        font-size: 14px;
    }

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

@media only screen and (max-width: 1240px) {
    .cards--grid {
        grid-template-columns: repeat(1,1fr);
    }
}

@media only screen and (max-width: 993px) {
    .project-card__text__links {
        margin: 0 auto;
        height: 50px;
        position: relative;
        width: 60%;
    }

    .project-card__text__links a.btn {
        font-size: 18px;
        line-height: 19.5px;
        margin-bottom: 4px;
        margin-top: 10px;
    }

    .project-card__text__links a.link {
        color: var(--dark-blue);
        display: block;
        margin-left: 65px;
    }

    .project-card__image {
        box-shadow: none;
        height: 125px;
        overflow: hidden;
    }

    .statistics-bar {
        padding-left: 6px;
        padding-right: 6px;
        width: 138px;
    }

    .project-card__text__table {
        font-size: 14px;
    }

    .special-offer-marker .offer-percent {
        font-size: 16px;
    }

    .special-offer-marker {
        font-size: 10px;
        line-height: 12px;
        height: 30px;
        right: 150px;
        top: 5px;
        width: 110px;
    }

    .special-offer1 {
        top: 36px;
    }

    .special-offer2 {
        top: 67px;
    }

    .special-offer3 {
        top: 98px;
    }

    .special-offer4 {
        top: 129px;
    }

    .project-card__text__title {
        font-size: 12px;
        line-height: 15px;
        padding-top: 5px;
    }

    .campaign-completed-mobile {
        background-color: var(--white);
        border-radius: 5px;
        color: var(--dark-blue);
        display: flex;
        font-size: 12px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .campaign-completed-mobile td {
        padding: 0;
    }

    .campaign-completed-data-column {
        width: 100%;
    }

    .campaign-completed-data-table {
        padding-right: 10px;
        width: 100%;
    }

    .campaign-completed-data-table td:nth-child(even) {
        text-align: right;
    }

    .campaign-completed-mobile .link {
        display: block;
        font-size: 16px;
        margin-left: 10px;
        margin-top: 7px;
    }

    .campaign-completed-mobile .project-card__text__title {
        text-align: left;
        margin-bottom: 10px;
    }

    .campaign-completed-mobile .project-card__column--image {
        overflow: hidden;
        padding-right: 10px;
        width: auto;
    }

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

    .campaign-list--label {
        left: -62px;
    }

    .cards--table .campaign-completed-mobile .project-card__column--image img {
        border-bottom-left-radius: 5px;
        margin-right: 0;
        height: 94px;
    }

    .campaign-completed-mobile td:not(:first-child) {
        flex: 1 1 50%;
        width: 50%;
    }

    .campaign-completed-mobile > td:nth-child(2) {
        flex: 1 1 35%;
        width: 35%;
    }

    .campaign-completed-mobile td.header-column h2 {
        color: var(--dark-blue);
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
    }

    .campaign-completed-mobile td.header-column {
        flex: 1 1 100%;
        width: 100%;
    }

    .card-campaign-list {
        width: unset;
    }

    .card-campaign-list .project-card__image {
        border-radius: 10px 10px 0 0 ;
        padding-bottom: 32%;
    }

    .card-campaign-list .investment-goal-bar {
        border-radius: unset;
    }

    .project-card__text__table tr {
        font-size: 10px;
        line-height: 12px;
    }

    .project-card__text__table tr strong {
        font-size: 10px;
        line-height: 12px;
    }

    .special-offer-marker::before {
        border-width: 15px 15px 15px 0;
        left: -15px;
    }

    .project-card__image__time-left {
        border-radius: 0;
        font-size: 10px;
        left: -12px;
        line-height: 12px;
        text-align: center;
        top: 7px;
        padding-right: 0;
        width: 56px;
    }

    .project-card__image__time-left span.new-line-after::after {
        content: "\A";
        white-space: pre;
    }

    .project-card-time-left--active {
        font-size: 13px;
        padding-bottom: 6px;
        padding-top: 7px;
    }

    .status-bar__info span,
    .status-bar__info strong {
        font-size: 10px;
        line-height: 12px;
    }

    .campaign-list--date {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0em;
        text-align: center;
    }

    .project-card__image .statistics-bar {
        height: calc(100% - 49px);
        padding-top: 0;
    }

    .project-card__image .status-bar h2.project-card__text__title {
        padding-top: 3px;
    }

    .card-campaign-list .status-bar__info {
        margin-top: 5px;
    }
}

/* END: Investment opportunities */

/* START: Investment campaign details */
.card--no-border-radius {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.campaign-details {
    font-family: Montserrat, serif;
}

.campaign-details .two-columns__column__image {
    height: 595px;
}

.campaign-details-header .header {
    border-bottom: unset;
}

.campaign-details-header .subheader {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .campaign-details .two-columns__column:last-child {
        width: calc(38% - 33px);
    }

    .campaign-details .two-columns__column:first-child {
        width: calc(65% - 33px);
    }
}

@media (max-width: 1200px) {
    .mobileMarginTop30 {
        margin-top: 30px;
    }
}

.campaign-details .row__for__columns {
    justify-content: end;
}

.campaign-details .card__header__item__label,
.campaign-details .card__content__price__label {
    font-size: 14px;
}

.campaign-details .card__content__price__amount {
    font-size: 24px;
    line-height: 29px;
}

.campaign-details .card__header {
    color: var(--dark-blue);
    margin-bottom: 0;
    padding: 9px 30px 9px;
}

.campaign-details .status-bar__info span {
    font-size: 12px;
    line-height: 14px;
}

.campaign-details .special-offer-marker {
    right: 0;
    top: 14px;
}

.campaign-details .special-offer1 {
    top: 59px;
}

.campaign-details .special-offer2 {
    top: 104px;
}

.campaign-details .special-offer3 {
    top: 148px;
}

.campaign-details .special-offer4 {
    top: 194px;
}

.campaign-details .card__header__item h5 {
    font-size: 24px;
    margin-top: 0;
}

.card__content__price--blue {
    color: var(--dark-blue);
}

.campaign-details--invested {
    float: left;
    margin-top: 0;
    width: 50%;
}

.status-bar--transparent {
    clear: both;
    margin-bottom: 20px;
    padding-top: 10px;
}

.campaign-details .card__content {
    padding-bottom: 20px;
}

.campaign-details .card__content .campaign-details--accrual {
    margin-top: 5px;
}

.campaign-details .card__content .list {
    margin-bottom: 15px;
    margin-top: 0;
}

.campaign-details-table-data {
    border-bottom: 1px solid var(--dark-blue);
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.campaign-details .list li {
    font-size: 14px;
    line-height: 17px;
    margin-top: 0;
}

.campaign-details .list li strong {
    margin-left: unset;
}

.campaign-details .list li:not(:first-child) {
    padding-top: 3px;
}

.campaign-details--invest-form {
    bottom: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    width: calc(100% - 60px);
}

.campaign-details--invest-form .text-input,
.campaign-details--invest-form .text-input label {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.campaign-details--invest-form .text-input {
    margin-top: 35px;
}

.campaign-details--invest-form .text-input span {
    color: var(--green);
    display: block;
    font-weight: 600;
    margin-top: 2px;
}

.campaign-invest-btn {
    background: var(--green);
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;
    line-height: 29px;
    width: 100%;
}

.campaign-agreement-btn,
.campaign-identity-btn {
    bottom: 15px;
    position: absolute;
}

.campaign-agreement-btn {
    width: calc(100% - 60px);
}

.campaign-identity-btn {
    width: calc(100% - 160px);
}

.campaign-details-card__title {
    color: var(--dark-blue);
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.card-mobile,
.card-mobile .card {
    box-shadow: unset;
}

.card-mobile .campaign-details-list {
    color: var(--dark-blue);
}

.card-mobile .campaign-details-list li {
    border-bottom: 1px solid var(--dark-blue);
}

.card-mobile .campaign-details-list li strong a {
    color: var(--dark-blue);
}

.campaign-details-list {
    color: var(--white);
}

.campaign-details-list li {
    border-bottom: 1px solid var(--white);
}

.campaign-details-list li strong a {
    color: var(--white);
}

.download-icon--white {
    background-image: url(../img/download-icon--white.svg);
    height: 16px;
    padding-right: 15px;
    width: 14px;
}

.campaign-details-info .tabs__controls {
    background: var(--white);
    padding-left: 30px;
}

.campaign-details-info .tabs__controls__item {
    color: var(--dark-blue);
}

.campaign-details-info .tabs__controls__item:after {
    background-color: var(--dark-blue);
}

.campaign-details-info .tabs__controls__item--active {
    font-weight: bold;
}

.card--campaign-details .status-bar--transparent {
    padding-top: 0px;
}


@media (max-width: 1200px) {
    .campaign-details--invest-form {
        position: relative;
        width: 100%;
    }

    .campaign-details .special-offer-marker {
        top: 5px;
    }

    .campaign-details .special-offer1 {
        top: 37px;
    }

    .campaign-details .special-offer2 {
        top: 69px;
    }

    .campaign-details .special-offer3 {
        top: 101px;
    }

    .campaign-details .special-offer4 {
        top: 133px;
    }

    .card--campaign-details {
        background-color: transparent;
        border-color: var(--white);
        color: var(--white);
    }

    .card--campaign-details .card__header {
        border-bottom: unset;
        color: var(--white);
    }

    .card--campaign-details .status-bar__bar--dark {
        background-color: var(--white);
    }

    .card--campaign-details .status-bar--transparent .status-bar__info {
        color: var(--white);
    }

    .card--campaign-details .status-bar__info span {
        color: var(--green);
    }

    .card--campaign-details .list li {
        border-bottom-color: var(--white);
    }

    .campaign-details--invest-form .text-input,
    .campaign-details--invest-form .text-input label {
        color: var(--white);
    }

    .campaign-details--invest-form .text-input input[type="text"] {
        border-bottom-color: var(--green);
    }

    .campaign-agreement-btn {
        position: relative;
        width: 100%;
    }

    .campaign-identity-btn {
        position: relative;
        width: 88%;
    }
}

@media (max-width: 576px) {
    .two-columns__column--image {
        height: unset;
    }

    .wrapper--mobile-full .tabs__controls {
        padding: 0 0;
        width: 100%;
    }

    .campaign-details-info .tabs__controls__item {
        margin-right: 0;
        padding-left: 0;
        text-align: center;
        width: 33%;
    }

    .card--campaign-details .status-bar--transparent .status-bar__info {
        margin-top: 3px;
    }

    .campaign-details .two-columns__column__image {
        height: 215px;
    }
}
/* END: Investment campaign details */

/* Start Account Overview */

.wrapper--overview {
    margin: 0 auto;
    max-width: 1776px;
}

.wrapper--overview .card__list {
    flex-basis: 700px;
}

.card-three-columns .card__item {
    background-color: #fff;
    border-radius: 10px;
    padding: 31px 0;
    text-align: center;
    width: 33%;
}

.card--horizontal > *:not(:last-child) {
    margin-right: 50px;
}

.card-three-columns {
    background-color: unset;
    border-radius: 0;
    box-shadow: unset;
    padding: 0;
}

.overview-funds .cards--table {
    margin-top: 0;
}

.overview-funds .project-card__column {
    padding-bottom: 0;
    padding-top: 0;
}

.overview-funds .project-card__column hr {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
}

.overview-investments {
    overflow: hidden;
}

.overview-investments .project-card td,
.overview-investments .table__header th {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.overview-investments .project-card td {
    overflow: visible;
    padding: 10px;
    position: relative;
}

.overview-investments .project-card td:not(:first-child),
.overview-investments .table__header th:not(:first-child) {
    text-align: center;
    vertical-align: middle;
}

.overview-investments .project-card td a {
    color: var(--text-color);
}

.overview-investments .project-card td a span {
    text-transform: uppercase;
}

.overview-investments .project-card:last-child td::after {
    background-color: #fff;
    bottom: -7px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.overview-investments .project-card:not(:last-child) td::after {
    background-color: #fff;
    bottom: -13px;
    content: "";
    height: 13px;
    left: 0;
    position: absolute;
    width: 100%;
}

.cards--table .project-card td:first-child {
    border-radius: 0;
}

.cards--table .project-card td:last-child {
    border-radius: 0;
}

.overview-investments .cards--table {
    margin-top: 0;
}

.overview-title {
    color: var(--white);
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    text-align: left;
}

.overview-title--investments {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left;
}

.overview-title--upercase {
    text-transform: uppercase;
}

.card-three-columns .card__container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    justify-content: end;
    width: 100%;
}

.card-three-columns .card__container .card__item {
    width: 100%;
}

.overview-funds .project-card__column__row:not(:last-child) {
    margin-bottom: 24px;
}

.overview-funds .project-card__column__row {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.overview-funds .project-card__column__row strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.overview-stats .card__item h5 {
    font-size: 40px;
    font-weight: 800;
    line-height: 49px;
}

.overview-stats .card__item span {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.overview-stats .card__item h5 span {
    font-weight: 800;
}

.btn--green {
    background: var(--green);
    color: #fff;
}

@media (max-width: 576px) {
    .wrapper--overview .card__list {
        flex-basis: 166px;
        padding-left: 37%;
    }

    .wrapper--overview .card__list:before {
        left: 43%;
    }

    .wrapper--overview .card--horizontal .card__title,
    .wrapper--overview .card--horizontal .inline {
        text-align: center;
    }

    .wrapper--overview table.table--mobile {
        display: table;
    }

    .wrapper--overview .table--mobile {
        display: flex;
        width: unset;
    }

    .wrapper--overview .card__item {
        text-align: center;
        width: 100%;
    }

    .wrapper--overview .card__item > span:not(:last-child) {
        margin-bottom: 20px;
    }

    .card-three-columns .card__container,
    .wrapper--overview .overview-table--mobile  {
        width: 100%;
    }

    .wrapper--overview .overview-table--mobile td.table__flex-cell {
        border-radius: 0;
        color: var(--dark-blue);
    }

    .wrapper--overview .overview-table--mobile td.project-card--title {
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        padding-bottom: 0;
    }

    .wrapper--overview .overview-table--mobile tr:not(:first-child) td.project-card--title {
        border-radius: 0;
        border-top: 2px solid var(--dark-blue);
    }

    .wrapper--overview .overview-table--mobile tr td:not(:first-child) {
        padding: 0;
    }

    .wrapper--overview .overview-table--mobile tr td.project-card--title a {
        color: var(--dark-blue);
    }

    .overview-table--mobile .project-card__column__row {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
    }

    .overview-table--mobile .project-card__column__row strong {
        font-weight: 700;
    }

    .overview-table--mobile .project-card--title a {
        margin: 0 auto;
    }

    .overview-funds .project-card__column__row {
        font-size: 14px;
        line-height: 17px;
    }

    .overview-funds .project-card__column__row strong {
        font-size: 16px;
        line-height: 20px;
    }

    .overview-title {
        font-size: 16px;
        line-height: 20px;
    }

    .overview-investments .project-card:last-child td::after {
        content: unset;
    }

    .card--horizontal > *:not(:last-child) {
        margin-right: 0;
    }
}

/* End Account Overview */

/* Start My investments */

.cards--table.border-collapse {
    border-spacing: unset;
}

.cards--table.border-collapse .table__header th {
    padding-bottom: 10px;
}

.cards--table.border-collapse .table__header th:after {
    background-color: #fff;
    bottom: -7px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    margin-bottom: 12px;
}

tr.child-row td {
    border-bottom: 1px solid #282b93;
}

tr.child-row td:first-child {
    padding: 10px;
}

.table__status {
    background-color: var(--dark-blue);
    color: #fff;
    display: inline-block;
    margin: -5px 0;
    min-width: 63px;
    padding: 5px;
}

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

.table__arrow:before {
    background-image: url('../img/arrow-green.svg');
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 4px;
    width: 11px;
}

.table__arrow--down:before {
    background-image: url('../img/arrow-red.svg');
}

.wrapper--my-investment .cards--table .project-card__column--image img {
    margin-right: 0;
}

.wrapper--my-investment .card-three-columns .card__item {
    background-color: #fff;
    border-radius: 10px;
    padding: 26px 0;
    text-align: center;
    width: 33%;
}

.wrapper--my-investment .card--horizontal > *:not(:last-child) {
    margin-right: 12px;
}

.wrapper--my-investment .card-three-columns {
    background-color: unset;
    border-radius: 0;
    box-shadow: unset;
    padding: 0;
}

.my-investment-table .project-card__column--image {
    height: 70px;
    position: relative;
    width: 90px;
}

.my-investment-table .project-card__column--image img {
    height: auto;
    object-fit: unset
}

.my-investment-table .project-card__column--image__text {
    padding-top: 15px;
}

.my-investment-table .project-card td,
.my-investment-table .child-row td,
.my-investment-table .table__header th {
    color: var(--dark-blue);
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
}

.my-investment-table .project-card td a {
    color: var(--dark-blue);
}

.my-investment-table .table__header th {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.my-investment-table .project-card .project-title,
.my-investment-table .child-row .project-title{
    padding-left: 10px;
    text-align: left;
    width: 100px;
}

.my-investment-table .center-div {
    margin-right: 10px;
    width: 100px;
}

.transactionToggle {
    background: #ccc;
    bottom: 0;
    height: 15px;
    opacity: 0.9;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.transactionToggle span {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
}

.my-investment-table .center-div .btn {
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
}

.wrapper--my-investment .btn--grey {
    background: #C5C5C5;
}

.wrapper--my-investment {
    margin: 0 auto;
    max-width: 1269px;
}

.wrapper--my-investment .header {
    margin-bottom: 20px;
}

.wrapper--my-investment-table {
    overflow: visible;
}

.wrapper--my-investment-table .my-investment-table tr:first-child th:first-child {
    text-align: left;
}

.wrapper--my-investment .card__item {
    letter-spacing: 0.01em;
}

.wrapper--my-investment .card__item h5 {
    font-size: 40px;
    font-weight: 800;
    line-height: 49px;
}

.wrapper--my-investment .card__item span {
    margin-bottom: 10px;
}

.wrapper--my-investment .card__item span,
.wrapper--my-investment .card__item h5 span {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.wrapper--my-investment .btn--green {
    background: var(--green);
    color: var(--white);
}

.wrapper--my-investment .modal__container h2 {
    color: var(--dark-blue);
    font-size: 22px;
}

.wrapper--my-investment .card__item h5 span {
    font-weight: 700;
}

.my-investment-table .table__status--paid,
.my-investment-table .table__status--failed {
    background-color: var(--white);
}

.my-investment-table .table__status--paid {
    color: var(--green);
}

.my-investment-table .table__status--failed {
    color: var(--red);
}

@media only screen and (max-width: 993px) {
    .my-investment-table--mobile {
        border-spacing: 0 13px;
    }
}

@media (max-width: 576px) {
    .wrapper--my-investment .card.table--mobile {
        display: block;
        width: unset;
    }

    .wrapper--my-investment .card__item {
        text-align: center;
        width: 100%;
    }

    .wrapper--my-investment .card__item span,
    .wrapper--my-investment .card__item h5 span {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }

    .wrapper--my-investment .card__item h5 {
        font-size: 24px;
        line-height: 29px;
    }

    .wrapper--my-investment .card__item span:not(:last-child) {
        margin-bottom: 20px;
    }

    .wrapper--my-investment .table__header th::after {
        content: unset;
    }

    .wrapper--my-investment .btn--grey {
        background: #C5C5C5;
        color: var(--white) !important;
        height: 29px;
    }

    .wrapper--my-investment .project-card--title a {
        color: var(--dark-blue);
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        margin: 0 auto;
        padding: 10px 0;
    }

    .wrapper--my-investment .project-card__column__row {
        color: var(--dark-blue);
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
    }

    .wrapper--my-investment .table__flex-cell .project-card__column {
        padding-bottom: 0;
        padding-right: 13px;
        padding-top: 0;
    }

    .wrapper--my-investment .table__flex-cell .project-card__column:last-child {
        margin-left: 10px;
    }

    .wrapper--my-investment .btn--small {
        padding: 0 13px;
    }

    .wrapper--my-investment .project-card__column--image {
        padding-right: 0;
        width: 129px;
    }

    .wrapper--my-investment .project-card__info_action {
        margin-left: 23px;
        padding-top: 10px;
    }

    .wrapper--my-investment .project-card__action_buttons {
        margin: 5px 0;
        width: 50%;
    }

    .wrapper--my-investment .project-card__action_form {
        border-radius: 0 0 5px 5px;
        overflow: visible;
        padding: 5px 10px;
    }

    .wrapper--my-investment .cards--table .project-card td.child-row {
        padding-top: 10px;
    }

    .wrapper--my-investment .child-row {
        background: var(--white);
        border-spacing: 0;
        font-size: 12px;
        line-height: 15px;
    }

    .my-investment-table--mobile .project-card td:first-child {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
}

/* End My investments */

/* START: Response Modal CSS */
#responseModal {
    background: #282B93E5;
}

#responseModal .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#responseModal .modal-dialog {
    height: 360px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 378px;
}

#responseModal .modal-content {
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: calc(89% - 43px);
    overflow-y: auto;
    padding: 82px 40px 0;
    width: calc(89% - 38px);
}

#responseModal .modal-header h5.modal-title {
    font-family: Montserrat, serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 0.01em;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

#responseModal .modal-header h5.model-title--success {
    color: var(--green);
}

#responseModal .modal-header h5.model-title--error {
    color: var(--red);
}

#responseModal .modal-body {
    color: var(--dark-blue);
    font-family: Montserrat, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.01em;
    margin-top: 30px;
    text-align: center;
}

#responseModal .modal-close {
    background-color: var(--white);
    border: 0;
    color: var(--dark-blue);
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 20px;
}

.modal-close::after, .modal-close::before {
    background-color: var(--dark-blue);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 30px;
}

#responseModal .modal-close::before {
    transform: translateY(-50%) rotate(-45deg);
}

#responseModal .modal-close::after {
    transform: translateY(-50%) rotate(45deg);
}

#responseModal .custom-loader {
    animation:s1 1s infinite;
    border:16px solid;
    border-color:#FFFFFF #0000;
    border-radius:50%;
    height:100px;
    left: 45%;
    position: absolute;
    top: 45%;
    width:100px;
}

.custom-loader {
    animation:s1 1s infinite;
    border:16px solid;
    border-color:#FFFFFF #0000;
    border-radius:50%;
    height:50px;
    text-align: center;
    width:50px;
}

.custom-loader-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator {
    display: flex;
}

.htmx-request.htmx-indicator {
    display: flex;
}

.blurred
{
    -webkit-filter: blur(8px);
    --moz-filter: blur(8px);
    --o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}
@keyframes s1 {to{transform: rotate(.5turn)}}
/* END: Response Modal CSS */

/* START: Tax residence and citizenship fields CSS */
.text-input--select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 4px;
    padding-top: 4px;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.text-input--select select::-webkit-scrollbar {
    display: none;
}

.text-input--select .text-input__error {
    position: relative;
}

.text-input--select select:focus {
    outline: none;
}

.text-input--select .small-text {
    font-size: 10px;
    opacity: 1;
    top: -15px;
}

.text-input--select select option {
    color: #282B93;
    font-size: 16px;
    font-weight: bold;
}

.chevron-down {
    color: white;
    content: "";
    cursor: pointer;
    background-image: url('../img/chevron-down.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    position: absolute;
    right: 0;
    top: 15px;
    transform: translateY(-50%);
    width: 21px;
    z-index: 0;
}

#registrationForm {
    padding-bottom: 100px;
}

.fintownRegistrationError {
    color: #f83d3d;
    display: none;
    text-align: center;
}

#euBankConfirmationWrapper {
    margin-top: 50px;
    width: 110%;
    margin-bottom: 30px;
}

#euBankConfirmationWrapper label {
    cursor: default;
    padding-left: 17px;
}

#euBankConfirmationWrapper p {
    color: #f83d3d;
    text-align: center;
}

#euBankConfirmError {
    display: none;
}

@media (max-width: 992px) {
    .wrapper--form h1 {
        margin-top: 10px;
    }
}

/* END: Tax residence and citizenship fields CSS */

.inline {
    display: inline-block;
}

.center {
    text-align: center;
}

.referral-top-menu h5 {
    text-transform: uppercase;
    font-size: 14px;
}

.referral-title {
    color: #343F65;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
}

.referrals-count {
    display: flex;
    align-items: stretch;
}

.referrals-count div {
    flex-grow: 1;
    color: #343F65;
    letter-spacing: 1px;
    font-weight: 400;
}

.referrals-count span {
    margin-right: 5px;
}

.referral-link-title {
    font-weight: 600;
    font-size: 20px;
    color: #343F65;
}

.referral-link {
    height: 40px;
    width: 79%;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    border-color: #343F65;
    color: #343F65;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding-left: 10px;
    font-weight: lighter;
    margin-top: 8px;
}

@media (max-width: 983px) {
    .referral-link  {
        border-right: 1px solid #343F65;
        border-radius: 5px;

    }
}

.referral-link-copy-btn {
    height: 46px;
    position: relative;
    right: 8px;
    width: 19%;
    border-radius: 5px;
    background: transparent;
    border-color: #343F65;
    color: #343F65;
    font-size: 20px;
    font-weight: lighter;
    padding-top: 2px;
    padding-bottom: 2px;
}

@media (max-width: 983px) {
    .referral-link-copy-btn {
        right: 0;
    }
}

.payment-details-save {
    position: relative;
    width: 25%;
    left: 75%;
}

.payout-option {
    margin-top: 30px;
}

.btn-filter {
    padding: 11px 20px;
    cursor: pointer;
    border: unset;
    display: none;
}

.btn-filter:hover {
    background-color: #C5C5C5;
}

.filter-modal .filter-btn-wrapper{
    display: flex;
    justify-content: space-between;
}

.filter-modal .filter-btn-wrapper .btn{
    padding: 7px 20px;
    margin-top: 18px;
    font-size: 14px;
    text-transform: unset;
    line-height: 16.5px;
}

.filter-modal .filter-name{
    border-bottom: 1px solid #282B93;
    padding-bottom: 5px;
    margin-bottom: 3px;
    font-size: 14px;
}

.filter-modal .range-name{
    padding-bottom: 0;
    margin-bottom: -21px;
    font-size: 14px;
    font-weight: 700;
}

.filter-modal .filter-name label{
    font-weight: 700;
}

.filter-modal .filter-checkbox-wrapper{
    margin-bottom: 2px;
}

.filter-modal .filter-title{
    margin-bottom: 34px;
}

.filter-modal .filter-wrapper{
    margin-bottom: 17px;
}

.filter-modal .modal__container{
    border-top: none;
}

.filter-modal.modal{
    backdrop-filter: blur(5px);
    background: rgba(38, 43, 147, 0.8);
}

.sorting-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 40px;
}

.up-arrow, .down-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.desc .up-arrow {
    border-bottom: 7px solid #21c98c;
}

.asc .down-arrow {
    border-top: 7px solid #21c98c;
}

.line-arrow {
    border: solid #FFFFFF;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}

.arrow-up {
    transform: rotate(-135deg);
    margin-bottom: -2px;
}

.arrow-down {
    transform: rotate(45deg);
    margin-top: -2px;
}

.sorting-wrapper{
    display: flex;
    align-items: center;
}

.sorting-header {
    display: flex;
    align-items: center;
}

.sorting-text {
    margin-right: 8px;
}

.opportunity-col{
    min-width: 200px;
}

.filter-modal .filter-checkbox-wrapper .checkbox-label{
    font-size: 13px;
}

.modal.modal--narrow.filter-modal .modal__container{
    max-width: 326px;
}

.filter-modal .checkbox-label .checkmark{
    height: 16px;
    width: 16px;
}

.filter-modal .checkbox-label input[type=checkbox]:checked~.checkmark:after{
    height: 12px;
    width: 12px;
    top: 2px;
    left: 2px;
}

.filter-modal .checkbox-label{
    padding: 4px 0 4px 24px;
}

.filter-modal .extra-controls{
    display: flex;
    justify-content: space-between;
}

.filter-modal .extra-controls .range-placeholder-wrapper{
    display: flex;
    font-size: 12px;
    font-weight: 700;
}

.filter-modal .extra-controls .range-placeholder-wrapper input{
    max-width: 30px;
    padding: 0 0 5px 10px;
    border: none;
    font-weight: 700;
    font-size: 12px;
}

.filter-modal .extra-controls .range-placeholder-wrapper input:disabled{
    background-color: #FFF;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.filter-modal .range-slider{
    margin-bottom: -7px;
}

.filter-modal .range-wrapper{
    margin-bottom: 12px;
}

.filter-modal .filter-btn-wrapper .btn-default{
    padding: 7px 21px;
    border: 1px solid #000000;
    cursor: pointer;
}

.filter-modal .filter-btn-wrapper .btn--blue{
    padding: 7px 30px;
}

.filter-icon {
    background-image: url(../img/empty-filter.svg);
    height: 30px;
    padding-right: 15px;
    width: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}

.filter-modal-btn-wrapper{
    display: flex;
    justify-content: flex-end;
}

.filter-modal .title-wrapper{
    display: flex;
    justify-content: space-between;
}

.filter-modal .title-wrapper a{
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.pagination {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.pagination__inner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.pagination__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #6B7280;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pagination__link:hover {
    color: #4F46E5;
}

.pagination__link--prev .pagination__icon {
    transform: rotate(180deg);
}

.pagination__icon {
    width: 1rem;
    height: 1rem;
    color: currentColor;
}

.pagination__pages {
    display: flex;
    gap: 0.5rem;
}

.pagination__page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.5rem;
    border-radius: 0.25rem;
    color: #1F2937;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pagination__page--current {
    background-color: #4F46E5;
    color: white;
    font-weight: 600;
}

.pagination__page:not(.pagination__page--current):hover {
    background-color: #F3F4F6;
}
