/* Theme Name: Customtheme Author: sreeja Author URI:  */
/***Home Page css***/


:root {
    --primary-color:#42083c;
    --secondary-color:#99be05;
    --third-color:#ffffff;
    --forth-color:#000;
    --fifth-color:#494949;
   

}



.filled-nav-tabs li a {
    background-color:skyblue;
    color: black;
    width:100%;  
    font-weight:300; 
    word-spacing:3px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff!important;
    background-color:purple !important;
    border-radius: 0px !important;
    font-weight: 300 !important;
    height: 100% !important;
    width:100%; 
    word-spacing:3px;
}

.table {
    border-collapse:separate !important;
}
/* .panelmem{
    color:#42083c;
}
.panelmem:hover{
    color:#1e4567;
} */