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


 .uiPopup_1 {
     z-index: 2000001;
 }

 .uiPopup_1_backdrop {
     z-index: 2000000;
 }


 .uiPopup_1_footer {
     min-height: 32px;
 }




 .uiPopup_1.uiPopup_1__theme1 {
     background-color: white;
 }

 .uiPopup_1.uiPopup_1__theme2 {
     background-color: black;
 }

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

 .uiPopup_1.uiPopup_1__theme3 .uiPopup_1_body {
     height: calc(100% - 100px);
 }

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

 .uiPopup_1.uiPopup_1__theme4 .uiPopup_1_body {
     height: calc(100% - 92px);
 }

 .uiPopup_1.uiPopup_1__theme4 .uiPopup_1_footer {
     display: flex;
     align-items: center;
     justify-content: center;
     min-height: 50px;
     padding: 0px 2% 0px 2%;
 }

 .uiPopup_1.uiPopup_1__theme4 .uiPopup_1_footer .wrap-full {
     padding-top: 6px;
     padding-left: 16px;
     padding-right: 16px;
 }


 .uiPopup_1.uiPopup_1__theme5 {
     background-color: white;
 }

 .uiPopup_1.uiPopup_1__theme5 .uiPopup_1_body {
     width: calc(100% - 4%);
     height: calc(100% - 120px);
     padding: 0px 2%;
 }

 .uiPopup_1.uiPopup_1__theme5 .uiPopup_1_footer {
     min-height: 10px;
 }

 .uiPopup_1.uiPopup_1__theme5 .uiPopup_1_body .ui-body-footer {
     position: fixed;
     top: auto;
     bottom: 16px;
     width: calc(100% - 5%);
     height: 40px;
 }




 .uiPopup_1.uiPopup_1__theme6 {
     background-color: white;
 }

 .uiPopup_1.uiPopup_1__theme6 .uiPopup_1_body {
     width: calc(100% - 4%);
     height: 100%;
     padding: 0px 2%;
 }

 .uiPopup_1.uiPopup_1__theme6 .uiPopup_1_footer {
     min-height: 10px;
 }





 .uiPopup_1.uiPopup_1__themeHelpVideo {
     background-color: white;
     border-radius: 0px;

 }

 .uiPopup_1.uiPopup_1__themeHelpVideo .uiPopup_1_body {
     margin: 0px;
 }

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

 .uiPopup_1.uiPopup_1__themeDocumentPreview ._iClose>div {
     background-color: black;
     padding: 4px;
 }

 .uiPopup_1.uiPopup_1__themeDocumentPreview ._iClose>div:before {
     color: white;
 }

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

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

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

 .uiPopup_1_body_nav .btn.uiPopup_1_body__btnTabA,
 .uiPopup_1_body_nav .btn.uiPopup_1_body__btnTabA>div {
     color: #8fc7ff;
 }

 .uiPopup_1_body_nav .btn.uiPopup_1_body__btnTabA:hover,
 .uiPopup_1_body_nav .btn.uiPopup_1_body__btnTabA>div:hover {
     color: #8fc7ff;
 }

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

 .uiPopup_1_header_title {
     padding-left: 16px;
 }

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