
#loading-overlay {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent gray background */
    z-index: 9999;
    justify-content: center;
    align-items: center;
    right:0;
    bottom:0;
    display:none;

}

#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height:100vh;
}
.field-validation-error {
    color: red;
}

.hide-content {
    display: none;
}

.show-content {
    display: inline-block;
}
.error-message
{
    color:red;
}
.disable-content {
    cursor:none;
    pointer-events: none;
}
.list-unstyled li:hover {
    color: #FF9211 !important;
}

.list-unstyled li.Selected {
    color: #FF9211 !important;
}
.readonly-control {
    background-color: #f0f0f0; /* Change the background color to visually indicate it's disabled */
    pointer-events: none; /* Prevent interactions */
}
.field-validation-valid {
    color: red;
}
.div.clock.small div.time {
    color: #fff !important;
}

.div.clock.small div.date {
    color: #fff !important;
}

.uploadqrcode_input {
    cursor: pointer;
}

    .uploadqrcode_input input {
        position: absolute;
        visibility: hidden;
        width: 0;
    }

    .uploadqrcode_input img.gallery-pic-main {
        width: 120px;
        height: 120px;
    }