﻿.career-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: flex-start;
    z-index: 5;
    justify-content: center;
    background: #fff;
    min-height: 600px;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0s linear;
}


    .career-loading.active {
        display: flex;
        visibility: visible;
        opacity: 1;
    }

.career-form-wrap.active {
    display: flex;
    flex-wrap: wrap;
    padding-top: 34px;
    position: relative;
    min-height: 600px;
}
