.custom-modal-mask{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9990;background:#21254b66;width:100vw;height:100vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-modal{z-index:9999;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-modal .custom-modal-content{background:#fff;border-radius:10px;flex-direction:column;width:fit-content;height:fit-content;display:flex}.custom-modal .custom-modal-content .custom-modal-header{background:#f8f8fa;border-radius:10px 10px 0 0;justify-content:space-between;align-items:center;height:45px;padding:20px 11.5px;display:flex}.custom-modal .custom-modal-content .custom-modal-header .custom-modal-header-title{color:#231f20;margin:0;padding:0;font-family:Open Sans;font-size:16px;font-style:normal;font-weight:600;line-height:22px}.custom-modal .custom-modal-content .custom-modal-header .custom-modal-header-close{cursor:pointer;z-index:9991;pointer-events:auto;background:0 0;border:0;width:32px;height:32px;position:relative}.custom-modal .custom-modal-content .custom-modal-header .custom-modal-header-close svg{fill:#231f20}.custom-modal .custom-modal-content .custom-modal-body{height:100%;padding:20px 20px 5px}.custom-modal .custom-modal-content .custom-modal-footer{justify-content:flex-end;align-items:center;gap:1rem;padding:5px 20px 20px;display:flex}.custom-modal-dark .custom-modal-content{background-color:#1f212d;overflow:hidden}.custom-modal-dark .custom-modal-content .custom-modal-header{background-color:#12131b}.custom-modal-dark .custom-modal-content .custom-modal-header .custom-modal-header-title{color:#fff}.custom-modal-dark .custom-modal-content .custom-modal-header .custom-modal-header-close svg{fill:#fff}.custom-modal-dark .custom-modal-content .custom-modal-body{background-color:#1f212d}
