@import"https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap";.app-layout{min-height:100vh}.header{background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;border-block-end:1px solid #E6E6E6;position:sticky;top:0;z-index:1000}.header .header-left{display:flex;align-items:center;gap:1.5rem}.header .header-left .header-logo{height:85px;width:auto;cursor:pointer}.header .header-left .header-menu{border-bottom:none;font-weight:500;min-width:350px}.header .header-left .header-menu .ant-menu-item,.header .header-left .header-menu .ant-menu-submenu{padding:0 1rem;margin:0 .5rem}.header .header-left .header-menu .ant-menu-title-content a{text-transform:capitalize}.header .header-left .header-menu .ant-menu-item:after{display:none!important}.header .header-left .header-menu .ant-menu-item-selected{color:#000!important;font-weight:700}.header .header-left .header-menu .ant-menu-item:hover,.header .header-left .header-menu .ant-menu-submenu:hover{color:#666!important}.header .header-left .header-menu .ant-menu-horizontal{border-bottom:none}.header .header-right{display:flex;align-items:center;gap:3rem}@media (max-width: 768px){.header{padding:0 1rem;flex-wrap:nowrap;overflow-x:visible}.header .header-left{gap:.5rem;flex:1;min-width:0}.header .header-left .header-logo{height:50px;min-width:50px}.header .header-left .header-menu{min-width:0;width:100%;white-space:nowrap;overflow-x:visible}.header .header-left .header-menu .ant-menu-item,.header .header-left .header-menu .ant-menu-submenu{padding:0 .5rem;margin:0 .25rem}.header .header-left .header-menu .ant-menu-overflow-item{display:inline-flex!important;opacity:1!important;visibility:visible!important}.header .header-left .header-menu .ant-menu-overflow-item-rest{display:none!important}.header .header-right{gap:1rem;min-width:fit-content}}.header-title{flex:1;text-align:center;font-size:18px;font-weight:700}.content{min-height:100vh;background:#f9f9f9}:where(.css-dev-only-do-not-override-xex5fb).ant-layout-header{line-height:normal!important}.profile-dropdown{width:195px}.profile-dropdown .ant-dropdown-menu-item{margin-block-end:1rem!important}.profile-dropdown .ant-dropdown-menu-item span{font-size:14px;font-weight:700;color:#000}.language-switcher{position:relative;display:inline-block;font-family:Arial,sans-serif}.language-switcher .dropdown-toggle{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background-color:#fff;border:1px solid #ccc;border-radius:8px;cursor:pointer;gap:.5rem;min-width:11rem;height:3.6rem}.language-switcher .dropdown-toggle.icon-only{min-width:auto;width:3.6rem;height:3.6rem;padding:.5rem;justify-content:center;background-color:transparent;border:none}.language-switcher .dropdown-toggle .dropdown-flag{width:2rem;height:2rem;border-radius:50%;object-fit:cover}.language-switcher .dropdown-toggle span{font-size:1.4rem;font-weight:700;color:#000}.language-switcher .dropdown-toggle .arrow{font-size:1.2rem;color:#666}.language-switcher .dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;z-index:1000;display:flex;flex-direction:column;width:100%;background-color:#fff;border:1px solid #ccc;border-radius:12px;box-shadow:0 4px 8px #0000001a;overflow:hidden}.language-switcher .dropdown-menu .dropdown-item{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer;transition:background-color .2s}.language-switcher .dropdown-menu .dropdown-item span{font-size:1.4rem;font-weight:700;color:#000}.language-switcher .dropdown-menu .dropdown-item .dropdown-flag{width:2rem;height:2rem;border-radius:50%;object-fit:cover}.language-switcher .dropdown-menu .dropdown-item:hover{background-color:#f0f0f0}.global-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9999}.simple-layout{min-height:100vh;display:flex;flex-direction:column}.simple-layout .simple-header{background:#fff;box-shadow:0 2px 8px #0000001a;padding:0 50px;display:flex;justify-content:space-between;align-items:center;height:80px;position:sticky;top:0;z-index:1000}.simple-layout .simple-header .header-logo img{height:70px;cursor:pointer}.simple-layout .simple-header .header-logo img.large-logo{height:120px}.simple-layout .simple-header .header-actions{display:flex;align-items:center;gap:20px}.simple-layout .simple-header .header-actions .auth-buttons{display:flex;gap:10px}.simple-layout .simple-header .header-actions .auth-buttons button{padding:8px 20px;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s ease}.simple-layout .simple-header .header-actions .auth-buttons button.login-btn{background:transparent;border:1px solid #ff2f00;color:#ff2f00}.simple-layout .simple-header .header-actions .auth-buttons button.login-btn:hover{background:#0066cc1a}.simple-layout .simple-header .header-actions .auth-buttons button.register-btn{background:#ff2f00;border:1px solid #ff2f00;color:#fff}.simple-layout .simple-header .header-actions .auth-buttons button.register-btn:hover{background:#e52a00}.simple-layout .simple-content{flex:1}.simple-layout .simple-footer{background:#1a1a1a;color:#f5f5f5;padding:50px 0 20px}.simple-layout .simple-footer .container{width:95%;max-width:1200px;margin:0 auto}.simple-layout .simple-footer .footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-bottom:30px}.simple-layout .simple-footer .footer-column h3{color:#fff;font-size:1.2rem;margin-bottom:15px;font-weight:600}.simple-layout .simple-footer .footer-column p{color:#b0b0b0;line-height:1.6;margin-bottom:15px}.simple-layout .simple-footer .footer-column ul{list-style:none;padding:0;margin:0}.simple-layout .simple-footer .footer-column ul li{margin-bottom:8px}.simple-layout .simple-footer .footer-column ul li a{color:#b0b0b0;text-decoration:none;transition:color .2s ease}.simple-layout .simple-footer .footer-column ul li a:hover{color:#fff}.simple-layout .simple-footer .footer-column .social-icons{display:flex;gap:15px}.simple-layout .simple-footer .footer-column .social-icons a{color:#b0b0b0;font-size:1.2rem;transition:color .2s ease}.simple-layout .simple-footer .footer-column .social-icons a:hover{color:#fff}.simple-layout .simple-footer .footer-bottom{text-align:center;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.simple-layout .simple-footer .footer-bottom p{color:#888;font-size:.9rem}@media (max-width: 768px){.simple-layout .simple-header{padding:0 20px}.simple-layout .simple-header .header-actions{gap:10px}.simple-layout .simple-header .header-actions .auth-buttons button{padding:6px 12px;font-size:.9rem}}body{margin:0;padding:0;box-sizing:border-box;font-family:Zain,serif!important}html{font-size:62.5%;font-family:Zain,serif!important;scroll-behavior:smooth}html[dir=rtl]{direction:rtl;text-align:start}html[dir=ltr]{direction:ltr;text-align:start}@media (max-width: 1200px){html{font-size:56.25%}}@media (max-width: 768px){html{font-size:50%}}@media (max-width: 480px){html{font-size:43.75%}}:where(.css-dev-only-do-not-override-xex5fb).ant-layout{background-color:#f9f9f9!important}:where(.css-dev-only-do-not-override-xex5fb).ant-form-item .ant-form-item-label>label{font-size:1.4rem;font-weight:500}.ant-form-item{margin-block-end:15px}:where(.css-dev-only-do-not-override-xex5fb).ant-radio-wrapper .ant-radio-checked:after{border:1px solid #F1592A!important}
