.mainPageLoader {
    background: url('../img/loader.gif') no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color: #ffffff8c;

}

.server-invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: var(--vz-form-invalid-color);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem !important;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}


.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem !important;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    /* Ensure this is what you want */
}

.custom-is-invalid {
    border-color: var(--vz-form-invalid-border-color) !important;

}

[data-upload-id="orgUserProfileImage"] .image-preview {
    border-radius: 50% !important;
    width: 13.5rem !important;
    height: 13.5rem !important;
}

[data-upload-id="orgUserProfileImage"] .label-container {

    display: none;
}

[data-upload-id="orgUserProfileImage"] .input-container {

    display: none;
}

.deletePreviewImage {


    position: absolute;
    /* bottom: 90px; */
    /* left: 36%; */
    transform: translateX(-50%);
    font-size: 24px;
    color: #f50202;
    cursor: pointer;
    /* right: 37px; */
    top: 50%;
    transform: translateY(-50%);
    left: 41%;

}



.product-compare-td {
    min-width: 20% !important;
    width: 20% !important;
    max-width: 20% !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

.select2-results {
    display: block;
    max-height: 189px;
    overflow-y: auto;
    scrollbar-width: thin;
}