.title-header {
    top: 0;
    padding: 22px 10px;
    color: black;
}


/* TOOLTIP BTN ICON*/
.tooltip-icon {
    position: relative;
    display: inline-block;
    padding: .47rem .75rem;
}

.tooltip-icon .tooltip-text {
    visibility: hidden;
    min-width: 90px;
    background-color: var(--vz-primary);
    font-size: 1em;
    font-weight: 450;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3.7px;
    position: absolute;
    z-index: 9999;
    top: 118%;
    left: 95%;
    margin-left: -60px;
}

.tooltip-icon .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -3px;
    border-width: 3px;
    border-style: solid;
    border-color: transparent transparent var(--vz-primary) transparent;
    z-index: 9999;
}

.tooltip-icon:hover .tooltip-text {
    visibility: visible;
}

.form-group.required .control-label:after {
    content:" *";
    color:red;
}


.btn-primary {
    color: #fff;
    background-color: #556ee6;
    border-color: #556ee6
}

.dataTable table thead {
    background-color: #f7d560;
}

.datatable_1 thead {
    background-color: #f7d560;
}
.datatable_2 thead {
    background-color: #f7d560;
}

.datatable_3 thead {
    background-color: #f7d560;
}

.datatable_4 thead {
    background-color: #f7d560;
}

.datatable_scroll thead {
    background-color: #f7d560;
}

.datatable_scroll_edit thead{
    background-color: #f7d560;
}

#datatable thead {
    background-color: #f7d560;
}

#datatable_gred thead {
    background-color: #f7d560;
}

#datatable_ganjaran thead {
    background-color: #f7d560;
}

.datatable_kehadiran thead {
    background-color: #f7d560;
}

.datatable_ajax thead {
    background-color: #f7d560;
}

table thead  thead.bg-gradient{
    background-color: #f7d560;
}

.bg-mustard{
    background-color: #f7d560;
}

.center {
    margin: auto;
    width: 20%;
    padding: 10px;
}

.btn-light {
    background-color: #c2c5c7;
    color: white;
    --vz-btn-hover-bg: #A8ACAF;
}

/* Hide the arrow added by Popper.js */
.dropdown-toggle::after {
    display: none;
}

/* Center loading spinner */
.tmp-loading {
    border: 20px solid rgb(211, 211, 211);
    position: absolute;
    left: 45%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border-top: 1px solid #eb4335;
    border-bottom: 1px solid #4285f4;
    border-right: 1px solid #fbbc05;
    border-left:1px solid #34a853;
}

/* Example checkbox display :
    Status Penjawatan*     []Tetap           []Kontrak
                           []Sambilan        []Praktikal
    *boleh refer SenaraiLaporanElaun
*/
.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    flex: 0 0 50%; /* Two items per row */
    margin-bottom: 10px; /* Adjust spacing between rows */
}

.flex-item input[type="checkbox"] {
    margin-right: 5px; /* Adjust spacing between checkbox and label */
}

/* 3 columns per row */
.flex-item-3 {
    flex: 0 0 33.33%; /* Three items per row */
    margin-bottom: 10px; /* Adjust spacing between rows */
}

.flex-item-3 input[type="checkbox"] {
    margin-right: 5px; /* Adjust spacing between checkbox and label */
}

.readonlybg:read-only {
    background-color: var(--vz-tertiary-bg);
    opacity: 1;
}


/* End checkbox display */
@media (max-width: 1000px) {
    .block_dashboard{
        display: block;
    }
}

.disabled-field_custom {
    background-color: #eff2f7 !important;
    color: #212529 !important;
    border: 1px solid #ced4da !important;
    cursor: default !important;
}
.disabled-field_custom:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Style to make the checkbox look disabled */
.readonly-checkbox {
    pointer-events: none; /* Prevent interaction */
    opacity: 0.6; /* Make it look grayed out, like disabled */
}

.readonly-checkbox:checked {
    background-color: #ccc;
}

