.ajaxLoader {
    background: url('../images/ajax-loader.gif') no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color: #ffffff8c;
    display: none;
}

.commission-tbl td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.commission-tbl td>input {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

select.no-select {
    pointer-events: none;
}

.scrollable-div {
    height: 700px;
    overflow: auto;
}

ul.ui-autocomplete {
    z-index: 1100;
}

input:read-only {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}
.color-box {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #000;
    border-radius: 5px;
}
    