.form{color:#fff;max-width:500px}.form .label{font-size:var(--label);color:#e5e5e5;opacity:.5;margin-bottom:.2rem;font-weight:500;display:block}.form .input{border-radius:var(--radius);color:#000;width:100%;height:60px;font-size:var(--input);background:#fff;border:none;outline:none;padding:15px;font-weight:600}.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{border-radius:50%;width:250px;height:250px;display:block;position:absolute;top:60%;left:50%;transform:translate(-50%,-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-position:50%;background-repeat:no-repeat;background-size:contain}.form .phone-input{border-radius:var(--radius)}.form .phone-input .phone{height:60px;font-size:var(--label);color:#000;border-radius:var(--radius);letter-spacing:.4rem;width:100%;font-weight:600!important}.form .phone-input .phone.form-control{font-size:var(--input)!important;letter-spacing:.1rem!important;max-width:100%!important;padding:2rem 3rem!important}.form .phone-input .flag-dropdown{background:#fff;border:none}.form .phone-input .flag-dropdown .selected-flag{justify-content:center!important;width:60px!important;margin:0!important;padding:0!important;display:flex!important}.form .phone-input .country-list{color:#000;font-weight:500}.form .code-input{text-align:center;width:120px;height:120px;padding:0;font-size:65px;font-weight:600;display:flex}@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{grid-template-columns:1fr 1fr;gap:1rem;display:grid}}.form .form-section.file-wrapper{height:280px;position:relative}.custom-checkbox{content:"";border:2px solid #fff;min-width:32px;height:32px;margin-right:8px;display:inline-block;position:relative}input[type=checkbox]:checked+.custom-checkbox{background-color:#000}input[type=checkbox]:checked+.custom-checkbox:after{content:"";border-bottom:3px solid #fff;border-right:3px solid #fff;width:8px;height:8px;position:absolute;top:50%;left:25%;transform:rotate(45deg)translate(-50%,-50%)}.custom-radio{border-radius:50%;width:30px;min-width:30px;height:30px;min-height:30px;margin-right:8px;display:inline-block;position:relative}.wrapper-desc{cursor:pointer}.wrapper-desc .long-desc{z-index:99999;color:#000;cursor:default;background:#fff;border-radius:10px;width:70vw;height:auto;max-height:70vh;display:none;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}@media screen and (max-width:510px){.wrapper-desc .long-desc{width:300px;max-height:250px}}.wrapper-desc .long-desc-content{max-height:70vh;padding:50px 20px 20px;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{cursor:pointer;color:#fff;z-index:10;background:#000;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:8px;display:flex;position:absolute;top:10px;right:10px}.wrapper-desc .close-modal:hover{background:#333}.wrapper-desc .block-BG{background:#b2a6a6;pointer-events:none!important}.error{color:#ef4444;margin:.5rem 0;font-size:.875rem}.select-list-wrapper{z-index:9999;position:relative}.select-list-wrapper .custom-select{cursor:pointer;z-index:999999;background-color:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 23px;display:flex;position:relative}.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{color:#000;border-bottom:3px solid #000;border-right:3px solid #000;width:12px;height:12px;transition:transform .5s;transform:rotate(45deg)}.select-list-wrapper .custom-select .arrow.rotate{transform:rotate(225deg)}.select-list-wrapper .list-wrapper{color:#000;background-color:#fff;border-radius:8px;width:100%;height:200px;padding:10px 0;font-weight:500;display:none;position:absolute;top:110%;left:0;overflow-y:auto}.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;color:#fff;background-color:#d3d3d3;border-radius:8px}.password-form{max-width:100%}.password-form .password-wrapper{grid-template-columns:repeat(6,auto);justify-content:center;gap:2px 12px;display:grid}@media screen and (max-width:660px){.password-form .password-wrapper{grid-template-columns:repeat(3,auto);gap:50px 30px}}
