@import "https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko&display=swap";@import "https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko&display=swap";:root{--color-primary:#5763fe;--color-secondary:#bd5fdd;--color-background-gradient-start:#e9eaff;--color-background-gradient-end:#ffeafc;--color-input-bg:#f1eeff;--color-input-border:#c9befe;--color-text-primary:#010dab;--color-text-secondary:#666;--color-text-dark:#555;--color-white:#fff;--theme-gradient-blue-purple:linear-gradient(to right, #010dab, #dd29c1);--theme-purple:#dd29c1;--theme-purple-1:#f8f0f7d1;--theme-blue:#010dab}*{box-sizing:border-box;font-optical-sizing:auto;font-variation-settings:"wdth" 100;border:0;padding:0;font-family:Poppins,sans-serif;font-style:normal;font-weight:500}.height-60vh{height:60vh}.position-relative{position:relative}.bg-theme-purple-1{background-color:var(--theme-purple-1)}.bg-theme-blue{background-color:var(--theme-blue)}.height-100vh{height:100vh}.color-purple{color:var(--theme-purple)}.color-gradient-blue-purple{background:var(--theme-gradient-blue-purple);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.fs-0035{font-size:.35em!important}.fs-0065{font-size:12px!important}.fs-0075{font-size:13px!important}.fs-0085{font-size:14px!important}.fs-0095{font-size:15px!important}.fs-01{font-size:1em}.fs-012{font-size:17px!important}.fs-015{font-size:18px!important}.fs-02{font-size:2em}.fs-025{font-size:2.5em}.fs-03{font-size:3em}.fs-035{font-size:3.5em}.fs-04{font-size:4em}.fs-05{font-size:5em}.fs-06{font-size:6em}.fs-07{font-size:7em}.modal-container{background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-container.buffering{background-color:#ffffffda;min-height:100vh;position:fixed;top:0;left:0;right:0}.modal-box{background:var(--color-white);text-align:center;border-radius:12px;width:95%;max-width:900px;padding:2rem;animation:.3s ease-in-out fadeInScale;box-shadow:0 6px 20px #0003}.modal-icon{width:60px;height:60px;margin:0 auto 1rem;display:block}.modal-title{margin-bottom:.75rem;font-size:20px;font-weight:600}.modal-message{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:14px;line-height:1.5}.modal-actions{justify-content:center;gap:.5rem;display:flex}.color-theme-danger{color:#000}.color-theme-success{color:#01bd9b}.color-theme-grey-1{color:#555}.color-theme-grey-2{color:#666}.color-theme-warning{color:#f89d16}.btn-fetch{color:#fff;background-color:#f97316;border:none;border-radius:6px;outline:none;padding:6px 12px;transition:all .3s ease-in-out}.bg-light-blue{background-color:#170dbe0d}.btn-fetch:hover{background-color:#a24b0c}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.display-flex{justify-content:space-around;align-items:center;display:flex}.display-flex-start{justify-content:flex-start;align-items:center;display:flex}.display-flex-end{justify-content:flex-end;align-items:center;display:flex}.display-flex-between{justify-content:space-between;align-items:center;display:flex}.display-flex-center{justify-content:center;align-items:center;display:flex}.display-flex-align-items-top{justify-content:space-around!important;align-items:flex-start!important;display:flex!important}.display-flex-align-items-top-justify-content-start{justify-content:flex-start;align-items:flex-start;display:flex}.display-flex-align-items-top-justify-content-end{justify-content:flex-end;align-items:flex-start;display:flex}.display-flex-align-items-top-center{justify-content:center;align-items:flex-start;display:flex}.myborder-thin{border:1.5px solid red}.width-5{width:5%}.width-95{width:95%}.width-100{width:100%}.width-90{width:90%}.width-80{width:80%}.width-70{width:70%}.width-60{width:60%}.width-75{width:75%}.width-50{width:50%}.width-40{width:40%}.width-30{width:30%}.width-20{width:20%}.width-25{width:23%}.width-10{width:10%}@media (width>=200px) and (width<=500px){.width-10{width:10%}}.background-gradient{background:linear-gradient(to right, var(--color-background-gradient-start), var(--color-background-gradient-end));margin:0;padding:0}.button-universal{background-color:var(--theme-blue);color:var(--color-white);cursor:pointer;border:none;border-radius:25px;padding:6px;font-weight:700;transition:opacity .3s}.button-universal:hover{opacity:.9}.custom-select-wrapper{width:100%;display:inline-block;position:relative}.custom-select{appearance:none;padding-right:2rem;text-align:left!important}.dropdown-icon{pointer-events:none;color:#555;text-align:left;font-size:.9rem;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.custom-select option[value=""],.custom-select:invalid{color:#696969;font-size:.9rem}.input-universal{background-color:var(--color-input-bg);border:1px solid var(--color-input-border)}.text-align-left{text-align:left}.input-focused{border:2px solid var(--color-primary);box-shadow:0 0 5px var(--color-primary)}.myborder{border:5px solid red}.overflow-y-scroll{-ms-overflow-style:none!important;scrollbar-width:none!important;overflow-y:scroll!important}.overflow-y-scroll::-webkit-scrollbar{width:0!important;height:0!important}.overflow-y-scroll-visible{overflow-y:scroll!important}.gradient-bg{background:linear-gradient(90deg,#5763fe,#e65ed0)}input::placeholder{color:#dbd8d8ac;font-size:.9rem}.gradient-text{background:linear-gradient(90deg,#5763fe,#e65ed0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.pointer{cursor:pointer}.notfound-container{text-align:center;background:#f9f9f9;min-height:100vh}.notfound-title{color:#4e0dff;font-size:6rem;font-weight:800}.notfound-subtitle{color:#555;margin-top:10px;font-size:1.2rem}.loader{width:76px;height:50px;animation:2s linear infinite flippx;position:relative}.loader:before{content:"";transform-origin:-24px;background:#02c3bd;border-radius:50%;width:20px;height:20px;margin:auto;animation:1s linear infinite spin;position:absolute;inset:0}.loader:after{content:"";background:linear-gradient(135deg,#02c3bd,#4e148c);border-radius:50%;width:48px;height:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.z-index-1000{z-index:1056a!important}.z-index-1001{z-index:1057!important}.z-index-106{z-index:106!important}.z-index-107{z-index:107!important}.z-index-108{z-index:108!important}.z-index-109{z-index:109!important}.z-index-110{z-index:110!important}.br-6{border-radius:6px}@keyframes flippx{0%,49%{transform:scaleX(1)}50%,to{transform:scaleX(-1)}}@keyframes spin{to{transform:rotate(360deg)}}.z-index-10{z-index:10}.z-index-9{z-index:9}.z-index-8{z-index:8}.main-section{background-color:#f8f8f8;width:100vw;margin-top:18vh;margin-left:15vw}.layout-sec{background-color:#b9b9b9}.modal-btn{cursor:pointer;color:#fff;background-color:#d60037;border:none;border-radius:6px;padding:10px 20px;font-weight:500}.btn-pink{border-radius:24px;padding:8px 16px;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:600;color:#e12b9c!important;background:0 0!important;border:.5px solid #e12b9c!important}.btn-cancel{color:#d63384;background:#fff;border:1px solid #d63384;border-radius:24px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .2s}.btn-cancel:hover{color:#d63384;background:#fdeef6}.asterisk-color{color:#dc3545}.open-container{max-height:70vh}.clr-gray{color:gray}.theme-color{color:#354e9c}.width-rti-image{width:35px}.rotating-border{border:1.5px dashed #1c86ac;border-radius:8px}.modal-alert{opacity:0;position:fixed;right:50px;transform:translate(150%);width:30vw!important;bottom:50px!important}.modal-alert.active{opacity:1;transition:all .4s ease-in-out;transform:translate(0%)}.modal-alert:not(.active){transition:all .2s ease-in-out}.alert-span{border-radius:100%;outline:none;width:32px!important;height:32px!important}.alert-span.success{color:#1fc16b;background-color:#1fc16b1a}.alert-span.wrong{color:#d60037;background-color:#ffdee8}.alert-span.confirm{color:#555;background-color:#f1efef}.child-that-should-expand{flex-grow:1}.cross-container{position:absolute;top:0;transform:translateY(-120%)}.btn-cross{color:#898686;background-color:#0000;border-radius:6px;padding:3px 5px;transition:all .3s ease-in-out}.btn-cross:hover{background-color:#f1f0f0}.project{background-color:#fff}.project:hover{background-color:#e9f3f7}input[type=password]::-ms-reveal{display:none}input[type=password]::-ms-clear{display:none}input[type=password]{-webkit-text-security:disc}.btn-copy{color:#354e9c;cursor:pointer;background-color:#0000;border:none;outline:none}.universal-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.universal-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.universal-input[type=number]{-moz-appearance:textfield}[dir=rtl]{text-align:right}.language-switcher{gap:10px;display:flex}.lang-btn{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #e7eaee;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .2s ease-in-out}.lang-btn:hover{background-color:#f3f4f6}.lang-btn.active{color:#fff;background-color:#354e9c;border-color:#354e9c}.grecaptcha-badge{visibility:hidden!important}.show-captcha .grecaptcha-badge{visibility:visible!important}
