/* your styles go here */

.green{
    color:green;
}

.red{
    color:red;
}

.blue{
    color:blue;
}
.site_green{
    color:#33b35a;
}

.headking{
    border:1px solid black;
    margin-bottom: 20px;
    padding: 5px;
}


.nav-link:focus, .nav-link:hover {
    color: limegreen !important;
}

.for_active{
    color: #E91E63 !important;
    
}

.card_color{
    color:white !important;
  background-color: #393836;
  }


.side-navbar li button {
    position: relative;
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    
    width: 100% !important;
    background: transparent;
    padding: 0px;
    text-align: left;
    border: 0px !important;
}
.side-navbar li button:hover {
    background: #33b35a;
    color: #fff;
    text-decoration: none;
}

.dropdown-menu {
    right: 0 !important;
}
.hr-dropdown {
    width: 790px !important;
}