﻿[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    visibility: hidden !important;
}

/*.modal__content {
    background: #fff;
    max-height: 80vh;
}

.modal__body {
    max-width: 79rem;
    width: 100%;
    margin: 0 auto;
}

.modal__scroll {
    position: relative;
    scrollbar-color: rgba(25, 27, 29, .5) rgba(25, 27, 29, .1);
    scrollbar-width: thin;
    max-height: calc(80vh - 27rem);
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    margin-left: -1.7rem;
    margin-right: -2.5rem;
}

.modal__form-footer--justify-space-between {
    justify-content: space-between;
}

.modal__form-footer {
    display: flex;
    justify-content: center;
}

.modal__delimeter {
    margin: 4rem auto;
    max-width: 83rem;
}*/
