.navbar-brand .max-h-60{
    height: 60px !important;
}

.sidebar-toggle-btn:hover{
    color: #005BA3;
}

.navbar-vertical-content-custom{
    background: #005BA3;
    height: calc(100% - 3.75rem) !important;
}

.menu-search-box{
    background: rgba(153, 167, 186, 0.1);
    border: none;
    border-bottom: 2px solid rgba(233, 243, 255, 0.4);
    border-radius: 5px;
    color: #99a7ba !important;
}

.menu-search-box:focus{
    border-bottom: 2px solid #ffec00;
}

.card{
    border-radius: 5px;
}

.card-header {
    border-bottom: 1px dashed #f4f4f4;
    box-shadow: none;
}

.tio-circle.nav-indicator-icon{
    width: 8px !important;
    height: 4px !important;
    border-radius: 2px;
    background-color: #fff;
    flex: unset;
    margin-right: 10px;
}

.business-analytics-custom{
    border: 1px dashed rgba(180, 208, 224, 0.5);
    box-shadow: none;
}

.business-analytics-custom img{
    width: 50px !important;
}

.login-bg-wrapper{
background-image: url("../img/login-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.login-bg-wrapper-inner{
    width: 100%;
    height: 100%;
    background-color: rgba(240, 240, 240, 0.9);
}