.modalStateService{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}.modalStateService__wrapper{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:500px;max-height:100vh;background:#212134;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,.5);z-index:150;overflow:auto}.modalStateService__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:62px;padding:0 16px;background:#32324d;border-radius:4px 4px 0 0;border-bottom:1px solid #666687}.modalStateService__title{font-size:16px;font-weight:700;color:#eaeaef}.modalStateService__close{display:flex;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;background:#181826;border-radius:4px;border:1px solid #4a4a6a;cursor:pointer}.modalStateService__icon{font-size:12px;color:#a5a5ba}.modalStateService__body{width:100%;height:calc(100% - 128px)}.modalStateService__footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:66px;padding:0 16px;background:#32324d;border-radius:0 0 4px 4px;border-top:1px solid #666687}.modalStateService__button{width:100px;height:37px;font-size:14px;color:#eaeaef;background:linear-gradient(84.4deg,#ea4e44 .07%,#db225a);border:none;border-radius:4px;cursor:pointer}.modalStateService__button--cancel{background:#212134;border:1px solid #666687}.modalStateService__button--disabled{color:#a5a5ba;opacity:.5;cursor:not-allowed}.modalStateService__background{width:100%;height:100%;background:rgba(0,0,0,.5)}.modalEmail__body{text-align:center}.modalEmail__description{padding:1em;color:#eaeaef;font-size:normal}.modalEmail__formInput{padding:10px 16px;color:#eaeaef;border:1px solid #4a4a6a;border-radius:4px;background:#212134;margin-bottom:20px}.modalEmail__formInput::-moz-placeholder{color:#a5a5ba;font-size:14px}.modalEmail__formInput::placeholder{color:#a5a5ba;font-size:14px}