.custom-modal-overlay{z-index:9999999;background:0 0;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-in-out forwards fadeInOutOverlay;display:flex;position:fixed;top:0;left:0}@keyframes fadeInOutOverlay{0%{background:0 0}to{background:#00000080}}.custom-modal{border-radius:var(--main-border-radius);-ms-overflow-style:none;scrollbar-width:none;transform-origin:50%;opacity:0;z-index:200;background:#f9fcff;min-width:400px;max-width:90%;max-height:90%;animation:.2s ease-in-out forwards fadeInOut;position:relative;overflow:hidden auto;transform:scale(.8);box-shadow:0 0 10px #0003}.custom-modal::-webkit-scrollbar{display:none}.custom-modal.dark{border-color:var(--border-color-dark);background-color:#1e2337}@keyframes fadeInOut{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.custom-modal-overlay.close{animation-name:fadeOutOverlay}.custom-modal.close{animation-name:fadeOut}@keyframes fadeOutOverlay{to{background:0 0}}@keyframes fadeOut{to{opacity:0;transform:scale(.8)}}.custom-modal-title{justify-content:center;align-items:center;padding-bottom:10px;display:flex}.custom-modal-close{margin-right:auto}.custom-modal-close svg{width:24px;height:24px}.custom-modal-back{margin-left:auto}.custom-modal-back svg{width:24px;height:24px}.modal-position{text-align:center}.custom-modal-close{cursor:pointer;color:#e5e8ec;background:0 0;border:none;width:25px;padding:5px;font-size:16px;top:10px;right:10px}.custom-modal-close.dark{color:#1e2336}.custom-modal-header{background-color:var(--wrapper-background)!important;color:var(--text-color-black)!important}.custom-modal-body{background-color:var(--wrapper-background)!important}.custom-modal-body .text-color-black{color:var(--text-color-black)}.custom-modal-body .text-color.dark-black{color:var(--text-color-white)}
