/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 body .hidden {
    display: none !important;
 }

.mt-1 {
    margin-top: 1rem !important;
 }

.mt-2 {
    margin-top: 2rem !important;
 }
.mt-3 {
    margin-top: 3rem !important;
 }
.mt-4 {
    margin-top: 4rem !important;
 }
.mt-5 {
    margin-top: 5rem !important;
}
.mr-1 {
    margin-right: 1rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}


/*main site*/
#form-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1000;
}

#form-loader .loader {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}