@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,400;0,700;1,200&display=swap');

:root {
    --blue: #0093d9;
}

.bg-info {
    background-color: #0093d9 !important;
}

* {
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
}

a {
    color: #0282ae;
}

.container-lg {
    padding: 0;
}

.card-l-summary {
    text-align: center;
}

.range-data {
    display: flex;
    justify-content: space-between;
}

.card-title-l {
    margin-bottom: 0;
}

.l-detail .detail {
    padding: 2px;
}

.banks-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.banks-header .l-card-header {
    padding: 6px;
    margin: 0;
}

.banks-header .back-icon {
    position: unset;
}

.banks-header .add-icon {
    width: 30px;
}

.banks-header .card-header {
    background-color: unset;
}

.loan-plan-detail {
    display: flex;
    flex-direction: column;
}

.card-body-bank {
    padding: 3px 10px;
}

.card-body-bank .bank-detail {
    display: flex;
    justify-content: space-between;
}

.card-body-bank img {
    width: 130px;
}

.loan-plan-detail .item {
    display: flex;
    justify-content: space-between;
}

.loan-plan-detail .item.bold p {
    font-weight: 400;
}

.l-detail .detail span {
    margin-left: 5px;
    font-size: 120%;
}

.l-headline {
    color: #469408;
}

.reg-phone.hairlines-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.detail-loan {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.spacing-bottom {
    padding-bottom: 4rem;
}

.bottom-list {
    padding: 1rem;
    background: #f7f7f7;
}

.detail-loan p.amount {
    font-weight: 400;
    font-size: 130%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #00a840;
    background-color: #00a840;
}

.detail-loan .centre.divider.flex-1 {
    width: 1px;
    height: 50px;
    background: #CCC;
    margin: 0 2rem;
}

.profile {
    border-radius: 0;
}

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

span.profile-tel {
    font-size: 150%;
    margin-left: 1rem;
}

.profile-image {
    width: 60px;
}

.mint-tab-item-icon img {
    width: 30px;
    margin-bottom: 5px;
}

.card-body.profile-menu {
    padding: 0px 10px;
}

.card-body.profile-menu {
    padding: 10px;
    border-bottom: 1px solid #e9e1e1;
    border-top: 1px solid #e9e1e1;
}

.card.support-card {
    border-radius: 0;
}

.card.support-card .card-header {
    padding: 5px;
}

.card.support-card .card-body {
    padding: 10px 20px;
}

.card.support-card .card-header button {
    text-align: left;
}

.card-body.profile-menu img {
    width: 35px;
    margin-right: 5px;
}

.second.flex.payment-menu {
    display: flex;
    justify-content: space-between;
    margin: 15px;
}

.second.flex.payment-menu img {
    width: 30px;
}

.payment-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-menu-item span {
    margin-left: .5rem;
}

.reg-phone.hairlines-bottom .area-code {
    font-size: 120%;
}

.reg-phone.hairlines-bottom .login-tel, .reg-phone.hairlines-bottom .login-otp {
    font-weight: 200;
}

.reg-phone.hairlines-bottom .v-line {
    width: 2px;
    height: 25px;
    background: #e3e4e8;
    margin: 0 .5rem;
}

.reg-phone.hairlines-bottom .login-send-otp {
    white-space: nowrap;
    width: 140px;
    text-align: center;
}

.l-card-header {
    text-align: center;
}

.verification-detail {
    width: 100%;
}

.l-footer {
    border-top: 1px solid #469408;
}

.l-footer-waring {
    border-top: 1px solid #d9831f;
}

.l-detail-action span {
    font-size: 120%;
}

img.image-upload {
    width: 200px;
    margin: auto;

}

.verification-header {
    position: relative;
}

.back-icon {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 15px;
}

h5.card-header {
    padding-left: 2rem;
}

img.image-upload-placeholder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0093d9;
    opacity: .7;
    text-align: center;
    vertical-align: middle;
    width: 55px;
    border-radius: 50%;

}

label.upload-image-label {
    display: flex;
    position: relative;
}

.l-detail-action a {
    font-size: 130%;
}

.l-header img {
    width: 100%;
}

.bg-available {
    background: #e38b8e;
}

.bg-unavailable {
    background: #c4cccc;
}

.available-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 15px;
}

.mint-tab-item-icon, .mint-tab-item-label {
    text-align: center;
}

.l-menu-footer {
    flex-direction: row;
    justify-content: space-between;
}

.mint-tab-item-label span {
    color: #000;
}

.l-detail .detail img {
    width: 30px;
}


@media screen and (max-width: 600px) {
    .card-l {
        margin: 15px;
    }
}

.kamo-block{
    background-color: #00a840;
    color: white;
    font-weight: bold;
}

.kamo-btn{
    background-color: #d9a800;
    color: white;
    font-weight: bold;
}
.kamo-text{
    color: #00a840;
}

#next-btn{
    position: initial;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

#loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    cursor: pointer;
    text-align: center;
}

#loading img {
    width: 45px !important;
    position: fixed;
    top: 42%;
    left: 45%;
}

.login-otp{
    width: 150px;
}

.menu_active {
    background-color: #c2d8cd;
    text-align: center;
    border-radius: 3px;
}

.kamo-blur-block{
    background-color:  #ffdcb8 !important;
    color: black !important;
}

.l-footer{
    padding: 10px;
    text-align: center;
    background-color: #ffdcb8 !important;
    margin-bottom: 0 !important;
    bottom: 0;
    width: 100%;
    position: relative;
    z-index: 10;
}
