﻿.loadingSpinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loadingModal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 50;
    display: none;
}

#toast-container > .toast-warning-orange {
    background-color: #fd7e14;
    color: #fff;
}