﻿
.authentication-bg{
    background-image: url(../assets/images/auth-bg.jpg) !important;
}

.main-content .content {
    padding: 0 15px 10px 15px;
    margin-top: 0;
}

.wizard-head{
    padding: 0.5rem 0.5rem;
}

.custom-modal-button{
    display: flex;
    /*flex-direction: row-reverse;*/
    margin: auto auto 1rem;
}

.avatar-xxl{
    height: 10rem;
    width: 10rem;
}

.card{
    max-height: 100%;
}

.wizard > .steps {
    margin-top: 0.5rem;
}

.dropify-wrapper{
    padding: 0;
    border: 2px;
}

.account-number{
    color: #59dd59 !important;
    font-size: 17px !important;
}

.loan-number{
    color: #b4930c !important;
    font-size: 17px !important;
}

.leftbar-tab-menu .main-icon-menu {    
    background-color: rgba(107, 47, 164, 0.94) !important;
}

.swal2-popup .swal2-styled.swal2-cancel {
    border: none;
    border-radius: .25em;
    font-size: .845rem;
    color: #fff;
    background-color: #41cbd8;
    border-color: #41cbd8;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border-radius: .25em;
    color: #fff;
    font-size: .845rem;
    background-color: #506ee4;
    border-color: #506ee4;
}

.swal2-popup .swal2-title {
    font-size: 15px;
    font-weight: 600;
    color: #000444;
    padding: 8px;
    background-color: #eaf0f9;
    border-color: #eaf0f9;
    margin-bottom: 0;
    line-height: 1.8;
}

.swal2-actions{
    width: 100%;
    height: 100%;
    justify-content: end;
    flex-direction: row-reverse;
    border-color: #eaf0f9;
    background-color: #eaf0f9;
}


div:where(.swal2-container).swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: -10 !important;
    place-self: center center;
}

div:where(.swal2-container) .swal2-html-container {
    color: #7081b9;
}

div:where(.swal2-container) .swal2-html-container {
    text-align: inherit !important;
}



.logo-text {
    font-family: "Poppins";
    color: #9b52c9;
    font-size: 40px;
    font-weight: 700;
}

ul.steppedprogress li{
    text-transform: capitalize !important;
}

.chart-report-card h3, .report-card h3 {
    font-weight: 400;
    font-size: 20px;
}

div:where(.swal2-container) .swal2-html-container {
    overflow: hidden !important;
}

.profile-pic-container{
    height: 128px; 
    width: 128px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

td a{
    color: #0a53be !important;
}

.edit-button-overlay {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    z-index: 2;
    color: white;
}

.edit-button-overlay a{
    color: white;
}

.confirm-repayment{
    margin-top: 2rem;
    font-size: 23px;
    text-align: center;
}

.input-group-text{
    height: 40px;
}

.embed-container .embedding-footer {
    display: none !important;
}

.nav-item .noti-icon-badge{
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    padding: 2px 4px 2px;
    font-size: 9px;    
}

.custom-control {
    padding-left: 0;
}

.auth-logo-dark, .auth-logo-light {
    max-height: 42px;
}

.btn-custom {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}

p, text {
    font-family: "Poppins", sans-serif !important;
}

text {
    font-size: 12px !important;
}

.highcharts-credits {
    display: none !important;
}
