.lightcolor_yellow{
    background-color: #d9ae79 !important;
}.darkcolor_logo{
    background-color: #6f6c67 !important;
}

.lightcolor_yellow_text{
    color: #d9ae79 !important;
}.darkcolor_logo_text{
    color: #6f6c67 !important;
}.so_dark{
    color: #6f6c67 !important;
}
/* loader cenetr align */
.loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    z-index: 9999;
    width: 60%
}
.table thead th {
    padding: 0.75rem 0.5rem !important;
}
