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

.option-row {
    border: 1px solid darkgray !important;
}

.delete-option {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}