@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?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&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}*{box-sizing:border-box}*,.col,.row,a,h1,h2,h3,h4,h5,h6,li,p,ul{margin:0;padding:0}ul{list-style:none}a{font-weight:bolder;text-decoration:none}.mt-30{margin-top:30px}.img-100{height:100%;object-fit:cover;width:100%}input{margin-bottom:20px;outline:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{display:none}.modal-open{padding-right:0!important}.modal-backdrop{height:100%!important;width:100%!important}.ͼb{color:#cf93c9!important}.ͼe{color:#8cc88f!important}.ͼd{color:#fea942}.cm-line{color:#fdfdfd!important}.Dashboard_Content{background:#40444b;height:100%}.User_Dashboard .Sidebar .buttons .container img{filter:brightness(0) invert(1)}.User_Dashboard .Sidebar .buttons .active_container img{filter:brightness(0)}.my-code-mirror{background-color:red!important;color:#fff}.cm-selectionBackground{background-color:#fff!important;color:#000;opacity:.2}.cm-activeLine{background-color:#0000!important}.mtk8{color:#cf93c9!important}.mtk20{color:#8cc88f!important}.mtk1{color:#fdfdfd!important}.mtk18{color:#71c1e8!important}.mtk17{color:#fc704c!important}.mtk6{color:#fea942!important}.minimap,canvas.decorationsOverviewRuler,iframe#webpack-dev-server-client-overlay{display:none!important}.generate{background-color:#25292f;border:none;color:#fff;font-size:14px;padding:10px;transition-duration:1s;transition-property:width;width:120px}.generate:hover{background-color:#f72e52;width:150px}.table-button-wrapper{display:inline-block;margin:5px;position:relative}.table-button{background-color:#f0f0f0;border:none;border-radius:5px;cursor:pointer;padding:8px 12px;transition:background .3s ease}.table-button:hover{background-color:#e0e0e0}.delete-icon{background:#fff;border-radius:50%;box-shadow:0 0 3px #0003;color:red;cursor:pointer;display:none;font-size:18px;padding:2px;position:absolute;right:-5px;top:-5px}.table-button-wrapper:hover .delete-icon{display:inline}@font-face{font-family:JKAbode;src:url(/static/media/JKAbode-Demo.4125b6f11530b93f3712.ttf)}@font-face{font-family:IRANSansX;src:url(/static/media/IRANSans.b405362106aecf6bb79b.ttf)}:root{--black:#000;--white:#fff}@font-face{font-family:IRANSansX;src:url(/static/media/Jomhuria-Regular.f9e0cbcb3612fb54fdae.ttf)}@font-face{font-family:Volkhov_italic;src:url(/static/media/Volkhov-Italic.d5018c32fb9d858940b1.ttf)}.nav_bar{align-items:center;background-color:#000;display:flex;justify-content:space-between!important;padding:10px 200px 10px 100px;width:100%}.nav_bar .center_nav{flex-grow:0!important}.nav_bar .logo{width:37%}.nav_bar .logo img{width:35%}.nav_bar .links{flex-grow:0!important;gap:100px;justify-content:space-between!important}.nav_bar .links,.nav_bar .list{align-items:center;display:flex}.nav_bar .list{gap:20px;justify-content:space-around}.nav_bar .list_link{color:#fff;font-family:IRANSansX,sans-serif;font-size:16px}.nav_bar .list_link:hover{border-bottom:1px solid #fff}.nav_bar .buttons{display:flex;gap:30px;justify-content:space-between}.nav_bar .active a{border-bottom:1px solid #fff}.nav_bar .navbar_toggle{display:none}.home .learn_section{align-items:center;background-color:#000;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:100%;justify-content:center;padding:200px 120px 50px 100px}.home .learn_section .top{align-items:center;display:flex;gap:80px;justify-content:space-around}.home .learn_section .top img{width:40%}.home .learn_section .top .content{display:flex;flex-direction:column;gap:40px}.home .learn_section .top .content h1{color:#fff;font-family:Volkhov,sans-serif;font-size:4.7vw;font-style:normal;font-weight:400}.home .learn_section .top .content h1 span{color:#43dde7;display:block}.home .learn_section .top .content P{color:#fff;font-family:IRANSansX,sans-serif;font-size:19px;font-weight:400;line-height:normal;margin-top:10px}.home .learn_section .top .content .buttons{display:flex;gap:10px}.home .learn_section .bottom{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:70px}.home .learn_section .bottom p{font-weight:400;margin-bottom:15px}.home .learn_section .bottom p,.home .learn_section .bottom p a{color:#8fa9b1;font-family:Volkhov,sans-serif;font-size:16px;font-style:normal}.home .learn_section .bottom p a{font-weight:700}.home .learn_section .bottom .social_links{display:flex;gap:10px}.home .benefit_banner{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;gap:20px;margin:0;padding:145px 300px;position:relative}.home .benefit_banner .top_right{position:absolute;right:0;top:0;width:400px}.home .benefit_banner .top_right img{width:100%}.home .benefit_banner .bottom_left{bottom:0;left:0;position:absolute}.home .benefit_banner h1{color:#fff;font-family:Volkhov;font-size:48px;font-style:normal;font-weight:400;line-height:normal;width:100%}.home .benefit_banner p{color:#43dde7;font-family:IRANSansX;font-size:20px;padding-right:10%;width:100%}.home .benefit_banner .cards{align-items:flex-start;display:flex;gap:30px;justify-content:space-between;margin-top:40px;width:100%}.home .benefit_banner .cards .card{background-color:#000;border:none;color:#fff;display:flex;flex-direction:column;gap:10px;max-width:400px}.home .benefit_banner .cards .card img{width:80px}.home .benefit_banner .cards .card h2{font-family:IRANSansX,sans-serif;font-size:24px;font-style:normal;font-weight:600}.home .benefit_banner .cards .card span{color:#8fa9b1;font-family:Lato}.home .benefit_banner .cards .card p{font-family:IRANSansX,sans-serif;font-size:20px;font-style:normal;font-weight:400}.home .help_section{display:flex;justify-content:space-between;position:relative}.home .help_section .right_img{height:100%;position:absolute;right:0;top:0;width:24%;z-index:-1}.home .help_section .right_img img{height:100%;width:100%}.home .help_section .left_img{height:100%;left:0;position:absolute;top:0;width:24%;z-index:-1}.home .help_section .left_img img{height:100%;width:100%}.home .help_section .content{display:flex;flex-direction:column}.home .help_section .content .content_top{padding:76px 17% 44px;text-align:center}.home .help_section .content .content_top h1{color:#000;font-family:Volkhov,sans-serif;font-size:44px;font-weight:400;margin-bottom:20px}.home .help_section .content .content_top h1 span{color:#000;font-family:Volkhov,sans-serif;font-size:44px;font-style:normal;font-weight:800;line-height:normal;text-transform:uppercase}.home .help_section .content .content_top p{color:#000;font-family:IRANSansX,sans-serif;font-size:20px;font-weight:400;text-align:center}.home .help_section .content .content_bottom{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;margin-top:10px;padding:20px 24% 44px}.home .help_section .help_card{display:flex;gap:50px;justify-content:space-between;padding:5px 15px 15px}.home .help_section .help_card .help_card_content{display:flex;flex-direction:column;padding:20px 0;width:50%}.home .help_section .help_card .help_card_content h1{font-family:Volkhov_italic;font-size:34px;font-weight:400}.home .help_section .help_card .help_card_content p{color:#000;font-family:IRANSansX,sans-serif;font-size:14px;font-style:normal;font-weight:400;width:90%}.home .help_section .help_card .help-card_img{width:50%}.home .help_section .help_card .help-card_img img{border-radius:5px;box-shadow:0 8px 16px 0 #0006;object-fit:cover;width:90%}.home .practice_banner{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;gap:10px;justify-content:center;min-height:100%;padding:100px 0;position:relative;width:auto}.home .practice_banner .video_{background-color:#000!important;padding:20px 0;width:100%}.home .practice_banner .video_ video{width:60%}.home .practice_banner .practice_top_right{max-width:300px;position:absolute;right:0;top:0}.home .practice_banner .practice_top_right img{width:100%}.home .practice_banner .bottom_left{bottom:0;position:absolute;right:0}@media(max-width:1425px){.home .practice_banner .bottom-desing{display:none}}.home .practice_banner h1{font-family:Volkhov;font-size:48px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.home .practice_banner p{color:#8fa9b1;font-size:20px;text-align:center;width:63%}.home .practice_banner .logos{align-items:center;display:flex;flex-wrap:wrap;gap:50px;justify-content:center;margin:30px 0;width:70%}.home .practice_banner .logos .logo{align-items:center;border:3px solid #fff;border-radius:8px;display:flex;height:250px!important;height:300px;justify-content:center;padding:30px;width:250px}.home .practice_banner .logos .logo:hover{box-shadow:0 8px 16px 0 #0006;transition:.4s ease}.home .community_section{padding:80px 100px}.home .community_section .join_us{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-bottom:30px}.home .community_section .join_us img{width:45%}.home .community_section .join_us .content{align-items:end;display:flex;flex-direction:column;justify-content:center;width:40%}.home .community_section .join_us .content h1{font-family:Volkhov;font-size:64px;font-style:normal;font-weight:400;line-height:normal;text-align:end}.home .community_section .join_us .content h1 span{color:#000;display:block}.home .community_section .join_us .content p{font-family:IRANSansX,sans-serif;font-size:20px;margin-bottom:35px;text-align:right;width:90%}.home .community_section .join_us .content .join_btn{align-items:center;display:flex;justify-content:center;width:200px}.home .community_section .cards{display:flex;flex-wrap:wrap;gap:50px;justify-content:center;padding:0 50px}.home .community_section .cards .card{fill:#fff;background-color:#fff;border:2px solid #0000;border-radius:20px;display:flex;filter:drop-shadow(2px 6px 16px rgba(39,43,76,.2));flex-direction:column;font-family:IRANSansX,sans-serif;gap:15px;max-width:40%;padding:30px 40px}.home .community_section .cards .card .header{display:flex;justify-content:space-between}.home .community_section .cards .card .header .card_profile{align-items:center;display:flex;gap:10px;width:100%}.home .community_section .cards .card .header .card_profile .profile_img{border-radius:50%;height:50px;object-fit:cover;width:50px}.home .community_section .cards .card .header .card_profile .profile_content{align-items:start;display:flex;gap:10px}.home .community_section .cards .card .header .card_profile .profile_content h1{font-size:16px}.home .community_section .cards .card .header .card_profile .profile_content p{font-size:10px}.home .community_section .cards .card .social_links{align-items:center;display:flex;gap:75px}.home .community_section .cards .card .social_links img{margin-right:5px}.home .community_section .cards .card:hover{border:2px solid #000;transition:.3s ease}.home .getstarted_banner{background-image:url(/static/media/GetStarted2.a896d31f9b9271ccc5fa.png);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;color:#fff;padding:120px 0}.home .getstarted_banner,.home .getstarted_banner div{align-items:center;display:flex;justify-content:center}.home .getstarted_banner div{flex-direction:column}.home .getstarted_banner div h1{font-family:Volkhov;font-size:44px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:10px;text-align:center}.home .getstarted_banner div p{font-family:IRANSansX;font-size:20px;margin-bottom:27px}.home .contact_us{align-items:center;color:#0a142f;display:flex;flex-direction:column;gap:21px;justify-content:center;padding:60px 100px}.home .contact_us .upskill{color:#0a142f;color:var(--Dark,#0a142f);font-family:IRANSansX;font-size:18.64px;font-weight:400;letter-spacing:3.728px;margin-bottom:5px;opacity:.7;text-align:center;text-transform:uppercase}.home .contact_us h1{font-family:Vollkorn;font-size:64px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.home .contact_us p{font-size:20px;width:100%}.home .contact_us p,.home .contact_us span{font-family:IRANSansX,sans-serif;text-align:center}.home .contact_us span{flex-direction:column;font-size:18.64px;font-style:normal;font-weight:400;justify-content:space-evenly;line-height:normal;margin-bottom:-30px;margin-top:5px}.footer,.home .contact_us span{align-items:center;display:flex}.footer{border-top:2px solid #000;flex-wrap:wrap;justify-content:space-between;margin:60px 170px 0;padding:35px 0}.footer .footer_logo{width:200px}.footer .footer_logo img{width:100%}.footer .logo{color:#000;font-family:Jomhuria;font-size:64px;font-style:normal;font-weight:400;line-height:normal}.footer .links{display:flex;font-family:IRANSansX,sans-serif;font-size:20px;gap:40px}.footer .links a{color:#000}.footer .links a:hover{color:#43dde7}.footer .social_links{display:flex;gap:10px}.button{background-color:#fff;border-radius:40px;color:#000;font-family:IRANSansX,sans-serif;font-size:17.725px;font-weight:600;height:44px;margin-right:-120px;outline:none;width:112px}.button:hover{background-color:#43dde7;color:#fff;transition:.5s ease}.active_button{background:#43dde7;font-size:18px}.active_button,.join_btn{border:none;border-radius:40px;color:#fff;outline:none;padding:12px 30px}.join_btn{background:#000;font-family:IRANSansX,sans-serif;font-size:24px;height:63px;text-align:center}.join_btn:hover{background-color:#43dde7;color:#fff;transition:.5s ease}.stroke_button{background:#000;border:2px solid #fff;border-radius:35px;color:#fff;font-family:IRANSansX,sans-serif;font-size:17.725px;font-style:normal;font-weight:500;height:43px;outline:#fff;width:150px}.stroke_button:hover{background-color:#fff;color:#000;transition:.8s ease}.stroke_active{background:#fff;border:2px solid #000;border-radius:35px;color:#000;font-family:IRANSansX,sans-serif;font-size:17.725px;font-style:normal;font-weight:500;outline:#000;padding:10px 25px}.stroke_active:hover{background-color:#43dde7;color:#fff}.hover_btn{align-items:center;background:#000;border:2px solid #fff;border-radius:35px;color:#fff;display:flex;font-family:IRANSansX;font-size:24px;font-style:normal;font-weight:400;justify-content:center;line-height:normal;min-width:200px;outline:#fff;padding:10px 0;text-align:center}.hover_btn:hover{background-color:#fff;color:#000;transition:.8s ease}.shadow_button{align-items:center;background:#000;border:none;border-radius:40px;box-shadow:0 8px 16px 0 #0006;color:#fff;display:flex;font-size:18px;height:63px;justify-content:center;margin-bottom:60px;min-width:200px;outline:none;padding:12px 0}.shadow_button:hover{background-color:#43dde7;color:#fff;transition:.5s ease}@media screen and (min-width:1501px)and (max-width:1830px){.home .learn_section{padding:200px 120px 40px 100px}.home .learn_section .top{gap:65px}.home .learn_section .top .content p{font-size:16px}.home .learn_section .top img{width:40%}.home .benefit_banner{padding:100px 250px}.home .benefit_banner .top_right{width:380px}.home .benefit_banner .cards{justify-content:space-between}.home .help_section .content .content_top{padding:76px 15% 44px}.home .help_section .content .content_top h1,.home .help_section .content .content_top h1 span{font-size:50px}.home .help_section .content .content_top p{font-size:17px}.home .help_card .help_card_content p{width:100%!important}.home .practice_banner{background-size:100% 100%!important}.home .practice_banner h1{font-size:40px}.home .practice_banner p{font-size:18px}.home .community_section .join_us .content h1,.home .community_section .join_us .content h1 span,.home .contact_us h1{font-size:54px}.home .getstarted_banner h1{font-size:42px!important}}@media screen and (max-width:1730px){.home .learn_section{padding:200px 100px 40px}.home .learn_section .top img{width:36%!important}.home .benefit_banner{padding:100px 235px}.home .benefit_banner .top_right{width:340px}.home .benefit_banner p{font-size:18px;padding-right:8%}.home .practice_banner .video_ video{width:56%}}@media screen and (min-width:1201px)and (max-width:1500px){.nav_bar{padding:10px 200px 10px 70px}.nav_bar .logo{width:40%}.home .learn_section{padding:150px 75px 40px}.home .learn_section .top{gap:45px}.home .learn_section .top .content p{font-size:14px}.home .learn_section .top img{width:33%!important}.home .learn_section .bottom .social_links img{width:60px}.home .benefit_banner{gap:20px;padding:100px 180px}.home .benefit_banner .top_right{width:280px}.home .benefit_banner h1{font-size:38px}.home .benefit_banner p{font-size:16px;padding-right:8%;width:100%}.home .benefit_banner .cards{flex-wrap:nowrap;justify-content:space-between}.home .benefit_banner .cards .card h2{font-size:16px}.home .help_section .content .content_top{padding:20px 15% 44px}.home .help_section .content .content_top h1,.home .help_section .content .content_top h1 span{font-size:40px}.home .help_section .content .content_top p{font-size:14px}.home .help_card .help_card_content h1{font-size:28px!important}.home .help_card .help_card_content p{font-size:12px!important}.home .practice_banner .practice_top_right{max-width:230px}.home .practice_banner h1{font-size:35px}.home .practice_banner p{font-size:14px}.home .practice_banner .logos{flex-wrap:nowrap}.home .community_section .join_us .content h1,.home .community_section .join_us .content h1 span{font-size:54px}.home .community_section .cards{padding:0}.home .community_section .cards .card{max-width:45%}.home .community_section .cards .card .social_links{gap:50px}.home .contact_us h1{font-size:54px}.home .getstarted_banner h1{font-size:42px!important}.footer{margin:60px 100px 0}.footer .social_links{margin-left:10px}.footer .social_links img{width:50px}.links{font-size:17px!important;gap:30px!important}}@media screen and (min-width:901px)and (max-width:1200px){.nav_bar{justify-content:space-between;padding:10px 200px 10px 70px}.nav_bar .logo{width:43%}.nav_bar .links .list{align-items:flex-start}.nav_bar .buttons{gap:10px;justify-content:start;margin-left:0!important;padding:15px 0}.nav_bar .navbar_toggle{display:none}.home .learn_section{padding:150px 75px 40px 60px!important}.home .learn_section .top{gap:45px}.home .learn_section .top .content p{font-size:13px}.home .learn_section .top img{width:27%!important}.home .learn_section .bottom .social_links img{width:60px}.home .help_section .left_img,.home .help_section .right_img{display:none}.home .help_section .content .content_top{padding:76px 9% 44px}.home .help_section .content .content_top p{font-size:14px}.home .help_section .content .content_bottom{justify-content:center;padding:20px 20% 44px;text-align:left}.home .help_card .help-card_img img{width:100%}.home .community_section{padding:30px 80px!important}.home .community_section .join_us img{width:40%!important}.home .community_section .join_us .content h1{font-size:54px!important}.home .community_section .cards{gap:30px!important;padding:0!important}.home .community_section .cards .card{max-width:48%!important}.home .community_section .cards .card .social_links{gap:50px}.home .benefit_banner{padding:100px 130px!important}.home .benefit_banner .bottom_left,.home .benefit_banner .top_right{display:none}.home .benefit_banner h1{font-size:38px}.home .benefit_banner p{font-size:14px;padding-right:0}.home .benefit_banner .top_right{width:300px}.home .benefit_banner .cards{flex-wrap:nowrap;justify-content:space-between!important}.home .benefit_banner .cards .card{max-width:250px}.home .benefit_banner .cards .card img{width:60px}.home .benefit_banner .cards .card h2{font-size:18px}.home .benefit_banner .cards .card p{font-size:16px}.home .practice_banner{background-color:#000}.home .practice_banner .bottom_left,.home .practice_banner .practice_top_right{display:none}.home .practice_banner h1{font-size:35px}.home .practice_banner p{font-size:15px;width:72%}.home .practice_banner .logos{flex-wrap:nowrap}.home .getstarted_banner h1{font-size:42px!important}.home .contact_us h1{font-size:54px}.footer{gap:30px;justify-content:space-around}}@media screen and (min-width:601px)and (max-width:900px){.nav_bar{justify-content:space-between;padding:0 130px}.nav_bar .links .list{align-items:flex-start}.nav_bar .buttons{gap:10px;justify-content:start;margin-left:0!important;padding:15px 0}.home .learn_section{height:100%;padding:15px 100px}.home .learn_section .top{flex-direction:column;gap:20px}.home .learn_section .top .content{text-align:center}.home .learn_section .top .content h1{font-size:50px}.home .learn_section .top .content p{font-size:18px;line-height:26px}.home .learn_section .top .content .buttons{align-items:center;flex-direction:column;justify-content:center;padding-bottom:30px}.home .learn_section .top .content .buttons .sql_pad_btn{width:240px}.home .learn_section .top img{width:60%}.home .learn_section .bottom{flex-wrap:wrap;justify-content:center}.home .benefit_banner{padding:100px 120px!important}.home .benefit_banner .bottom_left,.home .benefit_banner .top_right{display:none}.home .benefit_banner h1{font-size:32px}.home .benefit_banner p{font-size:16px}.home .benefit_banner .cards{flex-wrap:wrap}.home .benefit_banner .cards .card{max-width:250px}.home .benefit_banner .cards .card img{width:60px}.home .benefit_banner .cards .card h2{font-size:18px}.home .benefit_banner .cards .card p{font-size:16px}.home .help_section .left_img{background-color:0;display:none}.home .help_section .right_img{display:none}.home .help_section .content .content_top h1{font-size:40px;font-weight:400}.home .help_section .content .content_top h1 span{font-size:30px;font-weight:400}.home .help_section .content .content_top p{font-size:14px!important;text-align:center}.home .help_section .content .content_bottom{justify-content:center!important}.home .help_section .help_card{gap:30px!important;padding:25px 0!important}.home .help_section .help_card .help_card_content p{text-align:center;width:100%!important}.home .help_card{align-items:center;justify-content:center!important;max-width:360px;padding:0!important}.home .help_card .help-card_img{order:2!important;text-align:center}.home .help_card .help-card_img img{border-radius:10px!important;object-fit:cover;width:40%}.home .help_card .help_card_content{display:flex;flex-direction:column;order:1!important;padding:0 15px}.home .help_card .help_card_content h1{font-size:25px!important;margin-bottom:10px;text-align:center}.home .help_card .help_card_content p{font-size:16px;text-align:center}.home .practice_banner{background-color:#000;padding:30px 20px!important}.home .practice_banner .bottom_left,.home .practice_banner .practice_top_right{display:none}.home .practice_banner h1{font-size:30px!important;margin-bottom:10px!important}.home .practice_banner p{font-size:16px!important}.home .practice_banner .logos{gap:20px;width:100%!important}.home .practice_banner .logos .logo{max-width:200px;min-height:200px}.home .community_section{padding:30px 60px!important}.home .community_section .join_us img{width:40%!important}.home .community_section .join_us .content{width:50%!important}.home .community_section .join_us .content h1{font-size:44px!important}.home .community_section .join_us .content p{font-size:18px!important;text-align:right;width:60%}.home .community_section .cards{gap:10px!important;justify-content:start!important;padding:0!important}.home .community_section .cards .card{max-width:49%!important;padding:30px 20px!important}.home .community_section .cards .card .header .card_profile{gap:0!important}.home .community_section .cards .card .header .card_profile .profile_img{height:60px!important;width:60px!important}.home .community_section .cards .card .header .card_profile .profile_content{flex-wrap:wrap!important;gap:5px!important}.home .getstarted_banner{height:400px!important}.home .getstarted_banner h1{font-size:32px!important}.home .contact_us{padding:60px 80px!important}.home .contact_us h1{font-size:54px}.footer{gap:30px;justify-content:space-around}.footer .footer_center .links{flex-wrap:wrap}}@media screen and (max-width:600px){.nav_bar{justify-content:space-between!important;padding:0 20px}.nav_bar .logo{padding-top:10px;width:35%}.nav_bar .logo img{width:100%}.nav_bar .links .list{align-items:flex-start}.nav_bar .buttons{align-content:center;display:flex;flex-direction:column;gap:10px;justify-content:center;margin-left:0!important;padding:15px 0}.nav_bar .buttons .regis-btn{flex-direction:column;margin:0!important}.nav_bar .buttons .regis-btn Button{margin:0!important}.nav_bar .navbar_toggle{display:block}.home .learn_section{background-image:none;height:100%;padding:20px 0}.home .learn_section .top{flex-wrap:wrap;padding:10px 17px!important;width:100%}.home .learn_section .top .content{gap:22px!important;text-align:center}.home .learn_section .top .content h1{font-size:32px!important}.home .learn_section .top .content p{font-size:14px!important;line-height:19px!important;padding:13px 0!important}.home .learn_section .top .content .buttons{align-items:center;flex-direction:column;justify-content:center}.home .learn_section .top .content .buttons .sql_pad_btn{width:178px}.home .learn_section .top img{display:none;width:60%}.home .learn_section .bottom{margin-top:20px!important}.home .learn_section .bottom p{font-size:17px;padding:10px;text-align:center}.home .learn_section .bottom p a{display:block;font-size:17px!important}.home .learn_section .bottom .social_links{flex-wrap:wrap;justify-content:center;padding:16px;width:100%}.home .learn_section .bottom .social_links img{width:80%}.home .benefit_banner{background-color:#000;padding:30px 20px!important;text-align:center}.home .benefit_banner .bottom_left,.home .benefit_banner .top_right{display:none}.home .benefit_banner h1{font-size:24px!important;margin-bottom:10px!important}.home .benefit_banner p{font-size:12px!important;max-width:350px!important;padding-right:0!important}.home .benefit_banner .cards{flex-wrap:wrap;gap:50px!important;justify-content:center!important;margin-top:30px;text-align:center!important}.home .benefit_banner .cards .card{align-items:center;gap:12px!important;justify-content:center;margin-left:0!important;width:100%!important}.home .benefit_banner .cards .card h2{font-size:18px!important}.home .benefit_banner .cards .card img{justify-content:center!important;margin:0 auto}.home .benefit_banner .cards .card span{font-size:12px!important}.home .help_section .left_img{background-color:0;display:none}.home .help_section .right_img{display:none}.home .help_section .content{padding:20px}.home .help_section .content .content_top{padding:0}.home .help_section .content .content_top h1{font-size:24px;font-weight:400}.home .help_section .content .content_top h1 span{font-size:26px;font-weight:400}.home .help_section .content .content_top p{font-size:14px!important;text-align:center}.home .help_section .content .content_bottom{justify-content:center!important;padding:0}.home .help_section .help_card{flex-direction:column;gap:30px!important;padding:25px 0!important}.home .help_section .help_card .help_card_content{width:100%}.home .help_section .help_card .help_card_content p{text-align:center;width:100%!important}.home .help_section .help_card .help-card_img{width:100%}.home .help_card{align-items:center;justify-content:center!important;padding:0!important}.home .help_card .help-card_img{order:2!important;text-align:center}.home .help_card .help-card_img img{border-radius:10px!important;object-fit:cover;width:40%}.home .help_card .help_card_content{display:flex;flex-direction:column;order:1!important;padding:0 15px}.home .help_card .help_card_content h1{font-size:25px!important;margin-bottom:10px;text-align:center}.home .help_card .help_card_content p{font-size:16px;text-align:center}.home .practice_banner{background-color:#000;padding:30px 20px!important}.home .practice_banner .video_ video{width:90%}.home .practice_banner .bottom_left,.home .practice_banner .practice_top_right{display:none}.home .practice_banner h1{font-size:26px!important;margin-bottom:10px!important}.home .practice_banner p{font-size:14px!important;width:100%!important}.home .practice_banner .logos{gap:25px!important;margin:20px 0!important}.home .practice_banner .logo img{height:90%}.home .practice_banner .hover_btn{font-size:18px!important;height:45px!important}.home .community_section{padding:30px 15px!important}.home .community_section .join_us img{display:none;height:100%;width:100%!important}.home .community_section .join_us .content{align-items:center!important;width:100%!important}.home .community_section .join_us .content h1{font-size:30px!important;text-align:center!important}.home .community_section .join_us .content p{font-size:14px!important;text-align:center!important;width:100%!important}.home .community_section .join_us .content .join_btn{font-size:20px!important;height:45px!important}.home .community_section .cards{gap:20px!important;padding:0!important}.home .community_section .cards .card{max-width:100%!important;padding:20px 15px!important}.home .community_section .cards .card .header .card_profile{flex-wrap:wrap!important}.home .community_section .cards .card .header .card_profile .profile_content h1{font-size:17px!important}.home .community_section .cards .card .social_links{gap:10px!important}.home .community_section .cards .card .details p{font-size:14px!important}.home .community_section .cards .card .details span{font-size:16.5px!important}.home .getstarted_banner{height:150px!important}.home .getstarted_banner h1{font-size:26px!important}.home .getstarted_banner p{font-size:12px!important}.home .getstarted_banner .hover_btn{font-size:18px!important;height:45px!important;min-width:180px!important}.home .contact_us{gap:10px!important;padding:30px 15px 0!important}.home .contact_us h1{font-size:30px!important;text-align:center}.home .contact_us span{font-size:17px!important;margin-bottom:0!important}.home .contact_us p{font-size:14px!important}.home .contact_us .shadow_button{height:45px!important;margin-bottom:20px!important;min-width:180px!important}.footer{align-items:center;border-top:1px solid #000!important;display:flex;flex-direction:column;gap:20px;justify-content:center;margin:30px 25px;padding:20px 0!important}.footer .footer_logo{width:150px}.footer .links{flex-direction:column;font-size:15px;gap:12px;text-align:center}.footer span{font-size:50px!important}.active_button{font-size:16px;font-style:normal;font-weight:500;padding:10px 45px}.stroke_active{font-size:14px;padding:10px 15px}.social_links a img{height:40px;width:40px!important}}@font-face{font-family:Jomhuria;src:url(/static/media/Jomhuria-Regular.f9e0cbcb3612fb54fdae.ttf)}@font-face{font-family:Volkhov;src:url(/static/media/Volkhov-Regular.50c81e12252988e0e5be.ttf)}@font-face{font-family:Vollkorn;src:url(/static/media/Vollkorn-VariableFont_wght.5fd7134d062d65d572e2.ttf)}@font-face{font-family:"IRANSans(FaNum)";src:url("/static/media/IRANSans(FaNum).9378ca113ab92e3f5191.ttf")}@font-face{font-family:Lato;src:url(/static/media/Lato-Regular.9d883d540ee2b4de8024.ttf)}.User_Dashboard{display:flex}.User_Dashboard ::-webkit-scrollbar{display:none}.User_Dashboard .Sidebar{background-color:#000;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:space-between;overflow:scroll;padding:20px 0 20px 10px;position:relative;position:fixed;transition:transform .3s ease;width:250px}.User_Dashboard .Sidebar .logo{display:flex;justify-content:space-between;margin-bottom:30px;width:90%}.User_Dashboard .Sidebar .logo img{width:100%}.User_Dashboard .Sidebar .logo .cross{display:none}.User_Dashboard .Sidebar .buttons{display:flex;flex-direction:column;gap:20px}.User_Dashboard .Sidebar .buttons .container{align-items:center;cursor:pointer;display:flex;gap:20px;padding:10px!important;padding-left:50px}.User_Dashboard .Sidebar .buttons .active_container{align-items:center;background-color:#fff;border-radius:13.32px 0 0 13.32px;cursor:pointer;display:flex;gap:20px;padding:10px 0 10px 10px}.User_Dashboard .Sidebar .buttons .btn{background:#0000;border:none;color:#fff;font-size:20px;outline:none;padding:0!important}.User_Dashboard .Sidebar .buttons .active_btn{background:#0000;border:none;color:#000;font-size:20px;outline:none}.User_Dashboard .Sidebar .progress_bar{align-items:center;display:flex;flex-direction:column;gap:17px;justify-content:center;margin-top:17px;padding-right:8px}.User_Dashboard .Sidebar .progress_bar .upgrate_now{background:#fff;border:.346px solid #e2def9;border-radius:12.339px;box-shadow:-17.27521px 13.57338px 27.76374px 0 #1b1d4224;display:flex;flex-direction:column;gap:10px;height:145.605px;justify-content:space-between;padding:23px 12px 14px;width:111.055px}.User_Dashboard .Sidebar .progress_bar .upgrate_now .upgrade_img{height:57.996px;width:72.186px}.User_Dashboard .Sidebar .progress_bar .upgrate_now .upgrade_img img{height:100%;width:100%}.User_Dashboard .Sidebar .progress_bar .upgrate_now h1{color:#263156;font-family:Nunito;font-size:8.638px;font-weight:700;text-align:center}.User_Dashboard .Sidebar .progress_bar .upgrate_now button{background:#ff8057;border:none;border-radius:14.338px;color:#fff;cursor:pointer;font-size:8.638px;font-weight:700;outline:none;padding:5px 15px;text-align:center}.User_Dashboard .Sidebar .progress_bar .your_progress{background:#fff;background:var(--neutral-white,#fff);border-radius:7.423px;display:flex;flex-direction:column;gap:5px;padding:10px 14.845px;width:100%}.User_Dashboard .Sidebar .progress_bar .your_progress h1{color:#000;font-family:Lato;font-size:10px;font-weight:700;line-height:14.845px}.User_Dashboard .Sidebar .progress_bar .your_progress h2{color:#000;font-family:IRANSansX;font-size:12.99px;font-weight:600}.User_Dashboard .Sidebar .progress_bar .your_progress input{cursor:pointer;margin:0}.User_Dashboard .Content{margin-left:250px;width:calc(100% - 250px)}.User_Dashboard .Content .back-button{margin-left:40px}.User_Dashboard .Content .no_question{font-size:32px;font-weight:600;margin-top:20%;text-align:center}.User_Dashboard .Content .AI_Content .ai_section{display:flex;gap:20px;margin-top:95px;max-height:85vh;overflow-y:auto;padding:40px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section{width:50%}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .modal-content .modal-body .dropdown{margin-top:20px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .modal-content .modal-body .dropdown select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAwtJREFUeJzt07ut1FAUhtEdQCGkNAAj0QvFEAM1ECPRFyEUAARXBw2XeXh8Hj6PtSRnlvcf+IsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACO8T4iXhw9AnY4RcTrmgc+R8TviPgaImEsp4j4GRHfo1Ikn+IpjvSIhFGkONK/WzyS53GIhFE8j6N4JB8vfFwkjOBaHMUiuReHSOjVvTiyI/mw4eMioUdb4ziP5FXtIyKhB3v+228R8bLVMZFwlKZx5BwVCa0dEkfOcZHQyqFx5IwQCbV1EUfOGJFQS1dx5IwSCaV1GUfOOJFQStdx5IwUCbmGiCNnrEjYa6g4EpHQwpBxJCKhpqHjSERCDVPEkYiEkqaKIxEJJUwZRyISckwdRyIS9jhFxI+YPI5EJDxiqTgSkbDFknEkIuGWpeNIRMIl4jgjEs6J4wKRECGOm0SyNnFsIJI1ieMBIlmLOHYQyRrEkUEkcxNHASKZkzgKEslcxFGBSOYgjopEMjZxNCCSMYmjIZGMRRwHEMkYxHEgkfRNHB0QSZ/E0RGR9OVtiKM7IumDODomkmOJYwAiOYY4BiKStsQxIJG0IY6BiaQucUxAJHWIYyIiKUscExJJGeKYmEjyiGMBItlHHAsRyWPEsSCRbCOOhYnkNnEgkivEwV8i+Zc4+I9InoiDq1aPRBzctWok4mCz1SIRBw9bJRJxsNvskYiDbLNG8ibEQSGzRSIOipslEnFQzeiRiIPqRo1EHDQzWiTioLlRIhEHh+k9EnFwuF4jEQfd6C0ScdCdXiIRB906OhJx0L2jIhEHw2gdiTgYTqtIxMGwakciDoZXKxJxMI3SkYiD6ZSKRBxMKzcScTC9vZG8C3GwiD2R/HrwfXEwtD2RiIOl1IhEHEylZCTiYEolIhEHU8uJRBwsYU8k4mApj0QiDpa0JRJxsLRbkYgD4nIk4oAz55GIAy44RcSXEAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQP/+AO9MGlAsPNKQAAAAAElFTkSuQmCC);background-position:calc(100% - 23px);background-repeat:no-repeat;background-size:23px 23px;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;font-family:IRANSansX;font-size:20px;font-weight:300;padding:13.5px 25px;width:100%}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .modal-content .modal-body .dropdown select:focus{outline:#202225;outline-style:solid;outline-width:1px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .modal-content .modal-body .dropdown select::-ms-expand{display:none}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .modal-content .modal-body .dropdown select option:hover{background-color:#000}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .modal-content .modal-body .dropdown option{font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.User_Dashboard .Content .AI_Content .ai_section .instruct_section h1{color:#04103b;font-family:IRANSans(FaNum);font-size:21.312px;font-style:normal;font-weight:700;line-height:normal}.User_Dashboard .Content .AI_Content .ai_section .instruct_section textarea{border:1px solid #ebe8ff;border-radius:8px;margin:10px 0 0;min-height:280px;outline:none;padding:25px;resize:none;width:100%}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .btn_container{display:flex;justify-content:space-between}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .btn_container .generate{background-color:#25292f;border:none;color:#fff;font-size:14px;padding:10px;transition-duration:1s;transition-property:width;width:120px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .btn_container .data_source{background-color:#25292f;border:none;color:#fff;font-size:14px;padding:10px;transition-duration:1s;transition-property:width;width:160px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .btn_container .data_source:hover{background-color:#f72e52;width:180px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .btn_container .generate:hover{background-color:#f72e52;width:150px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .dropdown{margin-top:20px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .dropdown select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAwtJREFUeJzt07ut1FAUhtEdQCGkNAAj0QvFEAM1ECPRFyEUAARXBw2XeXh8Hj6PtSRnlvcf+IsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACO8T4iXhw9AnY4RcTrmgc+R8TviPgaImEsp4j4GRHfo1Ikn+IpjvSIhFGkONK/WzyS53GIhFE8j6N4JB8vfFwkjOBaHMUiuReHSOjVvTiyI/mw4eMioUdb4ziP5FXtIyKhB3v+228R8bLVMZFwlKZx5BwVCa0dEkfOcZHQyqFx5IwQCbV1EUfOGJFQS1dx5IwSCaV1GUfOOJFQStdx5IwUCbmGiCNnrEjYa6g4EpHQwpBxJCKhpqHjSERCDVPEkYiEkqaKIxEJJUwZRyISckwdRyIS9jhFxI+YPI5EJDxiqTgSkbDFknEkIuGWpeNIRMIl4jgjEs6J4wKRECGOm0SyNnFsIJI1ieMBIlmLOHYQyRrEkUEkcxNHASKZkzgKEslcxFGBSOYgjopEMjZxNCCSMYmjIZGMRRwHEMkYxHEgkfRNHB0QSZ/E0RGR9OVtiKM7IumDODomkmOJYwAiOYY4BiKStsQxIJG0IY6BiaQucUxAJHWIYyIiKUscExJJGeKYmEjyiGMBItlHHAsRyWPEsSCRbCOOhYnkNnEgkivEwV8i+Zc4+I9InoiDq1aPRBzctWok4mCz1SIRBw9bJRJxsNvskYiDbLNG8ibEQSGzRSIOipslEnFQzeiRiIPqRo1EHDQzWiTioLlRIhEHh+k9EnFwuF4jEQfd6C0ScdCdXiIRB906OhJx0L2jIhEHw2gdiTgYTqtIxMGwakciDoZXKxJxMI3SkYiD6ZSKRBxMKzcScTC9vZG8C3GwiD2R/HrwfXEwtD2RiIOl1IhEHEylZCTiYEolIhEHU8uJRBwsYU8k4mApj0QiDpa0JRJxsLRbkYgD4nIk4oAz55GIAy44RcSXEAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQP/+AO9MGlAsPNKQAAAAAElFTkSuQmCC);background-position:calc(100% - 23px);background-repeat:no-repeat;background-size:23px 23px;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;font-family:IRANSansX;font-size:20px;font-weight:300;padding:13.5px 25px;width:100%}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .dropdown select:focus{outline:#202225;outline-style:solid;outline-width:1px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .dropdown select::-ms-expand{display:none}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .dropdown select option:hover{background-color:#000}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .dropdown option{font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .half_width .blue_box{border:1px solid #000;border-radius:4px;margin:10px 0 0;width:100%}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .half_width .blue_box .box_header{background-color:#000;display:flex;justify-content:space-between;padding:10px 20px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .half_width .blue_box .box_header h2,.User_Dashboard .Content .AI_Content .ai_section .instruct_section .half_width .blue_box .box_header span{color:#fff;font-family:IRANSans(FaNum);font-size:16px;font-style:normal;font-weight:500;line-height:24px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .half_width .blue_box .box_details{align-items:center;display:flex;flex-direction:column;gap:10px;overflow:scroll!important;padding:20px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .half_width .blue_box .box_details div{justify-content:space-between}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .half_width .table{text-align:center}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .result span{color:#444;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:600;width:500px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section .result p{font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:0}.User_Dashboard .Content .AI_Content .ai_section .generate_section{width:50%}.User_Dashboard .Content .AI_Content .ai_section .generate_section .header{align-items:center;display:flex;justify-content:space-between}.User_Dashboard .Content .AI_Content .ai_section .generate_section .header h1{color:#04103b;font-family:IRANSans(FaNum);font-size:21.312px;font-style:normal;font-weight:700;line-height:normal}.User_Dashboard .Content .AI_Content .ai_section .generate_section .header div{display:flex;gap:10px}.User_Dashboard .Content .AI_Content .ai_section .generate_section .box{background-color:#191c22;border:1px solid #ebe8ff;border-radius:8px;margin:5px 0;min-height:500px;padding:25px}.User_Dashboard .Content .AI_Content .ai_section .generate_section .box h1{color:#fff;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:600;margin-bottom:15px}.User_Dashboard .Content .AI_Content .ai_section .generate_section .box textarea{background-color:#191c22;border:none;caret-color:#fff;color:#fff;height:100%;min-height:400px;outline:none;resize:none;width:100%}.User_Dashboard .Content .AI_Content .ai_section .generate_section .btn_container{align-items:center;display:flex;justify-content:end}.User_Dashboard .Content .Database_Content .database_section{margin-top:95px;overflow-y:auto;padding:40px 50px}.User_Dashboard .Content .Database_Content .database_section .list_heading h1{font-family:IRANSansX,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:24px;margin-bottom:28px;margin-top:30px}.User_Dashboard .Content .Database_Content .database_section .db_cards{display:flex;flex-wrap:wrap;gap:45px}.User_Dashboard .Content .Database_Content .database_details{display:flex;flex-direction:column;gap:14px;justify-content:start;margin-top:95px;max-height:80vh;overflow-y:auto;padding:20px 47px}.User_Dashboard .Content .Database_Content .database_details .introduction{max-width:795px}.User_Dashboard .Content .Database_Content .database_details .introduction h1{color:#444;font-family:IRANSansX,sans-serif;font-size:24px!important;font-weight:600;line-height:24px;margin-top:20px}.User_Dashboard .Content .Database_Content .database_details .introduction p{color:#797d8c;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:10px!important}.User_Dashboard .Content .Database_Content .database_details .description h2{color:#444;font-family:IRANSansX,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px;text-transform:capitalize}.User_Dashboard .Content .Database_Content .database_details .description p{color:#797d8c;font-family:IRANSansX,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin-top:10px}.User_Dashboard .Content .Database_Content .database_details .list_of_table{background:#f4f4f4;border:1px solid #00000080;border-radius:4px;height:auto;max-width:795px;padding:20px 17px}.User_Dashboard .Content .Database_Content .database_details .list_of_table h3{color:#444;font-family:IRANSansX,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin-bottom:20px}.User_Dashboard .Content .Database_Content .database_details .list_of_table .buttons{display:flex;flex-wrap:wrap;gap:11px}.User_Dashboard .Content .Database_Content .db_button button{background:#eee;border:1px solid #0003;border-radius:4px;color:#797d8c;font-family:IRANSansX,sans-serif;font-size:14px;font-weight:400;height:39px;line-height:24px;width:135px}.User_Dashboard .Content .Dashboard_Content .dashboard_content{display:flex;gap:20px;overflow-y:auto;padding:40px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section{display:flex;flex-direction:column;gap:10px;width:40%}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section h1{color:#04103b;font-family:IRANSans(FaNum);font-size:21.312px;font-style:normal;font-weight:500;line-height:normal}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section .box{border:none;border-radius:8px;padding:10px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section .box p{color:#444;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin-bottom:0}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section .box span{color:#444;font-family:IRANSansX;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section .box .half_width{width:100%}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section .box .blue_box{border:1px solid #000;border-radius:4px;margin:10px 0 0;width:100%}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section .box .blue_box .box_header{background-color:#000;display:flex;justify-content:space-between;padding:10px 20px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section .box .blue_box .box_header h2,.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section .box .blue_box .box_header span{color:#fff;font-family:IRANSans(FaNum);font-size:16px;font-style:normal;font-weight:500;line-height:24px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section .box .blue_box .box_details{display:flex;flex-direction:column;gap:10px;overflow:scroll!important;padding:20px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section .box .blue_box .box_details div{justify-content:space-between}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section{width:70%}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .header{align-items:center;display:flex;justify-content:space-between}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .header div{display:flex;gap:10px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .box{border:none;border-radius:8px;margin:5px 0;min-height:500px;padding:25px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .box h1{color:#444;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:600;margin-bottom:15px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .box textarea{border:none;height:100%;min-height:400px;outline:none;resize:none;width:100%}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .box textarea::placeholder{color:#d4d5db}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .result_header{align-items:center;display:flex;justify-content:space-between}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .result_header h1{color:#444;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .result_header div{display:flex;gap:10px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .result p{font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:0}.User_Dashboard .Content .History_Content .Book_mark{background-color:#40444b}.User_Dashboard .Content .History_Content .history_section{display:flex;flex-direction:column;gap:30px;height:100vh;margin-top:95px;overflow-y:auto;padding:40px 50px}.User_Dashboard .Content .History_Content .history_section .recently_viewed_questions .history_heading h1{color:#04103b;font-family:"IRANSans(FaNum)",sans-serif;font-size:21.312px;font-weight:700;margin-bottom:20px}.User_Dashboard .Content .History_Content .history_section .recently_viewed_questions .history_cards{display:flex;flex-direction:column;gap:20px}.User_Dashboard .Content .History_Content .history_section .saved_questions .history_heading h1{color:#04103b;font-family:"IRANSans(FaNum)",sans-serif;font-size:21.312px;font-weight:700;margin-bottom:20px}.User_Dashboard .Content .History_Content .history_section .saved_questions .history_cards{display:flex;flex-direction:column;gap:20px}.User_Dashboard .Content .LeaderBoard_Content .leaderboard_topbar{display:none}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section{background-color:#000;color:#fff;filter:drop-shadow(0 8px 24px rgba(0,0,0,.3));height:130px;position:relative;text-align:center}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .cone_left{left:0;position:absolute;top:0;width:100px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .cone_right{position:absolute;right:0;top:0;width:120px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners{display:flex;gap:100px;justify-content:center;padding:20px 0;width:100%}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_one{position:relative}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_one .winner_img{height:70px;margin-bottom:6px;position:relative;width:70px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_one .winner_img img{height:100%;object-fit:cover;width:100%}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_one .winner_img .crown{height:30px;left:0;object-fit:cover;position:absolute;top:-15px;width:30px;z-index:2}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_one .winner_name{color:#fff;font-family:Inter;font-size:10.088px;font-style:normal;font-weight:400;line-height:normal}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_one .winner_points{color:#fff;font-family:Inter;font-size:11.706px;font-style:normal;font-weight:600;line-height:normal}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_two .winner_img{height:70px;margin-bottom:6px;position:relative;width:70px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_two .winner_img img{height:100%;width:100%}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_two .winner_img .crown{height:30px;object-fit:cover;position:absolute;right:0;top:-15.5px;width:30px;z-index:2}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_two .winner_name{color:#fff;font-family:Inter;font-size:10.088px;font-style:normal;font-weight:400;line-height:normal}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_two .winner_points{color:#fff;font-family:Inter;font-size:11.706px;font-style:normal;font-weight:600;line-height:normal}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_three .winner_img{height:70px;margin-bottom:6px;position:relative;width:70px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_three .winner_img img{height:100%;width:100%}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_three .winner_img .crown{height:30px;object-fit:cover;position:absolute;right:0;top:-15px;width:30px;z-index:2}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_three .winner_name{color:#fff;font-family:Inter;font-size:10.088px;font-style:normal;font-weight:400;line-height:normal}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_three .winner_points{color:#fff;font-family:Inter;font-size:11.706px;font-style:normal;font-weight:600;line-height:normal}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winner_details{padding:15px 64px 30px 34px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winner_details .heading{display:flex;justify-content:space-between}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winner_details .heading h1{font-family:IRANSans(FaNum);font-size:36px;font-style:normal;font-weight:500}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winner_details .winner_list{display:flex;flex-direction:column;gap:7px;margin-top:15px;max-height:68vh;overflow-y:auto}.User_Dashboard .Content .Subscription_Content .pricing-com-user-dashboard{margin-top:50px}.User_Dashboard .Content .Subscription_Content .card_section{align-items:center;display:flex;flex-direction:column;gap:70px;height:100%;justify-content:space-around;margin-top:95px;overflow-y:auto;padding:30px}.User_Dashboard .Content .Subscription_Content .card_section .heading{text-align:center}.User_Dashboard .Content .Subscription_Content .card_section .heading h1{font-family:Poppins,sans-serif;font-size:50px;font-style:normal;font-weight:700}.User_Dashboard .Content .Subscription_Content .card_section .heading h1 span{color:#000;font-family:Poppins,sans-serif;font-size:48px;font-weight:600;text-align:center;text-transform:uppercase}.User_Dashboard .Content .Subscription_Content .card_section .cards{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card{background:linear-gradient(180deg,#ffffff14,#ffffff14);border-radius:7.144px;box-shadow:0 7.14428px 21.43283px 0 #0003;display:flex;flex-direction:column;padding:50px 0 150px;text-align:center;width:25%}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .hr{stroke-width:.893px;stroke:#000;margin:0;opacity:.4;width:100%}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .top_card{align-items:center;display:flex;flex-direction:column;gap:30px;justify-content:center}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .top_card .card_heading h1{font-family:Poppins,sans-serif;font-size:28.577px;font-weight:600}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .top_card .card_heading p{font-family:Poppins,sans-serif;font-size:13.396px;font-style:normal;font-weight:400}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .top_card .price_and_buttons{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .top_card .price_and_buttons .price h1{font-family:Poppins,sans-serif;font-size:35.721px;font-style:normal;font-weight:500}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .top_card .price_and_buttons .price h1 sup{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;vertical-align:super}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .top_card .price_and_buttons .price h1 span{font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .top_card .price_and_buttons .buttons .card_button{background-color:#000;border:none;border-radius:5px;color:#fff;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;outline:none;padding:8px 15px;text-align:center}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .top_card .price_and_buttons .buttons p{margin:10px}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .card_content{display:flex;flex-direction:column;gap:20px;margin-top:40px;padding:0 10px;text-align:left}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .card_content .tick_line{line-height:10px}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .card_content .tick_line span{color:#000;font-family:Poppins,sans-serif;font-size:12.502px;font-style:normal;font-weight:400;margin-left:10px}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .card_content .card_description{background:#fcfcfc;border:.893px solid #379eff;border:.893px solid var(--1,#379eff);border-radius:3.572px;padding:10px}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .card_content .card_description h1{font-family:Poppins,sans-serif;font-size:16px;font-weight:600}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .card_content .card_description P{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;margin-left:20px;margin-top:10px}.User_Dashboard .Content .Subscription_Content .card_section .question{color:#000;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;margin-top:-70px;text-align:center;width:22%}.User_Dashboard .Content .Subscription_Content .card_section .question span{font-weight:500}.User_Dashboard .Content .DiscussionForm_Content .discussion_form_section{align-items:center;display:flex;flex-direction:column;gap:110px;justify-content:center;margin-top:95px}.User_Dashboard .Content .DiscussionForm_Content .discussion_form_section img{width:100%}.User_Dashboard .Content .DiscussionForm_Content .discussion_community{margin-top:95px;padding:36px 66px 57px 47px}.User_Dashboard .Content .DiscussionForm_Content .discussion_community .ask_question_btn{align-items:center;display:flex;justify-content:space-between;text-align:right}.User_Dashboard .Content .DiscussionForm_Content .discussion_community .ask_question_btn .askbtn{margin-bottom:7px}.User_Dashboard .Content .DiscussionForm_Content .discussion_community h1{font-family:IRANSans(FaNum);font-size:21.312px;font-style:normal;font-weight:500}.User_Dashboard .Content .DiscussionForm_Content .discussion_community .discussion_cards{grid-gap:28px 55px;display:grid;gap:28px 55px;grid-template-columns:auto auto auto;max-height:75vh;overflow-y:auto}.User_Dashboard .Content .DiscussionForm_Content .discussion_community .load_more_btn{margin-top:14px;text-align:center}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec{margin-top:95px;padding:36px 93px 20px 45px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .ask_question_btn{align-items:center;display:flex;justify-content:space-between;text-align:right}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .ask_question_btn h1{font-size:21.312px;font-style:normal;font-weight:600}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .ask_question_btn .askbtn{margin-bottom:7px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec{display:flex;gap:45px;max-height:85vh;overflow-y:auto;width:100%}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_box{background:#fff;border:1.332px solid #ebe8ff;border-radius:8px;padding:17px 25px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_box .question_box_heading{color:#444;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:600;line-height:24px;padding-bottom:2px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_box .question_box_heading .user{align-items:center;column-gap:6px;display:flex}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_box .question_box_heading .user .profile_img{background-color:#000;border-radius:50%!important;height:35px;overflow:hidden;width:35px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_box .question_box_heading .user .profile_img img{border-radius:50%;height:100%;object-fit:cover;width:100%}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_box .question_box_content{color:#797d8c;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec{display:flex;flex-direction:column;gap:18px;width:100%}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec h5{color:#04103b;font-family:IRANSans(FaNum);font-size:21.312px;font-style:normal;font-weight:500;line-height:normal}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .comment_box{margin-bottom:15px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .comment_box textarea{background:#fff;border:1.332px solid #ebe8ff;border-radius:8px;padding:17px 25px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .comment_box .comment_box_heading{color:#444;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .comment_box .comment_box_content{color:#797d8c;font-family:IRANSansX;font-size:13px;font-style:normal;font-weight:400;line-height:24px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .comment_box .comment_box_btn{display:flex;justify-content:end;padding-top:15px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .answers_box .answer_box{margin-bottom:16px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .answers_box .answer_box p{color:#797d8c}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .answers_box .answer_box .answer_top{align-items:center;display:flex;gap:10px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .answers_box .answer_box .answer_top .answer-img{border-radius:50%;height:34px;width:34px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .answers_box .answer_box .answer_top .answer-img img{border-radius:50%}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .answers_box .answer_box .answer_content{padding-top:8px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .answers_box .answer_box .answer_bottom{display:flex;gap:13px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .answers_box .answer_box .answer_bottom .bottom_icons{align-items:center;display:flex;gap:5px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .related_question_sec{width:70%}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .related_question_sec .related_question_heading{color:#04103b;font-family:IRANSansX;font-size:21.312px;font-style:normal;font-weight:700;line-height:normal;padding-bottom:7px;padding-top:13px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .related_question_sec .related_questions_boxes{display:flex;gap:20px}.User_Dashboard .Content .UserLevel_Content .user_level{display:flex;margin-top:95px;max-height:95vh;overflow-y:auto;padding:103px 12px 98px 0;width:100%}.User_Dashboard .Content .UserLevel_Content .user_level .achievements{align-items:center;display:flex;flex-direction:column;gap:20px;height:100%;width:40%}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .profile{align-items:center;display:flex;flex-direction:column;gap:43px;justify-content:center;margin-bottom:25px}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .profile .profile_img{align-items:center;border-radius:50%;display:flex;height:180px;justify-content:center;overflow:hidden;width:180px}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .profile .profile_img img{height:90%;object-fit:contain;width:90%}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .profile h1{color:#6c6c6c;font-family:IRANSansX,sans-serif;font-size:30px;font-style:normal;font-weight:400;line-height:normal}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .profile .user_data{text-align:center}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .profile .user_data h2{color:#000;font-family:IRANSansX,sans-serif;font-size:28px;font-weight:400}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .profile .user_data h3{color:#6c6c6c;font-family:IRANSansX,sans-serif;font-size:24px;font-weight:400}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .levels{fill:#fff;background-color:#fff;border-radius:25px;filter:drop-shadow(0 4px 24px rgba(0,0,0,.2));max-height:135px;max-width:408px;padding:18px 25px}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .levels .level_points{align-items:center;display:flex;gap:15px;margin-bottom:10px}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .levels .level_points .level_heading h1{color:#000;font-family:Inter;font-size:21.056px;font-style:normal;font-weight:600;letter-spacing:-.372px;line-height:27.248px}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .levels .level_points .level_heading span{font-feature-settings:"clig" off,"liga" off;color:#0000004d;font-family:Inter;font-size:14.863px;font-style:normal;font-weight:600;letter-spacing:.025px;line-height:normal}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals{display:flex;flex-direction:column}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals h5{color:#9098a3;color:var(--color-grey,#9098a3);font-size:14.863px;font-style:normal;font-weight:600;letter-spacing:.025px;line-height:normal;margin:10px}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals h5 span{color:#9098a380;font-size:14.863px;font-style:normal;font-weight:600;letter-spacing:.025px;line-height:normal}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals .medal_cards{display:flex;gap:40px}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals .medal_cards .medal_card{fill:#fff;align-items:center;background-color:#fff;border-radius:24.771px;display:flex;filter:drop-shadow(0 4px 24px rgba(0,0,0,.2));flex-direction:column;height:131.287px;padding:18px;width:125.095px}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals .medal_cards .medal_card .icon{height:40.68px;width:40.68px}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals .medal_cards .medal_card .icon img{height:100%;width:100%}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals .medal_cards .medal_card h1{font-feature-settings:"clig" off,"liga" off;color:#000;font-family:Inter;font-size:14.863px;font-weight:600;letter-spacing:.025px;text-align:center}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals .medal_cards .medal_card .gold_btn{background:#fcf3de;color:#edb552}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals .medal_cards .medal_card .gold_btn,.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals .medal_cards .medal_card .silver_btn{align-items:center;border:none;border-radius:7.431px;display:flex;font-family:Inter,sans-serif;font-size:14.863px;font-weight:600;height:23.533px;justify-content:center;letter-spacing:.025px;outline:none;text-align:center;width:34.68px}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals .medal_cards .medal_card .silver_btn{background:#eceef1;color:#717484}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals .medal_cards .medal_card .bronze_btn{align-items:center;background-color:#f2eeec;border:none;border-radius:7.431px;color:#aa9083;display:flex;font-family:Inter;font-size:14.863px;font-weight:600;height:23.533px;justify-content:center;letter-spacing:.025px;outline:none;text-align:center;width:34.68px}.User_Dashboard .Content .UserLevel_Content .user_level .center_line_img{height:100%}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification{display:flex;flex-direction:column;height:100%;padding-left:40px!important;padding-right:10px;width:60%}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification h4{color:#9098a3;color:var(--color-grey,#9098a3);font-size:14.863px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:15px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .activity{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:26px;max-width:420px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .activity .activity_card{fill:#fff;align-items:center;background:#fff;border-radius:24.771px;display:flex;filter:drop-shadow(0 4px 10px rgba(0,0,0,.1));gap:19px;height:84.222px;padding:24px 21px;width:198.17px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .activity .activity_card .points h1{color:#000;font-family:Inter;font-size:21.056px;font-style:normal;font-weight:600;line-height:27.248px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .activity .activity_card .points span{color:#9098a3;color:var(--color-grey,#9098a3);font-family:Inter;font-size:14.863px;font-style:normal;font-weight:600;letter-spacing:.025px;line-height:normal}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest{display:flex;gap:22px;margin-bottom:44px;width:100%}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper{display:flex;flex-direction:column;gap:15px;width:50%}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper h3{color:#9098a3;color:var(--color-grey,#9098a3);font-family:Inter;font-size:14.863px;font-weight:600}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card{fill:#fff;background:#fff;border-radius:24.771px;display:flex;filter:drop-shadow(0 4px 14px rgba(0,0,0,.1));flex-direction:column;gap:25px;padding:30px 40px 30px 15px!important;width:100%}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box{display:flex;gap:15px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .strong_img img{height:40.634px;width:50.542px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading{display:flex;flex-direction:column;gap:10px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading h1{color:#000;color:var(--base-shade-100,#000);font-family:Inter;font-size:14.863px;font-style:normal;font-weight:600;letter-spacing:.025px;line-height:normal}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading .progress{width:130px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading .back_end_btn{display:flex;gap:7px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading .back_end_btn .back_end_btn_img{height:10px;width:183px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading .back_end_btn .back_end_btn_img img{height:100%;width:100%}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading .back_end_btn h2{font-feature-settings:"clig" off,"liga" off;color:#000000b3;color:var(--base-shade-70,#000000b3);font-family:Inter;font-size:14.863px;font-style:normal;font-weight:600;letter-spacing:.025px;line-height:normal;text-align:right}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading .back_end_btn h3{font-feature-settings:"clig" off,"liga" off;color:#0000004d;color:var(--base-shade-30,#0000004d);font-family:Inter;font-size:14.863px;font-style:normal;font-weight:600;letter-spacing:.025px;line-height:normal}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification{display:flex;gap:40px;width:100%}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification .medal_card{fill:#fff;align-items:center;background-color:#fff;border-radius:24.771px;display:flex;filter:drop-shadow(0 4px 14px rgba(0,0,0,.1));flex-direction:column;height:189.5px;padding:23px 18px;width:170.921px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification .medal_card .icon{height:60.68px;width:60.68px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification .medal_card .icon img{height:100%;width:100%}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification .medal_card h1{color:#000;font-size:14.863px;font-style:normal;font-weight:600;letter-spacing:.025px;line-height:normal;margin-bottom:30px;text-align:center}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification .medal_card .gold_btn{align-items:center;background:#f6f4ee;border:none;border-radius:7.431px;color:#a59e8e;display:flex;font-family:Inter;font-size:14.863px;font-weight:600;height:27.248px;justify-content:center;letter-spacing:.025px;outline:none;text-align:center;width:132.526px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification .medal_card .silver_btn{align-items:center;background:#e7e7e7;border:none;border-radius:7.431px;color:#778390;display:flex;font-family:Inter;font-size:14.863px;font-weight:600;height:27.248px;justify-content:center;letter-spacing:.025px;outline:none;text-align:center;width:132.526px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification .medal_card .bronze_btn{align-items:center;background:#f6f4ee;border:none;border-radius:7.431px;color:#a59e8e;display:flex;font-family:Inter;font-size:14.863px;font-weight:600;height:27.248px;justify-content:center;letter-spacing:.025px;outline:none;text-align:center;width:132.526px}.User_Dashboard .Content .UserProfile_Content .profile_content{align-items:center;display:flex;gap:50px;height:100vh;margin-top:95px;overflow-y:auto;padding:140px 50px 40px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section{align-items:center;display:flex;flex-direction:column;gap:30px;justify-content:center;position:relative}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section:after{background-color:#e6e6e6;content:"";height:110%;position:absolute;right:-97px;top:-25px;width:1px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .user_prof_heading{color:#6c6c6c;font-family:IRANSansX,sans-serif;font-size:30px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .profile-image-container{display:inline-block;position:relative}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .profile_img{border-radius:50%;height:150px;position:relative;width:150px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .profile_img img{border:1px solid gray;border-radius:50%;cursor:pointer;height:100%;object-fit:cover;width:100%}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .profile_img .ProfileIcon{cursor:pointer;left:90%;position:absolute;top:80%;transform:translate(-50%,-50%)}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .name_desig{text-align:center}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .name_desig h6{color:#000;font-family:IRANSansX,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:normal}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .name_desig p{color:#6c6c6c;font-family:IRANSansX,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:normal}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec{display:flex;gap:100px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec .position{position:relative}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec .position:after{background-color:#6c6c6c;content:"";height:60%;position:absolute;right:-42px;top:15px;width:1px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec .points{position:relative}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec h6{align-items:center;color:#000;display:flex;font-family:IRANSansX,sans-serif;font-size:33.011px;font-style:normal;font-weight:400;gap:15px;line-height:normal;text-align:center}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec h6 span{color:#6c6c6c;font-family:IRANSansX,sans-serif;font-size:19.505px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .user_prof_footer{align-items:center;display:flex;flex-direction:column;gap:13px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .user_prof_footer Button{border-radius:10px;color:#fff;font-family:IRANSansX,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .user_prof_footer h6{color:#6c6c6c;font-family:IRANSansX,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:normal}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .user_prof_footer .user-bio{width:391px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .user_prof_footer .user-bio p{color:#6c6c6c;font-family:IRANSansX,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-align:center;word-break:break-all}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section{padding:0 265px 0 130px;width:100%}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section hr{color:#bcbcbc}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section .basic_info{display:flex;gap:20px;justify-content:space-between;width:100%}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section .basic_info h6{color:#000;font-family:IRANSans(FaNum);font-size:18px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:10px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section .basic_info .basic_info_heading{color:#000;font-family:IRANSans(FaNum);font-size:18px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section .basic_info .basic_info_btn{display:flex;gap:10px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section form{width:100%}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section form .input_flex{display:flex;flex-direction:column;gap:5px;margin-bottom:25px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section form .input_flex input{border:2px solid #e5e5e5;border-radius:4px;padding:5px 10px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section form .error{color:red;font-size:15px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section form label{color:#000;font-family:IRANSans(FaNum);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section form .first_last{display:flex;gap:20px;padding-top:34px;width:100%}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section form .first_last .firstname,.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section form .first_last .lastname{width:50%}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section form .about_me{padding-bottom:30px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section form .about_me h6{color:#000;font-family:IRANSans(FaNum);font-size:18px;font-style:normal;font-weight:500;line-height:normal;padding-bottom:10px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section form .about_me_input{width:100%}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section form .about_me_input textarea{border:2px solid #e5e5e5;border-radius:4px;line-height:normal;padding:10px;resize:none;width:100%}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_form_section form .logout_btn{color:#fff;display:flex;font-family:IRANSans(FaNum);font-size:14px;font-style:normal;font-weight:500;justify-content:end;line-height:normal;width:100%}.User_Dashboard .Content .UserProfile_Content .logout_button{display:flex;justify-content:flex-end;margin-top:15px}.User_Dashboard .Content .ContactUs_Content .contact_us_section{display:flex;gap:20px;height:90vh;justify-content:center;margin-top:95px;overflow-y:auto;padding:80px 123px}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form{background:#fff;border-radius:8px;box-shadow:0 8px 24px 0 #0000004d;height:fit-content;padding:50px;width:50%}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form form h1{color:#000;font-family:Volkhov,sans-serif;font-size:36px;font-style:normal;font-weight:400;margin-bottom:94px;text-align:right;text-align:center}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form form .inputs input{background:#f6f6f6;border:1px solid #0000004d;border-radius:4px;margin-bottom:3px!important;padding:20px;width:100%}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form form .inputs .error-msg{color:red;font-weight:400;margin-top:10px;padding-bottom:10px}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form form .inputs textarea{background:#f6f6f6;border:1px solid #0000004d;border-radius:4px;margin-bottom:3px!important;padding:10px;width:100%}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form form .inputs p{color:#000;font-family:IRANSansX;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form form .submit_btn{background:#f6f6f6;border:2px solid #000;border-radius:4px;font-size:20px;font-style:normal;font-weight:500;margin-top:60px;padding:20px;transition:.6s ease;width:100%}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form form .submit_btn:hover{background-color:#000;color:#fff;transition:.6s ease}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_img{display:flex;flex-direction:column;justify-content:center;width:50%}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_img img{width:100%}.User_Dashboard .Content .ContactUs_Content .support_section{height:100%;margin-top:95px;overflow-y:auto;padding:60px 110px}.User_Dashboard .Content .ContactUs_Content .support_section .support_heading{display:flex;flex-direction:column;gap:10px;padding:0 140px;text-align:center}.User_Dashboard .Content .ContactUs_Content .support_section .support_heading h1{font-family:Volkhov;font-size:64px;font-style:normal;font-weight:400}.User_Dashboard .Content .ContactUs_Content .support_section .support_heading p{font-family:IRANSansX;font-size:14px;font-style:normal;font-weight:400}.User_Dashboard .Content .ContactUs_Content .support_section .cards_heading h1{font-family:Volkhov;font-size:32px;font-style:normal;font-weight:400;margin-bottom:20px;margin-top:16px}.User_Dashboard .Content .ContactUs_Content .support_section .support_cards{grid-gap:27px;display:grid;gap:27px;grid-template-columns:auto auto}.User_Dashboard .Content .Report_Bugs .contact_us_section{display:flex;gap:20px;justify-content:center;margin-top:95px;padding:40px 123px 20px}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form{background:#fff;border-radius:8px;box-shadow:0 8px 24px 0 #0000004d;height:fit-content;padding:40px;width:50%}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form form h1{color:#000;font-family:Volkhov,sans-serif;font-size:36px;font-style:normal;font-weight:400;margin-bottom:60px;text-align:right;text-align:center}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form form .inputs input{background:#f6f6f6;border:1px solid #0000004d;border-radius:4px;margin-bottom:3px!important;padding:15px 20px;width:100%}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form form .inputs textarea{background:#f6f6f6;border:1px solid #0000004d;border-radius:4px;margin-bottom:3px!important;padding:20px;width:100%}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form form .inputs p{color:#000;font-family:IRANSansX;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form form .submit_btn{background:#f6f6f6;border:2px solid #000;border-radius:4px;font-size:20px;font-style:normal;font-weight:500;margin-top:60px;padding:20px;transition:.6s ease;width:100%}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form form .submit_btn:hover{background-color:#000;color:#fff;transition:.6s ease}.view_hint_modal .modal-content{background-color:#00000080;height:650.165px;padding-bottom:5px;width:808px}.view_hint_modal .modal-body .modal_question{background:#f9f9f9;padding:33px 28px}.view_hint_modal .modal-body .answer_code{border:2px solid #f9f9f9;color:#f9f9f9;height:85%;margin-top:8px;padding:40px 110px}.source_modal .modal-content{background-color:#40444b}.source_modal .modal-header{border:none;color:#fff}.source_modal .modal-header .modal-title{font-size:27px}.source_modal .modal-body{padding-top:0}.source_modal .modal-body h3{color:#fff}.source_modal .modal-body .dropdown{margin-top:20px}.source_modal .modal-body .dropdown select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAwtJREFUeJzt07ut1FAUhtEdQCGkNAAj0QvFEAM1ECPRFyEUAARXBw2XeXh8Hj6PtSRnlvcf+IsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACO8T4iXhw9AnY4RcTrmgc+R8TviPgaImEsp4j4GRHfo1Ikn+IpjvSIhFGkONK/WzyS53GIhFE8j6N4JB8vfFwkjOBaHMUiuReHSOjVvTiyI/mw4eMioUdb4ziP5FXtIyKhB3v+228R8bLVMZFwlKZx5BwVCa0dEkfOcZHQyqFx5IwQCbV1EUfOGJFQS1dx5IwSCaV1GUfOOJFQStdx5IwUCbmGiCNnrEjYa6g4EpHQwpBxJCKhpqHjSERCDVPEkYiEkqaKIxEJJUwZRyISckwdRyIS9jhFxI+YPI5EJDxiqTgSkbDFknEkIuGWpeNIRMIl4jgjEs6J4wKRECGOm0SyNnFsIJI1ieMBIlmLOHYQyRrEkUEkcxNHASKZkzgKEslcxFGBSOYgjopEMjZxNCCSMYmjIZGMRRwHEMkYxHEgkfRNHB0QSZ/E0RGR9OVtiKM7IumDODomkmOJYwAiOYY4BiKStsQxIJG0IY6BiaQucUxAJHWIYyIiKUscExJJGeKYmEjyiGMBItlHHAsRyWPEsSCRbCOOhYnkNnEgkivEwV8i+Zc4+I9InoiDq1aPRBzctWok4mCz1SIRBw9bJRJxsNvskYiDbLNG8ibEQSGzRSIOipslEnFQzeiRiIPqRo1EHDQzWiTioLlRIhEHh+k9EnFwuF4jEQfd6C0ScdCdXiIRB906OhJx0L2jIhEHw2gdiTgYTqtIxMGwakciDoZXKxJxMI3SkYiD6ZSKRBxMKzcScTC9vZG8C3GwiD2R/HrwfXEwtD2RiIOl1IhEHEylZCTiYEolIhEHU8uJRBwsYU8k4mApj0QiDpa0JRJxsLRbkYgD4nIk4oAz55GIAy44RcSXEAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQP/+AO9MGlAsPNKQAAAAAElFTkSuQmCC);background-position:calc(100% - 13px);background-repeat:no-repeat;background-size:13px 13px;border:1px solid #202225;border-radius:5px;box-shadow:0 6px 16px 0 #00000026;font-family:IRANSansX;font-size:16px;font-weight:300;margin-bottom:10px;padding:6px 15px;width:100%}.source_modal .modal-body .dropdown select:focus{outline:#202225;outline-style:solid;outline-width:1px}.source_modal .modal-body .dropdown select::-ms-expand{display:none}.source_modal .modal-body .dropdown select option:hover{background-color:#000}.source_modal .modal-body .dropdown .associate_table{-webkit-appearance:none;appearance:none;background:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAwtJREFUeJzt07ut1FAUhtEdQCGkNAAj0QvFEAM1ECPRFyEUAARXBw2XeXh8Hj6PtSRnlvcf+IsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACO8T4iXhw9AnY4RcTrmgc+R8TviPgaImEsp4j4GRHfo1Ikn+IpjvSIhFGkONK/WzyS53GIhFE8j6N4JB8vfFwkjOBaHMUiuReHSOjVvTiyI/mw4eMioUdb4ziP5FXtIyKhB3v+228R8bLVMZFwlKZx5BwVCa0dEkfOcZHQyqFx5IwQCbV1EUfOGJFQS1dx5IwSCaV1GUfOOJFQStdx5IwUCbmGiCNnrEjYa6g4EpHQwpBxJCKhpqHjSERCDVPEkYiEkqaKIxEJJUwZRyISckwdRyIS9jhFxI+YPI5EJDxiqTgSkbDFknEkIuGWpeNIRMIl4jgjEs6J4wKRECGOm0SyNnFsIJI1ieMBIlmLOHYQyRrEkUEkcxNHASKZkzgKEslcxFGBSOYgjopEMjZxNCCSMYmjIZGMRRwHEMkYxHEgkfRNHB0QSZ/E0RGR9OVtiKM7IumDODomkmOJYwAiOYY4BiKStsQxIJG0IY6BiaQucUxAJHWIYyIiKUscExJJGeKYmEjyiGMBItlHHAsRyWPEsSCRbCOOhYnkNnEgkivEwV8i+Zc4+I9InoiDq1aPRBzctWok4mCz1SIRBw9bJRJxsNvskYiDbLNG8ibEQSGzRSIOipslEnFQzeiRiIPqRo1EHDQzWiTioLlRIhEHh+k9EnFwuF4jEQfd6C0ScdCdXiIRB906OhJx0L2jIhEHw2gdiTgYTqtIxMGwakciDoZXKxJxMI3SkYiD6ZSKRBxMKzcScTC9vZG8C3GwiD2R/HrwfXEwtD2RiIOl1IhEHEylZCTiYEolIhEHU8uJRBwsYU8k4mApj0QiDpa0JRJxsLRbkYgD4nIk4oAz55GIAy44RcSXEAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQP/+AO9MGlAsPNKQAAAAAElFTkSuQmCC);background-position:calc(100% - 23px);background-repeat:no-repeat;background-size:23px 23px;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;font-family:IRANSansX;font-size:16px;font-weight:300;margin-bottom:10px;padding:10px;width:50%}.source_modal .modal-body .dropdown .associate_table:focus{outline:#202225;outline-style:solid;outline-width:1px}.source_modal .modal-body .dropdown .associate_table::-ms-expand{display:none}.source_modal .modal-body .dropdown option{font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.source_modal .modal-body button{background-color:#25292f;border:none;color:#fff;font-size:14px;margin-top:10px;padding:6px 15px;transition-duration:1s;transition-property:width;width:102px}.source_modal .modal-body button:hover{background-color:#f72e52;width:115px}.source_modal .modal-footer{border:none}.level_modal .modal-content{background-color:#00000080;height:230px;width:564px}.level_modal .modal-content .modal-body .levels{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;text-align:center}.level_modal .modal-content .modal-body .levels .soft{align-items:center;background:#ffe600;border-radius:4px;color:#fff;display:flex;height:59px;justify-content:center;width:517px}.level_modal .modal-content .modal-body .levels .easy{align-items:center;background:#07c290;border-radius:4px;color:#fff;display:flex;height:59px;justify-content:center;width:517px}.level_modal .modal-content .modal-body .levels .hard{align-items:center;background:#ee2a59;border-radius:4px;color:#fff;display:flex;height:59px;justify-content:center;width:517px}.topbar .top{background-color:#fff;display:flex;gap:10px;justify-content:space-between;padding:20px 25px 20px 46px!important;position:fixed;top:0;width:calc(100% - 320px);z-index:100}.topbar .top .search_section{align-items:center;display:flex;gap:130px;width:74%}.topbar .top .search_section .side_menu_icon{display:none}.topbar .top .search_section .collapse{transform:translateX(0)}.topbar .top .search_section h1{color:#1f192f;font-family:IRANSans(FaNum);font-size:42.624px;font-weight:700;width:300px}.topbar .top .search_section .search_bar{align-items:center;background-color:#f8f8f8;border-radius:50px;display:flex;height:53px;justify-content:space-between;min-width:43%;padding:10px 30px}.topbar .top .search_section .search_bar input{background:#0000;border:none;margin-bottom:0;outline:none;padding-right:20px;width:100%}.topbar .top .search_section .search_bar img{cursor:pointer}.topbar .top .search_section .hidebar{display:none}.topbar .top .profile_section{align-items:center;display:flex;gap:30px;position:relative}.topbar .top .profile_section .search_icon{display:none}.topbar .top .profile_section img{cursor:pointer}.topbar .top .profile_section .notification_section{position:relative}.topbar .top .profile_section .notification_section .notifications{background-color:#fff;border-radius:10px;box-shadow:0 8px 24px 0 #0003;min-width:180px;padding:10px;position:absolute;right:0;top:30px}.topbar .top .profile_section .profile{align-items:center;cursor:pointer;display:flex;gap:10px;position:relative}.topbar .top .profile_section .profile .profile_img{border-radius:50%;height:50px;width:50px}.topbar .top .profile_section .profile span{color:#7b7b7b;font-size:18px;-webkit-user-select:none;user-select:none}.topbar .top .profile_section .profile_modal{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 8px 24px 0 #0003;display:flex;flex-direction:column;gap:10px;max-width:200px;padding:20px;position:absolute;right:0;top:50px}.topbar .top .profile_section .profile_modal p{font-size:18px;font-weight:700}.topbar .bottom{display:flex;display:none!important;justify-content:center}.topbar .bottom .search_bar{align-items:center;background-color:#f8f8f8;border-radius:50px;display:flex;height:53px;justify-content:space-between;padding:10px 30px;width:80%}.topbar .bottom .search_bar input{background:#0000;border:none;margin-bottom:0;outline:none;padding-right:20px;width:100%}.db_card,.topbar .bottom .search_bar img{cursor:pointer}.db_card{align-items:center;background:#fff;border:2px solid #0000;border-radius:8px;box-shadow:0 8px 24px 0 #0003;display:flex;flex-shrink:0;height:118px;justify-content:center;width:189px}.db_card,.db_card h1{transition:.4s ease-out}.db_card h1{color:#1f192f;font-family:IRANSans(FaNum);font-size:20px;font-weight:500;text-align:center}.db_card:hover{border:2px solid #000;transition:.4s ease-in-out}.db_card:hover h1{color:#000;transition:.4s ease-in-out}.history_card{background:#f6f6f6;border:1px solid #000;border-radius:8px;box-shadow:0 4px 15px 0 #0000001a;flex-direction:column;justify-content:center;padding:10px}.history_card,.history_card .question{display:flex;gap:10px}.history_card .question h1{font-family:"IRANSans(FaNum)",sans-serif;font-size:25px;font-weight:600}.history_card .question span{font-family:IRANSansX,sans-serif;font-size:16px;font-weight:600}.history_card .answer{display:flex;gap:10px;width:100%}.history_card .answer h1{font-family:"IRANSans(FaNum)",sans-serif;font-size:25px;font-weight:600}.history_card .answer span{color:#797d8c;display:block;font-family:IRANSansX,sans-serif;font-size:16px;font-weight:400;line-height:24px}.history_card .answer span span{color:#444;font-family:IRANSansX,sans-serif;font-size:16px;font-weight:600}.custom_btn{border:1px solid #000;border-radius:5px;color:#000;min-width:96px;padding:5px 12px}.custom_btn,.gray_button{background-color:#fff;font-size:16px;font-weight:500;outline:none}.gray_button{border:1px solid #909090;border-radius:4px;color:#909090;font-family:IRANSansX,sans-serif;height:38px!important;padding:0 6px;width:179px!important}.custom_btn_active{min-width:90px}.custom_btn_active,.logout_btn{background-color:#000;border:none;border-radius:5px;color:#fff;font-size:16px;font-weight:500;padding:5px 12px}.logout_btn{min-height:36px;min-width:143px}.hint_btn{background-color:#ffe4a1;border:1px solid #ffb800;border-radius:5px;color:#444;font-size:16px;font-weight:500;min-width:80px;outline:none;padding:5px 12px}.support_card{background:#f6f6f6;border-radius:7.335px;max-width:642.747px;padding:15px 30px}.support_card h1{font-family:Volkhov;font-size:18.338px;font-style:normal;font-weight:400}.support_card p{font-weight:400}.support_card a,.support_card p{font-family:IRANSansX;font-size:12.837px;font-style:normal}.support_card a{color:#000;font-weight:500;line-height:normal;text-decoration-line:underline}.discussion_card{background:#fff;border:1.332px solid #ebe8ff;border-radius:8px;padding:17px 25px 0 26px}.discussion_card h2{font-family:IRANSansX,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.discussion_card p{color:#797d8c;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:400;margin:0}.winner_card{align-items:center;background:#f6f6f6;border-radius:30px;display:flex;justify-content:space-between;padding:16px 32px}.winner_card .name{display:flex}.winner_card .name span{margin-right:15px}.winner_card .icons span,.winner_card .name span{color:#909090;font-family:IRANSansX,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:24px}.winner_card .icons span{margin:0 15px}.custom_modal_head{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.custom_modal_head h4{color:#000;font-family:IRANSansX,sans-serif;font-size:23px;font-style:normal;font-weight:500;line-height:24px}.modal_body_flex{align-items:center;display:flex;flex-direction:column;justify-content:center}.custom_modal_body{width:85%}.custom_modal_body p{align-self:flex-start;color:#000;font-family:IRANSansX,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:5px}.custom_modal_body .modal_input_box_show{display:flex;flex-direction:column;padding-top:20px;width:100%}.custom_modal_body .modal_input_box_show input{border:1px solid #cbcaca;border-radius:4px;font-family:IRANSansX,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:5px 10px;width:100%}.custom_modal_body .modal_input_box_show input::placeholder{color:#d0d0d0}.custom_modal_body .modal_input_box_hide{display:none}.custom_modal_body textarea{border:1px solid #cbcaca;border-radius:4px;font-family:IRANSansX,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px;resize:none;width:100%}.custom_modal_body textarea::placeholder{color:#d0d0d0}.custom_modal_btn{display:flex;gap:15px;justify-content:end;margin-top:10px;padding-bottom:40px;width:85%}.custom_modal_btn Button{font-family:IRANSansX,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}@media screen and (max-width:1800px){.User_Dashboard{display:flex}.User_Dashboard .topbar .top{width:calc(100% - 300px)}.User_Dashboard .topbar .top .search_section{gap:20px}.User_Dashboard .Sidebar{width:300px}.User_Dashboard .Sidebar .buttons{gap:10px}.User_Dashboard .Sidebar .buttons .container{padding-left:35px!important}.User_Dashboard .Sidebar .buttons .container .btn{font-size:16px}.User_Dashboard .Sidebar .buttons .active_container{padding-left:10px}.User_Dashboard .Sidebar .buttons .active_container .active_btn{font-size:16px}.User_Dashboard .Sidebar .progress_bar img:first-child{height:120px;width:90px}.User_Dashboard .Content{margin-left:300px;width:calc(100% - 300px)}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification{padding-left:20px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest{flex-wrap:wrap;gap:15px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading .back_end_btn .back_end_btn_img{height:10px!important;margin-right:5px;width:120px!important}.User_Dashboard .Content .UserProfile_Content .profile_form_section{padding:0 50px 0 100px!important}}@media screen and (max-width:1500px){.User_Dashboard{display:flex}.User_Dashboard .Sidebar{width:260px}.User_Dashboard .Sidebar .buttons .container{padding-left:30px!important}.User_Dashboard .Sidebar .buttons .container .btn{font-size:14px}.User_Dashboard .Sidebar .buttons .active_container{padding-left:30px!important}.User_Dashboard .Sidebar .buttons .active_container .active_btn{font-size:14px}.User_Dashboard .Content{margin-left:260px;width:calc(100% - 260px)}.User_Dashboard .Content .Database_Content .database_section .db_cards{align-items:center;gap:25px;justify-content:center!important}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winner_one .winner_points{font-size:12px}.User_Dashboard .Content .Subscription_Content .card_section .heading h1,.User_Dashboard .Content .Subscription_Content .card_section .heading h1 span{font-size:38px;font-weight:500}.User_Dashboard .Content .Subscription_Content .card_section .cards{flex-wrap:wrap}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card{padding:30px 0 100px}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .top_card{gap:20px}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .top_card .card_heading h1{font-size:24px}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .top_card .price_and_buttons .price h1{font-size:25px}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .card_content{gap:15px;margin-top:30px}.User_Dashboard .Content .Subscription_Content .card_section .question{margin-top:-60px;width:40%}.User_Dashboard .Content .DiscussionForm_Content .discussion_community .discussion_cards{grid-template-columns:auto auto}.User_Dashboard .Content .UserLevel_Content .user_level{padding:30px 10px 50px 0}.User_Dashboard .Content .UserLevel_Content .user_level .achievements{padding:0 30px}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .profile h1{font-size:22px}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .levels,.User_Dashboard .Content .UserLevel_Content .user_level .achievements .levels .level_btn,.User_Dashboard .Content .UserLevel_Content .user_level .achievements .levels .level_btn img{width:100%}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .medals .medal_cards{align-items:center;flex-wrap:wrap;gap:20px;justify-content:stretch}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest{flex-direction:column;flex-wrap:wrap}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper{width:74%}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card{width:100%}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading .back_end_btn .back_end_btn_img{height:10px!important;margin-right:5px;width:120px!important}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification{flex-wrap:wrap;gap:20px;justify-content:stretch;justify-content:left}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification .medal_card{height:150px!important;padding:10px!important;width:150px!important}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification .medal_card .bronze_btn,.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification .medal_card .gold_btn,.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification .medal_card .silver_btn{font-size:10px!important;height:20px!important}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification .medal_card h1{font-size:15px!important}.User_Dashboard .Content .UserProfile_Content .profile_content,.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section{width:100%}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section:after{height:90%;right:-27px;width:1px}.User_Dashboard .Content .UserProfile_Content .profile_form_section{padding:20px!important;width:100%}.User_Dashboard .Content .UserProfile_Content .profile_form_section form{width:100%}.User_Dashboard .Content .ContactUs_Content .contact_us_section{padding:20px 50px}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form{padding:40px}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form form h1{margin-bottom:40px}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form form .inputs input{border-radius:3px;margin-bottom:3px;padding:10px}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form form .inputs p:last-child{font-weight:300;margin-top:0!important}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form form .submit_btn{border-radius:3px;margin-bottom:20px;margin-top:20px;padding:10px}.User_Dashboard .Content .ContactUs_Content .support_section{padding:0 60px}.User_Dashboard .Content .ContactUs_Content .support_section .support_heading h1{font-size:40px}.User_Dashboard .Content .ContactUs_Content .support_section .cards_heading h1{font-size:24px}.User_Dashboard .Content .Report_Bugs .contact_us_section{padding:20px 50px}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form{padding:40px}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form form h1{margin-bottom:40px}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form form .inputs input{border-radius:3px;margin-bottom:20px;padding:10px}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form form .inputs p:last-child{font-weight:300;margin-top:0!important}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form form .submit_btn{border-radius:3px;margin-bottom:20px;margin-top:20px;padding:10px}.support_card{max-width:550px}.topbar .top{padding:20px 30px!important;width:calc(100% - 260px)!important}.topbar .top .search_section{gap:20px!important}.topbar .top .search_section .side_menu_icon{display:noe}.topbar .top .search_section h1{font-size:32px;width:250px}.topbar .top .search_section .search_bar{padding:10px 30px}.topbar .top .search_section .search_bar input{padding-right:20px;width:100%}.topbar .top .profile_section{gap:30px}.topbar .top .profile_section .notification_section .notifications{min-width:180px;padding:10px}.topbar .top .profile_section .profile{gap:10px}.topbar .top .profile_section .profile .profile_img{border-radius:50%;height:40px;width:40px}.topbar .top .profile_section .profile span{font-size:14px;width:150px}.topbar .top .profile_section .profile_modal{gap:10px;width:200px}.topbar .top .profile_section .profile_modal p{font-size:18px}}@media screen and (max-width:1220px){.User_Dashboard{display:flex}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winner_one .winner_name{font-size:9px!important}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winner_one .winner_points{font-size:10px!important}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winner_two .winner_name{font-size:9px!important}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winner_two .winner_points{font-size:10px!important}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winner_three .winner_name{font-size:9px!important}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winner_three .winner_points{font-size:10px!important}.User_Dashboard .Content .Subscription_Content .card_section .cards{flex-wrap:wrap;padding:0 40px}.topbar .top .search_section h1{font-size:29px}.topbar .top .search_section .search_bar{height:43px}.topbar .top .profile_section .search_section .side_menu_icon{display:none}}@media screen and (min-width:320px)and (max-width:600px){.db_card{height:80px;width:47%}.db_card h1{font-size:17px!important}.User_Dashboard{display:flex}.User_Dashboard .Sidebar{transform:translateX(-600px)}.User_Dashboard .Sidebar,.User_Dashboard .Sidebar_show{left:0;position:absolute;top:80px;transition:transform .5s ease;width:100%}.User_Dashboard .Sidebar_show{transform:translateX(0);z-index:20}.User_Dashboard .Content{margin-left:0;width:100%}.User_Dashboard .Content .back-button{margin-left:15px}.User_Dashboard .Content .no_question{font-size:16px}.User_Dashboard .Content .AI_Content .ai_section{align-items:center;flex-direction:column;padding:20px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section{width:100%}.User_Dashboard .Content .AI_Content .ai_section .instruct_section textarea{padding:10px}.User_Dashboard .Content .AI_Content .ai_section .instruct_section h1{font-size:18px!important}.User_Dashboard .Content .AI_Content .ai_section .generate_section{width:100%}.User_Dashboard .Content .AI_Content .ai_section .generate_section .header{align-items:flex-start;flex-direction:column;gap:10px}.User_Dashboard .Content .AI_Content .ai_section .generate_section .header h1{font-size:18px!important}.User_Dashboard .Content .AI_Content .ai_section .generate_section .header .btns .submit_btn{align-items:center;display:flex;height:50px!important;justify-content:center;width:160px!important}.User_Dashboard .Content .AI_Content .ai_section .generate_section .header .btns .view_hint_btn{align-items:center;display:flex;height:50px!important;justify-content:center;width:100px!important}.User_Dashboard .Content .AI_Content .ai_section .generate_section .box{padding:10px}.User_Dashboard .Content .AI_Content .ai_section .generate_section .box h1{font-size:16px!important}.User_Dashboard .Content .Database_Content .database_details{max-height:100%;padding:20px 12px!important}.User_Dashboard .Content .Database_Content .database_details .introduction p{font-size:12px!important;line-height:normal}.User_Dashboard .Content .Database_Content .database_details .introduction h1{font-size:16px!important}.User_Dashboard .Content .Database_Content .database_details .description p{font-size:12px;line-height:normal}.User_Dashboard .Content .Database_Content .database_details .description h2{font-size:16px!important}.User_Dashboard .Content .Database_Content .database_details .list_of_table{height:auto}.User_Dashboard .Content .Database_Content .database_details .list_of_table .buttons{display:flex;justify-content:center}.User_Dashboard .Content .Database_Content .database_section{display:flex;flex-direction:column;justify-content:center;padding:13px 20px!important}.User_Dashboard .Content .Database_Content .database_section .list_heading h1{font-size:20px!important;margin-top:0!important}.User_Dashboard .Content .Database_Content .database_section .db_cards{column-gap:12px;justify-content:center;row-gap:15px}.User_Dashboard .Content .Dashboard_Content .dashboard_content{flex-direction:column;gap:10px;padding:0 20px 20px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section{width:100%}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section .box{border:none}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section .box .half_width{align-items:center;display:flex;justify-content:center;width:100%}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section .box .blue_box .box_header{padding:10px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .question_section h1{font-size:22px!important}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section{width:100%}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section h1{font-size:22px!important}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .box{min-height:auto!important;padding:10px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .box textarea{min-height:200px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .box h1{font-size:16px!important}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .header{align-items:flex-start}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .header div{flex-wrap:wrap;justify-content:end}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .result_header{flex-direction:column;gap:20px;margin-bottom:20px}.User_Dashboard .Content .Dashboard_Content .dashboard_content .feedback_section .result_header h1{font-size:16px!important}.User_Dashboard .Content .History_Content .history_section{padding:20px}.User_Dashboard .Content .History_Content .history_section .recently_viewed_questions .history_heading h1,.User_Dashboard .Content .History_Content .history_section .saved_questions .history_heading h1{font-size:18px!important}.User_Dashboard .Content .History_Content .history_card .question{gap:6px}.User_Dashboard .Content .History_Content .history_card .question h1{font-size:20px!important}.User_Dashboard .Content .History_Content .history_card .question span{font-size:14px!important}.User_Dashboard .Content .History_Content .history_card .answer{gap:6px}.User_Dashboard .Content .History_Content .history_card .answer h1{font-size:20px!important}.User_Dashboard .Content .History_Content .history_card .answer span{font-size:14px!important;line-height:normal}.User_Dashboard .Content .LeaderBoard_Content .leaderboard_topbar{display:block}.User_Dashboard .Content .LeaderBoard_Content .leader_board{margin-top:80px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section{height:300px;padding-top:100px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .cone_left{width:100px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .cone_right{width:120px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners{align-items:center;gap:40px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_one .winner_name,.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_one .winner_points{font-size:9px!important}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_three .winner_name,.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_three .winner_points,.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_two .winner_name,.User_Dashboard .Content .LeaderBoard_Content .leader_board .winning_section .winners .winner_two .winner_points{font-size:10px!important}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winner_details{padding:12px 17px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winner_details .winner_list{gap:7px;max-height:100%!important;overflow-y:auto}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winner_details .winner_list .winner_card{height:44px;padding:5px 8px;width:100%}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winner_details .winner_list .winner_card .icons span{font-size:12px;font-style:normal;font-weight:500;line-height:24px;margin:0 10px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .winner_details .winner_list .winner_card .name span{font-size:12px;margin-right:15px}.User_Dashboard .Content .LeaderBoard_Content .leader_board .heading h1{font-size:21px!important}.User_Dashboard .Content .LeaderBoard_Content .leader_board .heading .gray_button{font-size:10px;font-weight:400;padding:0 10px;width:130px!important}.User_Dashboard .Content .Subscription_Content .card_section{gap:40px;height:100%;padding:20px}.User_Dashboard .Content .Subscription_Content .card_section .heading{width:100%}.User_Dashboard .Content .Subscription_Content .card_section .heading h1,.User_Dashboard .Content .Subscription_Content .card_section .heading h1 span{font-size:26px!important;font-weight:700}.User_Dashboard .Content .Subscription_Content .card_section .cards{flex-direction:column;padding:0}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card{height:100%!important;margin:0!important;width:100%}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .top_card h1{font-size:26px!important;font-weight:700!important}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .card_content .card_description h1{font-size:18px!important;font-weight:500}.User_Dashboard .Content .Subscription_Content .card_section .cards .subscription_card .card_content .card_description p{margin-left:10px;margin-top:5px}.User_Dashboard .Content .Subscription_Content .card_section .question{margin:0!important;width:70%}.User_Dashboard .Content .DiscussionForm_Content .discussion_form_section{margin-top:20px}.User_Dashboard .Content .DiscussionForm_Content .discussion_form_section .discussion_img img{height:100%}.User_Dashboard .Content .DiscussionForm_Content .discussion_form_section .join-btn{align-items:center;display:flex;height:50px;justify-content:center;width:180px}.User_Dashboard .Content .DiscussionForm_Content .discussion_community{padding:0 20px!important}.User_Dashboard .Content .DiscussionForm_Content .discussion_community .ask_question_btn{margin-bottom:20px}.User_Dashboard .Content .DiscussionForm_Content .discussion_community .ask_question_btn .askbtn{margin-bottom:0!important}.User_Dashboard .Content .DiscussionForm_Content .discussion_community .ask_question_btn h1{font-size:25px!important}.User_Dashboard .Content .DiscussionForm_Content .discussion_community .discussion_cards{grid-template-columns:auto}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec{padding:20px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec{flex-direction:column;padding:0}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_box{padding:15px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_box .question_box_content{font-size:12px;line-height:17px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_box .question_box_heading{font-size:14px;line-height:18px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec{width:100%}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .comment_box{padding:15px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .answer_box{padding:0}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .answer_box p{font-size:12px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .answer_box .answer_bottom{padding:8px 0}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .question_sec .answer_box .answer_bottom span{font-size:12px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .related_question_sec{padding:0;width:100%}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .related_question_sec .related_questions_boxes{flex-direction:column;gap:10px}.User_Dashboard .Content .DiscussionForm_Content .discussion_details_main_sec .discussion_details_sec .related_question_sec .related_question_heading{margin:30px 0 10px;padding:0 10px}.User_Dashboard .Content .DiscussionForm_Content .discussion_card{padding:17px 17px 5px}.User_Dashboard .Content .DiscussionForm_Content .discussion_card h2{font-size:15px!important}.User_Dashboard .Content .DiscussionForm_Content .discussion_card p{font-size:12px}.User_Dashboard .Content .UserLevel_Content .user_level{display:block!important;padding:15px 16px!important}.User_Dashboard .Content .UserLevel_Content .user_level .achievements{padding:0!important;width:100%}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .profile{gap:1px!important}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .profile .user_data h2,.User_Dashboard .Content .UserLevel_Content .user_level .achievements .profile .user_data h3,.User_Dashboard .Content .UserLevel_Content .user_level .achievements .profile h1{font-size:20px!important}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .profile .profile_img img{height:65%;width:65%}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .levels{max-width:100%!important}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .levels .level_points .level_heading h1{font-size:16px!important}.User_Dashboard .Content .UserLevel_Content .user_level .achievements .levels .level_points .level_heading span{font-size:12.5px!important}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification{padding-left:20px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification h4{font-size:16px!important;text-align:center!important}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest{gap:28px!important;margin-bottom:30px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper{align-items:center;display:flex;justify-content:center;width:100%}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card{align-items:center!important;justify-content:center!important;padding:22px 16px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box{gap:8px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .strong_img{height:33px;width:43px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading .back_end_btn img{width:140px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading .back_end_btn h2,.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading .back_end_btn h3{font-size:9px!important}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading .back_end_btn .back_end_btn_img{align-items:center;display:flex}.User_Dashboard .Content .UserLevel_Content .user_level .center_line_img{display:none}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification{height:100%;margin-top:35px!important;padding-left:0!important;padding-right:0;width:100%}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .certification{justify-content:center}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest{margin-top:25px}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .activity{justify-content:center;max-width:100%!important}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .activity .activity_card{height:80px!important;justify-content:space-evenly;padding:24px 35px!important;width:47%!important}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .activity .activity_card .points h1{font-size:15px!important;line-height:normal}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .activity .activity_card .points span{font-size:9px!important}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card{padding:15px 20px!important;width:95%!important}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box{gap:23px!important}.User_Dashboard .Content .UserLevel_Content .user_level .activity_and_certification .strongest .strongest_card_wrapper .strongest_card .strongest_box .heading h1{font-size:14px!important}.User_Dashboard .Content .UserLevel_Content .user_level .medals h5{font-size:16px!important;text-align:center!important}.User_Dashboard .Content .UserLevel_Content .user_level .medals .medal_cards{flex-wrap:nowrap!important;gap:5px!important}.User_Dashboard .Content .UserLevel_Content .user_level .medals .medal_cards .medal_card{height:94px!important;padding:13px 18px!important;width:32%!important}.User_Dashboard .Content .UserLevel_Content .user_level .medals .medal_cards .medal_card h1{font-size:15px!important}.User_Dashboard .Content .UserLevel_Content .user_level .medals .medal_cards .medal_card .bronze_btn,.User_Dashboard .Content .UserLevel_Content .user_level .medals .medal_cards .medal_card .gold_btn,.User_Dashboard .Content .UserLevel_Content .user_level .medals .medal_cards .medal_card .silver_btn{font-size:9px!important;height:17px!important;width:25px!important}.User_Dashboard .Content .UserProfile_Content .profile_content{flex-direction:column;gap:20px;height:100%;padding:20px!important;width:100%}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section{gap:10px;width:100%}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section:after{display:none}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .user_prof_heading{font-size:18px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .profile_img{height:80px;width:80px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .profile_img .ProfileIcon{height:25px;width:35px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .name_desig h6{font-size:16px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .name_desig p{font-size:12px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec{gap:30px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec .position{position:relative}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec .position:after{height:28px;right:-13px;top:8px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec .position h6{font-size:14px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec .position p{font-size:10px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec .points{position:relative}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec .points:after{height:28px;right:-15px;top:8px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec .points h6{font-size:14px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec .points h6 span{font-size:10px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec .following h6{font-size:14px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .details_sec .following p{font-size:10px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .user_prof_footer{gap:10px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .user_prof_footer Button{font-size:11px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .user_prof_footer h6{font-size:14px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .user_prof_footer .user-bio{margin-top:-7px;max-width:210px}.User_Dashboard .Content .UserProfile_Content .profile_content .profile_section .user_prof_footer .user-bio p{font-size:10px}.User_Dashboard .Content .UserProfile_Content .profile_form_section{padding:initial!important;width:100%}.User_Dashboard .Content .UserProfile_Content .profile_form_section form{width:100%}.User_Dashboard .Content .UserProfile_Content .profile_form_section .basic_info .basic_info_heading h6{font-size:14px}.User_Dashboard .Content .UserProfile_Content .profile_form_section .basic_info .basic_info_btn Button{font-size:10px}.User_Dashboard .Content .UserProfile_Content .profile_form_section .input_flex{margin-bottom:0!important}.User_Dashboard .Content .UserProfile_Content .profile_form_section .input_flex label{font-size:11px!important}.User_Dashboard .Content .UserProfile_Content .profile_form_section .input_flex input{font-size:10px;padding:5px 10px!important}.User_Dashboard .Content .UserProfile_Content .profile_form_section .first_last{flex-direction:column;gap:initial!important;padding-top:10px!important}.User_Dashboard .Content .UserProfile_Content .profile_form_section .first_last .firstname{width:100%!important}.User_Dashboard .Content .UserProfile_Content .profile_form_section .about_me{padding-bottom:10px!important}.User_Dashboard .Content .UserProfile_Content .profile_form_section .about_me h6{font-size:14px!important;padding-bottom:0!important}.User_Dashboard .Content .UserProfile_Content .profile_form_section .about_me_input textarea{font-size:10px!important}.User_Dashboard .Content .UserProfile_Content .profile_form_section .logout_btn Button{font-size:10px}.User_Dashboard .Content .ContactUs_Content .back{margin-left:10px!important}.User_Dashboard .Content .ContactUs_Content .contact_us_section{padding:40px 10px!important}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form{padding:20px;width:96%}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_form h1{font-size:30px!important}.User_Dashboard .Content .ContactUs_Content .contact_us_section .contact_us_img{display:none}.User_Dashboard .Content .ContactUs_Content .support_section{padding:20px}.User_Dashboard .Content .ContactUs_Content .support_section .support_heading{padding:0 10px}.User_Dashboard .Content .ContactUs_Content .support_section .support_heading h1{font-size:28px!important}.User_Dashboard .Content .ContactUs_Content .support_section .cards_heading h1{font-size:24px!important}.User_Dashboard .Content .ContactUs_Content .support_section .support_cards{grid-template-columns:auto}.User_Dashboard .Content .ContactUs_Content .support_card h1{font-size:20px!important}.User_Dashboard .Content .Report_Bugs .contact_us_section{padding:40px 10px!important}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form{padding:20px;width:96%}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_form h1{font-size:30px!important}.User_Dashboard .Content .Report_Bugs .contact_us_section .contact_us_img{display:none}.view_hint_modal .modal-content{background-color:#00000080;height:50%!important;padding-bottom:5px;width:100%!important}.view_hint_modal .modal-body .modal_question{background:#f9f9f9;padding:33px 28px}.view_hint_modal .modal-body .answer_code{border:2px solid #f9f9f9;color:#f9f9f9;margin-top:8px;padding:20px}.level_modal .modal-content{background-color:#00000080;height:230px;width:564px}.level_modal .modal-content .modal-body .levels{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;text-align:center}.level_modal .modal-content .modal-body .levels .soft{align-items:center;background:#ffe600;border-radius:4px;color:#fff;display:flex;justify-content:center;width:100%!important}.level_modal .modal-content .modal-body .levels .easy{background:#07c290}.level_modal .modal-content .modal-body .levels .easy,.level_modal .modal-content .modal-body .levels .hard{align-items:center;border-radius:4px;color:#fff;display:flex;height:59px;justify-content:center;width:100%!important}.level_modal .modal-content .modal-body .levels .hard{background:#ee2a59}.topbar .top{gap:0;padding:20px 20px 20px 10px!important;width:100%!important}.topbar .top .profile_section{gap:15px}.topbar .top .profile_section .search_icon{display:block}.topbar .top .profile_section .notification_section{z-index:10}.topbar .top .profile_section .notification_section img{width:20px}.topbar .top .profile_section .profile{gap:6px;justify-content:end}.topbar .top .profile_section .profile span{display:none;font-size:12px;width:120px}.topbar .top .profile_section .profile .icon{display:none}.topbar .top .profile_section .profile .profile_modal{z-index:100}.topbar .top .profile_section .profile .profile_img{height:40px;width:40px}.topbar .top .search_section{gap:2px!important;width:60%}.topbar .top .search_section h1{font-size:20px!important;width:110%}.topbar .top .search_section .search_bar{display:none}.topbar .top .search_section .side_menu_icon{display:flex}.topbar .showtopbar{display:flex!important;margin-bottom:-95px;margin-top:95px;padding-bottom:20px}.topbar .hidetopbar{display:none}.logout_btn{font-size:16px;min-height:36px;min-width:143px}}.about-page h1{font-family:Volkhov;font-size:96px}.about-page h2{font-family:Volkhov;font-size:64px}.about-page h3{font-family:Volkhov;font-size:48px}.about-page h3 span{color:#43dde7}.about-page h4{font-family:Volkhov;font-size:24px;font-weight:700}.about-page p{font-family:Montserrat,sans-serif;font-size:18px}.about-page .font-sec{font-family:Volkhov;font-size:20px}.about-page .color-text-sec{color:#43dde7}.about-page .aboutUs-text-sec{align-items:center;display:flex;flex-direction:column;gap:10px;overflow:hidden;padding:100px 300px 50px;position:relative;z-index:100}.about-page .aboutUs-text-sec .about-vector{position:absolute;right:0;top:-130px;width:100%;z-index:-10}.about-page .aboutUs-text-sec .aboutPrimary_btn{background-color:#0000;border:2px solid #000;border-radius:60px;font-size:16px;font-weight:500;padding:15px 30px;transition:background-color .5s ease}.about-page .aboutUs-text-sec .aboutPrimary_btn:hover{background-color:#43dde7;color:#fff}.about-page .aboutUs-text-sec h2{text-align:center}.about-page .aboutUs-text-sec p{max-width:1100px;text-align:center}.about-page .story-sec{align-items:center;background-color:#000;display:flex;justify-content:space-between;padding-left:300px;padding-right:300px;position:relative}.about-page .story-sec .img-left{bottom:0;left:0;position:absolute}.about-page .story-sec .img-right{position:absolute;right:0;top:0}.about-page .story-sec .story-left{color:#fff;display:flex;flex-direction:column;gap:10px;padding:60px 0 10px}.about-page .story-sec .story-right{padding-top:60px;position:relative}.about-page .story-sec .story-right .bulb{position:relative;z-index:1}.about-page .story-sec .story-right .bulb-light{height:220px;left:0;position:absolute;right:0;top:0;z-index:100}.about-page .mession-sec{display:flex;flex-direction:column;gap:50px;padding:50px 300px;position:relative}.about-page .mession-sec .img-left{height:100%;left:0;position:absolute;top:0;z-index:-1}.about-page .mession-sec .img-right{height:100%;position:absolute;right:0;top:0;z-index:-1}.about-page .mession-sec .mession-top{align-items:center;display:flex;gap:50px;justify-content:space-between}.about-page .mession-sec .mession-top .top-left{width:50%}.about-page .mession-sec .mession-top .top-left img{max-width:100%}.about-page .mession-sec .mession-top .top-right{display:flex;flex-direction:column;gap:20px;width:50%}.about-page .mession-sec .mession-bottom{display:flex;flex-direction:column;gap:30px;justify-content:space-between;margin:auto;max-width:900px}.about-page .mession-sec .mession-bottom .main-text{text-align:center}.about-page .mession-sec .mession-bottom .qas-main{display:flex;gap:90px;justify-content:space-between}.about-page .mession-sec .mession-bottom .qas-main .qas{display:flex;gap:10px}.about-page .mession-sec .mession-bottom .qas-main .qas-left{display:flex;flex-direction:column;gap:90px}.about-page .mession-sec .mession-bottom .qas-main .qas-right{display:flex;flex-direction:column;gap:90px;justify-content:center}.about-page .serve-sec{background-color:#000;color:#fff;display:flex;flex-direction:column;gap:50px;overflow-x:hidden;padding:50px 300px;position:relative}.about-page .serve-sec .img-left{height:100%;left:-200px;position:absolute;top:0;width:400px}.about-page .serve-sec .img-right{height:100%;position:absolute;right:-200px;top:0;width:400px}.about-page .serve-sec .serve-top{align-items:center;display:flex;flex-direction:column;gap:10px}.about-page .serve-sec .serve-bottom{align-items:center;display:flex;gap:50px;justify-content:center}.about-page .serve-sec .serve-bottom .serv-box1,.about-page .serve-sec .serve-bottom .serv-box2{display:flex;gap:50px}.about-page .serve-sec .serve-bottom .serv-box{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:10px;justify-content:center;max-width:200px;text-align:center}.about-page .vision-sec{align-items:center;display:flex;gap:auto;justify-content:center;padding:70px 300px}.about-page .vision-sec .vision-left{display:flex;justify-content:center;width:50%}.about-page .vision-sec .vision-left img{max-width:500px}.about-page .vision-sec .vision-right{align-items:end;display:flex;flex-direction:column;gap:20px;justify-content:end}.about-page .vision-sec .vision-right .join_btn{font-size:16px;padding:10px 60px}.about-page .vision-sec .vision-right p{max-width:500px;text-align:end}.about-page .mission-btn .join_btn{font-size:16px;padding:10px 60px}@media(max-width:1390px){.about-page h1{font-size:96px}.about-page h2{font-size:64px}.about-page h3{font-size:48px}.about-page h3 span{color:#43dde7}.about-page h4{font-size:24px}.about-page p{font-size:18px}.about-page .aboutUs-text-sec,.about-page .story-sec{padding-left:50px;padding-right:50px}.about-page .story-sec{align-items:center;display:flex;flex-direction:column;justify-content:center}.about-page .story-sec .img-left,.about-page .story-sec .img-right{display:none}.about-page .story-sec .story-left{align-items:center;color:#fff;gap:10px;padding:60px 0 10px}.about-page .story-sec .story-left p{text-align:center}.about-page .story-sec .story-right{padding-top:60px;position:relative}.about-page .story-sec .story-right img{width:100%}.about-page .story-sec .story-right .bulb{position:relative;z-index:1}.about-page .story-sec .story-right .bulb-light{border-radius:100%;height:220px;left:0;position:absolute;right:0;rotate:180deg;top:-60px;z-index:100}.about-page .serve-sec{color:#fff;padding:50px}.about-page .serve-sec .img-left,.about-page .serve-sec .img-right{display:none}.about-page .vision-sec{padding:20px 50px}.about-page .vision-sec .vision-left{display:flex;justify-content:center}.about-page .vision-sec .vision-left img{max-width:100%}.about-page .vision-sec .vision-right{align-items:end}.about-page .mession-sec{padding:50px}.about-page .mession-sec .img-left,.about-page .mession-sec .img-right{display:none}.about-page .mession-sec .mession-top{align-items:center;gap:50px}.about-page .mession-sec .mession-top .top-left{width:50%}.about-page .mession-sec .mession-top .top-left img{max-width:100%}.about-page .mession-sec .mession-top .top-right{align-items:start;display:flex;flex-direction:column;gap:15px;justify-content:start}.about-page .mession-sec .mession-top .top-right .mission-btn{display:flex;justify-content:start;width:100%}}@media(max-width:1024px){.about-page h1{font-size:64px}.about-page h2{font-size:34px}.about-page h3{font-size:30px}.about-page h3 span{color:#43dde7}.about-page h4{font-size:24px}.about-page p{font-size:18px}.about-page .aboutUs-text-sec{padding-left:50px;padding-right:50px}.about-page .vision-sec{flex-direction:column;padding:50px 20px}.about-page .vision-sec .vision-left{display:flex;justify-content:center}.about-page .vision-sec .vision-left img{max-width:300px}.about-page .vision-sec .vision-right{align-items:center;justify-content:center}.about-page .vision-sec .vision-right p{text-align:center}.about-page .serve-bottom{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}.about-page .mession-sec{padding:50px}.about-page .mession-sec .img-left,.about-page .mession-sec .img-right{display:none}.about-page .mession-sec .mession-top{align-items:center;flex-direction:column;gap:10px}.about-page .mession-sec .mession-top .top-left{width:50%}.about-page .mession-sec .mession-top .top-left img{max-width:100%}.about-page .mession-sec .mession-top .top-right{align-items:start;display:flex;flex-direction:column;gap:15px;justify-content:start}.about-page .mession-sec .mession-top .top-right .mission-btn{display:flex;justify-content:start;width:100%}}@media(max-width:600px){.about-page h1{font-size:40px}.about-page h2{font-size:30px}.about-page h3{font-size:26px}.about-page h3 span{color:#43dde7}.about-page h4{font-size:20px}.about-page p{font-size:16px}.about-page .aboutUs-text-sec{padding:30px 20px}.about-page .aboutUs-text-sec h2,.about-page .aboutUs-text-sec p{text-align:center}.about-page .story-sec{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-left:20px;padding-right:20px}.about-page .story-sec .img-left,.about-page .story-sec .img-right{display:none}.about-page .serve-sec{color:#fff;padding:30px 20px}.about-page .serve-sec .serve-bottom{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}.about-page .serve-sec .serve-bottom .serv-box1,.about-page .serve-sec .serve-bottom .serv-box2{flex-direction:column;gap:50px}.about-page .vision-sec{flex-direction:column;padding:30px 20px}.about-page .vision-sec .vision-left{display:flex;justify-content:center}.about-page .vision-sec .vision-left img{max-width:300px}.about-page .vision-sec .vision-right{align-items:center;justify-content:center}.about-page .vision-sec .vision-right p{text-align:center}.about-page .mession-sec{padding:30px 20px}.about-page .mession-sec .img-left,.about-page .mession-sec .img-right{display:none}.about-page .mession-sec .mession-top{align-items:center;flex-direction:column;gap:15px;width:100%}.about-page .mession-sec .mession-top .top-left{width:100%}.about-page .mession-sec .mession-top .top-left img{max-width:100%}.about-page .mession-sec .mession-top .top-right{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center;width:100%}.about-page .mession-sec .mession-top .top-right p{text-align:center}.about-page .mession-sec .mession-top .top-right .mission-btn{display:flex;justify-content:center;width:100%}.about-page .mession-sec .mession-bottom .qas-main{flex-direction:column;gap:50px}.about-page .mession-sec .mession-bottom .qas-main .qas-left,.about-page .mession-sec .mession-bottom .qas-main .qas-right{gap:50px}}.partner-section-home{align-items:center;display:flex;justify-content:center;padding:70px 100px}.partner-section-home h2{font-family:Volkhov;font-size:64px}.partner-section-home p{font-family:IRANSansX;font-size:16px}.partner-section-home .partner-left{display:flex;flex-direction:column;gap:20px;width:50%}.partner-section-home .partner-left button{width:fit-content}.partner-section-home .partner-right{display:flex;justify-content:center;width:50%}.partner-section-home .partner-right img{max-width:500px}@media(max-width:1424px){.partner-section-home{align-items:center;display:flex;gap:20px;justify-content:center;padding:50px 80px}.partner-section-home h2{font-size:34px}.partner-section-home .partner-left{display:flex;flex-direction:column;gap:20px;width:100%}.partner-section-home .partner-left button{font-size:16px;width:fit-content}.partner-section-home .partner-right{display:flex;justify-content:center;width:100%}.partner-section-home .partner-right img{max-width:100%}}@media(max-width:800px){.partner-section-home{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:30px 60px}.partner-section-home h2{font-size:34px}.partner-section-home .partner-left{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;width:100%}.partner-section-home .partner-left h2,.partner-section-home .partner-left p{text-align:center}.partner-section-home .partner-left button{font-size:16px;width:fit-content}.partner-section-home .partner-right{display:flex;justify-content:center;width:100%}.partner-section-home .partner-right img{max-width:100%}}.lets-talk-sec{align-items:center;display:flex;justify-content:center;padding:70px 100px}.lets-talk-sec h2{font-family:Volkhov;font-size:64px}.lets-talk-sec p{font-family:IRANSansX;font-size:16px}.lets-talk-sec .talk-left{display:flex;flex-direction:column;gap:20px;width:50%}.lets-talk-sec .talk-left .talk-bttns{display:flex;gap:10px}.lets-talk-sec .talk-left .talk-bttns button{font-size:16px;width:fit-content}.lets-talk-sec .talk-left .talk-bttns .active_btn{background:#0000;border-radius:60px;font-weight:500;padding:14px 30px}.lets-talk-sec .talk-right{display:flex;justify-content:center;width:50%}.lets-talk-sec .talk-right img{max-width:100%}@media(max-width:1424px){.lets-talk-sec{align-items:center;display:flex;gap:20px;justify-content:center;padding:50px 80px}.lets-talk-sec h2{font-size:34px}.lets-talk-sec .talk-left{display:flex;flex-direction:column;gap:20px;width:50%}.lets-talk-sec .talk-left .talk-bttns{display:flex;flex-direction:column;gap:10px}.lets-talk-sec .talk-left .talk-bttns button{font-size:16px;width:fit-content}.lets-talk-sec .talk-left .talk-bttns .active_btn{background:#0000;border-radius:60px;font-weight:500;padding:14px 30px}.lets-talk-sec .talk-right{display:flex;justify-content:center;width:50%}.lets-talk-sec .talk-right img{max-width:100%}}@media(max-width:800px){.lets-talk-sec{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:50px 20px}.lets-talk-sec h2{font-size:34px}.lets-talk-sec .talk-left{align-items:center;display:flex;flex-direction:column;gap:20px;width:100%}.lets-talk-sec .talk-left p{text-align:center}.lets-talk-sec .talk-left .talk-bttns{flex-direction:column;gap:10px}.lets-talk-sec .talk-left .talk-bttns button{font-size:16px;width:100%}.lets-talk-sec .talk-left .talk-bttns .active_btn{background:#0000;border-radius:60px;font-weight:500;padding:14px 30px}.lets-talk-sec .talk-right{display:flex;justify-content:center;width:100%}.lets-talk-sec .talk-right img{max-width:100%}}.partnership-hero-sec{background-color:#000;color:#fff;display:flex;gap:20px;justify-content:space-between;overflow:hidden;padding:70px 100px;position:relative;z-index:100}.partnership-hero-sec h1{font-family:Volkhov;font-size:90px}.partnership-hero-sec h2{font-family:Volkhov;font-size:64px}.partnership-hero-sec h3{font-family:Volkhov;font-size:40px}.partnership-hero-sec h3 span{color:#43dde7}.partnership-hero-sec h4{font-family:Volkhov;font-size:24px}.partnership-hero-sec p{font-family:Montserrat,sans-serif;font-size:18px}.partnership-hero-sec .color-text-sec{color:#43dde7}.partnership-hero-sec .hero-elips{left:50%;position:absolute;top:0;transform:translateX(-50%);z-index:-1}.partnership-hero-sec .partnership-left{display:flex;flex-direction:column;gap:13px;width:60%}.partnership-hero-sec .partnership-left .bottom-sec{display:flex;flex-direction:column;gap:40px;height:100%;justify-content:space-between}.partnership-hero-sec .partnership-left p{max-width:600px}.partnership-hero-sec .partnership-left button{width:fit-content}.partnership-hero-sec .partnership-left .active_btn{border:0;border-radius:60px;font-size:16px;font-weight:500;padding:14px 30px}.partnership-hero-sec .partnership-right{display:flex;justify-content:center;width:40%}@media(max-width:1424px){.partnership-hero-sec{gap:20px;padding:50px 80px}.partnership-hero-sec h1{font-family:Volkhov;font-size:44px}.partnership-hero-sec h2{font-family:Volkhov;font-size:34px}.partnership-hero-sec h3{font-family:Volkhov;font-size:24px}.partnership-hero-sec h3 span{color:#43dde7}.partnership-hero-sec h4{font-family:Volkhov;font-size:20px}.partnership-hero-sec p{font-size:16px}.partnership-hero-sec .hero-elips{left:50%;position:absolute;top:-20%;transform:translateX(-50%);z-index:-1}.partnership-hero-sec .partnership-left{gap:10px;justify-content:center;width:50%}.partnership-hero-sec .partnership-left .bottom-sec{justify-content:start}.partnership-hero-sec .partnership-right{display:flex;width:50%}.partnership-hero-sec .partnership-right img{max-width:100%}}@media(max-width:1024px){.hero-elips{display:none}}@media(max-width:800px){.partnership-hero-sec{flex-direction:column;gap:20px;padding:50px 20px}.partnership-hero-sec h1{font-family:Volkhov;font-size:44px}.partnership-hero-sec h2{font-family:Volkhov;font-size:34px}.partnership-hero-sec h3{font-family:Volkhov;font-size:24px}.partnership-hero-sec h3 span{color:#43dde7}.partnership-hero-sec h4{font-family:Volkhov;font-size:20px}.partnership-hero-sec p{font-size:16px}.partnership-hero-sec .color-text-sec{color:#43dde7}.partnership-hero-sec .partnership-left{align-items:center;gap:10px;justify-content:center;width:100%}.partnership-hero-sec .partnership-left h1,.partnership-hero-sec .partnership-left h3,.partnership-hero-sec .partnership-left p{text-align:center}.partnership-hero-sec .partnership-left button{width:fit-content}.partnership-hero-sec .partnership-left .bottom-sec{align-items:center;gap:10px}.partnership-hero-sec .partnership-right{display:flex;justify-content:center;width:100%}.partnership-hero-sec .partnership-right img{max-width:70%}}.why-partner-section{display:flex;flex-direction:column;gap:40px;overflow-y:hidden;padding:70px 100px;position:relative;z-index:100}.why-partner-section h2{font-family:Volkhov;font-size:44px;text-align:center}.why-partner-section h2 span{font-weight:700;text-transform:uppercase}.why-partner-section h3{font-size:22px;font-weight:600}.why-partner-section p{font-family:Volkhov;font-size:18px}.why-partner-section .font-paraa{font-family:Montserrat,sans-serif}.why-partner-section .color-text-sec{color:#43dde7}.why-partner-section .design-left{height:100%;left:0;position:absolute;top:0;width:120px;z-index:-1}.why-partner-section .design-right{height:100%;position:absolute;right:0;top:0;width:120px;z-index:-1}.why-partner-section .partner-boxes{display:flex;gap:15px;justify-content:center;padding-top:10px}.why-partner-section .left-part{border-radius:8px;box-shadow:0 7.144px 30px 0 #0003;display:flex;flex-direction:column;gap:30px;max-height:100%;padding:35px 22px;width:50%}.why-partner-section .left-part .challanges{display:flex;gap:14px}.why-partner-section .left-part .challanges img{height:fit-content}.why-partner-section .right-part{border-radius:8px;box-shadow:0 7.144px 30px 0 #0003;display:flex;flex-direction:column;gap:30px;max-height:100%;padding:35px 22px;width:50%}.why-partner-section .right-part .challanges{display:flex;gap:5px}.why-partner-section .right-part .challanges img{height:fit-content}@media(max-width:1440px){.why-partner-section{padding:50px 80px}.why-partner-section h2{font-family:Volkhov;font-size:32px;text-align:center}.why-partner-section h2 span{font-weight:700;text-transform:uppercase}.why-partner-section h3{font-size:20px;font-weight:600}.why-partner-section p{font-size:16px}}@media(max-width:1024px){.design-left,.design-right{display:none}.partner-boxes{flex-direction:column}.partner-boxes .left-part{border-radius:8px;box-shadow:0 7.144px 30px 0 #0003;display:flex;flex-direction:column;gap:30px;height:100%;padding:35px 22px;width:100%}.partner-boxes .left-part .challanges{display:flex;gap:14px}.partner-boxes .left-part .challanges img{height:fit-content}.partner-boxes .right-part{border-radius:8px;box-shadow:0 7.144px 30px 0 #0003;display:flex;flex-direction:column;gap:30px;height:100%;padding:35px 22px;width:100%}.partner-boxes .right-part .challanges{display:flex;gap:5px}.partner-boxes .right-part .challanges img{height:fit-content}}@media(max-width:800px){.why-partner-section{padding:50px 20px}}.partner-feature-section{background-color:#000;color:#fff;display:flex;flex-direction:column;gap:70px;overflow:hidden;padding:80px 100px;position:relative;z-index:1000}.partner-feature-section h2{font-family:Volkhov;font-size:62px}.partner-feature-section h3{font-family:Volkhov;font-size:48px}.partner-feature-section h3 span{color:#43dde7}.partner-feature-section h4{font-family:Volkhov;font-size:24px}.partner-feature-section h5{font-family:Volkhov;font-size:20px}.partner-feature-section p{font-size:18px}.partner-feature-section .font-paraa,.partner-feature-section p{font-family:Montserrat,sans-serif}.partner-feature-section .color-text-sec{color:#43dde7}.partner-feature-section .feature-elips{left:0;position:absolute;top:-200px;z-index:-1}.partner-feature-section .vector-left{left:0;position:absolute;top:0}.partner-feature-section .vector-right{bottom:0;position:absolute;right:0}.partner-feature-section .feature-top{align-items:center;display:flex;flex-direction:column;gap:10px}.partner-feature-section .feature-center{grid-column-gap:10px;grid-row-gap:10px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.partner-feature-section .feature-center .card{-webkit-backdrop-filter:blur(21.2999992371px);backdrop-filter:blur(21.2999992371px);background:#ffffff0f;border-radius:7px;box-shadow:0 7.144px 30px 0 #0003;color:#fff;display:flex;flex-direction:column;gap:24px;padding:42px 33px}.partner-feature-section .feature-bottom{display:flex;justify-content:space-between}.partner-feature-section .feature-bottom .bottom-part1{display:flex;flex-direction:column;gap:300px;justify-content:space-between}.partner-feature-section .feature-bottom .bottom-part1 .part1-top{align-items:center;display:flex;gap:20px}.partner-feature-section .feature-bottom .bottom-part1 .part1-top h5{text-align:end}.partner-feature-section .feature-bottom .bottom-part1 .part1-bottom{align-items:center;display:flex;gap:20px}.partner-feature-section .feature-bottom .bottom-part1 .part1-bottom h5{text-align:end}.partner-feature-section .feature-bottom .bottom-part2{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative;width:60%}.partner-feature-section .feature-bottom .bottom-part2 .line-frame{left:50%;position:absolute;transform:translateX(-50%)}.partner-feature-section .feature-bottom .bottom-part2 p{font-family:Volkhov;font-size:44px;text-align:center}.partner-feature-section .feature-bottom .bottom-part3{display:flex;flex-direction:column;gap:300px;justify-content:space-between}.partner-feature-section .feature-bottom .bottom-part3 .part1-top{align-items:center;display:flex;gap:20px}.partner-feature-section .feature-bottom .bottom-part3 .part1-top h5{text-align:start}.partner-feature-section .feature-bottom .bottom-part3 .part1-bottom{align-items:center;display:flex;gap:20px}.partner-feature-section .feature-bottom .bottom-part3 .part1-bottom h5{text-align:start}.partner-feature-section .feature-bottom-mobile{display:none}.partner-feature-section .feature-btn{display:flex;justify-content:center}.partner-feature-section .feature-btn button{width:fit-content}.partner-feature-section .feature-btn .active_btn{border:0;border-radius:60px;font-weight:500;padding:14px 30px}@media(max-width:1424px){.partner-feature-section{padding:70px 80px}.partner-feature-section h2{font-family:Volkhov;font-size:44px}.partner-feature-section h3{font-family:Volkhov;font-size:32px}.partner-feature-section h3 span{color:#43dde7}.partner-feature-section h4{font-family:Volkhov;font-size:20px}.partner-feature-section h5{font-size:18px}.partner-feature-section p{font-size:16px}.partner-feature-section .feature-elips,.partner-feature-section .vector-left,.partner-feature-section .vector-right{display:none}.partner-feature-section .feature-center{grid-column-gap:10px;grid-row-gap:10px;display:grid;grid-template-columns:repeat(2,1fr)}.partner-feature-section .feature-center .card{-webkit-backdrop-filter:blur(21.2999992371px);backdrop-filter:blur(21.2999992371px);background:#ffffff0f;border-radius:7px;box-shadow:0 7.144px 30px 0 #0003;color:#fff;display:flex;flex-direction:column;gap:24px;padding:42px 33px}}@media(max-width:1024px){.partner-feature-section .feature-elips,.partner-feature-section .vector-left,.partner-feature-section .vector-right{display:none}.partner-feature-section .feature-top{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;text-align:center}.partner-feature-section .feature-center{grid-column-gap:10px;grid-row-gap:10px;display:grid;grid-template-columns:repeat(2,1fr)}.partner-feature-section .feature-center .card{-webkit-backdrop-filter:blur(21.2999992371px);backdrop-filter:blur(21.2999992371px);background:#ffffff0f;border-radius:7px;box-shadow:0 7.144px 30px 0 #0003;color:#fff;display:flex;flex-direction:column;gap:24px;padding:42px 33px}}@media(max-width:800px){.partner-feature-section{color:#fff;display:flex;flex-direction:column;gap:50px;overflow:hidden;padding:30px 20px;position:relative;z-index:100}}@media(max-width:600px){.partner-feature-section{padding:20px}.partner-feature-section .feature-center{grid-column-gap:10px;grid-row-gap:10px;display:grid;grid-template-columns:repeat(1,1fr)}.partner-feature-section .feature-center .card{-webkit-backdrop-filter:blur(21.2999992371px);backdrop-filter:blur(21.2999992371px);background:#ffffff0f;border-radius:7px;box-shadow:0 7.144px 30px 0 #0003;color:#fff;display:flex;flex-direction:column;gap:24px;padding:42px 33px}.partner-feature-section .feature-bottom{display:none}.partner-feature-section .feature-bottom-mobile{align-items:center;display:flex;flex-direction:column;gap:25px;justify-content:center}.partner-feature-section .feature-bottom-mobile p{font-family:Volkhov;font-size:30px;text-align:center}.partner-feature-section .feature-bottom-mobile .perfectFor-wraper{display:flex;flex-direction:column;gap:20px;text-align:center}.partner-feature-section .feature-bottom-mobile .perfectFor-wraper .perfectFor-box{align-items:center;display:flex;flex-direction:column;gap:5px}.partner-feature-section .feature-bottom-mobile .perfectFor-wraper .perfectFor-box img{height:40px}}.pricing-main-wraper{display:flex;flex-direction:column;gap:50px;padding:50px 100px;text-align:center}.pricing-main-wraper h1{font-family:Volkhov;font-size:80px}.pricing-main-wraper h1 span{color:#43dde7}.pricing-main-wraper h2{color:#43dde7;font-family:Volkhov;font-size:35px}.pricing-main-wraper h3{font-family:Volkhov;font-size:28px}.pricing-main-wraper h3 span{font-size:16px}.pricing-main-wraper h4{font-family:Montserrat,sans-serif;font-size:20px}.pricing-main-wraper p{font-family:Montserrat,sans-serif;font-size:12px}.pricing-main-wraper .small{font-size:14px}.pricing-main-wraper .font-uniq{font-family:Poppins,sans-serif;font-weight:500}.pricing-main-wraper .x-bold{font-weight:600}.pricing-main-wraper .text-color{color:#43dde7}.pricing-main-wraper .pricing-text-section{align-items:center;display:flex;flex-direction:column;gap:20px}.pricing-main-wraper .pricing-cards-section{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.pricing-main-wraper .pricing-cards-section .card{background:#fff;border-radius:10px;box-shadow:0 7.144px 30px 0 #0003;display:flex;flex-direction:column;gap:80px;justify-content:space-between;padding:30px 15px 10px;position:relative}.pricing-main-wraper .pricing-cards-section .card .badge{background:#43dde7;border-radius:20px;box-shadow:0 4px 12px #43dde740;color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;padding:8px 16px;position:absolute;right:15px;top:15px;z-index:1}.pricing-main-wraper .pricing-cards-section .card .card-top{display:flex;flex-direction:column;gap:25px}.pricing-main-wraper .pricing-cards-section .card .card-top .package-details{align-items:center;display:flex;flex-direction:column;gap:5px;justify-content:space-between;min-height:200px;text-align:center}.pricing-main-wraper .pricing-cards-section .card .card-top .package-details .package-text{text-align:center}.pricing-main-wraper .pricing-cards-section .card .card-top .package-details .line-vector{width:100%}.pricing-main-wraper .pricing-cards-section .card .card-top .package-includ{display:flex;flex-direction:column;gap:10px}.pricing-main-wraper .pricing-cards-section .card .card-top .package-includ .package{display:flex;justify-content:space-between}.pricing-main-wraper .pricing-cards-section .card .card-top .package-includ .package img{max-width:20px}.pricing-main-wraper .pricing-cards-section .card .card-bottom{display:flex;flex-direction:column;gap:15px;justify-content:center}.pricing-main-wraper .pricing-cards-section .card .card-bottom .bottom-text{border:2px solid #43dde7;border-radius:6px;padding:10px;text-align:center}.pricing-main-wraper .pricing-cards-section .card .card-bottom .bottom-text p{font-size:12px}.pricing-main-wraper .pricing-cards-section .card .card-bottom .bottom-text .bold{font-weight:500}.pricing-main-wraper .pricing-cards-section .card .card-bottom .join_btn{border-radius:6px;color:#fff;font-size:16px;font-weight:500}@media(max-width:1440px){.pricing-main-wraper{padding:50px}}@media(max-width:1024px){.pricing-main-wraper{display:flex;flex-direction:column;gap:50px;padding:50px}.pricing-main-wraper h1{font-family:Volkhov;font-size:50px}.pricing-main-wraper h1 span{color:#43dde7}.pricing-main-wraper h2{color:#43dde7;font-size:24px}.pricing-main-wraper h3{font-family:Volkhov;font-size:22px}.pricing-main-wraper h3 span,.pricing-main-wraper h4{font-size:16px}.pricing-main-wraper p{font-size:12px}.pricing-main-wraper .small{font-size:14px}.pricing-main-wraper .bold{font-weight:500}.pricing-main-wraper .x-bold{font-weight:600}.pricing-main-wraper .text-color{color:#43dde7}.pricing-main-wraper .pricing-text-section{align-items:center;display:flex;flex-direction:column}.pricing-main-wraper .pricing-cards-section{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.pricing-main-wraper .pricing-cards-section .card{background:#fff;border-radius:10px;box-shadow:0 7.144px 30px 0 #0003;display:flex;flex-direction:column;gap:80px;justify-content:space-between;padding:30px 15px 10px}.pricing-main-wraper .pricing-cards-section .card .card-top{display:flex;flex-direction:column;gap:25px}.pricing-main-wraper .pricing-cards-section .card .card-top .package-details{align-items:center;display:flex;flex-direction:column;gap:10px;min-height:0}.pricing-main-wraper .pricing-cards-section .card .card-top .package-details .line-vector{width:100%}.pricing-main-wraper .pricing-cards-section .card .card-top .package-includ{display:flex;flex-direction:column;gap:10px}.pricing-main-wraper .pricing-cards-section .card .card-top .package-includ .package{display:flex;justify-content:space-between}.pricing-main-wraper .pricing-cards-section .card .card-top .package-includ .package img{max-width:20px}.pricing-main-wraper .pricing-cards-section .card .card-bottom{display:flex;flex-direction:column;gap:15px;justify-content:center}.pricing-main-wraper .pricing-cards-section .card .card-bottom .bottom-text{border:2px solid #43dde7;border-radius:6px;padding:10px 0;text-align:center}.pricing-main-wraper .pricing-cards-section .card .card-bottom .bottom-text p{font-size:12px}.pricing-main-wraper .pricing-cards-section .card .card-bottom .bottom-text .bold{font-weight:500}.pricing-main-wraper .pricing-cards-section .card .card-bottom .join_btn{border-radius:6px;color:#fff;font-size:16px;font-weight:500}}@media(max-width:600px){.pricing-main-wraper{display:flex;flex-direction:column;gap:50px;padding:50px 20px}.pricing-main-wraper h1{font-family:Volkhov;font-size:40px}.pricing-main-wraper h1 span{color:#43dde7}.pricing-main-wraper h2{color:#43dde7;font-size:20px}.pricing-main-wraper h3{font-family:Volkhov;font-size:16px}.pricing-main-wraper h3 span{font-size:14px}.pricing-main-wraper h4{font-size:16px}.pricing-main-wraper p{font-size:12px}.pricing-main-wraper .small{font-size:14px}.pricing-main-wraper .bold{font-weight:500}.pricing-main-wraper .x-bold{font-weight:600}.pricing-main-wraper .text-color{color:#43dde7}.pricing-main-wraper .pricing-text-section{align-items:center;display:flex;flex-direction:column}.pricing-main-wraper .pricing-cards-section{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(1,1fr)}.pricing-main-wraper .pricing-cards-section .card{background:#fff;border-radius:10px;box-shadow:0 7.144px 30px 0 #0003;display:flex;flex-direction:column;gap:80px;justify-content:space-between;padding:30px 15px 10px}.pricing-main-wraper .pricing-cards-section .card .card-top{display:flex;flex-direction:column;gap:25px}.pricing-main-wraper .pricing-cards-section .card .card-top .package-details{align-items:center;display:flex;flex-direction:column;gap:10px;min-height:0}.pricing-main-wraper .pricing-cards-section .card .card-top .package-details .line-vector{width:100%}.pricing-main-wraper .pricing-cards-section .card .card-top .package-includ{display:flex;flex-direction:column;gap:10px}.pricing-main-wraper .pricing-cards-section .card .card-top .package-includ .package{display:flex;justify-content:space-between}.pricing-main-wraper .pricing-cards-section .card .card-top .package-includ .package img{max-width:20px}.pricing-main-wraper .pricing-cards-section .card .card-bottom{display:flex;flex-direction:column;gap:15px;justify-content:center}.pricing-main-wraper .pricing-cards-section .card .card-bottom .bottom-text{border:2px solid #43dde7;border-radius:6px;padding:10px 50px;text-align:center}.pricing-main-wraper .pricing-cards-section .card .card-bottom .bottom-text p{font-size:12px}.pricing-main-wraper .pricing-cards-section .card .card-bottom .bottom-text .bold{font-weight:500}.pricing-main-wraper .pricing-cards-section .card .card-bottom .join_btn{border-radius:6px;color:#fff;font-size:16px;font-weight:500}}.sql-intro{display:flex;flex-direction:column;gap:25px}.sql-intro .title{font-family:Volkhov;font-size:36px;font-weight:700}.sql-intro .btns{display:flex;justify-content:space-between}.sql-intro .btns .guide-btn{align-items:center;background-color:#43dde7;border:none;border-radius:7px;color:#fff;display:flex;font-size:16px;font-weight:500;gap:10px;padding:10px 25px}.sql-intro .content{color:#000;gap:20px}.sql-intro .content,.sql-terms{display:flex;flex-direction:column}.sql-terms{gap:25px}.sql-terms .title{font-family:Volkhov;font-size:36px;font-weight:700}.sql-terms .btns{display:flex;justify-content:space-between}.sql-terms .btns .guide-btn{align-items:center;background-color:#43dde7;border:none;border-radius:7px;color:#fff;display:flex;font-size:16px;font-weight:500;gap:10px;padding:10px 25px}.sql-terms .content{color:#000;display:flex;flex-direction:column}.sql-terms .content .all-terms{border-bottom:1px solid #f1f1f1;border-top:1px solid #f1f1f1;display:flex;flex-direction:column;gap:15px;padding:20px 0}.sql-terms .content .all-terms .term-title{font-family:Volkhov;font-size:20px}.sql-terms .content .all-terms .term-ans{display:flex;flex-direction:column;gap:15px}.sql-terms .content .all-terms .term-ans .ans{font-size:16px}.sql-terms .content .all-terms:last-child{border-bottom:none}.sql-data-types{display:flex;flex-direction:column;gap:25px}.sql-data-types .title{font-family:Volkhov;font-size:36px;font-weight:700}.sql-data-types .btns{display:flex;justify-content:space-between}.sql-data-types .btns .guide-btn{align-items:center;background-color:#43dde7;border:none;border-radius:7px;color:#fff;display:flex;font-size:16px;font-weight:500;gap:10px;padding:10px 25px}.sql-data-types .content{color:#000;display:flex;flex-direction:column}.sql-data-types .content .all-terms{border-bottom:1px solid #f1f1f1;border-top:1px solid #f1f1f1;display:flex;flex-direction:column;gap:15px;padding:20px 0}.sql-data-types .content .all-terms .term-title{font-family:Volkhov;font-size:20px}.sql-data-types .content .all-terms .term-ans{display:flex;flex-direction:column;gap:15px}.sql-data-types .content .all-terms .term-ans .ans{font-size:16px}.sql-data-types .content .all-terms .term-ans .ans2{background-color:#f9f9f9;border-radius:7px;padding:20px}.sql-data-types .content .all-terms:last-child{border-bottom:none}.erd-data-model{display:flex;flex-direction:column;gap:25px}.erd-data-model .title{font-family:Volkhov;font-size:36px;font-weight:700}.erd-data-model .btns{display:flex;justify-content:space-between}.erd-data-model .btns .guide-btn{align-items:center;background-color:#43dde7;border:none;border-radius:7px;color:#fff;display:flex;font-size:16px;font-weight:500;gap:10px;padding:10px 25px}.erd-data-model .content{color:#000}.erd-data-model .content,.erd-data-model .examples{display:flex;flex-direction:column;gap:20px}.erd-data-model .examples li{font-size:16px}.erd-data-model .examples li span{font-size:16px;font-weight:500}.erd-data-model .examples ol.dot{list-style-type:inherit}.erd-data-model .erd-types,.erd-data-model .erd-types ol,.erd-data-model .examples ol.dot{display:flex;flex-direction:column;gap:20px}.erd-data-model .erd-types ol li{font-size:16px;font-weight:500}.erd-data-model .erd-types ol li span{font-weight:400}.erd-data-model .erd-img .erd-diagram{width:100%}.sql-command-categories{display:flex;flex-direction:column;gap:25px}.sql-command-categories .title{font-family:Volkhov;font-size:36px;font-weight:700}.sql-command-categories .btns{display:flex;justify-content:space-between}.sql-command-categories .btns .guide-btn{align-items:center;background-color:#43dde7;border:none;border-radius:7px;color:#fff;display:flex;font-size:16px;font-weight:500;gap:10px;padding:10px 25px}.sql-command-categories .content{color:#000;display:flex;flex-direction:column}.sql-command-categories .content .all-terms{border-bottom:1px solid #f1f1f1;border-top:1px solid #f1f1f1;display:flex;flex-direction:column;gap:15px;padding:20px 0}.sql-command-categories .content .all-terms .term-title{font-family:Volkhov;font-size:20px}.sql-command-categories .content .all-terms .term-ans{display:flex;flex-direction:column;gap:15px}.sql-command-categories .content .all-terms .term-ans .desc{font-size:16px}.sql-command-categories .content .all-terms .table{background-color:#f9f9f9;border-radius:7px;display:flex;padding:20px}.sql-command-categories .content .all-terms .table .table-left{display:flex;flex-direction:column;gap:10px;width:150px}.sql-command-categories .content .all-terms .table .table-left p{font-size:16px;font-weight:500}.sql-command-categories .content .all-terms .table .table-right{display:flex;flex-direction:column;gap:10px;width:calc(100% - 150px)}.sql-command-categories .content .all-terms .table .table-right p{font-size:14px;font-weight:400}.sql-command-categories .content .all-terms:last-child{border-bottom:none}.sql-basic-command{display:flex;flex-direction:column;gap:25px}.sql-basic-command .title{font-family:Volkhov;font-size:36px;font-weight:700}.sql-basic-command .btns{display:flex;justify-content:space-between}.sql-basic-command .btns .guide-btn{align-items:center;background-color:#43dde7;border:none;border-radius:7px;color:#fff;display:flex;font-size:16px;font-weight:500;gap:10px;padding:10px 25px}.sql-basic-command .content .ant-table-pagination{display:none}.sql-basic-command .content tbody,.sql-basic-command .content td,.sql-basic-command .content tfoot,.sql-basic-command .content th,.sql-basic-command .content thead,.sql-basic-command .content tr{border:none!important}.sql-basic-command .content .ant-table-cell:before{display:none}.sql-basic-command .content .ant-table-tbody{border:none}.sql-basic-command .content .ant-table-tbody .ant-table-row:hover{border:2px solid red}.sql-basic-command .content .table-catg,.sql-basic-command .content .table-command{width:150px}.sql-basic-command .content .table-desc,.sql-basic-command .content .table-example{max-width:400px}.sql-basic-command .text-content{color:#000;display:flex;flex-direction:column;gap:20px}.sql-basic-command .text-content span{font-size:16px;font-weight:600}@media(max-width:1024px){.title{font-size:22px!important}.table-command{max-width:100px}.table-catg{max-width:70px}.table-desc,.table-example{width:300px}}.guide-main{overflow-x:hidden;position:relative}.guide-main .guide-vector{left:0;opacity:.4;position:absolute;right:0;top:80px;z-index:-1}.guide-page{display:flex;gap:20px;margin-left:auto;margin-right:auto;max-width:1700px;padding-top:20px;position:relative}.guide-page .sidebar .guide-sidebar{background-color:#fff;border-radius:7px;box-shadow:0 4px 60px 0 #0000000f;display:flex;flex-direction:column;gap:20px;height:90vh;padding:16px;width:320px}.guide-page .sidebar .guide-sidebar .title{font-family:Volkhov;font-size:22px;font-style:normal;font-weight:700}.guide-page .sidebar .guide-sidebar .side-links a{color:#000;text-decoration:none}.guide-page .sidebar .guide-sidebar .side-links li{border-radius:7px;color:#999;cursor:pointer;font-family:IRANSansX;font-size:14px;font-weight:500;padding:14px 15px;text-transform:capitalize}.guide-page .sidebar .guide-sidebar .side-links .active{background-color:#43dde72e;color:#000;font-weight:600}.guide-page .main{padding:20px;width:100%}.guide-page .ant-table-overflow{overflow-x:auto}@media(min-width:1024px){.sidebar-icon{background-color:red;cursor:pointer;display:none}}@media(max-width:1024px){.sidebar-icon{cursor:pointer;height:30px;right:10px;top:10px;width:30px}.sidebar,.sidebar-icon{position:absolute;z-index:999}.sidebar{bottom:-500px;top:30px}.hideSidebar{display:none}.guide-sidebar{background-color:red;height:100%;width:280px}.main{height:100%;width:100%}}.home_topbar{align-items:center;background-color:#40444b;color:#fff;display:flex;height:30px;justify-content:center}.home_topbar .RightToLeft{display:flex;gap:40px;padding-top:10px}.home_topbar .sale-timer{display:flex;justify-content:center;padding-top:15px}.home_topbar .sale-timer .timer{background-color:#fff;border-radius:5px;color:#000;display:inline-block;font-weight:700;padding:0 14px}@font-face{font-family:JK Abode;src:url(/static/media/JKAbode-Demo.4125b6f11530b93f3712.ttf)}@font-face{font-family:IRANSansX;src:url(/static/media/IRANSans%20400.b405362106aecf6bb79b.ttf)}.sign-up-wrapper2{height:100%!important}.sign-up-wrapper{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:auto;padding:20px;position:relative}.sign-up-wrapper h1{font-family:JK Abode,sans-serif;font-size:96px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:120px}.signup{display:flex;flex-direction:column;justify-content:center;width:30%}.top_right{position:absolute;right:0;top:0}.account_elips{left:0;position:absolute}.bottom_right{bottom:0;position:absolute;right:0}.sign-up-input{align-items:center;display:flex;flex-direction:column;width:100%}.sign-up-input label{margin-bottom:50px;width:100%}.sign-up-input input{border:none;border-bottom:1px solid #999;display:flex;flex-direction:column;font-family:IRANSansX,sans-serif;font-size:24px;font-style:normal;font-weight:400;width:100%}.inputEmpty{border-bottom:1px solid #da3636!important}.signup-button{background-color:#000;border:none;color:#fff;font-size:24px;font-weight:600;outline:none;padding:10px 0;width:100%}.sign-up-wrapper p{color:#999;font-family:IRANSansX,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-top:10px;text-align:center}.sign-up-wrapper .social-icon{display:flex;gap:10px;justify-content:center}@media screen and (max-width:600px){.account_elips,.bottom_right,.top_right{display:none}.sign-up-input{align-items:center}.signup{width:100%!important}.signup .login_heading{font-size:45px!important;margin-bottom:80px!important;margin-top:20px!important}.forget{width:100%!important}.forget .forget_heading{font-size:40px!important;margin-bottom:120px;margin-top:20px;text-align:center}.sign-up-wrapper{background-image:none;width:100%}.sign-up-input label{margin-bottom:30px;width:100%}.sign-up-input input{font-size:18px;margin-bottom:20px}.signup-button{font-size:18px;max-width:60%}.signuplink{flex-wrap:wrap;justify-content:space-between!important}.signuplink p{font-size:14px}.sign-up-wrapper h1{font-size:35px!important;font-style:normal;font-weight:400;line-height:normal;margin-bottom:60px;margin-top:40px;text-align:center}.signup{width:50%}}@media screen and (min-width:601px) and (max-width:900px){.sign-up-wrapper h1{font-size:70px!important;margin-bottom:50px}.sign-up-input label{margin-bottom:30px;div{left:-13px!important;position:relative}}.top_right{display:none;width:300px}.top_right img{width:100%}.bottom_right{display:none;width:300px}.bottom_right img{width:100%}.account_elips{display:none;width:200px}.account_elips img{width:100%}.sign-up-wrapper{padding:40px}.signup{width:100%!important}}@media screen and (min-width:901px) and (max-width:1200px){.sign-up-wrapper h1{font-size:70px!important;margin-bottom:50px}.sign-up-input label{margin-bottom:30px}.top_right{width:300px}.top_right img{width:100%}.bottom_right{width:300px}.bottom_right img{width:100%}.account_elips{width:200px}.account_elips img{width:100%}.sign-up-input input{font-size:20px}}@media screen and (min-width:1201px) and (max-width:1530px){.sign-up-wrapper h1{font-size:70px!important;margin-bottom:50px}.sign-up-input label{margin-bottom:30px;div{position:relative;right:17px}}.top_right{width:300px}.top_right img{width:100%}.bottom_right{width:300px}.bottom_right img{width:100%}.account_elips{width:200px}.account_elips img{width:100%}.sign-up-input input{font-size:20px}}@media screen and (min-width:1501px) and (max-width:1830px){.sign-up-wrapper h1{font-size:70px}.top_right{width:400px}.top_right img{width:100%}.bottom_right{width:400px}.bottom_right img{width:100%}.account_elips{width:300px}.account_elips img{width:100%}}.error,.warning{color:red}.error{width:100%}.terms_conditions{padding:40px 0}.terms_conditions .main_heading{font-size:40px;font-weight:400;text-align:center}.terms_conditions .welcome{font-size:30px;font-weight:700}.terms_conditions .rules_regulation{font-size:20px;margin-bottom:20px}.terms_conditions .boxes{display:flex;flex-direction:column;gap:20px}.terms_conditions .boxes .box h3{font-size:30px;font-weight:700}.terms_conditions .boxes .box p{font-size:18px;line-height:normal;margin-top:10px;text-align:justify}@media screen and (max-width:1500px){.terms_conditions .main_heading{font-size:28px;margin-bottom:20px}.terms_conditions .welcome{font-size:26px}.terms_conditions .rules_regulation{font-size:16px}.terms_conditions .boxes .box h3{font-size:26px}.terms_conditions .boxes .box p{font-size:16px}.terms_conditions .boxes .box p h4{font-size:18px}}@media screen and (max-width:600px){.terms_conditions{padding:20px}.terms_conditions .main_heading{font-size:28px;margin-bottom:20px}.terms_conditions .welcome{font-size:22px}.terms_conditions .rules_regulation{font-size:16px}.terms_conditions .boxes .box h3{font-size:22px}.terms_conditions .boxes .box p{font-size:16px}}.new_topbar .top{background-color:#40444b;display:flex;gap:10px;justify-content:space-between;padding:20px 25px 20px 20px!important;width:100%}.new_topbar .top .toggle_icon{display:none}.new_topbar .top .search_section{align-items:center;display:flex;gap:20px;justify-content:space-between;width:93%}.new_topbar .top .search_section .search_bar{height:42px;width:250px}.new_topbar .top .search_section .search_bar img{height:20px;width:20px}.new_topbar .top .search_section .levels{display:flex;gap:20px}.new_topbar .top .search_section .levels .dropdown{display:flex;gap:10px}.new_topbar .top .search_section .levels .dropdown .icon{align-items:center;background-color:#25292f;border-radius:6px;display:flex;justify-content:center;padding:5px 10px}.new_topbar .top .search_section .levels select{background-color:#25292f;border:none;border-radius:5px;color:#fff;font-size:14px;padding:5px 10px;width:100%}.new_topbar .top .search_section .side_menu_icon{display:none}.new_topbar .top .search_section .collapse{transform:translateX(0)}.new_topbar .top .search_section h1{color:#1f192f;font-family:IRANSans(FaNum);font-size:42.624px;font-weight:700;width:300px}.new_topbar .top .search_section p{color:#fff;font-size:14px}.new_topbar .top .search_section .search_bar{align-items:center;background-color:#25292f;border-radius:50px;display:flex;height:48px;justify-content:space-between;padding:10px 30px}.new_topbar .top .search_section .search_bar input{background:#0000;border:none;caret-color:#fff;color:#fff;margin-bottom:0;outline:none;padding-right:20px;width:100%}.new_topbar .top .search_section .search_bar input::placeholder{color:#fff}.new_topbar .top .search_section .search_bar img{cursor:pointer}.new_topbar .top .side_menu_icon{display:none}.new_topbar .top .profile_section{align-items:center;display:flex;gap:30px;position:relative}.new_topbar .top .profile_section .search_icon{display:none}.new_topbar .top .profile_section img{cursor:pointer}.new_topbar .top .profile_section .notification_section{position:relative}.new_topbar .top .profile_section .notification_section .notifications{background-color:#fff;border-radius:10px;box-shadow:0 8px 24px 0 #0003;min-width:180px;padding:10px;position:absolute;right:0;top:30px}.new_topbar .top .profile_section .profile{align-items:center;cursor:pointer;display:flex;gap:10px;position:relative}.new_topbar .top .profile_section .profile .profile_img{border-radius:50%;height:50px;width:50px}.new_topbar .top .profile_section .profile span{color:#7b7b7b;font-size:18px;-webkit-user-select:none;user-select:none}.new_topbar .top .profile_section .profile_modal{align-items:center;background-color:#25292f;border-radius:10px;box-shadow:0 8px 24px 0 #0003;color:#fff;display:flex;flex-direction:column;gap:10px;padding:20px;position:absolute;right:0;top:50px;width:200px;z-index:100}.new_topbar .top .profile_section .profile_modal .logout_btn_new{background-color:#191c22;border:none;border-radius:5px;color:#fff;font-size:16px;font-weight:500;min-width:143px;padding:5px 12px}.new_topbar .top .profile_section .profile_modal .switch_btn{background-color:#0d1219;border:1px solid #25292f;border-radius:5px;color:#fff;font-size:16px;font-weight:500;min-width:96px;outline:none;padding:5px 12px}.new_topbar .top .profile_section .profile_modal p{font-size:18px;font-weight:700}.new_topbar .bottom{display:flex;display:none!important;justify-content:center}.new_topbar .bottom .search_bar{align-items:center;background-color:#f8f8f8;border-radius:50px;display:flex;height:53px;justify-content:space-between;padding:10px 30px;width:80%}.new_topbar .bottom .search_bar input{background:#0000;border:none;margin-bottom:0;outline:none;padding-right:20px;width:100%}.new_topbar .bottom .search_bar img{cursor:pointer}@media screen and (max-width:1720px){.new_topbar .top{background-color:#40444b;display:flex;gap:10px;justify-content:space-between;padding:20px 25px 20px 20px!important;width:100%}.new_topbar .top .toggle_icon{display:none}.new_topbar .top .search_section{align-items:center;display:flex;gap:20px;justify-content:space-between;width:93%}.new_topbar .top .search_section .search_bar{height:42px;width:250px}.new_topbar .top .search_section .search_bar img{height:20px;width:20px}.new_topbar .top .search_section .levels{display:flex;gap:20px}.new_topbar .top .search_section .levels .dropdown{display:flex;gap:10px}.new_topbar .top .search_section .levels .dropdown .icon{align-items:center;background-color:#25292f;border-radius:6px;display:none;justify-content:center;padding:5px 10px}.new_topbar .top .search_section .levels select{background-color:#25292f;border:none;border-radius:5px;color:#fff;font-size:14px;padding:5px 10px;width:100%}.new_topbar .top .search_section .side_menu_icon{display:none}.new_topbar .top .search_section .collapse{transform:translateX(0)}.new_topbar .top .search_section h1{color:#1f192f;font-family:IRANSans(FaNum);font-size:42.624px;font-weight:700;width:300px}.new_topbar .top .search_section p{color:#fff;font-size:14px}.new_topbar .top .search_section .search_bar{align-items:center;background-color:#25292f;border-radius:50px;display:flex;height:48px;justify-content:space-between;padding:10px 30px}.new_topbar .top .search_section .search_bar input{background:#0000;border:none;caret-color:#fff;margin-bottom:0;outline:none;padding-right:20px;width:100%}.new_topbar .top .search_section .search_bar img{cursor:pointer}.new_topbar .top .profile_section{align-items:center;display:flex;gap:30px;position:relative}.new_topbar .top .profile_section .search_icon{display:none}.new_topbar .top .profile_section img{cursor:pointer}.new_topbar .top .profile_section .notification_section{position:relative}.new_topbar .top .profile_section .notification_section .notifications{background-color:#fff;border-radius:10px;box-shadow:0 8px 24px 0 #0003;min-width:180px;padding:10px;position:absolute;right:0;top:30px}.new_topbar .top .profile_section .profile{align-items:center;cursor:pointer;display:flex;gap:10px;position:relative}.new_topbar .top .profile_section .profile .profile_img{border-radius:50%;height:50px;width:50px}.new_topbar .top .profile_section .profile span{color:#7b7b7b;font-size:18px;-webkit-user-select:none;user-select:none}.new_topbar .top .profile_section .profile_modal{align-items:center;background-color:#25292f;border-radius:10px;box-shadow:0 8px 24px 0 #0003;color:#fff;display:flex;flex-direction:column;gap:10px;padding:20px;position:absolute;right:0;top:50px;width:200px;z-index:100}.new_topbar .top .profile_section .profile_modal .logout_btn_new{background-color:#191c22;border:none;border-radius:5px;color:#fff;font-size:16px;font-weight:500;min-width:143px;padding:5px 12px}.new_topbar .top .profile_section .profile_modal .switch_btn{background-color:#0d1219;border:1px solid #25292f;border-radius:5px;color:#fff;font-size:16px;font-weight:500;min-width:96px;outline:none;padding:5px 12px}.new_topbar .top .profile_section .profile_modal p{font-size:18px;font-weight:700}.new_topbar .bottom{display:flex;display:none!important;justify-content:center}.new_topbar .bottom .search_bar{align-items:center;background-color:#f8f8f8;border-radius:50px;display:flex;height:53px;justify-content:space-between;padding:10px 30px;width:80%}.new_topbar .bottom .search_bar input{background:#0000;border:none;margin-bottom:0;outline:none;padding-right:20px;width:100%}.new_topbar .bottom .search_bar img{cursor:pointer}}@media screen and (max-width:1600px){.new_topbar .top{padding:20px 25px 20px 20px!important}.new_topbar .top .search_section{justify-content:flex-start}.new_topbar .top .search_section .search_bar{height:42px;width:200px}.new_topbar .top .search_section .search_bar img{height:20px;width:20px}.new_topbar .top .search_section p{font-size:13px}.new_topbar .top .search_section .levels{gap:10px}.new_topbar .top .search_section .levels .dropdown select{font-size:12px}.new_topbar .top .profile_section .profile .profile_img{height:40px;width:40px}}@media screen and (max-width:1300px){.new_topbar .top .search_section .search_bar{display:none}.new_topbar .top .search_section .levels{gap:10px}.new_topbar .top .search_section .levels .dropdown select{font-size:12px}.new_topbar .top .profile_section .search_icon{display:block}.new_topbar .bottom{background-color:#0d1219;padding:20px 0}.new_topbar .bottom .search_bar{background-color:#25292f;width:50%}.new_topbar .bottom .search_bar input{caret-color:#fff}.new_topbar .bottom .levels{display:none}.new_topbar .showtopbar{display:flex!important}.new_topbar .hidetopbar{display:none}}@media screen and (max-width:600px){.new_topbar .top{align-items:center;justify-content:space-between}.new_topbar .top .search_section,.new_topbar .top .search_section .levels{display:none}.new_topbar .top .toggle_icon{align-items:center;display:flex;gap:10px;justify-content:center}.new_topbar .top .profile_section .search_icon,.new_topbar .top .side_menu_icon{display:block}.new_topbar .top .profile_section .profile span{display:none}.new_topbar .bottom{background-color:#40444b;padding-bottom:20px}.new_topbar .bottom .search_bar{background-color:#25292f;width:80%}.new_topbar .bottom .search_bar input{caret-color:#fff}.new_topbar .bottom .levels{display:flex;flex-direction:column;gap:20px}.new_topbar .bottom .levels .dropdown{display:flex;gap:10px}.new_topbar .bottom .levels .dropdown .icon{align-items:center;background-color:#25292f;border-radius:6px;display:flex;justify-content:center;padding:5px 10px}.new_topbar .bottom .levels select{background-color:#25292f;border:none;border-radius:5px;color:#fff;font-size:14px;padding:5px 10px;width:100%}.new_topbar .showtopbar{display:flex!important}.new_topbar .showtopbar .levels{display:none}.new_topbar .showtopbarbtn{display:flex!important;justify-content:flex-start;padding-left:20px}.new_topbar .showtopbarbtn .search_bar{display:none}.new_topbar .showtopbarbtn .levels{display:flex}.new_topbar .hidetopbar{display:none}}.database-name{background:#eee;border:1px solid #0003;border-radius:4px;color:#797d8c;font-family:IRANSansX,sans-serif;font-size:14px;font-weight:400;line-height:24px;padding:2px 10px}.dashboard{height:100vh}.dashboard ::-webkit-scrollbar{display:none}.dashboard .bookmark-head{align-items:center;background-color:#25292f;color:#fff;display:flex;font-size:35px;height:100px}.dashboard .bookmark-head span{padding-left:50px}.dashboard .content{border-top:1px solid #25292f;display:flex;height:calc(100% - 90px)}.dashboard .content .sidebar{background-color:#0d1219;display:flex;display:none;flex-direction:column;gap:10px;height:607px;overflow:scroll;padding:20px;width:17%}.dashboard .content .sidebar .sidebarbtn{background-color:#25292f;border:none;border-radius:5px;color:#fff;display:flex;justify-content:center;padding:10px 15px;text-align:center}.dashboard .content .sidebar .sidecard{align-items:flex-start;background-color:#25292f;border-radius:10px;color:#fff;display:flex;gap:8px;padding:10px 15px}.dashboard .content .sidebar .sidecard .icon{background-color:#fff;border-radius:6px;padding:5px;width:50px}.dashboard .content .sidebar .sidecard .icon img{height:100%;width:100%}.dashboard .content .sidebar .sidecard .card_content{display:flex;justify-content:space-between}.dashboard .content .sidebar .sidecard .card_content button{border:none;border-radius:5px;color:#fff;padding:0 5px}.dashboard .content .sidebar2::-webkit-scrollbar{display:none}.dashboard .content .sidebar2{background-color:#40444b;display:flex;flex-direction:column;gap:10px;overflow:scroll;padding:20px;transition:.5s ease-in-out;width:19%}.dashboard .content .sidebar2 .sidebarbtn{align-items:center;background-color:#292b2f;border:none;border-radius:5px;color:#fff;display:flex;font-size:15px;justify-content:center;padding:10px 15px;text-align:center}.dashboard .content .sidebar2 .sidecard{align-items:flex-start;background-color:#25292f;border:1px solid #0000;border-radius:10px;color:#fff;cursor:pointer;display:flex;gap:15px;padding:10px 15px;transition:.5s ease-in-out;width:100%}.dashboard .content .sidebar2 .sidecard .icon{background-color:#fff;border-radius:6px;margin-top:7px;padding:5px;width:40px}.dashboard .content .sidebar2 .sidecard .icon img{height:100%;width:100%}.dashboard .content .sidebar2 .sidecard .card_content{align-items:flex-start;display:flex;flex-direction:column;gap:10px}.dashboard .content .sidebar2 .sidecard .card_content button{background-color:#78be06;border:none;border-radius:5px;color:#fff;padding:0 5px}.dashboard .content .sidebar2 .sidecard:hover{background-color:#000;transform:scale(1.07);transition:.5s ease-in-out}.dashboard .content .sidebar2 .sideCardActive{background-color:#000;border:1px solid #fff}.dashboard .content .showsidebar2{transform:translateX(0);transition:transform .5s ease}.dashboard .content .hidesidebar2{position:absolute;transform:translateX(-400px);transition:transform .5s ease}.dashboard .content .fullwidth{width:100%!important}.dashboard .content .desktoptoggle{padding:30px 0 0 30px}.dashboard .content .right_content{width:80%}.dashboard .content .right_content .sidebar_toggle{display:none}.dashboard .content .right_content .dashboard_content{background-color:#40444b;border-left:1px solid #2f3136;display:flex;gap:20px;height:100%;justify-content:space-between;overflow-y:auto;padding:0 40px 0 20px}.dashboard .content .right_content .dashboard_content .question_section{display:flex;flex-direction:column;gap:10px;padding-top:20px;width:40%}.dashboard .content .right_content .dashboard_content .question_section .bookmark-icon svg{color:#fff;cursor:pointer}.dashboard .content .right_content .dashboard_content .question_section .bookmark-icon svg:hover{color:#adff2f}.dashboard .content .right_content .dashboard_content .question_section .box{border-radius:8px;display:flex;flex-direction:column;gap:10px;padding:10px}.dashboard .content .right_content .dashboard_content .question_section .box .qno-Select-sec{align-items:center;display:flex;justify-content:space-between}.dashboard .content .right_content .dashboard_content .question_section .box .table{width:100%}.dashboard .content .right_content .dashboard_content .question_section .box button{border:none;border-radius:5px;color:#fff;padding:0 5px}.dashboard .content .right_content .dashboard_content .question_section .box .difficulty_level_btn{background-color:#f72e52;border:none;border-radius:5px;color:#fff;font-size:14px;padding:0 13px}.dashboard .content .right_content .dashboard_content .question_section .box .buttons{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0}.dashboard .content .right_content .dashboard_content .question_section .box .buttons button{background-color:#d3d3d3;border:none;border-radius:20px;padding:0 10px}.dashboard .content .right_content .dashboard_content .question_section .box .telegram_icon{align-items:center;color:#797c7f;display:flex;gap:10px;margin-bottom:20px}.dashboard .content .right_content .dashboard_content .question_section .box .accordion-btn{margin-bottom:20px}.dashboard .content .right_content .dashboard_content .question_section .box .accordion-btn .accordion-header{color:#fff}.dashboard .content .right_content .dashboard_content .question_section .box .accordion-btn .accordion-header .accordion-button:not(.collapsed){box-shadow:inset 0 -1px 0 #00000021;color:#fff}.dashboard .content .right_content .dashboard_content .question_section .box .accordion-btn .accordion-item{background-color:#25292f;border:none;color:#fff;outline:none}.dashboard .content .right_content .dashboard_content .question_section .box .accordion-btn .accordion-button{background-color:#191c22;color:#fff;display:flex;gap:10px;padding:5px}.dashboard .content .right_content .dashboard_content .question_section .box .accordion-btn .accordion-button:after{background-image:url(/static/media/arrow-up.ec64d980174c8065bb9e.svg)}.dashboard .content .right_content .dashboard_content .question_section .box .accordion-btn .accordion-button:focus{border:none!important;box-shadow:none!important}.dashboard .content .right_content .dashboard_content .question_section .box h1{color:#fff;font-size:32px;width:90%}.dashboard .content .right_content .dashboard_content .question_section .box p{color:#fff;font-family:IRANSansX;font-size:20px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:0}.dashboard .content .right_content .dashboard_content .question_section .box h3{color:#fff;font-size:22px;width:90%}.dashboard .content .right_content .dashboard_content .question_section .box span{color:#fff;font-family:IRANSansX;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.dashboard .content .right_content .dashboard_content .question_section .box .half_width{width:100%}.dashboard .content .right_content .dashboard_content .question_section .box .half_width .table th{background-color:#25292f;border:1px solid #000;color:#fff}.dashboard .content .right_content .dashboard_content .question_section .box .half_width .table td{background-color:#0000;border:1px solid #000;color:#fff;text-align:left}.dashboard .content .right_content .dashboard_content .question_section .box .blue_box{border:1px solid #25292f;border-radius:4px;margin:10px 0 0}.dashboard .content .right_content .dashboard_content .question_section .box .blue_box .box_header{background-color:#25292f;display:flex;justify-content:space-between;padding:10px 20px}.dashboard .content .right_content .dashboard_content .question_section .box .blue_box .box_header h2,.dashboard .content .right_content .dashboard_content .question_section .box .blue_box .box_header span{color:#fff;font-family:IRANSans(FaNum);font-size:16px;font-style:normal;font-weight:500;line-height:24px}.dashboard .content .right_content .dashboard_content .question_section .box .blue_box .box_details{display:flex;flex-direction:column;gap:10px;overflow:scroll!important;padding:20px}.dashboard .content .right_content .dashboard_content .question_section .box .blue_box .box_details div{justify-content:space-between}.dashboard .content .right_content .dashboard_content .feedback_section{border-left:1px solid #25292f;height:100%;padding:40px 0 0 20px;width:60%}.dashboard .content .right_content .dashboard_content .feedback_section .header{align-items:center;display:flex;justify-content:space-between}.dashboard .content .right_content .dashboard_content .feedback_section .header div{display:flex;gap:10px}.dashboard .content .right_content .dashboard_content .feedback_section .box{margin:5px 0;min-height:500px}.dashboard .content .right_content .dashboard_content .feedback_section .box h1{color:#444;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:600;margin-bottom:15px}.dashboard .content .right_content .dashboard_content .feedback_section .box .editor{background-color:#191c22;border:1px solid #25292f;height:400px;padding:10px 0 0;width:100%}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons{display:flex;gap:20px;margin-bottom:20px}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons .submit_feedback{align-items:center;background-color:#25292f;border:none;color:#fff;display:flex;gap:10px;padding:5px 10px}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons .run_query{background-color:#25292f;border:none;color:#fff;font-size:14px;padding:10px;transition-duration:1s;transition-property:width;width:120px}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons .run_query:hover{background-color:#f72e52;width:150px}.dashboard .content .right_content .dashboard_content .feedback_section .box textarea{background-color:#191c22;border:1px solid #25292f;caret-color:#fff;color:#fff;display:block;height:100%;min-height:400px;outline:none;padding:10px;resize:none;width:100%}.dashboard .content .right_content .dashboard_content .feedback_section .box textarea::placeholder{color:#fff}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons_bottom{background-color:#191c22;border:1px solid #25292f;display:flex;justify-content:flex-end}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons_bottom p{align-items:center;color:#fff;display:flex;margin:0!important;padding:0 0 0 20px}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons_bottom .button_{margin:0}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons_bottom .button_ .unlock{background-color:#43dde7;font-size:14px;margin-left:20px;transition-duration:1s;transition-property:width}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons_bottom .button_ .unlock:hover{width:160px}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons_bottom .button_ button{background-color:#25292f;border:none;color:#fff;font-size:14px;padding:10px;width:130px}.dashboard .content .right_content .dashboard_content .feedback_section .result_header{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.dashboard .content .right_content .dashboard_content .feedback_section .result_header h1{color:#fff;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.dashboard .content .right_content .dashboard_content .feedback_section .result_header div{display:flex;gap:10px}.dashboard .content .right_content .dashboard_content .feedback_section .outputStatus{display:flex;justify-content:center;padding:20px}.dashboard .content .right_content .dashboard_content .feedback_section .outputStatus p{color:#fff;font-size:23px;font-weight:400}.dashboard .content .right_content .dashboard_content .feedback_section .outputStatus .thumbsIcon{color:#fff;left:6px;position:relative;top:-6px}.dashboard .content .right_content .dashboard_content .feedback_section .result::-webkit-scrollbar{display:none}.dashboard .content .right_content .dashboard_content .feedback_section .result p{font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:0}.dashboard .content .right_content .dashboard_content .feedback_section .result .table th{background-color:#25292f;border:1px solid #000;color:#fff}.dashboard .content .right_content .dashboard_content .feedback_section .result .table td{background-color:#0000;border:1px solid #000;color:#fff;text-align:left}.info_modal .info_header{background-color:#40444b}.info_modal .info_body{background-color:#40444b;color:#fff;height:auto}.info_modal .info_body,.submit_modal{font-size:14px;font-weight:400}.submit_modal .modal-content{background-color:#0000;color:#fff}.submit_modal .modal-header{background-color:#25292f;border-bottom:none;border-radius:none!important}.submit_modal .modal-header .logo{height:50px;width:50px}.submit_modal .modal-header .logo img{height:100%;width:100%}.submit_modal .modal-body{background-color:#25292f;border:none!important;outline:none!important;padding-top:10}.submit_modal .modal-body h3{margin-bottom:30px}.submit_modal .modal-body h4{color:#e73c7e;font-size:17px;font-weight:800;margin-bottom:20px}.submit_modal .modal-body p{align-items:center;display:flex;gap:10px;margin:5px}.submit_modal .modal-footer{background-color:#0000;border-top:none;padding:10px 0 0}.submit_modal .modal-footer button{background-color:#f72e52;border:none;border-radius:5px;color:#fff;padding:15px 0;width:100%}.submit_modal .modal-footer button:hover{width:100%}.unlock_modal .modal-content{background-color:#0000;color:#fff}.unlock_modal .modal-header{background-color:#25292f;border-bottom:none;border-radius:none!important}.unlock_modal .modal-header .logo{height:50px;width:50px}.unlock_modal .modal-header .logo img{height:100%;width:100%}.unlock_modal .modal-body{background-color:#25292f;border:none!important;outline:none!important;padding-top:10}.unlock_modal .modal-body h3{margin-bottom:30px}.unlock_modal .modal-body h4{color:#e73c7e;font-size:17px;font-weight:800}.unlock_modal .modal-body p{align-items:center;display:flex;gap:10px;margin:5px}.unlock_modal .modal-footer{background-color:#0000;border-top:none;padding:10px 0 0}.unlock_modal .modal-footer button{background-color:#f72e52;border:none;border-radius:5px;color:#fff;padding:15px 0;width:100%}.unlock_modal .modal-footer button:hover{width:100%}.show_solution_modal .modal-content{color:#fff;width:1000px!important}.show_solution_modal .modal-header{background-color:#25292f;border-bottom:none;border-radius:none!important}.show_solution_modal .modal-header .logo{height:50px;width:50px}.show_solution_modal .modal-header .logo img{height:100%;width:100%}.show_solution_modal .modal-body{background-color:#25292f;border:none!important;display:flex;flex-direction:column;outline:none!important;padding-top:10;row-gap:20px}.show_solution_modal .modal-body textarea{background-color:#535455;color:#fff}.show_solution_modal .modal-body h4{color:#fff;font-size:17px;font-weight:600;padding-bottom:7px}.show_solution_modal .modal-footer{background-color:#0000;padding:10px 0 0}.show_solution_modal .modal-footer button{background-color:#f72e52;border:none;border-radius:5px;color:#fff;padding:15px 0;width:100%}@media screen and (max-width:1800px){.dashboard .content .sidebar{width:20%}.dashboard .content .sidebar .sidecard .card_content{font-size:14px}.dashboard .content .sidebar .sidecard .card_content button{border-radius:3px}.dashboard .content .sidebar2{width:20%}.dashboard .content .sidebar2 .sidecard .card_content{font-size:14px}.dashboard .content .right_content{width:80%}}@media screen and (max-width:1600px){.dashboard .content .sidebar2{background-color:#40444b;flex-direction:column;gap:10px;padding:10px}.dashboard .content .sidebar2 .sidebarbtn{background-color:#25292f;border:none;border-radius:5px;color:#fff;font-size:14px;padding:10px}.dashboard .content .sidebar2 .sidebarbtn .side_icon{height:20px;width:20px}.dashboard .content .sidebar2 .sidecard{align-items:flex-start;background-color:#25292f;border-radius:10px;color:#fff;display:flex;gap:8px;padding:10px}.dashboard .content .sidebar2 .sidecard .icon{background-color:#fff;border-radius:6px;padding:5px}.dashboard .content .sidebar2 .sidecard .icon img{height:100%;width:100%}.dashboard .content .sidebar2 .sidecard .card_content{font-size:14px}.dashboard .content .sidebar2 .sidecard .card_content button{background-color:#78be06;border:none;border-radius:5px;padding:0 5px}.dashboard .content .right_content .dashboard_content .question_section{width:45%}.dashboard .content .right_content .dashboard_content .question_section .box h1{font-size:24px}.dashboard .content .right_content .dashboard_content .question_section .box h3{font-size:17px;font-weight:400;width:100%}.dashboard .content .right_content .dashboard_content .question_section .box p{font-size:17px;width:100%}.dashboard .content .right_content .dashboard_content .question_section .box .half_width .table th{background-color:#25292f;border:1px solid #000;color:#fff;font-size:12px}.dashboard .content .right_content .dashboard_content .question_section .box .half_width .table td{background-color:#0000;border:1px solid #000;color:#fff;font-size:13px;text-align:left}.dashboard .content .right_content .dashboard_content .feedback_section{width:55%}.dashboard .content .right_content .dashboard_content .feedback_section .box{min-height:300px;padding:0}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons{font-size:14px;gap:6px}.dashboard .content .right_content .dashboard_content .feedback_section .box .editor{height:300px}.dashboard .content .right_content .dashboard_content .feedback_section .result .table{font-size:13px;text-align:left}}@media screen and (max-width:1200px){.dashboard .content .sidebar .sidecard .card_content .card_footer{column-gap:50px;display:flex}.dashboard .content .sidebar2{width:22%}.dashboard .content .sidebar2 .sidebarbtn{font-size:13px}.dashboard .content .sidebar2 .sidecard .card_content{font-size:12px}.dashboard .content .sidebar2 .sidecard .card_content .card_footer{column-gap:100px;display:flex}.dashboard .content .right_content{width:78%}.dashboard .content .right_content .dashboard_content{padding-left:10px;padding-right:20px}.dashboard .content .right_content .dashboard_content .question_section{padding-top:0}.dashboard .content .right_content .dashboard_content .question_section .box h1{font-size:20px}.dashboard .content .right_content .dashboard_content .question_section .box p{font-size:16px}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons{flex-wrap:wrap}}@media screen and (max-width:600px){.dashboard .content{width:100%}.dashboard .content .sidebar{display:flex}.dashboard .content .sidebar .sidecard{gap:20px}.dashboard .content .sidebar .sidecard .icon{display:none;margin-top:8px;width:50px}.dashboard .content .sidebar .sidecard .card_content{align-items:flex-start;display:flex;flex-direction:column;font-size:18px;gap:10px}.dashboard .content .sidebar .sidecard .card_content .card_footer{column-gap:100px;display:flex}.dashboard .content .desktoptoggle,.dashboard .content .sidebar2{display:none}.dashboard .content .showsidebar{height:100%;position:absolute;transform:translateX(0);transition:transform .5s ease;width:100%;z-index:15}.dashboard .content .hidesidebar{position:absolute;transform:translateX(-600px);transition:transform .5s ease;width:100%}.dashboard .content .right_content{width:100%}.dashboard .content .right_content .sidebar_toggle{display:block;padding:20px 0 0 20px}.dashboard .content .right_content .dashboard_content{border:none;flex-direction:column;padding:20px;width:100%}.dashboard .content .right_content .dashboard_content .question_section{padding-top:0;width:100%}.dashboard .content .right_content .dashboard_content .question_section .box{padding:20px 0}.dashboard .content .right_content .dashboard_content .question_section .box .half_width .box_details{width:100%}.dashboard .content .right_content .dashboard_content .feedback_section{border:none;padding:0;width:100%}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons{flex-direction:column;justify-content:center;width:100%}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons .submit_feedback{justify-content:center;width:100%}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons_bottom p{align-items:flex-start;font-size:12px;padding:10px 0 0 10px}.dashboard .content .right_content .dashboard_content .feedback_section .box .buttons_bottom .button_{display:flex;flex-direction:column;gap:10px;justify-content:end}}.solved_label{min-width:120px}.outputStatus,.solved_label{align-items:center;display:flex;justify-content:center}.outputStatus{background-color:#0003;border-radius:5px;margin-top:15px;padding:10px}.box{margin-bottom:20px}.erd-container{background:#1a1a1a;border-radius:8px;display:flex;flex-direction:column;gap:40px;margin:20px 0;padding:20px}.table-box{background:#2a2a2a;border:1px solid #333;border-radius:6px;margin:0 auto;position:relative;width:300px}.table-header{background:#3a3a3a;border-bottom:1px solid #333;border-radius:6px 6px 0 0;padding:12px}.table-header h3{color:#fff;font-size:16px;font-weight:600;margin:0}.table-fields{padding:12px}.field-row{align-items:center;border-bottom:1px solid #333;color:#ccc;display:flex;font-size:14px;gap:10px;padding:6px 0}.field-row:last-child{border-bottom:none}.field-name{color:#fff;flex:1 1}.field-type{color:#888;font-size:12px}.field-key{border-radius:4px;color:#fff;font-size:12px;font-weight:500;padding:2px 6px}.field-key.pk{background:#78be06}.field-key.fk{background:#007cb9}.relationship-line{background:#007cb9;bottom:-40px;height:40px;width:2px}.relationship-label,.relationship-line{left:50%;position:absolute;transform:translateX(-50%)}.relationship-label{background:#2a2a2a;border:1px solid #007cb9;border-radius:4px;bottom:-30px;color:#007cb9;font-size:12px;padding:4px 8px;white-space:nowrap}.react-flow__node.table{background:#2a2a2a;border:1px solid #333;border-radius:6px;color:#fff;padding:10px;width:300px}.react-flow__node.table .react-flow__handle{background:#007cb9;border-radius:50%;height:8px;width:8px}.react-flow__edge.animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__controls{background:#2a2a2a;border-radius:4px}.react-flow__controls button{background:#2a2a2a;border-bottom:1px solid #333;color:#fff}.react-flow__controls button:hover{background:#3a3a3a}.react-flow__minimap{background:#2a2a2a;border-radius:4px;box-shadow:0 0 2px 1px #00000014}.react-flow__background{background:#1a1a1a}.react-flow{direction:ltr}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{cursor:grab;z-index:1}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:grabbing}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{overflow:visible;pointer-events:none}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{cursor:pointer;pointer-events:visibleStroke}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:grab;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;user-select:none}.react-flow__node.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background:#1a192b;border:1px solid #fff;border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:-4px;left:50%;top:auto;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{left:-4px;top:50%;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translateX(-50%)}.react-flow__attribution{background:#ffffff80;font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{height:100%;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:#fff;border:1px solid #1a192b;border-radius:3px;color:#222;font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{align-items:center;background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:initial;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;user-select:none;width:16px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{max-height:12px;max-width:12px;width:100%}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;height:4px;transform:translate(-50%,-50%);width:4px}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.admin-dashboard ::-webkit-scrollbar{display:none}.admin-dashboard .admin-navbar{background:#202225;padding:28px 70px}.admin-dashboard .admin-navbar .navbar-brand{padding:0}.admin-dashboard .admin-navbar .admin_logo{width:230px}.admin-dashboard .admin-navbar .admin_logo img{width:100%}.admin-dashboard .admin-navbar .search-bar{background-color:#dddcdc33;border-radius:50px;max-width:549.186px;padding:10px 28px;width:100%}.admin-dashboard .admin-navbar .search-bar .search-input{background:#0000;border:none;box-shadow:none;color:#c5c5c5;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin:0;outline:none;padding:0}.admin-dashboard .admin-navbar .search-bar .search-input::placeholder{color:#c5c5c5}.admin-dashboard .admin-navbar .search-bar .navbar-collapse{display:flex;justify-content:flex-end}.admin-dashboard .admin-navbar .search-bar .search-icon{background:#0000;border:none;outline:none;padding:0}.admin-dashboard .admin-navbar .search-bar .search-icon img{height:23.805px;width:23.812px}.admin-dashboard .admin-navbar #dropdown-basic{background:#0000;border:none;outline:none}.admin-dashboard .admin-navbar .profile .dropdowns-sec{align-items:center;display:flex}.admin-dashboard .admin-navbar .profile .dropdowns-sec .profile-detail{align-items:center;column-gap:10px;display:flex!important;justify-content:end!important}.admin-dashboard .admin-navbar .profile .dropdowns-sec .profile-detail img{border-radius:100%;height:40px;width:40px}.admin-dashboard .admin-navbar .profile .dropdowns-sec .dropdown-item{text-align:center!important}.admin-dashboard .admin-navbar .profile .dropdowns-sec .dropdown-menu{padding:13px 20px 21px 19px!important}.admin-dashboard .admin-navbar .profile .dropdowns-sec .item1{color:#000;font-family:IRANSansX;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.admin-dashboard .admin-navbar .profile .dropdowns-sec .item1:active{background-color:#0000}.admin-dashboard .admin-navbar .profile .dropdowns-sec .item2{background:#202225;border-radius:4px;color:#fff;font-family:IRANSansX;font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin:0 auto;padding:3px 22px 2px 24px;width:fit-content}.admin-dashboard .admin-navbar .profile .dropdowns-sec .item2:active{background:#2f3136;color:#fff}.admin-dashboard .admin-navbar .profile .dropdowns-sec .item3{border:1px solid #40444b;border-radius:4px;color:#40444b;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-top:13px;padding:6px 11px 2px 12px;width:fit-content}.admin-dashboard .admin-navbar .profile .dropdowns-sec .item3:active{background-color:#0000}.admin-dashboard .admin-navbar .profile .dropdowns-sec .notification-detail{background:#0000;border:none}.admin-dashboard .admin-navbar .profile .dropdowns-sec .notification-detail:after{display:none!important}.admin-dashboard .navbar-expand-lg .navbar-collapse{justify-content:flex-end}.admin-dashboard .filter{display:none}.admin-dashboard .content{display:flex}.admin-dashboard .content .sidebar{background:#000;display:flex;flex-direction:column;height:calc(100vh - 125px);justify-content:space-between;padding:50px 0;row-gap:20px;width:332px}.admin-dashboard .content .sidebar .top{display:flex;flex-direction:column;margin-left:32px}.admin-dashboard .content .sidebar .top div{align-items:center;color:#fff;column-gap:20px;display:flex;padding:13px 0 11px 30px}.admin-dashboard .content .sidebar .top div a{color:#fff;font-family:IRANSansX;font-size:19.98px;font-style:normal;font-weight:400;line-height:normal;text-decoration:none}.admin-dashboard .content .sidebar .top .active{background:#fff;border-radius:13.32px 0 0 13.32px;color:#202225}.admin-dashboard .content .sidebar .top .active a{color:#202225}.admin-dashboard .content .sidebar .bottom{align-items:center;display:flex;flex-direction:column;justify-content:center}.admin-dashboard .content .sidebar .bottom .upgrade-pic{padding:0 32px;width:100%}.admin-dashboard .content .sidebar .bottom .about-profile{align-items:center;column-gap:10px;display:flex;margin-top:41px;padding:0 20px}.admin-dashboard .content .sidebar .bottom .about-profile .user-pic{background:#d3d3d3 -6.8px 0/149.572% 100% no-repeat;border:2px solid #fff;border-radius:50px;height:43px;object-fit:cover;width:43px}.admin-dashboard .content .sidebar .bottom .about-profile .user-content{display:flex;flex-direction:column}.admin-dashboard .content .sidebar .bottom .about-profile .user-content h6{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:100%}.admin-dashboard .content .sidebar .bottom .about-profile .user-content p{color:#fff;font-family:Inter;font-size:14px;font-style:normal;font-weight:300;line-height:100%;margin:0}.admin-dashboard .content .sidebar .bottom .about-profile .users{height:43px;object-fit:cover;width:58px}.admin-dashboard .content .right-content{height:100%;width:100%}@media screen and (max-width:1600px){.admin-dashboard .admin-navbar{background:#202225;padding:20px 50px}.admin-dashboard .admin-navbar .admin_logo{width:200px}.admin-dashboard .admin-navbar .admin_logo img{width:100%}.admin-dashboard .admin-navbar .search-bar{max-width:400px}.admin-dashboard .content{display:flex}.admin-dashboard .content .sidebar{height:calc(100vh - 100px);padding:30px 0;width:300px}.admin-dashboard .content .sidebar .top{display:flex;flex-direction:column;margin-left:20px}.admin-dashboard .content .sidebar .top div{column-gap:15px;padding:13px 0 11px 20px}.admin-dashboard .content .sidebar .top div a{font-size:17px}.admin-dashboard .content .sidebar .bottom .about-profile{align-items:center;column-gap:10px;display:flex;margin-top:30px}.admin-dashboard .content .sidebar .bottom .about-profile .user-pic{background:#d3d3d3 -6.8px 0/149.572% 100% no-repeat;border:2px solid #fff;border-radius:50px;height:43px;object-fit:cover;width:43px}.admin-dashboard .content .sidebar .bottom .about-profile .user-content{display:flex;flex-direction:column}.admin-dashboard .content .sidebar .bottom .about-profile .user-content h6{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:100%}.admin-dashboard .content .sidebar .bottom .about-profile .user-content p{color:#fff;font-family:Inter;font-size:14px;font-style:normal;font-weight:300;line-height:100%;margin:0}.admin-dashboard .content .sidebar .bottom .about-profile .users{height:43px;object-fit:cover;width:58px}.admin-dashboard .content .right-content{height:100%;width:100%}}@media screen and (max-width:1250px){.admin-dashboard .admin-navbar .search-bar{max-width:350px}.admin-dashboard .content{display:flex}.admin-dashboard .content .sidebar{padding:30px 0;width:250px}.admin-dashboard .content .sidebar .bottom .about-profile .user-pic{height:35px;width:35px}.admin-dashboard .content .sidebar .bottom .about-profile .users{height:30px;object-fit:cover;width:40px}.admin-dashboard .content .right-content{height:100%;width:100%}}@media screen and (max-width:600px){.admin-dashboard .admin-navbar{background:#202225;padding:20px 30px}.admin-dashboard .admin-navbar .admin_logo{width:150px}.admin-dashboard .admin-navbar .admin_logo img{width:100%}.admin-dashboard .admin-navbar .navbar-collapse{padding:20px}.admin-dashboard .admin-navbar .dropdown-menu .show{display:flex;flex-direction:column;justify-content:center}.admin-dashboard .admin-navbar .search-bar{max-width:300px;padding:5px 15px;width:100%}.admin-dashboard .admin-navbar .search-bar .search-input{font-size:16px;line-height:100%}.admin-dashboard .admin-navbar .search-bar .search-icon{background:#0000;border:none;outline:none;padding:0}.admin-dashboard .admin-navbar .search-bar .search-icon img{height:20px;width:20px}.admin-dashboard .admin-navbar .navbar-toggler{border:none;padding:3px 10px 5px}.admin-dashboard .admin-navbar .navbar-toggler .navbar-toggler-icon{height:20px;width:20px}.admin-dashboard .admin-navbar .navbar-toggler:focus{border:none;outline:none}.admin-dashboard .admin-navbar .dropdowns-sec{align-items:center;column-gap:10px;display:flex;flex-direction:row-reverse;justify-content:center;margin-top:10px;width:100%}.admin-dashboard .admin-navbar .dropdowns-sec .profile-detail{align-items:center;column-gap:10px;display:flex;padding:0;width:100%}.admin-dashboard .admin-navbar .dropdowns-sec .profile-detail img{border-radius:100%;height:40px;width:40px}.admin-dashboard .admin-navbar .dropdowns-sec .notification-detail{padding:0}.admin-dashboard .admin-navbar .dropdowns-sec .notification-detail:after{display:none!important}.admin-dashboard .admin-navbar .dropdowns-sec .item1,.admin-dashboard .admin-navbar .dropdowns-sec .item2{font-size:15px}.admin-dashboard .admin-navbar .dropdowns-sec .item3{font-size:15px;margin-top:10px}.admin-dashboard .content{display:flex;position:relative}.admin-dashboard .content .filter{display:block;position:absolute;right:10px;top:10px;z-index:100}.admin-dashboard .content .sidebar{background:#000;display:flex;flex-direction:column;height:calc(100vh - 73.52px);justify-content:space-between;padding:40px 0 20px;position:absolute;row-gap:0;width:250px;z-index:2}.admin-dashboard .content .sidebar .top{display:flex;flex-direction:column;margin-left:15px}.admin-dashboard .content .sidebar .top div{align-items:center;color:#fff;column-gap:15px;display:flex;padding:13px 0 11px 20px}.admin-dashboard .content .sidebar .top div a{font-size:17px;line-height:100%}.admin-dashboard .content .sidebar .bottom .upgrade-pic{padding:0 10px;width:70%}.admin-dashboard .content .sidebar .bottom .about-profile{align-items:center;column-gap:5px;display:flex;margin-top:20px;padding:0 10px}.admin-dashboard .content .sidebar .bottom .about-profile .user-pic{height:35px;width:35px}.admin-dashboard .content .sidebar .bottom .about-profile .user-content h6{font-size:15px}.admin-dashboard .content .sidebar .bottom .about-profile .users{height:30px;object-fit:cover;width:40px}.admin-dashboard .content .right-content{height:100%;width:100%}.notificationMenu{left:-800%!important}}@font-face{font-family:Inter;src:url(/static/media/Inter-Regular.9ca9ba81e9dcaa12b3a1.ttf)}.admin-profile{background:#fff;border:1px solid #eceef6;border-radius:14.6px;box-shadow:0 2.32px 20.31px 0 #00000017;display:flex;flex-direction:column;margin:77px 119px 43px 84px;padding:45px 33px 48px 73px;position:relative;row-gap:55px}.admin-profile h2{color:#000;font-size:26px;font-weight:600}.admin-profile h2,.admin-profile p{font-family:Inter;line-height:100%;margin:0}.admin-profile p{color:#858585;font-size:16px;font-style:normal;font-weight:400}.admin-profile .top{align-items:center;column-gap:23px;display:flex}.admin-profile .top img{background:#d3d3d3 50%/cover no-repeat;border-radius:500px;height:92px;object-fit:cover;width:92px}.admin-profile .top div{display:flex;flex-direction:column;row-gap:4px}.admin-profile .detail{column-gap:150px;display:flex}.admin-profile .detail .left,.admin-profile .detail .right{display:flex;flex-direction:column;max-width:454px;row-gap:37px;width:100%}.admin-profile .detail .left .inner-content,.admin-profile .detail .right .inner-content{display:flex;flex-direction:column;row-gap:15px}.admin-profile .detail .left .inner-content div,.admin-profile .detail .right .inner-content div{border-bottom:1px solid #e8e8e8;display:flex;flex-direction:column;padding-bottom:5px;row-gap:5px}.admin-profile .detail .left label,.admin-profile .detail .right label{color:#1f2d5c;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:100%;margin-bottom:10px}.admin-profile .detail .left input,.admin-profile .detail .left textarea,.admin-profile .detail .right input,.admin-profile .detail .right textarea{border:none;color:#858585;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:100%;margin:0;outline:none}.admin-profile .detail .left textarea,.admin-profile .detail .right textarea{min-height:60px}.admin-profile .save-btn{padding:9px 25px;right:33px}.admin-profile .cancel-btn,.admin-profile .save-btn{background:#2b52f9;border:none;border-radius:5px;bottom:33px;color:#fff;font-family:IRANSansX;font-size:20px;font-style:normal;font-weight:400;line-height:100%;position:absolute;width:fit-content}.admin-profile .cancel-btn{padding:9px 15px;right:140px}.containerAdmin{height:calc(100vh - 125px);overflow:scroll;padding:20px 21px 50px 50px}.containerAdmin .modalBugHeadings{font-weight:700;margin:10px 0 20px}.containerAdmin .top{display:flex}.bugs_modal .modal-body .modalBugHeadings{font-size:17px;font-weight:600}.bugs_modal .modal-body img{padding-top:5px}@media screen and (max-width:1600px){.admin-profile{margin:77px 40px 43px;padding:40px;row-gap:30px}.admin-profile h2{font-size:22px}.admin-profile .top{column-gap:15px}.admin-profile .top img{height:70px;width:70px}.admin-profile .top div{row-gap:2px}.admin-profile .detail{column-gap:80px}.admin-profile .detail .left,.admin-profile .detail .right{max-width:400px;row-gap:20px}.admin-profile .detail .left .inner-content,.admin-profile .detail .right .inner-content{row-gap:10px}.admin-profile .detail .left .inner-content div,.admin-profile .detail .right .inner-content div{row-gap:3px}.admin-profile .detail .left label,.admin-profile .detail .right label{font-size:17px}.admin-profile .detail .left input,.admin-profile .detail .left textarea,.admin-profile .detail .right input,.admin-profile .detail .right textarea{font-size:15px}.admin-profile .detail .left textarea,.admin-profile .detail .right textarea{min-height:60px}.admin-profile .save-btn{font-size:18px;padding:8px 20px}}@media screen and (max-width:1150px){.admin-profile{margin:50px;padding:40px;row-gap:30px}.admin-profile h2{font-size:20px}.admin-profile .top{column-gap:10px}.admin-profile .top div{row-gap:2px}.admin-profile .detail{column-gap:50px}.admin-profile .detail .left,.admin-profile .detail .right{max-width:400px;row-gap:20px}.admin-profile .detail .left .inner-content,.admin-profile .detail .right .inner-content{row-gap:10px}.admin-profile .detail .left .inner-content div,.admin-profile .detail .right .inner-content div{row-gap:3px}.admin-profile .detail .left label,.admin-profile .detail .right label{font-size:17px}.admin-profile .detail .left input,.admin-profile .detail .left textarea,.admin-profile .detail .right input,.admin-profile .detail .right textarea{font-size:15px}.admin-profile .detail .left textarea,.admin-profile .detail .right textarea{min-height:60px}.admin-profile .save-btn{font-size:18px;padding:8px 20px}}@media screen and (max-width:600px){.containerAdmin{padding:20px}.admin-profile{margin:20px 0 0;padding:20px 20px 70px;row-gap:20px}.admin-profile h2{font-size:20px}.admin-profile p{font-size:15px}.admin-profile .top{align-items:center;column-gap:10px;display:flex}.admin-profile .top img{height:60px;width:60px}.admin-profile .top div{row-gap:1px}.admin-profile .detail{display:flex;flex-direction:column;row-gap:20px}.admin-profile .detail .left,.admin-profile .detail .left .inner-content,.admin-profile .detail .right,.admin-profile .detail .right .inner-content{row-gap:10px}.admin-profile .detail .left label,.admin-profile .detail .right label{font-size:16px}.admin-profile .detail .left input,.admin-profile .detail .left textarea,.admin-profile .detail .right input,.admin-profile .detail .right textarea{font-size:15px}.admin-profile .detail .left textarea,.admin-profile .detail .right textarea{min-height:40px}.admin-profile .save-btn{bottom:15px;font-size:18px;padding:7px 15px;right:15px}.admin-profile .cancel-btn{bottom:15px;font-size:18px;padding:7px 10px;right:95px}}.create-database{height:calc(100vh - 125px);overflow:scroll;padding:111px 21px 80px 119px}.create-database .createdatabase-btn{background:#202225;border:none;border-radius:4px;color:#fff;display:flex;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:500;line-height:100%;margin:0 0 0 auto;padding:9px 6px 5px}.create-database .inner-content{display:flex;flex-direction:column;padding-right:180px;row-gap:23px}.create-database .inner-content label{color:#000;font-family:IRANSansX;font-size:20px;font-style:normal;font-weight:500;line-height:100%}.create-database .inner-content input,.create-database .inner-content textarea{color:navy;font-style:normal;line-height:100%;margin:0;outline:none;width:100%}.create-database .inner-content input,.create-database .inner-content select,.create-database .inner-content textarea{background:#fff;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;font-family:IRANSansX;font-size:16px;font-weight:300;padding:13.5px 25px}.create-database .inner-content select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAwtJREFUeJzt07ut1FAUhtEdQCGkNAAj0QvFEAM1ECPRFyEUAARXBw2XeXh8Hj6PtSRnlvcf+IsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACO8T4iXhw9AnY4RcTrmgc+R8TviPgaImEsp4j4GRHfo1Ikn+IpjvSIhFGkONK/WzyS53GIhFE8j6N4JB8vfFwkjOBaHMUiuReHSOjVvTiyI/mw4eMioUdb4ziP5FXtIyKhB3v+228R8bLVMZFwlKZx5BwVCa0dEkfOcZHQyqFx5IwQCbV1EUfOGJFQS1dx5IwSCaV1GUfOOJFQStdx5IwUCbmGiCNnrEjYa6g4EpHQwpBxJCKhpqHjSERCDVPEkYiEkqaKIxEJJUwZRyISckwdRyIS9jhFxI+YPI5EJDxiqTgSkbDFknEkIuGWpeNIRMIl4jgjEs6J4wKRECGOm0SyNnFsIJI1ieMBIlmLOHYQyRrEkUEkcxNHASKZkzgKEslcxFGBSOYgjopEMjZxNCCSMYmjIZGMRRwHEMkYxHEgkfRNHB0QSZ/E0RGR9OVtiKM7IumDODomkmOJYwAiOYY4BiKStsQxIJG0IY6BiaQucUxAJHWIYyIiKUscExJJGeKYmEjyiGMBItlHHAsRyWPEsSCRbCOOhYnkNnEgkivEwV8i+Zc4+I9InoiDq1aPRBzctWok4mCz1SIRBw9bJRJxsNvskYiDbLNG8ibEQSGzRSIOipslEnFQzeiRiIPqRo1EHDQzWiTioLlRIhEHh+k9EnFwuF4jEQfd6C0ScdCdXiIRB906OhJx0L2jIhEHw2gdiTgYTqtIxMGwakciDoZXKxJxMI3SkYiD6ZSKRBxMKzcScTC9vZG8C3GwiD2R/HrwfXEwtD2RiIOl1IhEHEylZCTiYEolIhEHU8uJRBwsYU8k4mApj0QiDpa0JRJxsLRbkYgD4nIk4oAz55GIAy44RcSXEAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQP/+AO9MGlAsPNKQAAAAAElFTkSuQmCC);background-position:calc(100% - 23px);background-repeat:no-repeat;background-size:23px 23px;width:50%}.create-database .inner-content select:focus{outline:#202225;outline-style:solid;outline-width:1px}.create-database .inner-content select::-ms-expand{display:none}.create-database .inner-content select option{font-family:IRANSansX;font-size:16px!important;font-style:normal;font-weight:300;line-height:normal}.create-database .inner-content input::placeholder,.create-database .inner-content textarea::placeholder{color:#c1c1c1;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.create-database .inner-content textarea{min-height:250.416px}.create-database .inner-content .soccercountry{display:flex;flex-wrap:wrap;gap:20px}.create-database .inner-content .soccercountry .soccer{align-items:center;background:#eee;border:.969px solid #0003;border-radius:3.875px;display:flex;gap:15px;justify-content:space-between;padding:7px 10px 7px 12px}.create-database .inner-content .soccercountry .soccer .soctext p{color:#797d8c;font-family:IRANSansX;font-size:15.502px;font-style:normal;font-weight:400;line-height:23.253px}.create-database .inner-content .soccercountry .soccer .crosicon button{border:none}.create-database .inner-content .exercise-name .exercise-inner{align-items:center;column-gap:43px;display:flex}.create-database .inner-content .exercise-name .exercise-inner button{align-items:center;background:#fff;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;color:#202225;display:flex;font-family:IRANSansX;font-size:19px;font-style:normal;font-weight:500;height:53px;justify-content:center;line-height:100%;width:173.749px}.create-database .inner-content .description,.create-database .inner-content .exercise-name,.create-database .inner-content .name,.create-database .inner-content .recently-added{display:flex;flex-direction:column;row-gap:5px}.create-database .inner-content .buttons{align-items:center;display:flex;justify-content:end}.create-database .inner-content .buttons button{background:#202225;border:none;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;color:#fff;flex-shrink:0;font-family:IRANSansX;font-size:19.98px;font-style:normal;font-weight:400;height:53.267px;line-height:normal;width:196.522px}.create-database .inner-content .recently-added{row-gap:9px}.create-database .inner-content .recently-added .all-exercises{display:flex;flex-wrap:wrap;gap:23px}.create-database .inner-content .recently-added .all-exercises .exercise-card{align-items:center;background:#fff;border-radius:2.784px;box-shadow:0 5.56733px 16.702px 0 #0000001a;color:#0006;display:flex;font-family:IRANSansX;font-size:22.269px;font-style:normal;font-weight:600;height:137.096px;justify-content:center;line-height:100%;position:relative;text-align:center;width:183.026px}.create-database .inner-content .recently-added .all-exercises .exercise-card p{margin:0}.create-database .inner-content .recently-added .all-exercises .exercise-card a{position:absolute;right:11.53px;top:9px}.uplaod_table_modal .modal-content{padding:5px 20px}.uplaod_table_modal .modal-body{border-radius:8px}.uplaod_table_modal .modal-body .input{display:flex;flex-direction:column;gap:5px}.uplaod_table_modal .modal-body .input .table-name{background:#fff;border:1px solid #202225;border-radius:4px;box-shadow:0 6px 16px 0 #00000026;padding:10px}.edit_exercise_modal .modal-body textarea{border:1px solid #202225;border-radius:5px;box-shadow:0 6px 16px 0 #00000026;padding:5px 13.5px}.edit_exercise_modal .modal-footer .close{background-color:#000;border:none;border-radius:5px;color:#fff;padding:5px 10px}@media screen and (max-width:1600px){.create-database{height:calc(100vh - 100px);padding:40px 30px 70px 40px}.create-database .inner-content{display:flex;flex-direction:column;padding-right:50px;row-gap:23px}.create-database .inner-content input,.create-database .inner-content textarea{padding:10px 20px}.create-database .inner-content textarea{min-height:250.416px}.create-database .inner-content select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAwtJREFUeJzt07ut1FAUhtEdQCGkNAAj0QvFEAM1ECPRFyEUAARXBw2XeXh8Hj6PtSRnlvcf+IsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACO8T4iXhw9AnY4RcTrmgc+R8TviPgaImEsp4j4GRHfo1Ikn+IpjvSIhFGkONK/WzyS53GIhFE8j6N4JB8vfFwkjOBaHMUiuReHSOjVvTiyI/mw4eMioUdb4ziP5FXtIyKhB3v+228R8bLVMZFwlKZx5BwVCa0dEkfOcZHQyqFx5IwQCbV1EUfOGJFQS1dx5IwSCaV1GUfOOJFQStdx5IwUCbmGiCNnrEjYa6g4EpHQwpBxJCKhpqHjSERCDVPEkYiEkqaKIxEJJUwZRyISckwdRyIS9jhFxI+YPI5EJDxiqTgSkbDFknEkIuGWpeNIRMIl4jgjEs6J4wKRECGOm0SyNnFsIJI1ieMBIlmLOHYQyRrEkUEkcxNHASKZkzgKEslcxFGBSOYgjopEMjZxNCCSMYmjIZGMRRwHEMkYxHEgkfRNHB0QSZ/E0RGR9OVtiKM7IumDODomkmOJYwAiOYY4BiKStsQxIJG0IY6BiaQucUxAJHWIYyIiKUscExJJGeKYmEjyiGMBItlHHAsRyWPEsSCRbCOOhYnkNnEgkivEwV8i+Zc4+I9InoiDq1aPRBzctWok4mCz1SIRBw9bJRJxsNvskYiDbLNG8ibEQSGzRSIOipslEnFQzeiRiIPqRo1EHDQzWiTioLlRIhEHh+k9EnFwuF4jEQfd6C0ScdCdXiIRB906OhJx0L2jIhEHw2gdiTgYTqtIxMGwakciDoZXKxJxMI3SkYiD6ZSKRBxMKzcScTC9vZG8C3GwiD2R/HrwfXEwtD2RiIOl1IhEHEylZCTiYEolIhEHU8uJRBwsYU8k4mApj0QiDpa0JRJxsLRbkYgD4nIk4oAz55GIAy44RcSXEAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQP/+AO9MGlAsPNKQAAAAAElFTkSuQmCC);background-position:calc(100% - 23px);background-repeat:no-repeat;background-size:23px 23px;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;font-family:IRANSansX;font-size:16px;font-weight:300;padding:10px 20px;width:50%}.create-database .inner-content select::-ms-expand{display:none}.create-database .inner-content select option{font-family:IRANSansX;font-size:16px!important;font-style:normal;font-weight:300;line-height:normal}.create-database .inner-content .exercise-name .exercise-inner{align-items:center;column-gap:20px;display:flex}.create-database .inner-content .exercise-name .exercise-inner select{color:#202225}.create-database .inner-content .exercise-name .exercise-inner button{font-size:17px;height:49px;width:150px}.create-database .inner-content .buttons{align-items:center;column-gap:18px;display:flex;justify-content:end}.create-database .inner-content .buttons button{font-size:17px;padding:10px 20px}.create-database .inner-content .recently-added{row-gap:9px}.create-database .inner-content .recently-added .all-exercises{display:flex;flex-wrap:wrap;gap:20px}.create-database .inner-content .recently-added .all-exercises .exercise-card{align-items:center;background:#fff;border-radius:2.784px;box-shadow:0 5.56733px 16.702px 0 #0000001a;color:#0006;display:flex;font-family:IRANSansX;font-size:22.269px;font-style:normal;font-weight:600;height:137.096px;justify-content:center;line-height:100%;position:relative;text-align:center;width:183.026px}.create-database .inner-content .recently-added .all-exercises .exercise-card a{position:absolute;right:11.53px;top:9px}}@media screen and (max-width:600px){.create-database{padding:50px 20px 20px}.create-database .createdatabase-btn{align-items:center;display:flex;font-size:15px;justify-content:center;padding:6px}.create-database .inner-content{display:flex;flex-direction:column;padding-right:0;row-gap:15px}.create-database .inner-content .soccercountry{gap:10px}.create-database .inner-content .soccercountry .soccer{gap:5px;padding:5px 10px}.create-database .inner-content label{font-size:18px}.create-database .inner-content input,.create-database .inner-content textarea{font-size:15px;padding:10px}.create-database .inner-content select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAwtJREFUeJzt07ut1FAUhtEdQCGkNAAj0QvFEAM1ECPRFyEUAARXBw2XeXh8Hj6PtSRnlvcf+IsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACO8T4iXhw9AnY4RcTrmgc+R8TviPgaImEsp4j4GRHfo1Ikn+IpjvSIhFGkONK/WzyS53GIhFE8j6N4JB8vfFwkjOBaHMUiuReHSOjVvTiyI/mw4eMioUdb4ziP5FXtIyKhB3v+228R8bLVMZFwlKZx5BwVCa0dEkfOcZHQyqFx5IwQCbV1EUfOGJFQS1dx5IwSCaV1GUfOOJFQStdx5IwUCbmGiCNnrEjYa6g4EpHQwpBxJCKhpqHjSERCDVPEkYiEkqaKIxEJJUwZRyISckwdRyIS9jhFxI+YPI5EJDxiqTgSkbDFknEkIuGWpeNIRMIl4jgjEs6J4wKRECGOm0SyNnFsIJI1ieMBIlmLOHYQyRrEkUEkcxNHASKZkzgKEslcxFGBSOYgjopEMjZxNCCSMYmjIZGMRRwHEMkYxHEgkfRNHB0QSZ/E0RGR9OVtiKM7IumDODomkmOJYwAiOYY4BiKStsQxIJG0IY6BiaQucUxAJHWIYyIiKUscExJJGeKYmEjyiGMBItlHHAsRyWPEsSCRbCOOhYnkNnEgkivEwV8i+Zc4+I9InoiDq1aPRBzctWok4mCz1SIRBw9bJRJxsNvskYiDbLNG8ibEQSGzRSIOipslEnFQzeiRiIPqRo1EHDQzWiTioLlRIhEHh+k9EnFwuF4jEQfd6C0ScdCdXiIRB906OhJx0L2jIhEHw2gdiTgYTqtIxMGwakciDoZXKxJxMI3SkYiD6ZSKRBxMKzcScTC9vZG8C3GwiD2R/HrwfXEwtD2RiIOl1IhEHEylZCTiYEolIhEHU8uJRBwsYU8k4mApj0QiDpa0JRJxsLRbkYgD4nIk4oAz55GIAy44RcSXEAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQP/+AO9MGlAsPNKQAAAAAElFTkSuQmCC);background-position:calc(100% - 23px);background-repeat:no-repeat;background-size:23px 23px;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;color:#d6d5d5;font-family:IRANSansX;font-size:16px;font-weight:300;padding:10px 20px;width:100%}.create-database .inner-content select::-ms-expand{display:none}.create-database .inner-content select option{color:#d6d5d5;font-family:IRANSansX;font-size:16px!important;font-style:normal;font-weight:300;line-height:normal}.create-database .inner-content textarea{min-height:100px}.create-database .inner-content .exercise-name .exercise-inner{align-items:flex-start;flex-direction:column;row-gap:10px}.create-database .inner-content .exercise-name .exercise-inner button{font-size:15px;height:40px;width:150px}.create-database .inner-content .description,.create-database .inner-content .exercise-name,.create-database .inner-content .name,.create-database .inner-content .recently-added{display:flex;flex-direction:column;row-gap:5px}.create-database .inner-content .buttons{align-items:center;column-gap:10px;display:flex;justify-content:end}.create-database .inner-content .buttons button{font-size:15px;height:45px;padding:10px 15px;width:160px}.create-database .inner-content .recently-added{row-gap:9px}.create-database .inner-content .recently-added .all-exercises{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr)}.create-database .inner-content .recently-added .all-exercises .exercise-card{font-size:18px;height:137.096px;width:auto}.create-database .inner-content .recently-added .all-exercises .exercise-card a{position:absolute;right:11.53px;top:9px}}.add-database{column-gap:100px;display:flex;padding:64px 60px 50px 50px}.add-database .left{width:100%}.add-database h2{color:#000;font-family:IRANSansX;font-size:24px;font-style:normal;font-weight:600;line-height:100%;text-align:center}.add-database .left{display:flex;flex-direction:column;row-gap:54px}.add-database .left .uppar{align-items:center;display:flex;justify-content:space-between}.add-database .left .uppar button{background:#0000;border:1px solid #000;border-radius:4px;color:#000;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:500;line-height:100%;padding:9px 12px 5px 11.91px}.add-database .left .nav{grid-gap:20px 23px;display:grid;gap:20px 23px;grid-template-columns:repeat(5,1fr)}.add-database .left .nav .nav-link{align-items:center;background:#fff;border:1px solid #0000;border-radius:2.784px;box-shadow:0 5.56733px 16.702px 0 #0000001a;color:#0006;display:flex;font-family:IRANSansX;font-size:22.269px;font-style:normal;font-weight:600;height:137.096px;justify-content:center;line-height:100%;position:relative;text-align:center}.add-database .left .nav .nav-link p{margin:0}.add-database .left .nav .nav-link a{position:absolute;right:12px;top:9px}.add-database .left .nav .active,.add-database .left .nav .nav-link:hover{border:1px solid #000;color:#000}.add-database .right{display:flex;flex-direction:column;row-gap:54px}.add-database .right .uppar{display:flex;justify-content:space-between}.add-database .right .uppar .backButton button{background:#0000;border:1px solid #2b54ff;border-radius:4px;color:#2b54ff;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:500;line-height:100%;padding:9px 12px 5px 11.91px}.add-database .right .tab-content{display:flex;flex-direction:column;gap:25px}.add-database .right .tab-content h1{color:#000;font-family:IRANSansX;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.add-database .right .tab-content .card{background:#fbfbfb;border:1px solid #2b54ff;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;cursor:pointer;padding:14px 34px}@media screen and (max-width:1550px){.add-database{column-gap:40px;display:flex;padding:50px 40px}.add-database .left{width:100%}.add-database h2{font-size:22px}.add-database .left{row-gap:20px}.add-database .left .nav{gap:18px}.add-database .left .nav .nav-link{font-size:20px;height:120px;width:100%}.add-database .right{row-gap:20px}.add-database .right .tab-content{padding:15px}.add-database .right .tab-content h4{font-size:20px}.add-database .right .tab-content .detail{row-gap:10px}.add-database .right .tab-content .detail ol{row-gap:5px}.add-database .right .tab-content .detail ol li{font-size:15px}}@media screen and (max-width:1250px){.add-database{column-gap:30px;padding:30px}.add-database .left{width:100%}.add-database h2{font-size:20px}.add-database .left{row-gap:20px}.add-database .left .nav{gap:18px;grid-template-columns:repeat(2,1fr)}.add-database .right{margin-top:5px;row-gap:20px}.add-database .right .tab-content{padding:15px}.add-database .right .tab-content h4{font-size:18px}}@media screen and (max-width:600px){.add-database{column-gap:10px;display:flex;flex-direction:column;padding:50px 20px 20px}.add-database .left{order:2;padding-top:20px;width:100%}.add-database h2{font-size:17px}.add-database .left{row-gap:15px}.add-database .left .uppar{flex-direction:column;row-gap:5px}.add-database .left .uppar button{font-size:11px;padding:5px}.add-database .left .nav{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(1,1fr)}.add-database .left .nav .nav-link{font-size:14px;height:40px;width:100%}.add-database .left .nav .nav-link a{position:absolute;right:5px;top:5px}.add-database .left .nav .nav-link a img{width:10px}.add-database .right{margin:0;row-gap:15px}.add-database .right .uppar{align-items:center;display:flex;justify-content:space-between}.add-database .right .uppar .backButton button{background:#0000;border:1px solid #2b54ff;border-radius:4px;color:#2b54ff;font-family:IRANSansX;font-size:14px;font-style:normal;font-weight:500;line-height:100%;padding:5px}.add-database .right .tab-content{padding:10px}.add-database .right .tab-content h4{font-size:16px}.add-database .right .tab-content .detail{row-gap:6px}.add-database .right .tab-content .detail ol{padding-left:20px;row-gap:5px}.add-database .right .tab-content .detail ol li{font-size:15px}.add-database .right .tab-content .detail ol .viewMore{display:flex;justify-content:center;padding:15px 0 5px;width:100%}.add-database .right .tab-content .detail ol .viewMore button{background:#2b52f9;border:none;border-radius:5px;color:#fff;font-family:IRANSansX;font-size:14px;font-style:normal;font-weight:400;line-height:100%;padding:10px 15px}}.analytic-container{display:flex;flex-direction:column;height:calc(100vh - 125px);padding:50px 100px 80px}.analytic-container .exercise-name .exercise-inner{flex-direction:column;gap:10px!important}.analytic-container .exercise-name .exercise-inner input{border-radius:4px;height:40px;padding:0 10px;width:100%}.analytic-container .exercise-name .exercise-inner input::placeholder{font-size:14px}.analytic-container .exercise-name .exercise-inner button{height:45px;padding:10px 15px;width:180px}.analytic-container .exercise-name .exercise-inner select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAwtJREFUeJzt07ut1FAUhtEdQCGkNAAj0QvFEAM1ECPRFyEUAARXBw2XeXh8Hj6PtSRnlvcf+IsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACO8T4iXhw9AnY4RcTrmgc+R8TviPgaImEsp4j4GRHfo1Ikn+IpjvSIhFGkONK/WzyS53GIhFE8j6N4JB8vfFwkjOBaHMUiuReHSOjVvTiyI/mw4eMioUdb4ziP5FXtIyKhB3v+228R8bLVMZFwlKZx5BwVCa0dEkfOcZHQyqFx5IwQCbV1EUfOGJFQS1dx5IwSCaV1GUfOOJFQStdx5IwUCbmGiCNnrEjYa6g4EpHQwpBxJCKhpqHjSERCDVPEkYiEkqaKIxEJJUwZRyISckwdRyIS9jhFxI+YPI5EJDxiqTgSkbDFknEkIuGWpeNIRMIl4jgjEs6J4wKRECGOm0SyNnFsIJI1ieMBIlmLOHYQyRrEkUEkcxNHASKZkzgKEslcxFGBSOYgjopEMjZxNCCSMYmjIZGMRRwHEMkYxHEgkfRNHB0QSZ/E0RGR9OVtiKM7IumDODomkmOJYwAiOYY4BiKStsQxIJG0IY6BiaQucUxAJHWIYyIiKUscExJJGeKYmEjyiGMBItlHHAsRyWPEsSCRbCOOhYnkNnEgkivEwV8i+Zc4+I9InoiDq1aPRBzctWok4mCz1SIRBw9bJRJxsNvskYiDbLNG8ibEQSGzRSIOipslEnFQzeiRiIPqRo1EHDQzWiTioLlRIhEHh+k9EnFwuF4jEQfd6C0ScdCdXiIRB906OhJx0L2jIhEHw2gdiTgYTqtIxMGwakciDoZXKxJxMI3SkYiD6ZSKRBxMKzcScTC9vZG8C3GwiD2R/HrwfXEwtD2RiIOl1IhEHEylZCTiYEolIhEHU8uJRBwsYU8k4mApj0QiDpa0JRJxsLRbkYgD4nIk4oAz55GIAy44RcSXEAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQP/+AO9MGlAsPNKQAAAAAElFTkSuQmCC);background-position:calc(100% - 23px);background-repeat:no-repeat;background-size:18px 18px;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;font-family:IRANSansX;font-size:20px;font-weight:300;margin-top:10px;padding:13.5px 25px;width:100%}.analytic-container .exercise-name .exercise-inner select::-ms-expand{display:none}.analytic-container .exercise-name .exercise-inner select option{color:#000;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.analytic-container .exercise-name .dropdown_ .dropdown{left:0;top:140px!important}.analytic-container .exercise-name .dropdown_ .dropdown .select-database{padding:10px 0;width:180px}.analytic-container .exercise-name .dropdown_ .dropdown .select-database .item{padding:0 15px}.analytic-container .analytics{display:flex;flex-direction:row;justify-content:space-between;padding-top:40px}.analytic-container .analytics .exercise-analytics{display:flex;flex-direction:column;row-gap:120px}.analytic-container .analytics .exercise-analytics .analytics_content{border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;padding:13.5px 25px}.exercises{display:flex;flex-direction:column;position:relative;row-gap:20px}.exercises .dropdown_{width:fit-content}.exercises .dropdown_ .dropdown{display:none;left:123px;position:absolute;top:168px}.exercises .dropdown_ .dropdown .select-database{background:#fff;border:1px solid #2b54ff;border-radius:8px;display:flex;flex-direction:column;height:auto;padding:11px 0;row-gap:12px;width:226.257px}.exercises .dropdown_ .dropdown .select-database .item{align-items:center;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:0 24px;width:100%}.exercises .dropdown_ .dropdown .select-database .item img{height:19px;width:19px}.exercises .dropdown_ .dropdown .select-database .item:hover{background-color:#e6e6fa}.exercises .dropdown_ .show-drop{display:block}.exercises .dropdown_ button{align-items:center;background:#fff;border:1px solid #2b54ff;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;display:flex;height:53.267px;justify-content:space-between;padding:10px 23px;width:226.257px}.exercises .cards{grid-row-gap:25px;grid-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:auto auto;row-gap:25px}.exercisescard .exer1 .exerhead h3{color:#000;font-family:IRANSansX;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.exercisescard .exer1 .exercont{background:#fbfbfb4d;border:1px solid #2b54ff;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;padding:14px 34px;width:90%}.exercisescard .exer1 .exercont p{color:#453e3e;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.intromain{height:calc(100vh - 125px);overflow:auto;padding:42px 72px}.intromain .introtop{background:#fff;border-radius:8px;margin-top:10px;width:88%}.intromain .introtop input,.intromain .introtop textarea{background:#fff;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;color:navy;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;line-height:100%;margin:0;outline:none;padding:13.5px 25px;width:100%}.intromain .introtop textarea{min-height:250px}.intromain .introtop .bottons{display:flex;gap:30px;justify-content:end;margin-top:20px;width:100%}.intromain .introtop .bottons button{background-color:#000;border:none;border-radius:5px;color:#fff;padding:6px 15px}.intromain .introtop h2{font-size:24px;margin-bottom:20px}.intromain .introtop h2,.intromain .introtop h3{color:#444;font-family:IRANSansX;font-style:normal;font-weight:600;line-height:24px}.intromain .introtop h3{font-size:20px;padding-top:27px}.intromain .introtop p{color:#797d8c;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:400;line-height:24px;padding-top:14px;text-align:justify}.intromain .introbotom{display:flex;gap:20px;justify-content:space-between;width:88%}.intromain .introbotom .botleft h1{color:#000;font-family:IRANSansX;font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:7px}.intromain .introbotom .botleft .topcards{background:#fbfbfb;border:1px solid #000;border-radius:8px;height:200px;padding:19px 13px;width:200px}.intromain .introbotom .botleft .topcards input{background:#fff;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;height:53.267px;margin-bottom:0;padding-left:20px;width:226.257px;width:100%}.intromain .introbotom .bottomcards{background:#fbfbfb;border:1px solid #000;border-radius:8px;column-gap:5px;display:flex;flex-wrap:wrap;height:142px;padding:19px 13px;width:306px}.intromain .introbotom .bottomcards button{background:#eee;border:1px solid #0003;border-radius:4px;color:#797d8c;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:400;height:39px;line-height:24px;width:135px}.intromain .introbotom .botomright{display:flex;flex-direction:column;gap:13px}.intromain .introbotom .botomright h1{color:#000;font-family:IRANSansX;font-size:24px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:7px}.intromain .introbotom .botomright .label{color:#444;font-family:IRANSansX;font-size:20px;font-style:normal;font-weight:600;line-height:24px}.intromain .introbotom .botomright .add-table-btn{background-color:#000;border:none;border-radius:7px;color:#fff;font-size:19.98px;font-weight:400;height:45.267px;padding:8px 15px;width:150px}.intromain .introbotom .botomright .topcards{background:#fbfbfb;border:1px solid #000;border-radius:8px;display:flex;flex-wrap:wrap;gap:25px;height:230px;padding:19px 13px;width:100%}.intromain .introbotom .botomright .topcards button{background:#eee;border:1px solid #0003;border-radius:4px;color:#797d8c;font-family:IRANSansX;font-size:11px;font-style:normal;font-weight:400;height:39px;line-height:24px;text-align:center;width:135px}.intromain .introbotom .botomright .bottomcards{background:#fbfbfb;border:1px solid #000;border-radius:8px;column-gap:5px;display:flex;flex-wrap:wrap;height:142px;padding:19px 13px;width:306px}.intromain .introbotom .botomright .bottomcards button{background:#eee;border:1px solid #0003;border-radius:4px;color:#797d8c;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:400;height:39px;line-height:24px;width:135px}.intromain .introbotom .botomright .btns{display:flex;justify-content:space-between}.intromain .introbotom .botomright .btns .go-back{display:flex;justify-content:start;margin-top:50px}.intromain .introbotom .botomright .btns .go-back button{background:#000;border:none;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;color:#fff;font-family:IRANSansX;font-size:19.98px;font-weight:400;height:45.267px;outline:none;width:150px}@media screen and (max-width:1600px){.analytic-container{height:calc(100vh - 100px)}.exercises{padding:80px 40px 40px}.exercises .dropdown_ .dropdown{left:40px;top:140px}}@media screen and (max-width:600px){.analytic-container{padding:20px}.analytic-container .exercise-name .exercise-inner input{height:30px}.analytic-container .exercise-name .exercise-inner select{border-radius:5px;font-size:14px;padding:10px}.analytic-container .exercise-name .exercise-inner select option{font-size:13px}.analytic-container .analytics{flex-direction:column}.analytic-container .analytics .bar-chart .recharts-wrapper,.analytic-container .analytics .bar-chart .recharts-wrapper .recharts-legend-wrapper{width:100%!important}.analytic-container .analytics .bar-chart .recharts-wrapper .recharts-legend-wrapper ul{font-size:11px;overflow:hidden}.analytic-container .analytics .bar-chart .recharts-wrapper .recharts-tooltip-wrapper{top:10%!important}.exercises{padding:40px 15px;position:static}.exercises .dropdown_ .dropdown{left:15px;top:100px}.exercises .dropdown_ .dropdown .select-database{padding:10px 0;width:180px}.exercises .dropdown_ .dropdown .select-database .item{padding:0 15px}.exercises .dropdown_ button{height:45px;padding:10px 15px;width:180px}.exercises .cards{grid-template-columns:auto}.exercisescard .exer1 .exercont{padding:12px 20px;width:98%}.intromain{padding:40px 20px}.intromain .introtop{padding:0;width:100%}.intromain .introtop input{padding:10px}.intromain .introtop h2{font-size:20px}.intromain .introbotom{flex-direction:column;width:100%}.intromain .introbotom .botleft .lefttop h1{font-size:20px}.intromain .introbotom .botleft .leftbotom{padding:20px}.intromain .introbotom .botomright h1{font-size:22px}.intromain .introbotom .botomright .add-table-btn{font-size:16px;height:38px;padding:0}.intromain .introbotom .botomright .btns .go-back button{background:#2b54ff;border:none;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;color:#fff;font-family:IRANSansX;font-size:16px;font-weight:400;height:38.267px;outline:none;width:130.522px}}.exercise-sec{display:flex;flex-direction:column;max-width:880px;padding:40px;row-gap:67px}.exercise-sec h2{color:#1f192f;font-family:IRANSans(FaNum);font-size:42.624px;font-style:normal;font-weight:500;line-height:normal;margin:0}.exercise-sec h2 span{font-family:Judson}.exercise-sec .detail{display:flex;flex-direction:column;row-gap:14px}.exercise-sec .detail h4{color:#444;font-size:24px;font-weight:600}.exercise-sec .detail h4,.exercise-sec .detail p{font-family:IRANSansX;font-style:normal;line-height:24px;margin:0}.exercise-sec .detail p{color:#797d8c;font-size:16px;font-weight:400}.exercise-sec .detail .first,.exercise-sec .detail .second{display:flex;flex-direction:column;row-gap:3px}.exercise-sec .detail .third{background:#f4f4f4;border:1px solid #00000080;border-radius:4px;display:flex;flex-direction:column;padding:20px 18px;row-gap:20px}.exercise-sec .detail .third .small-tabs{display:flex;flex-wrap:wrap;gap:15px 11px}.exercise-sec .detail .third .small-tabs div{background:#eee;border:1px solid #0003;border-radius:4px;display:flex;justify-content:center;padding:8px 0 6.79px;width:135px}@media screen and (max-width:1250px){.exercise-sec{display:flex;flex-direction:column;max-width:700px;padding:30px;row-gap:30px}.exercise-sec h2{font-size:35px}.exercise-sec .detail{row-gap:10px}.exercise-sec .detail h4{font-size:22px;line-height:100%}.exercise-sec .detail p{font-size:16px;line-height:130%}}@media screen and (max-width:600px){.exercise-sec{padding:20px;row-gap:20px;width:100%}.exercise-sec h2{font-size:30px;line-height:100%}.exercise-sec .detail{row-gap:10px}.exercise-sec .detail h4{font-size:16px}.exercise-sec .detail p{font-size:16px;line-height:120%}.exercise-sec .detail .third{padding:15px;row-gap:10px}.exercise-sec .detail .third .small-tabs{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);justify-content:center}.exercise-sec .detail .third .small-tabs div{padding:8px;width:100%}}@font-face{font-family:IRANSansX\;;src:url(/static/media/IRANSansXRegular.b790e428829ce9a59916.ttf)}.add-exercises{display:flex;flex-direction:column;gap:30px;height:calc(100vh - 125px);overflow:auto;padding:111px 119px}.add-exercises .exercise-name{position:relative}.add-exercises .exercise-name label{color:#000!important;font-family:IRANSansX;font-size:20px;font-weight:500}.add-exercises .exercise-name .exercise-inner{display:flex;gap:33px;justify-content:space-between}.add-exercises .exercise-name .exercise-inner input{background:#fff;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;height:53.267px;margin-bottom:0;padding-left:20px;width:226.257px;width:81%}.add-exercises .exercise-name .exercise-inner select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAwtJREFUeJzt07ut1FAUhtEdQCGkNAAj0QvFEAM1ECPRFyEUAARXBw2XeXh8Hj6PtSRnlvcf+IsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACO8T4iXhw9AnY4RcTrmgc+R8TviPgaImEsp4j4GRHfo1Ikn+IpjvSIhFGkONK/WzyS53GIhFE8j6N4JB8vfFwkjOBaHMUiuReHSOjVvTiyI/mw4eMioUdb4ziP5FXtIyKhB3v+228R8bLVMZFwlKZx5BwVCa0dEkfOcZHQyqFx5IwQCbV1EUfOGJFQS1dx5IwSCaV1GUfOOJFQStdx5IwUCbmGiCNnrEjYa6g4EpHQwpBxJCKhpqHjSERCDVPEkYiEkqaKIxEJJUwZRyISckwdRyIS9jhFxI+YPI5EJDxiqTgSkbDFknEkIuGWpeNIRMIl4jgjEs6J4wKRECGOm0SyNnFsIJI1ieMBIlmLOHYQyRrEkUEkcxNHASKZkzgKEslcxFGBSOYgjopEMjZxNCCSMYmjIZGMRRwHEMkYxHEgkfRNHB0QSZ/E0RGR9OVtiKM7IumDODomkmOJYwAiOYY4BiKStsQxIJG0IY6BiaQucUxAJHWIYyIiKUscExJJGeKYmEjyiGMBItlHHAsRyWPEsSCRbCOOhYnkNnEgkivEwV8i+Zc4+I9InoiDq1aPRBzctWok4mCz1SIRBw9bJRJxsNvskYiDbLNG8ibEQSGzRSIOipslEnFQzeiRiIPqRo1EHDQzWiTioLlRIhEHh+k9EnFwuF4jEQfd6C0ScdCdXiIRB906OhJx0L2jIhEHw2gdiTgYTqtIxMGwakciDoZXKxJxMI3SkYiD6ZSKRBxMKzcScTC9vZG8C3GwiD2R/HrwfXEwtD2RiIOl1IhEHEylZCTiYEolIhEHU8uJRBwsYU8k4mApj0QiDpa0JRJxsLRbkYgD4nIk4oAz55GIAy44RcSXEAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQP/+AO9MGlAsPNKQAAAAAElFTkSuQmCC);background-position:calc(100% - 23px);background-repeat:no-repeat;background-size:23px 23px;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;font-family:IRANSansX;font-size:20px;font-weight:300;padding:13.5px 25px;width:50%}.add-exercises .exercise-name .exercise-inner select:focus{outline:#202225;outline-style:solid;outline-width:1px}.add-exercises .exercise-name .exercise-inner select::-ms-expand{display:none}.add-exercises .exercise-name .exercise-inner input::placeholder,.add-exercises .exercise-name .exercise-inner option{font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.add-exercises .exercise-name .exercise-inner input::placeholder{color:#c1c1c1}.add-exercises .exercise-name .exercise-inner button{align-items:center;background:#fff;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;color:#202225;display:flex;font-family:IRANSansX;font-size:19.98px;font-style:normal;font-weight:400;height:53.267px;justify-content:space-between;line-height:normal;padding:10px 23px;width:226.257px}.add-exercises .exercise-name .dropdown_{width:fit-content}.add-exercises .exercise-name .dropdown_ .dropdown{display:none;position:absolute;right:0;top:100px}.add-exercises .exercise-name .dropdown_ .dropdown .select-database{background:#fff;border:1px solid #202225;border-radius:8px;display:flex;flex-direction:column;height:auto;padding:11px 0;row-gap:12px;width:226.257px}.add-exercises .exercise-name .dropdown_ .dropdown .select-database .item{align-items:center;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:0 24px;width:100%}.add-exercises .exercise-name .dropdown_ .dropdown .select-database .item img{height:19px;width:19px}.add-exercises .exercise-name .dropdown_ .dropdown .item:hover{background-color:#e6e6fa}.add-exercises .exercise-name .dropdown_ .show-drop{display:block}.add-exercises .soccercountry{display:flex;flex-wrap:wrap;gap:20px}.add-exercises .soccercountry .soccer{align-items:center;background:#eee;border:.969px solid #0003;border-radius:3.875px;display:flex;gap:15px;justify-content:space-between;padding:7px 10px 7px 12px}.add-exercises .soccercountry .soccer .soctext p{color:#797d8c;font-family:IRANSansX;font-size:15.502px;font-style:normal;font-weight:400;line-height:23.253px}.add-exercises .soccercountry .soccer .crosicon button{border:none}.add-exercises .description{display:flex;flex-direction:column;row-gap:5px}.add-exercises .description label{color:#000;font-family:IRANSansX;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.add-exercises .description textarea{background:#fff;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;color:navy;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;height:123.812px;line-height:100%;margin:0;outline:none;padding:17px 25px;width:100%}.add-exercises .description textarea::placeholder{color:#c1c1c1;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.add-exercises .add-question{display:flex;flex-direction:column;gap:10px}.add-exercises .add-question .add-question-btn{margin-bottom:12px}.add-exercises .add-question .add-question-btn button{align-items:center;background:#202225;border:none;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;color:#fff;display:flex;height:53.267px;justify-content:space-between;outline:none;padding:10px 22px;width:223.15px}.add-exercises .add-question .button_modal{column-gap:30px;display:flex}.add-exercises .add-question .button_modal .left{display:flex;flex-direction:column;row-gap:10px;width:50%}.add-exercises .add-question .button_modal .left label{color:#000;font-family:IRANSansX;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.add-exercises .add-question .button_modal .left textarea{background:#fff;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;color:navy;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;height:123.812px;line-height:100%;margin:0;outline:none;padding:17px 25px;width:100%}.add-exercises .add-question .button_modal .left input{background:#fff;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;height:53.267px;margin:0;padding-left:20px;width:226.257px;width:100%}.add-exercises .add-question .button_modal .left input::placeholder{color:#c1c1c1;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.add-exercises .add-question .button_modal .left .buttons{display:flex;gap:13px}.add-exercises .add-question .button_modal .left .buttons .active{background:#202225;border:.71px solid #202225;border-radius:5.679px;box-shadow:0 4.25929px 11.35812px 0 #00000026;color:#fff;height:37.813px;width:91.202px}.add-exercises .add-question .button_modal .left .buttons .btn{background:#fff;border:.71px solid #202225;border-radius:5.679px;box-shadow:0 4.25929px 11.35812px 0 #00000026;color:#202225;height:37.813px;width:91.202px}.add-exercises .add-question .button_modal .right{display:flex;flex-direction:column;row-gap:10px;width:50%}.add-exercises .add-question .button_modal .right label{color:#000;font-family:IRANSansX;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.add-exercises .add-question .button_modal .right textarea{background:#fff;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;color:navy;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;height:123.812px;line-height:100%;margin:0;outline:none;padding:17px 25px;width:100%}.add-exercises .add-question .button_modal .right input{background:#fff;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;height:53.267px;margin:0;padding-left:20px;width:226.257px;width:100%}.add-exercises .add-question .button_modal .right input::placeholder{color:#c1c1c1;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.add-exercises .add-question .button_modal .right .buttons{display:flex;gap:13px}.add-exercises .add-question .button_modal .right .buttons .active{background:#202225;border:.71px solid #202225;border-radius:5.679px;box-shadow:0 4.25929px 11.35812px 0 #00000026;color:#fff;height:37.813px;width:91.202px}.add-exercises .add-question .button_modal .right .buttons .btn{background:#fff;border:.71px solid #202225;border-radius:5.679px;box-shadow:0 4.25929px 11.35812px 0 #00000026;color:#202225;height:37.813px;width:91.202px}.add-exercises .add-question .cards .questions{display:flex;flex-wrap:wrap;gap:40px;width:100%}.add-exercises .add-question .cards .questions .card{background:#fff;border:1px solid #202225;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;display:flex;flex-direction:column;gap:10px;padding:15px;width:45%}.add-exercises .add-question .cards .questions .card .remove-btn{align-self:flex-end}.add-exercises .add-question .createexercise{display:flex;justify-content:end}.add-exercises .add-question .createexercise button{background:#202225;border:none;border-radius:8px;box-shadow:0 6px 16px 0 #00000026;color:#fff;font-family:IRANSansX;font-size:19.98px;font-weight:400;height:53.267px;outline:none;width:223.15px}.add_question_modal .modal-body{border-radius:8px}.add_question_modal .modal-body .aiQuestion{display:flex;justify-content:space-between}.add_question_modal .modal-body .input{display:flex;flex-direction:column}.add_question_modal .modal-body .input label{color:#000!important;font-weight:500}.add_question_modal .modal-body .input .question-name{background:#fff;border:1px solid #202225;border-radius:4px;box-shadow:0 6px 16px 0 #00000026;padding:10px}.modal-body .input{display:flex;flex-direction:column}.modal-body .input label{color:#000!important;font-weight:500}.modal-body .input input{background:#fff;border:1px solid #202225;border-radius:4px;box-shadow:0 6px 16px 0 #00000026;padding:10px}@media screen and (max-width:1600px){.add-exercises{height:calc(100vh - 100px);padding:40px}.add-exercises .add-question div .left input::placeholder,.add-exercises .add-question div .right input::placeholder{font-size:14px}}@media screen and (max-width:1200px){.add-exercises{padding:30px 60px}.add-exercises .add-question div .left input{height:45px;padding-left:10px}.add-exercises .add-question div .left input::placeholder{font-size:12px}.add-exercises .add-question div .right input{height:45px;padding-left:10px}.add-exercises .add-question div .right input::placeholder{font-size:12px}}@media screen and (max-width:600px){.add-exercises{padding:30px 15px}.add-exercises .soccercountry{gap:10px}.add-exercises .soccercountry .soccer{gap:5px;padding:5px 10px}.add-exercises .exercise-name .exercise-inner{flex-direction:column;gap:10px!important}.add-exercises .exercise-name .exercise-inner input{border-radius:4px;height:40px;padding:0 10px;width:100%}.add-exercises .exercise-name .exercise-inner input::placeholder{font-size:14px}.add-exercises .exercise-name .exercise-inner button{height:45px;padding:10px 15px;width:180px}.add-exercises .exercise-name .exercise-inner select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAwtJREFUeJzt07ut1FAUhtEdQCGkNAAj0QvFEAM1ECPRFyEUAARXBw2XeXh8Hj6PtSRnlvcf+IsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACO8T4iXhw9AnY4RcTrmgc+R8TviPgaImEsp4j4GRHfo1Ikn+IpjvSIhFGkONK/WzyS53GIhFE8j6N4JB8vfFwkjOBaHMUiuReHSOjVvTiyI/mw4eMioUdb4ziP5FXtIyKhB3v+228R8bLVMZFwlKZx5BwVCa0dEkfOcZHQyqFx5IwQCbV1EUfOGJFQS1dx5IwSCaV1GUfOOJFQStdx5IwUCbmGiCNnrEjYa6g4EpHQwpBxJCKhpqHjSERCDVPEkYiEkqaKIxEJJUwZRyISckwdRyIS9jhFxI+YPI5EJDxiqTgSkbDFknEkIuGWpeNIRMIl4jgjEs6J4wKRECGOm0SyNnFsIJI1ieMBIlmLOHYQyRrEkUEkcxNHASKZkzgKEslcxFGBSOYgjopEMjZxNCCSMYmjIZGMRRwHEMkYxHEgkfRNHB0QSZ/E0RGR9OVtiKM7IumDODomkmOJYwAiOYY4BiKStsQxIJG0IY6BiaQucUxAJHWIYyIiKUscExJJGeKYmEjyiGMBItlHHAsRyWPEsSCRbCOOhYnkNnEgkivEwV8i+Zc4+I9InoiDq1aPRBzctWok4mCz1SIRBw9bJRJxsNvskYiDbLNG8ibEQSGzRSIOipslEnFQzeiRiIPqRo1EHDQzWiTioLlRIhEHh+k9EnFwuF4jEQfd6C0ScdCdXiIRB906OhJx0L2jIhEHw2gdiTgYTqtIxMGwakciDoZXKxJxMI3SkYiD6ZSKRBxMKzcScTC9vZG8C3GwiD2R/HrwfXEwtD2RiIOl1IhEHEylZCTiYEolIhEHU8uJRBwsYU8k4mApj0QiDpa0JRJxsLRbkYgD4nIk4oAz55GIAy44RcSXEAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQP/+AO9MGlAsPNKQAAAAAElFTkSuQmCC);background-position:calc(100% - 23px);background-repeat:no-repeat;background-size:18px 18px;border:1px solid #202225;border-radius:6px;box-shadow:0 6px 16px 0 #00000026;font-family:IRANSansX;font-size:16px;font-weight:300;padding:10.5px 25px;width:100%}.add-exercises .exercise-name .exercise-inner select::-ms-expand{display:none}.add-exercises .exercise-name .exercise-inner select option{color:#d6d5d5;font-family:IRANSansX;font-size:16px;font-style:normal;font-weight:300;line-height:normal}.add-exercises .exercise-name .dropdown_ .dropdown{left:0;top:140px!important}.add-exercises .exercise-name .dropdown_ .dropdown .select-database{padding:10px 0;width:180px}.add-exercises .exercise-name .dropdown_ .dropdown .select-database .item{padding:0 15px}.add-exercises .add-question .add-question-btn button{height:45px!important;padding:10px 15px;width:180px!important}.add-exercises .add-question .button_modal{flex-direction:column}.add-exercises .add-question .button_modal .left{margin-bottom:10px;width:100%}.add-exercises .add-question .button_modal .left input{border-radius:4px;height:40px;padding-left:10px;padding-right:10px}.add-exercises .add-question .button_modal .left input::placeholder{font-size:12px}.add-exercises .add-question .button_modal .left .buttons{flex-direction:row}.add-exercises .add-question .button_modal .right{margin-bottom:10px;width:100%}.add-exercises .add-question .button_modal .right input{border-radius:4px;height:40px;padding-left:10px;padding-right:10px}.add-exercises .add-question .button_modal .right input::placeholder{font-size:12px}.add-exercises .add-question .button_modal .right .buttons{flex-direction:row}.add-exercises .add-question .cards .questions .card{width:100%}.add-exercises .add-question .createexercise button{font-size:16px;height:38px;width:180px}.add-exercises .description textarea{padding:10px}.add-exercises .description textarea::placeholder{font-size:14px}}.privacy_policy{padding:40px 0}.privacy_policy .main_heading{font-size:50px;font-size:40px;font-weight:400;text-align:center}.privacy_policy .welcome{font-size:30px;font-weight:700}.privacy_policy .rules_regulation{font-size:20px;margin-bottom:20px}.privacy_policy .boxes{display:flex;flex-direction:column;gap:20px}.privacy_policy .boxes .box h3{font-size:30px;font-weight:700}.privacy_policy .boxes .box p{font-size:18px;line-height:normal;margin-top:10px;text-align:justify}.privacy_policy .boxes .box p span{font-size:19px;font-weight:600}.privacy_policy .boxes .box p p{margin:5px 0 10px}.privacy_policy .boxes .box p h4{font-size:22px}@media screen and (max-width:1500px){.privacy_policy .main_heading{font-size:28px;margin-bottom:20px}.privacy_policy .welcome{font-size:26px}.privacy_policy .rules_regulation{font-size:16px}.privacy_policy .boxes .box h3{font-size:26px}.privacy_policy .boxes .box p{font-size:16px}.privacy_policy .boxes .box p h4{font-size:18px}}@media screen and (max-width:600px){.privacy_policy{padding:20px}.privacy_policy .main_heading{font-size:28px;margin-bottom:20px}.privacy_policy .welcome{font-size:22px}.privacy_policy .rules_regulation{font-size:16px}.privacy_policy .boxes .box h3{font-size:22px}.privacy_policy .boxes .box p{font-size:16px}.privacy_policy .boxes .box p h4{font-size:18px}}.refund_policy{padding:40px 0}.refund_policy .main_heading{font-size:50px;font-size:40px;font-weight:400;text-align:center}.refund_policy .welcome{font-size:30px;font-weight:700}.refund_policy .rules_regulation{font-size:20px;margin-bottom:20px}.refund_policy .boxes{display:flex;flex-direction:column;gap:20px}.refund_policy .boxes .box h3{font-size:30px;font-weight:700}.refund_policy .boxes .box p{font-size:18px;line-height:normal;margin-top:10px;text-align:justify}@media screen and (max-width:1500px){.refund_policy .main_heading{font-size:28px;margin-bottom:20px}.refund_policy .welcome{font-size:26px}.refund_policy .rules_regulation{font-size:16px}.refund_policy .boxes .box h3{font-size:26px}.refund_policy .boxes .box p{font-size:16px}.refund_policy .boxes .box p h4{font-size:18px}}@media screen and (max-width:600px){.refund_policy{padding:20px}.refund_policy .main_heading{font-size:28px;margin-bottom:20px}.refund_policy .welcome{font-size:22px}.refund_policy .rules_regulation{font-size:16px}.refund_policy .boxes .box h3{font-size:22px}.refund_policy .boxes .box p{font-size:16px}}.contactus_main .contact-us .contact_us_section .contact_us_form{border-radius:8px;height:fit-content;padding:0 50px;width:50%!important}.contactus_main .contact-us .contact_us_section .contact_us_form form h1{color:#fff;font-family:Volkhov,sans-serif;font-size:36px;font-style:normal;font-weight:400;margin-bottom:44px;text-align:right;text-align:left}.contactus_main .contact-us .contact_us_section .contact_us_form form .inputs{width:100%}.contactus_main .contact-us .contact_us_section .contact_us_form form .inputs input{background:#343333;border:.852px solid #8d8d8d;border-radius:5.115px;caret-color:#fff;color:#ccc6c6;margin-bottom:12px!important;padding:15px;width:100%}.contactus_main .contact-us .contact_us_section .contact_us_form form .inputs .error-msg{color:red;font-weight:400;margin-top:5px;padding-bottom:10px}.contactus_main .contact-us .contact_us_section .contact_us_form form .inputs textarea{background:#343333;border:.852px solid #8d8d8d;border-radius:5.115px;color:#ccc6c6;margin-bottom:3px!important;padding:10px;width:100%}.contactus_main .contact-us .contact_us_section .contact_us_form form .inputs p{color:#ccc6c6;font-family:IRANSansX;font-size:14px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:5px}.contactus_main .contact-us .contact_us_section .contact_us_form form .submit_btn{background:#3f8bfd;border:2px solid #3f8bfd;border-radius:8px;color:#fff;font-size:20px;font-style:normal;font-weight:500;margin-top:30px;padding:13px;transition:.6s ease;width:50%}.contactus_main .contact-us .contact_us_section .contact_us_form form .submit_btn:hover{background-color:#000;border:2px solid #000;color:#fff;transition:.6s ease}@media screen and (max-width:1520px){.contactus_main .contact-us .contact_us_section{padding:50px 100px}.contactus_main .contact-us .contact_us_section .contact_us_form{padding:0 40px}.contactus_main .contact-us .contact_us_section .contact_us_form form h1{margin-bottom:40px}.contactus_main .contact-us .contact_us_section .contact_us_form form .inputs input{border-radius:3px;margin-bottom:20px;padding:10px}.contactus_main .contact-us .contact_us_section .contact_us_form form .inputs p:last-child{font-weight:300;margin-top:0!important}.contactus_main .contact-us .contact_us_section .contact_us_form form .submit_btn{border-radius:3px;margin-bottom:20px;margin-top:20px;padding:10px}}.contactus_main .contact-us{background:#201f1f}.contactus_main .contact-us .contact_us_section{display:flex;gap:20px;justify-content:center;padding:80px 203px}.contactus_main .contact-us .contact_us_section .partner_form{border-radius:8px;height:fit-content;padding:0 50px;width:100%}.contactus_main .contact-us .contact_us_section .partner_form form h1{color:#fff;font-family:Volkhov,sans-serif;font-size:36px;font-style:normal;font-weight:400;margin-bottom:44px;text-align:right;text-align:left}.contactus_main .contact-us .contact_us_section .partner_form form .inputs{display:flex;flex-direction:column;gap:30px}.contactus_main .contact-us .contact_us_section .partner_form form .inputs input{background:#343333;border:.852px solid #8d8d8d;border-radius:5.115px;caret-color:#fff;color:#ccc6c6;margin-bottom:12px!important;padding:15px;width:100%}.contactus_main .contact-us .contact_us_section .partner_form form .inputs .error-msg{color:red;font-weight:400;padding-bottom:10px}.contactus_main .contact-us .contact_us_section .partner_form form .inputs textarea{background:#343333;border:.852px solid #8d8d8d;border-radius:5.115px;color:#ccc6c6;margin-bottom:3px!important;padding:10px;width:100%}.contactus_main .contact-us .contact_us_section .partner_form form .inputs p{color:#ccc6c6;font-family:IRANSansX;font-size:14px;font-style:normal;font-weight:300;line-height:normal;margin-bottom:5px}.contactus_main .contact-us .contact_us_section .partner_form form .submit_btn{background:#3f8bfd;border:2px solid #3f8bfd;border-radius:8px;color:#fff;font-size:20px;font-style:normal;font-weight:500;margin-top:30px;padding:13px;transition:.6s ease;width:200px}.contactus_main .contact-us .contact_us_section .partner_form form .submit_btn:hover{background-color:#000;border:2px solid #000;color:#fff;transition:.6s ease}.contactus_main .contact-us .contact_us_section .contact_us_img{display:flex;flex-direction:column;justify-content:center;width:50%}.contactus_main .contact-us .contact_us_section .contact_us_img img{width:100%}@media screen and (max-width:1520px){.contactus_main .contact-us .contact_us_section{padding:50px}.contactus_main .contact-us .contact_us_section .contact_us_form{padding:0 40px}.contactus_main .contact-us .contact_us_section .contact_us_form form h1{margin-bottom:40px}.contactus_main .contact-us .contact_us_section .contact_us_form form .inputs .input-box-wrapper{display:flex;flex-direction:column;width:100%}.contactus_main .contact-us .contact_us_section .contact_us_form form .inputs .input-box-wrapper .innerDiv{width:100%!important}.contactus_main .contact-us .contact_us_section .contact_us_form form .inputs input{border-radius:3px;margin-bottom:20px;padding:10px}.contactus_main .contact-us .contact_us_section .contact_us_form form .inputs p:last-child{font-weight:300;margin-top:0!important}.contactus_main .contact-us .contact_us_section .contact_us_form form .submit_btn{border-radius:3px;margin-bottom:20px;margin-top:20px;padding:10px}}@media screen and (max-width:600px){.contactus_main .contact-us .contact_us_section{flex-direction:column;padding:40px 10px!important}.contactus_main .contact-us .contact_us_section .contact_us_form{padding:20px;width:96%}.contactus_main .contact-us .contact_us_section .contact_us_form h1{font-size:30px!important}.contactus_main .contact-us .contact_us_section .contact_us_img{width:100%}}.data-privacy-page .data-privacy-content{padding:30px 100px}.data-privacy-page .data-privacy-content h1{font-size:2.5rem;font-weight:700;margin-bottom:20px}.data-privacy-page .data-privacy-content h2{font-size:2rem;font-weight:600;margin-bottom:10px;margin-top:30px}.data-privacy-page .data-privacy-content p{font-size:1rem;line-height:1.6}.data-privacy-page .data-privacy-content ul{list-style-type:disc;margin-left:20px}.data-privacy-page .data-privacy-content ul li{margin-bottom:10px}.data-privacy-page .data-privacy-content strong{font-weight:600}
/*# sourceMappingURL=main.92dbc1d7.css.map*/