.checkmark{width:30px}.checkmark,.checkmark_register{stroke:#4CAF50;stroke-width:4;stroke-miterlimit:10;animation:scaleIn .3s ease forwards;overflow:visible;animation:ANIMATION-MAIN 1s}.checkmark_register{width:90px}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:4;stroke-miterlimit:10;stroke:#4CAF50;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark__check{stroke-dasharray:48;stroke-dashoffset:48;stroke-linecap:round;stroke-linejoin:round;animation:stroke .3s cubic-bezier(.65,0,.45,1) .6s forwards;fill:none}.overlay-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:21000}.overlay-modal h1{color:white}.modal-container-button{gap:15px;display:flex}.modal-block{position:relative;background-color:#1A1723;padding:20px 30px;border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;animation:modalFadeI .3s ease-out;z-index:2000;max-width:400px;text-align:center;width:90%}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}