.form-container{max-width:600px;margin:0 auto;overflow:hidden;background:#fff;border-radius:10px;box-shadow:0 10px 20px rgba(0,0,0,.2)}@media(max-width:768px){.form-container{margin:5px}}.form-container .form-content{padding:30px}@media(max-width:768px){.form-container .form-content{padding:10px}}h2{margin-bottom:20px;color:#333;font-size:24px}@media(max-width:768px){h2{font-size:18px}}label{display:block;margin-bottom:15px;font-weight:700}input,select{width:calc(100% - 20px);padding:15px;margin-top:5px;border-radius:8px;border:1px solid #ccc;font-size:16px;background-color:#f9f9f9}input:focus,select:focus{outline:none;border-color:#007bff;background-color:#fff;box-shadow:0 0 8px rgba(0,123,255,.5)}button{margin-top:20px;padding:15px 20px;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;width:100%}button:hover{background:#0056b3}.step{display:flex;flex-direction:column}.gender-selection{display:flex;justify-content:space-between;gap:20px;margin-top:20px}.gender-option{width:48%;padding:10px;border:2px solid #ccc;border-radius:10px;background-color:#f9f9f9;text-align:center;cursor:pointer;transition:border-color .3s,background-color .3s;margin-top:0;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width:768px){.gender-option{padding:5px}}.gender-option.selected{border-color:#0056b3;background-color:#0056b3}.gender-option.selected span,.gender-option:hover span{color:#fff}.gender-option img{max-width:80px;margin-bottom:10px}@media(max-width:768px){.gender-option img{max-width:60px}}.gender-option span{display:block;font-size:18px;font-weight:700;color:#262626}.theme-selection .theme-option{display:flex;flex-direction:row;align-items:center;margin-bottom:20px;background-color:#f9f9f9;border-radius:10px;padding:10px;cursor:pointer;position:relative}@media(max-width:768px){.theme-selection .theme-option{flex-direction:column}}.theme-selection .theme-option.selected,.theme-selection .theme-option:hover{background-color:#0056b3;transition:all .3s ease-in-out}.theme-selection .theme-option.selected h2,.theme-selection .theme-option.selected h3,.theme-selection .theme-option.selected p,.theme-selection .theme-option:hover h2,.theme-selection .theme-option:hover h3,.theme-selection .theme-option:hover p{color:#fff;transition:all .3s ease-in-out}@media(max-width:768px){.theme-selection .theme-option.selected h2,.theme-selection .theme-option.selected h3,.theme-selection .theme-option.selected p,.theme-selection .theme-option:hover h2,.theme-selection .theme-option:hover h3,.theme-selection .theme-option:hover p{color:#fff}.theme-selection .theme-option:hover{background-color:#f9f9f9}.theme-selection .theme-option:hover h2,.theme-selection .theme-option:hover h3,.theme-selection .theme-option:hover p{color:#333}.theme-selection .theme-option.selected h2,.theme-selection .theme-option.selected h3,.theme-selection .theme-option.selected p{color:#fff!important}.theme-selection .theme-option.selected:hover{background-color:#0056b3}}.theme-selection .theme-option h2{text-align:left;margin-bottom:10px;font-size:24px;color:#333;line-height:24px}.theme-selection .theme-option h3{text-align:left;margin-top:10px;color:#333}.theme-selection .theme-option p{text-align:left;font-size:14px;line-height:18px;margin-bottom:0;color:#333}.theme-selection .theme-option img{width:150px;border-radius:10px;margin-right:20px}@media(max-width:768px){.theme-selection .theme-option img{margin-right:10px}}.theme-selection .theme-option .mobile-theme-title{flex:1;width:100%;text-align:center;margin-bottom:10px}.theme-selection .theme-option .theme-option-container{display:flex;flex-direction:row;justify-content:center;align-items:center}@media(max-width:768px){.theme-selection .theme-option .theme-option-container{flex-direction:row}}.theme-selection .theme-option .checkmark{position:absolute;right:20px;top:15px;color:#fff;opacity:0}@media(max-width:768px){.theme-selection .theme-option .checkmark{top:5px;right:5px}}.theme-selection .theme-option .checkmark.active{opacity:1;transition:all .3s ease-in-out}.theme-selection-actions{display:flex;flex-direction:row}.theme-selection-actions button.back-btn{background-color:#494949}.theme-selection-actions button:first-child{margin-right:10px}.theme-selection-actions button:last-child{margin-left:10px}.form-row{display:flex;flex-direction:row;margin-bottom:10px}.form-row .form-col{width:50%}.form-row .form-col:first-child{margin-right:5px}.form-row .form-col:last-child{margin-left:5px}.form-row.checkbox-container{display:flex;flex-direction:row;align-items:center}.form-row.checkbox-container .form-checkbox{width:34px;height:3cqi;margin-right:10px}.form-row.checkbox-container .checkbox-label{font-size:14px;line-height:18px;text-align:left;margin:0}.form-row.checkbox-container .checkbox-label a{color:#0056b3;text-decoration:underline}.photo-upload-container{margin-top:20px}.photo-upload-container p{padding:10px;font-size:13px;line-height:17px}.btn-upload{margin-top:20px;flex:1;background-color:#f9f9f9;color:#262626;width:100%;height:80px}@media(max-width:768px){.btn-upload{height:40px}}.Toastify__toast button{width:auto}.Toastify__toast button:hover{background-color:#fff}.photo-preview-container{display:flex;flex-direction:row;flex-wrap:wrap;margin:20px auto 0;align-items:center;justify-content:center}.photo-preview-container .photo-preview{margin:5px;position:relative;border-radius:8px;overflow:hidden}.photo-preview-container .photo-preview img{width:120px;height:120px;object-fit:cover}.photo-preview-container .btn-delete-photo{position:absolute;top:4px;right:4px;width:40px;height:40px;z-index:2;background:red;padding:0;margin:0}