.wrapMain {
    display: flex;
}

#biometry .biometry-message-container {
    width: auto;
}

.title {
    font-family: Ubuntu-bold;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    color: #2C3537;
}

.loanStatus {
    border-bottom: 35px solid white;
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    width: 60%;
    border-radius: 4px 24px 0 0;
    background: transparent;
}

.card-body {
    padding: 0;
    background: white;
    border-radius: 0 4px 4px 4px;
    width: 237px;
    padding: 13px 18px 15px;
}

    .card-body:hover {
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.03), 0px 20px 20px rgba(0, 0, 0, 0.08);
    }

.loanCard .badge {
    border: 1px solid #008B8A;
    box-sizing: border-box;
    border-radius: 23px;
    font-family: Ubuntu-bold;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #008B8A;
    top: 10px;
    margin-left: 0px;
    position: absolute;
    display: flex;
    align-items: center;
}

.el {
    background: #008B8A;
    width: 5px;
    height: 5px;
    border-radius: 36px;
    margin-right: 5px;
}

.card-body:after {
    content: "";
    border: solid transparent;
    position: absolute;
    left: 55%;
    top: 4%;
    border-bottom: 25px solid #E5E5E5;
    border-left: 0px solid transparent;
    border-right: 1px solid transparent;
    width: 70px;
    z-index: -1;
    border-radius: 0 10px 0 0;
}

.loanCard .card-body .row .card-text {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #878A8A;
}

.card-txt {
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #2C3537;
}

.progress-bar {
    background-color: #008B8A;
    height: 5px
}

.date-txt {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #878A8A;
    margin-top: 10px;
}

.loanWrap {
    width: 100%;
    padding: 30px 25px;
}

.loanTitle {
    font-family: Ubuntu-bold;
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    color: #2C3537;
}

.infoWrap {
    display: flex;
    margin: 30px 0px;
}

.infoLoan {
    margin-right: auto;
}

.gInfo {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #878A8A;
}

.bInfo {
    font-family: Ubuntu-medium;
    font-style: normal;
    font-size: 16px;
    line-height: 22.4px;
    color: #333839;
}

.InLoanWrap {
    padding: 15px 20px;
    background-color: #F1F3F4;
    border-radius: 4px;
    margin: 20px 0px;
}

.wrap {
    display: grid;
    min-height: 2.5rem;
    align-items: center;
    gap: 54px;
    grid-template-columns: auto 92px 103px 111px 24px;
}

.contractName {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .contractName img {
        height: 18px;
    }

    .contractName p {
        font-family: Ubuntu-medium;
        font-style: normal;
        font-size: 14px;
        line-height: 19.6px;
        display: flex;
        align-items: center;
        color: #333839;
    }

.signerRole {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .signerRole p {
        text-align: center;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        display: flex;
        align-items: center;
        color: #333839;
        text-align: center;
        font-family: Ubuntu;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
    }

.signerIIN {
}

.sign-up {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: auto;
}

.sign {
    background: #008F91;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19.6px;
    text-align: center;
    color: #FFFFFF;
    padding: 7px 20px;
    cursor: pointer;
    border-radius: 6px;
    height: 36px;
    display: flex;
    align-items: center;
}

.cantSign {
    color: #7A7E81;
    background-color: #D1D4D7;
}

.signed {
    color: #008F91;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19.6px;
    text-align: center;
    cursor:default;
}

.download {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
}

    .download:hover {
        background: #D2D4D5;
        border-radius: 20px;
        height: 100%;
    }

    .download a {
        display: flex;
    }

.billWrap {
    margin: 30px 0px 0px;
    border: 1px solid #878A8A;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    padding: 20px;
    align-items: center;
}

.modal-header {
    padding: 2rem 2rem 1rem;
    align-items: baseline;
}

    .modal-header h3 {
        font-family: Ubuntu-bold;
        font-style: normal;
        font-size: 20px;
        line-height: 23px;
        color: #2C3537;
        width: 70%;
    }

.modal-content {
    width: 634px;
    height: max-content !important;
}

.colWrap .col1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #99A0A2;
    width: 40%;
}

.colWrap .col2 {
    width: 60%;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #2C3537;
}

.modal-content .colWrap {
    margin: 20px 0px;
    display: flex;
}

.modal-body {
    padding: 0 2rem 1rem;
}

.buttWrap {
    display: flex;
}

.topUpC {
    background: #2C3537;
    border: 0.747664px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 6px;
    height: 48px;
    width: 30%;
    font-family: Ubuntu-bold;
    font-style: normal;
    font-size: 16.4486px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.topUpV {
    background: #008F91;
    border-radius: 6px;
    font-family: Ubuntu-bold;
    font-style: normal;
    font-size: 16.4486px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    width: 65%;
    margin-left: auto;
    height: 48px;
    border: none;
}

.title2 {
    font-family: Ubuntu-bold;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    color: #2C3537;
}

.back {
    display: flex;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #2C3537;
    align-items: center;
    margin: 30px 0px;
}

.btn:hover {
    color: white;
}

.errtext {
    font-family: Ubuntu;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #2C3537;
}

.sign2 {
    color: #7A7E81;
    background: none;
}

    .sign2 .tooltiptext {
        background: #3E5357;
        box-shadow: 0px 20.1869px 15.7009px -8.2243px rgb(44 53 55 / 44%);
        border-radius: 8.97196px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #F5F5F5;
        position: absolute;
        z-index: 1;
        top: 120%;
        left: 1%;
        visibility: hidden;
        padding: 15px;
        height: 79px;
        width: 259px;
        text-align: left;
    }

    .sign2:hover .tooltiptext {
        visibility: visible;
    }

    .sign2 .tooltiptext::after {
        content: " ";
        position: absolute;
        bottom: 100%;
        left: 15%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #3E5357 transparent;
    }

.sign .tooltiptext, .sign__items .tooltiptext {
    background: #3E5357;
    box-shadow: 0px 20.1869px 15.7009px -8.2243px rgb(44 53 55 / 44%);
    border-radius: 8.97196px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #F5F5F5;
    position: absolute;
    z-index: 1;
    top: 120%;
    left: 19%;
    visibility: hidden;
    padding: 15px;
    height: max-content;
    width: 259px;
    text-align: left;
}



.sign:hover .tooltiptext, .sign__items:hover .tooltiptext {
    visibility: visible;
}

.sign .tooltiptext::after, .sign__items .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 15%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #3E5357 transparent;
}

.otpHeader {
    font-family: Ubuntu-bold;
    font-style: normal;
    font-size: 20px;
    line-height: 23px;
    color: #2C3537;
}

.payed {
    background: transparent;
    border-radius: 20px;
    border: 1px solid #008B8A;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #008B8A;
    padding: 7px 23.53px;
    margin-right: 10px;
}

input::placeholder {
    letter-spacing: 0;
}

.txtPay {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #2C3537;
}

.txtPay2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #2C3537;
}

