.details-title {
    font-size: 2em;
}

.loan-active {
    background: #DCFBCE;
    border-radius: 4px;
    padding: 1px 15px 1px 15px;
}

.text {
    font-weight: 700;
}

.line {
    margin-top: 6em;
}

.title {
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: 700;
}

.profile-img {
    max-width: 15em;
    max-height: 13em;
}

.img-pdf {
    width: 12em;
}

.arrow {
    margin-top: 0.9em;
}

.breadcrumb{
    /* background: bisque; */
    background-color: transparent;
    margin-bottom: 0;
}


/*# sourceMappingURL=loan.css.map */


/* assistro pink */ 
.bg-assistro-primary{
    background: #eb595a !important;
}

.bg-assistro-light-primary{
    background-color: #fbf2f2 !important;
}

.text-assistro-primary {
    color: #eb595a !important;
}

.border-assistro-primary{
    border-color: #eb595a !important;
}

/* assistro black */
.bg-assistro-black {
    background: #171717  !important;
}

.text-assistro-black {
    color: #171717  !important;
}

.border-assistro-black {
    border-color: #171717  !important;
}

/* assistro grey */
.bg-assistro-grey {
    background: #70717B  !important;
}

.text-assistro-grey {
    color: #70717B  !important;
}

.border-assistro-grey {
    border-color: #70717B  !important;
}


/* assistro bg */

.bg-assistro-content{
    background: #f5f5f5 !important;
}


.symbol-label{
    background-color: #fbf2f2 !important;
    color: #eb595a !important;
}

.symbol-label-success{
    background-color: #edf4e8!important;
    color: #25D366 !important;
}

.blured{
    filter: blur(3px) !important;
}

.brand{
    height: 80px !important;
}

.breadcrumb-item a{
    color: #eb595a !important;
}

.breadcrumb-item.active {
    color: #171717 !important;
}

.text-hover-assistro:hover{
    color: #eb595a !important;
}

.navi-item:hover span,.navi-link:hover i::before{
    color: #eb595a !important;
}

.btn-assistro-outline{ 
    color: #eb595a !important;
    border: 1px solid #eb595a !important;
}

.btn-assistro-outline>*{
    color: #eb595a !important;
}

.btn-assistro-outline:hover{
    color: #fff !important;
    background: #eb595a !important;
}

.aside-menu .menu-link:hover i::before{
    color: #eb595a !important;
}

.aside-menu .menu-item-active i::before{
    color: #eb595a !important;
}

.aside-menu .menu-link:hover svg{
    fill: #eb595a !important;
}
 
.aside-menu .menu-item:active svg{
    fill: #eb595a !important;
}

.aside-menu .menu-text{
    font-weight: 500 !important;
    font-size: 15px !important;

}

.aside-menu .menu-link{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.aside-menu .menu-nav>.menu-item.menu-item-open>.menu-link .menu-icon {
    fill: #eb595a;
}

.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-heading .menu-icon,
.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-link .menu-icon {
    fill: #eb595a;
}

.w-15{
    width: 15% !important;
}

.image-container img{
    /* min-height: 40px !important; */
    /* min-width: 40px !important; */
    max-height: 32px !important;
    max-width: 32px !important;
    display: flex;
    align-items: center;
}

.wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-icon {
    background-color: #eb595a !important;
}

.wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current]:last-child .wizard-icon,
.wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-icon {
    background-color: #eb595a !important;
}

.wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-number{
    color: #fff !important;
}
.wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current]:last-child .wizard-icon .wizard-check,
.wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-icon .wizard-check {
    color: #fff !important;
}

.wizard-nav{
    padding-bottom: 0 !important;
}

.wizard-content .bordered-top{
    padding-top: 32px !important;
    border-top: 1px solid #ebedf3 !important;
}

.mh-300  {
    max-height: 300px !important;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e8e1e1;
    border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(176, 171, 171)1e1;
}

table tr:hover{
    background-color: #f5f5f5 !important;
}

table thead tr{
    background-color: #f5f5f5 !important;
}

table thead .datatable-row{
    display: inline-block !important;
    padding-left: 9.7px !important;
    padding-right: 9.7px !important;
}

.quick-links{
    padding: 9px 22px !important;
}

.quick-links a {
    margin-bottom: 1px !important;
}

.input-blur {
    filter: blur(1.5px);
    border: 1px solid;
}

.sm-icon-container img{
    max-height: 20px !important;
    max-width: 20px !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    opacity: 1;
    transition: all 0.3s ease;
}

.dataTables_empty {
    text-align: center;
}

.text-decoration-underline{
    text-decoration: underline;
}

.text-decoration-line{
    text-decoration: line-through;
}
.footer-fixed-bottom{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 265px !important;
}

.text-green{
    color: #28a745;
}

.border-assistro-right {
    border-right: 3px solid #eb595a;
}

.bg-assistro-light-primary-1{
    background-color: #ecd6d8 !important;
}

.icon-badge{
    /* width: 10px !important; */
    /* height: 10px !important; */
    top: -5px;
    right: -5px;
}