body{
    background-color: #fff1e5!important;
}

.text-pink, .nav-link, .dropdown-item{
    color: #f2dfce !important;
}

.dropdown-item:focus, .dropdown-item:hover{
    color: #1e1e2d !important;
    background-color: #f2dfce !important;
    text-decoration: none !important;
}

.data-tr:nth-child( odd ){
    background-color: #f2dfcf!important;
}

.custom-search-button{
    color: #f2dfd0;
    border-color: #f2dfd0;
}

.thead-custom{
    background-color: #1e1e2d !important;
    color: #f2dfce !important;
}

.thead-custom-odd{
    background-color: #f2dfcf !important;
    color: #1e1e2d !important;
}

.custom-search-button:hover,
.custom-search-button:active{
    color: #212529;
    background-color: #f2dfd0;
    border-color: #f2dfd0;
}

.custom-search-button:focus{
    border-outline: none;
    box-shadow: 0 0 0 0.25rem rgb(255 241 230);
}
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.ui-accordion .ui-accordion-content {
    overflow: inherit !important;
}

