.confirmation-form{background-color:#00000080;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.confirmation-form.active{justify-content:center;align-items:center;gap:0;display:flex}.confirmation-form .wrapper{background-color:#fff;border-radius:8px;max-width:650px;padding:20px 80px;box-shadow:0 0 15px #72727259}.confirmation-form .wrapper .close-confirmation{cursor:pointer;width:30px;height:30px;position:absolute;top:10px;right:10px}.confirmation-form .wrapper .step{display:none}.confirmation-form .wrapper .step.active{flex-direction:column;align-items:center;gap:16px;display:flex}.confirmation-form .wrapper .step p{color:#494949;font-size:16px;font-weight:700}.confirmation-form .wrapper .step>span{color:#89898a;text-align:center;font-size:14px;font-weight:400}.confirmation-form .wrapper .step .divided{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.confirmation-form .wrapper .step .divided>div{cursor:pointer;border:1px solid #0000001a;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:12px 36px;transition:all .25s;display:flex}.confirmation-form .wrapper .step .divided>div:hover{border:1px solid #0000004d}.confirmation-form .wrapper .step .divided>div span{color:#89898a;text-align:center;font-size:14px;font-weight:400;line-height:16px}.confirmation-form .wrapper .step .divided>div span.mail,.confirmation-form .wrapper .step .divided>div span.phone-number{color:#016fd0;margin-top:-6px}.confirmation-form .wrapper .step .input{width:100%}.confirmation-form .wrapper .step .input .password-input{position:relative}.confirmation-form .wrapper .step .input .show-password{cursor:pointer;aspect-ratio:1;justify-content:center;align-items:center;gap:0;height:100%;display:flex;position:absolute;top:0;right:0}.confirmation-form .wrapper .step .btn{color:#fff;cursor:pointer;text-align:center;background-color:#0f1111;border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;gap:0;width:100%;padding:12px 30px;font-size:14px;font-weight:600;display:flex}.confirmation-form .wrapper .step .btn.center{justify-content:center}.confirmation-form .wrapper .step .re-send{color:#016fd0;cursor:pointer;padding-bottom:16px;font-size:16px;font-weight:500;transition:all .25s}.confirmation-form .wrapper .step .re-send span{display:none}.confirmation-form .wrapper .step .re-send:hover{color:#003a6d}.confirmation-form .wrapper .step .re-send.active{cursor:not-allowed;color:#667085!important;pointer-events:none!important}.confirmation-form .wrapper .step .re-send.active span{display:inline-block}.disabled-element{opacity:.6;cursor:not-allowed!important}@media (max-width:768px){.confirmation-form .wrapper{max-width:calc(100vw - 32px);margin:0 16px;padding:16px 16px 32px}.confirmation-form .wrapper .divided{flex-direction:column;display:flex!important}.confirmation-form .wrapper .divided>div{width:100%}.confirmation-form .wrapper .step .re-send{padding-bottom:0}}
