.modal{display:block;align-content:center;position:fixed;z-index:99;padding:5px;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4)}.modal-content{position:absolute;background-color:#fefefe;border-radius:5px;top:30%;left:35%;width:25%;height:221px;box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}.MainPopUpHeader{display:flex;border-radius:inherit;height:38px;flex-direction:column}.SuccesBc{background:#82ce34}.ErrorBc,.SuccesBc{border-top-right-radius:5px;border-top-left-radius:5px;height:inherit;padding:5px}.ErrorBc{background:#ee3535}.WarnBc{background:#eda645;border-top-right-radius:5px;border-top-left-radius:5px;height:inherit;padding:5px}.SuccesBcFooder{background:#82ce34}.SuccesBcFooder,.WarnBcFooder{height:inherit;padding:5px;border-radius:inherit}.WarnBcFooder{background:#eda645}.ShowIconPopup{cursor:pointer;margin-left:21px;margin-top:3px;position:absolute}.popUpBody{background:#fff;height:147px;padding:5px}.clearBoth{clear:both}.popUpFooter{display:flex;flex-direction:column;border-bottom-right-radius:5px;border-bottom-left-radius:5px;height:35px}.close{color:#f44336;float:right;font-size:28px;font-weight:700;display:inline-block;margin-top:-5px;margin-right:7px}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer}.closeOk{color:#f44336;font-size:28px;font-weight:700;margin-left:41%;background-color:#FFFFFF;border:0;border-radius:.5rem;box-sizing:border-box;color:#111827;font-family:Inter var,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-weight:600;line-height:.25rem;padding:.75rem 1rem;text-align:center;-webkit-text-decoration:none #D1D5DB solid;text-decoration:none #D1D5DB solid;text-decoration-thickness:auto;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);cursor:pointer;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation}.closeOk:focus,.closeOk:hover{color:#000;text-decoration:none;cursor:pointer}@media screen and (max-width:500px){.modal-content{top:30%;left:5%;width:90%}}