@import "https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Annie+Use+Your+Telescope&display=swap";
.custom-loader{color:#c6822a;width:40px;height:40px;position:relative}.custom-loader.scaled{scale:2}.custom-loader:before{content:"";background-color:#0000;background-image:conic-gradient(#0000,currentColor 1deg 120deg,#0000 121deg),conic-gradient(from 120deg,#0000,currentColor 1deg 120deg,#0000 121deg),conic-gradient(from 240deg,#0000,currentColor 1deg 120deg,#0000 121deg);background-position:100% 0,bottom,0 0;background-repeat:no-repeat;background-size:40px 40px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-radius:50%;animation:2s cubic-bezier(.3,1,0,1) infinite sp5;position:absolute;inset:0}@keyframes sp5{33%{inset:-8px;transform:rotate(0)}66%{inset:-8px;transform:rotate(180deg)}to{inset:0;transform:rotate(180deg)}}
.form-parent{flex-flow:column;justify-content:center;align-items:center;gap:50px;width:100%;max-width:600px;height:100%;margin:auto;padding:50px 0 100px;display:flex}.form-parent .header{flex-flow:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.form-parent .header .header-image{aspect-ratio:3;flex-flow:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex;position:relative}.form-parent .header .header-image img{border:2px solid #5b4026;border-radius:30px}.form-parent .header .content{flex-flow:column;justify-content:center;align-items:center;gap:10px;display:flex}.form-parent .header .content h1{color:#5b4026;font-size:36px}.form-parent .header .content p{color:#5b4026;opacity:.8;font-size:16px}.form-parent form{flex-flow:column;justify-content:center;align-items:center;gap:25px;width:100%;display:flex}.form-parent form .form-rich-text{flex-flow:column;justify-self:center;align-items:flex-start;gap:10px;width:100%;display:flex}.form-parent form .form-rich-text span{color:#5b4026;max-width:95%;font-size:19px;line-height:32px}.form-parent form .form-rich-text textarea{resize:none;border:1px solid #468979;border-radius:10px;width:100%;height:100px;padding:15px;font-size:18px;transition:all .3s}.form-parent form .form-rich-text textarea:focus{outline:2px solid #468979}.form-parent form .form-rich-text textarea.invalid{border:2px solid red}.form-parent form .form-rich-text textarea::placeholder{opacity:.5}.form-parent form button{cursor:pointer;background-color:#5b4026;border:2px solid #5b4026;border-radius:12px;width:220px;height:56px;transition:all .3s}.form-parent form button span{color:#fff;font-size:18px;transition:all .3s}.form-parent form button:hover{background-color:#fff}.form-parent form button:hover span{color:#5b4026}.form-parent form button:active{transform:scale(.95)}.form-parent .error{flex-flow:column;justify-content:flex-start;align-items:center;gap:20px;width:100%;margin:auto;display:flex}.form-parent .error img{animation:.4s cubic-bezier(.52,0,.52,1.47) forwards show-up;transform:scale(0)rotate(0)}.form-parent .error h2{color:#5b4026;font-size:32px}.form-parent .error p{color:#5b4026;font-size:20px}
.main-loading-page{flex-flow:row;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}
.success-feedback{flex-flow:column;justify-content:flex-start;align-items:center;gap:20px;width:100%;margin:auto;display:flex}.success-feedback img{animation:.6s cubic-bezier(.52,0,.52,1.47) forwards show-up;transform:scale(0)rotate(0)}.success-feedback h2{color:#5b4026;font-size:32px}.success-feedback p{color:#5b4026;font-size:20px}.success-feedback a{color:#5b4026;background-color:#5b4026;border:2px solid #5b4026;border-radius:12px;flex-flow:row;justify-content:center;align-items:center;width:220px;height:46px;font-size:16px;transition:all .3s;display:flex;color:#fff!important}
body{direction:rtl;background-color:#eff4f3;padding:0 30px;overflow-x:hidden}body[lang=en]{direction:ltr}body[lang=en] *{direction:ltr}@media only screen and (min-width:1440px){body{margin:auto;width:1440px!important;max-width:1440px!important}}*{box-sizing:border-box;color:var(--primary-color);-webkit-user-select:none;user-select:none;direction:rtl;margin:0;padding:0;font-family:Alexandria!important;text-decoration:none!important}span,sup,sub,b,i{color:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:var(--dark-color);border-radius:4px}nextjs-portal{-webkit-user-select:text;user-select:text;direction:ltr!important}@keyframes show-up{0%{transform:scale(0)rotate(0)}to{transform:scale(1)rotate(360deg)}}
