
#loadingDiv {
    display: none;
    position: absolute;
    cursor: wait;
    width: 145px;
    height: 145px;
    line-height: 145px;
    text-align: center;
    z-index: 103;
    background: #fff url(./images/loading.gif) no-repeat scroll 5px 10px;
    border: 2px solid #95B8E7;
    color: #cdcdcd;
    left: 43%;
    top: 35%;
}

#cover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background-color: #fff;
    opacity: 0.6;
    height: 100%;
}

.form-control, .form-check-input {
    border: var(--bs-border-width) solid var(--bs-gray-700) !important
}

.error-input, .error {
    border: solid 2px red !important;
}
