.uiPopup_2 {
    display: none;
    position: absolute;
    box-shadow: 4px 8px 20px 2px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.uiPopup_2 {
    z-index: 2000011;
}

.uiPopup_2_backdrop {
    z-index: 2000010;
}

.uiPopup_2_footer {
    min-height: 32px;
}

.uiPopup_2.uiPopup_2__theme1 {
    background-color: white;
}

.uiPopup_2.uiPopup_2__theme2 {
    background-color: black;
}

.uiPopup_2.uiPopup_2__theme3 {
    background-color: white;
    border-radius: 0px;
    box-shadow: 4px 0px 32px 2px rgba(0, 0, 0, 0.2);
}

.uiPopup_2.uiPopup_2__theme3 .uiPopup_2_body {
    height: calc(100% - 100px);
}

.uiPopup_2.uiPopup_2__theme4 {
    background-color: white;
    border-radius: 0px;
    box-shadow: 4px 0px 32px 2px rgba(0, 0, 0, 0.2);
}

.uiPopup_2.uiPopup_2__theme4 .uiPopup_2_body {
    height: calc(100% - 92px);
}

.uiPopup_2.uiPopup_2__theme4 .uiPopup_2_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0px 2% 0px 2%;
}

.uiPopup_2.uiPopup_2__theme4 .uiPopup_2_footer .wrap-full {
    padding-top: 6px;
    padding-left: 16px;
    padding-right: 16px;
}

.uiPopup_2.uiPopup_2__theme5 {
    background-color: white;
}

.uiPopup_2.uiPopup_2__theme5 .uiPopup_2_body {
    width: calc(100% - 4%);
    height: calc(100% - 120px);
    padding: 0px 2%;
}

.uiPopup_2.uiPopup_2__theme5 .uiPopup_2_footer {
    min-height: 10px;
}

.uiPopup_2.uiPopup_2__theme5 .uiPopup_2_body .ui-body-footer {
    position: fixed;
    top: auto;
    bottom:16px;
    width: calc(100% - 5%);
    max-width: 1000px;
    height: 40px;
}

.uiPopup_2.uiPopup_2__themeDocumentPreview {
    background-color: #adadad;
    border-radius: 0px;
    box-shadow: 4px 0px 32px 2px rgba(0, 0, 0, 0.2);
}

.uiPopup_2.uiPopup_2__themeDocumentPreview ._iClose > div {
    background-color: black;
    padding: 4px;
}

.uiPopup_2.uiPopup_2__themeDocumentPreview ._iClose > div:before {
    color: white;
}

.uiPopup_2_backdrop {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.uiPopup_2_body {
    min-height: 100px;
    height: calc(100% - 74px);
    margin-right: 9px;
}

.uiPopup_2_body .uiS > div {
    position: relative;
    height: inherit;
}

.uiPopup_2_body_nav .btn.uiPopup_2_body__btnTabA,
.uiPopup_2_body_nav .btn.uiPopup_2_body__btnTabA > div {
    color: #8fc7ff;
}

.uiPopup_2_body_nav .btn.uiPopup_2_body__btnTabA:hover,
.uiPopup_2_body_nav .btn.uiPopup_2_body__btnTabA > div:hover {
    color: #8fc7ff;
}

.uiPopup_2_header {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 4px;
}

.uiPopup_2_header_title {
    padding-left: 16px;
}

.uiPopup_2_left {
    top: 0;
    left: 0;
    transform: translate(0, 0);
}