.spinner-grow{
    margin-left: 5px;
    display: none;
}

.spn_error {
    font-size: 14px;
    color: red;
}

.fa-eye, .fa-eye-slash{
cursor: pointer;
}

.nav-link.active{
   color: #4A8D94 !important;
}

.nav-link.active{
    color: #4A8D94 !important;
}
.navbar-nav>.nav-item>.nav-link.active{
    color: rgba(0, 0, 0) !important;
    /*color: #60C0D3 !important;*/
}
.navbar-light .navbar-nav .nav-link {
    color: white;
}

.nav-sidebar>.nav-item>.nav-link.active {
    background-color: rgba(0, 0, 0, .1) !important;
}

.nav-icon{
    font-size: 1.1rem !important;
}

.btn-primary {
  background:  #4A8D94 !important;
    border:none !important;
}

.navbar-kb{
    background-color: #4B8C94;
    color: white !important;
}

.back-to-top{
    margin-right: 80px;
}