.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;
}

.help-block ul[role="alert"] {
    color: red !important;
}

.dt-wrap {
    white-space: normal !important;
    word-break: break-word;
}

input:read-only {
    background-color: #c9dcec47;
    opacity: 1;
    z-index: 1;

}
.progress {
    height: 30px;
    border-radius: 10px;
    background-color: #f2f2f2;
    /* Light background */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
}

.progress-bar {
    background-color: #28a745;
    /* Green background */
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    /* Smooth border radius */
    transition: width 0.5s ease-in-out;
    /* Smooth progress transition */
}