﻿.modal, .modal-backdrop {
    position: absolute;
    background-color: rgba(0,0,0,0.2);
}

#modalSpinnerTextCenter {
    width: 100%;
    position: relative;
    height: 100%;
}

.spinner-border {
    position: fixed;
    top: 50%;
    color: var(--pa2-primary-color);
}

.modal-content {
    border: none !important;
}
