.ort-loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    border-radius: 4px;
}

.ort-loading-zindex {
    z-index: 10;
}

.ort-loading svg{
    width: 50px;
    height: auto;
    color: #437edd;
}

.ort-loading-min-height {
    min-height: 50vh;
}

.ort-icon-loading {
    height: 40px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    z-index: 2;
    background: #FFF;
}

.ort-icon-loading svg{
    width: 20px;
    color: #707275;
}