.progress-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black background */
    z-index: 9999; /* ensure it's on top of everything */
    display: none; /* initially hidden */
}
  
.spinner-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dataTables_processing {
    display: none;
    width: 0;
    padding: 0;
    border: none;
}

.web-text-color, .web-text-color:hover, .web-text-color:active {
    color: #cd7f32;
}

.web-bg-color {
    background: #cd7f32;
}

.text-yellow {
    color: #ebe51d;
}

.bg-yellow, .bg-yellow:hover, .bg-yellow:active, .bg-yellow:focus, .bg-yellow:target, .bg-yellow:focus-visible {
    background-color: #ebe51d !important;
    font-weight: 600;
    color: #212529 !important;
}

.form-control-fs-16 {
    font-size: 16px;
}

.bg-light-grey {
    background: #dad8d8 !important;
}