.card {
    border: 1px solid #ccc !important;
}

.card-header {
    background-color: #E3E3E3 !important;
    color: #777 !important;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem !important;
}

.nav-link_mahim {
    color: #000000 !important;

    }	 
.nav-link.active{
    color: rgb(228, 6, 6) !important;
    background-color: rgb(255, 255, 255) !important;
border-radius : 0.5rem 0.5rem 0  0 !important;
}
.x_nav-link:hover{
    color: rgb(190, 174, 90) !important;
    /* background-color: rgb(255, 255, 255) !important; */
/* font-weight: bold; */
border-radius : 0.5rem 0.5rem 0  0 !important;
}
.x_nav-link.active:hover{
    color: rgb(228, 6, 6) !important;
    /* background-color: rgb(255, 255, 255) !important; */
/* font-weight: normal !important; */
border-radius : 0.5rem 0.5rem 0  0 !important;
}

.nav_tabs{
    background-color: #D1EEEE !important;
    border-radius: 0.5rem 0.5rem 0  0 !important;
    padding: 0.5rem 1rem 0rem 1rem !important;
    margin-bottom: 0.5rem !important;

}

/* TODO: padding: 25px 50px 75px 100px;
top padding is 25px
right padding is 50px
bottom padding is 75px
left padding is 100px */