.reload {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #2C3537;
}

a.loanCard.credits--s div.card-body {
    background: #FFD155 !important;
    box-shadow: none;
}

    a.loanCard.credits--s div.card-body:hover {
        box-shadow: 0px 4px 6px rgb(0 0 0 / 3%), 0px 20px 20px rgb(0 0 0 / 10%);
    }

a.loanCard.credits--s p.card-txt {
    color: #775106 !important;
}

.loanCard .card-body .row .card-text {
    color: #8A651B !important;
}

a.loanCard.credits--s span.badge p {
    color: #775106 !important;
}

a.loanCard.credits--s span.badge {
    border: 1px solid #775106 !important;
    background-color: #FFF2BC;
    box-sizing: border-box;
    border-radius: 23px;
}

.g-10px {
    gap: 10px;
}

.progress {
    background: #9B6600 !important;
}

a.loanCard.credits--s p.date-txt {
    color: #775106 !important;
}

a.loanCard.credits--s div.loanStatus {
    border-bottom: 26px solid #FFD155 !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.03), 0px 20px 20px rgba(0, 0, 0, 0.1);
    /* background: #FFCB65; */
}

a.loanCard.credits--s .card-body:after {
    border-bottom: 25px solid !important;
    border-color: #DCAB4B !important;
}


div.loanCard.credits--s div.card-body {
    background: #FFD155 !important;
    box-shadow: none;
}

    div.loanCard.credits--s div.card-body:hover {
        box-shadow: 0px 4px 6px rgb(0 0 0 / 3%), 0px 20px 20px rgb(0 0 0 / 10%);
    }

div.loanCard.credits--s p.card-txt {
    color: #775106 !important;
}

.loanCard .card-body .row .card-text {
    color: #8A651B !important;
}

div.loanCard.credits--s span.badge p {
    color: #775106 !important;
}

div.loanCard.credits--s span.badge {
    border: 1px solid #775106 !important;
    background-color: #FFF2BC;
    box-sizing: border-box;
    border-radius: 23px;
}

.g-10px {
    gap: 10px;
}

.progress {
    background: #9B6600 !important;
}

div.loanCard.credits--s p.date-txt {
    color: #775106 !important;
}

div.loanCard.credits--s div.loanStatus {
    border-bottom: 26px solid #FFD155 !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.03), 0px 20px 20px rgba(0, 0, 0, 0.1);
    /* background: #FFCB65; */
}

div.loanCard.credits--s .card-body:after {
    border-bottom: 25px solid !important;
    border-color: #DCAB4B !important;
}



















































div#StatementsId {
    padding-left: 18px !important;
}

#step5 .card {
    flex-direction: column;
}


.biometry__start__banner {
    padding: 15px 20px;
    gap: 16px;
    display: flex;
    border-radius: 8px;
    border: 1px solid #007FF5;
    align-items: flex-start;
}

.biometry__start__banner__text {
    display: flex;
    flex-direction: column;
}

.biometry__start__banner__title {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: left;
}

.biometry__start__banner__description {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
}

.biometry__start__banner .btn.btn-blue, .biometry__error__banner .btn.btn-blue {
    background: #007FF5;
    border-radius: 6px;
    color: white;
    width: max-content;
    padding: 6px 20px;
    margin-top: 10px;
}


.biometry__error__banner {
    padding: 15px 20px;
    gap: 16px;
    display: flex;
    border-radius: 8px;
    border: 1px solid #ED3A32;
    background: #FFEFEE;
    align-items: flex-start;
}

    .biometry__error__banner .btn.btn-blue:disabled {
        background: #FFFFFF;
        color: #7A7E81;
    }
