.modal-wrapper{inset:0;position:fixed;width:100%;z-index:1001}.modal-wrapper .modal-overlay{background:var(--theme-overlay-surface,#000);inset:0;opacity:.6;position:fixed}.modal-wrapper .modal{background-color:var(--theme-modal-surface,#09121a);border:1px solid var(--theme-app-border,#1a3249);margin:auto;max-width:400px;position:relative;top:50px;width:90%}@media (min-width:545px){.modal-wrapper .modal{width:400px}}.modal-wrapper .modal .header{align-items:center;background-color:var(--theme-section-surface,#222a31);display:flex;flex-flow:row nowrap;justify-content:space-between;padding:12px 16px}.modal-wrapper .modal .header .title{font-size:18px;font-weight:500}.modal-wrapper .modal .header .close-icon{cursor:pointer;height:24px;width:24px}.modal-wrapper .modal .content{padding:0 16px;text-align:center}.modal-wrapper .modal .content .signin-image{height:120px;margin:28px;width:120px}.modal-wrapper .modal .content .text{font-size:16px;font-weight:500}.modal-wrapper .modal .content .text span{display:inline-block}.modal-wrapper .modal .content .redirect-button{background-color:var(--theme-button-primary,#0e75d2);border:none;color:var(--theme-button-text,#fff);cursor:pointer;font-size:18px;font-weight:700;margin-bottom:20px;padding:10px 24px;text-align:center;text-decoration:none;transition-duration:.4s;transition-property:background,background-color,color;width:100%}.modal-wrapper .modal .content .redirect-button:hover{background-color:var(--theme-button-primary-hover,#0b5aa2)}.modal-wrapper .modal .content a,.modal-wrapper .modal .content a:hover,.modal-wrapper .modal .content a:visited{color:var(--theme-text-anchor,#0e75d2);cursor:pointer;font-weight:700;-webkit-text-decoration:var(--theme-anchor-decoration,none);text-decoration:var(--theme-anchor-decoration,none);text-decoration:none;transition-duration:.4s;transition-property:color;vertical-align:baseline}.modal-wrapper .modal .content a:hover,.modal-wrapper .modal .content a:hover:hover,.modal-wrapper .modal .content a:visited:hover{color:var(--theme-text-anchor-hover,#238ff0);cursor:pointer;text-decoration:none}
