.nav-underline .nav-link {
    color: #0b6f77 !important;
    transition: 0.5s;
}
.nav-underline .nav-link.active{
    color: #c69a47 !important;
    transition: 0.5s;
}
.nav-link i{
    color: #d7d7d7 !important;
    transition: 0.5s;
}
.nav-underline .nav-link.active i{
    color: #c69a47 !important;
    transition: 0.5s;
}
.text-brown{color: #c69a47;}
.border-kfu-100{border-bottom: 2px solid #0b6f77; width: 100px;}
.custom-icon-bg{
    width: 80px;
    height: 80px;
    background-color: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    outline: 1px dashed #005673;
    outline-offset: 0.3rem;
    margin: 0 auto 1rem;
}
.max-w-1000{max-width: 1000px;}
.m-breadcrumb {
    margin: .3rem !important;
}
.breadcrumb-item+.breadcrumb-item::before{display: none;}
.mt-custom{margin-top: .7rem;}
.mt-custom2{margin-top: .8rem;}
.btn-kfu-solid{background-color: #0b6f77 !important;
    color: #fff !important;
    --bs-btn-disabled-color: #000;
    transition: .5s;}
.btn-kfu-solid:hover,.btn-kfu-solid:focus{background-color: #c69a47 !important;}
.btn-brown-solid{background-color: #c69a47 !important;
    color: #fff !important;
    --bs-btn-disabled-color: #000;
    transition: .5s;}
    .btn-brown-solid:hover,.btn-brown-solid:focus{background-color: #0b6f77 !important;}
    .tab-space {
        white-space: nowrap;
    }
    .tab-overflow{flex-wrap: nowrap;}
    .tab-space::-webkit-scrollbar{ height: 4px !important;background-color: #EBEAF0;}
.tab-space::-webkit-scrollbar-thumb{background-color: #adc3c8;}
.custom-indicator{bottom: -2rem; margin-bottom: auto;}
.custom-indicator [data-bs-target]{background-color: #0b6f77 !important;}

