.loaderModal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999 !important;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
}
.loaderModalDiv {
    text-align: center;
    top: calc(50% - 40px) !important;
    left: calc(50% - 40px) !important;
    position: absolute;
}
.loaderModalDiv .ball-clip-rotate-multiple > div {
    border: 2px solid white;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.loaderModalDiv .ball-clip-rotate-multiple > div:last-child {
    border-color: white transparent white transparent;
}
.form-check-input[type="checkbox"] {
    border-color: #5b73e8;
}
.form-control,
.select2-container .select2-selection--single {
    border: var(--bs-border-width) solid #d1cfcf;
}
