.form{max-width:500px;color:#fff}.form .label{display:block;font-size:var(--label);margin-bottom:.2rem;color:#e5e5e5;opacity:.5;font-weight:500}.form .input{width:100%;height:60px;padding:15px;border:none;border-radius:var(--radius);outline:none;background:#fff;color:#000;font-size:var(--input);font-weight:600}.form .input ::-moz-placeholder{color:#000;font-weight:300}.form .input ::placeholder{color:#000;font-weight:300}.form .input[type=email],.form .input[type=text]{letter-spacing:normal}.form .input.file{opacity:0;z-index:999999;cursor:pointer}.form .avatar{display:block;width:250px;height:250px;border-radius:50%;position:absolute;transform:translate(-50%,-50%);top:60%;left:50%}@media screen and (max-width:404px){.form .avatar{width:200px;height:200px}}.form .avatar.bg{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMC43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaXJjbGUtdXNlci1yb3VuZCI+PHBhdGggZD0iTTE4IDIwYTYgNiAwIDAgMC0xMiAwIi8+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMCIgcj0iNCIvPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIi8+PC9zdmc+");background-repeat:no-repeat;background-size:contain;background-position:50%}.form .phone-input,.form .phone-input .phone{border-radius:var(--radius)}.form .phone-input .phone{height:60px;font-size:var(--label);font-weight:600!important;color:#000;width:100%;letter-spacing:.4rem}.form .phone-input .phone.form-control{font-size:var(--input)!important;padding:2rem 3rem!important;max-width:100%!important;letter-spacing:.1rem!important}.form .phone-input .flag-dropdown{border:none;background:#fff}.form .phone-input .flag-dropdown .selected-flag{width:60px!important;display:flex!important;justify-content:center!important;margin:0!important;padding:0!important}.form .phone-input .country-list{color:#000;font-weight:500}.form .code-input{width:120px;height:120px;font-size:65px;padding:0;display:flex;text-align:center;font-weight:600}@media screen and (max-width:1100px){.form .code-input{width:100px;height:100px}}@media screen and (max-width:930px){.form .code-input{width:90px;height:90px}}@media screen and (max-width:916px){.form .code-input{width:80px;height:80px}}@media screen and (max-width:767px){.form .code-input{width:100px;height:100px}}@media screen and (max-width:404px){.form .code-input{width:80px;height:80px}}.form .form-section{margin-bottom:1.5rem}@media(min-width:768px){.form .form-section.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:1rem}}.form .form-section.file-wrapper{position:relative;height:280px}.custom-checkbox{display:inline-block;min-width:32px;height:32px;content:"";border:2px solid #fff;margin-right:8px;position:relative}input[type=checkbox]:checked+.custom-checkbox{background-color:#000}input[type=checkbox]:checked+.custom-checkbox:after{content:"";position:absolute;top:50%;left:25%;width:8px;height:8px;border-right:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(45deg) translate(-50%,-50%)}.custom-radio{display:inline-block;width:30px;min-width:30px;height:30px;min-height:30px;border-radius:50%;position:relative;margin-right:8px}.wrapper-desc{cursor:pointer}.wrapper-desc .long-desc{z-index:99999;display:none;color:#000;position:absolute;background:#fff;border-radius:10px;top:50%;left:50%;transform:translate(-50%,-50%);height:auto;max-height:70vh;width:70vw;overflow:hidden;cursor:default}@media screen and (max-width:510px){.wrapper-desc .long-desc{max-height:250px;width:300px}}.wrapper-desc .long-desc-content{padding:50px 20px 20px;max-height:70vh;overflow-y:auto}@media screen and (max-width:510px){.wrapper-desc .long-desc-content{max-height:250px}}.wrapper-desc .long-desc-content::-webkit-scrollbar{width:8px}.wrapper-desc .long-desc-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.wrapper-desc .long-desc-content::-webkit-scrollbar-thumb:hover{background:#555}.wrapper-desc .long-desc-show{display:block}.wrapper-desc .close-modal{position:absolute;top:10px;right:10px;cursor:pointer;background:#000;border-radius:50%;padding:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;z-index:10}.wrapper-desc .close-modal:hover{background:#333}.wrapper-desc .block-BG{pointer-events:none!important;background:#b2a6a6}.error{color:#ef4444;margin:.5rem 0;font-size:.875rem}.select-list-wrapper{position:relative;z-index:9999}.select-list-wrapper .custom-select{position:relative;display:flex;background-color:#fff;align-items:center;justify-content:space-between;padding:10px 23px;cursor:pointer;border-radius:8px;z-index:999999}.select-list-wrapper .custom-select .value{color:gray;font-weight:500}.select-list-wrapper .custom-select .value.active{color:#000}.select-list-wrapper .custom-select .arrow{border-right:3px solid #000;border-bottom:3px solid #000;width:12px;height:12px;color:#000;transform:rotate(45deg);transition:transform .5s ease}.select-list-wrapper .custom-select .arrow.rotate{transform:rotate(225deg)}.select-list-wrapper .list-wrapper{position:absolute;left:0;top:110%;background-color:#fff;color:#000;border-radius:8px;width:100%;padding:10px 0;font-weight:500;height:200px;overflow-y:auto;display:none}.select-list-wrapper .list-wrapper.open{display:block}.select-list-wrapper .list-wrapper::-webkit-scrollbar{width:8px}.select-list-wrapper .list-wrapper::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.select-list-wrapper .list-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.select-list-wrapper .option{padding-left:25px}.select-list-wrapper .option:hover{cursor:pointer;background-color:#d3d3d3;color:#fff;border-radius:8px}.password-form{max-width:100%}.password-form .password-wrapper{display:grid;grid-template-columns:repeat(6,auto);gap:2px 12px;justify-content:center}@media screen and (max-width:660px){.password-form .password-wrapper{grid-template-columns:repeat(3,auto);gap:50px 30px}}