@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&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: rgba(255, 255, 255, .7);--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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif!important;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#002960;font-size:16px;line-height:1.6;color:#2c3e50}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:.75rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:700}h3{font-size:1.75rem;font-weight:600}h4{font-size:1.5rem;font-weight:600}h5{font-size:1.25rem;font-weight:500}h6{font-size:1rem;font-weight:500}p{font-size:1rem;line-height:1.6;margin-bottom:1rem}a{font-weight:500;text-decoration:none;transition:all .3s ease}button{font-weight:500;letter-spacing:.025em}input,textarea,select{font-size:1rem;font-weight:400}small{font-size:.875rem}@media (max-width: 768px){body{font-size:15px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}}.container{padding:0 100px}@media (max-width: 700px){.container{padding:0 20px}}form input,form select,form textarea{flex:1;font-size:24px;padding:6px 10px 6px 40px;border-radius:7px;border:1px solid #b3c4db;background-color:#fff}.form_heading{padding:6px 20px;border-bottom:solid 1px #002960;color:#002960;margin-bottom:10px}.form_heading_sub{padding:6px 0;color:#002960;font-size:16px}.first-wrapper{margin-bottom:10px;background-color:#ebf1f9;padding:20px;border-radius:20px}.first-wrapper .ant-col{margin-bottom:14px}.first-wrapper .ant-col input,.first-wrapper .ant-col select{width:100%;height:55px}.first-wrapper .ant-col .ant-checkbox-group{display:flex!important;gap:initial!important;flex-direction:row!important}.page{margin-left:120px;background:#fff;padding:40px;height:100vh}.page.rtl{margin-left:0;margin-right:120px}.page .ant-tabs-nav .ant-tabs-nav-wrap{border-bottom:solid 1px #002960}.page .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab-active{background-color:#002960;border-radius:8px 8px 0 0;padding:4px 10px;border-bottom:none}.page .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff}@media (max-width: 1208px){.page{margin-left:0;border-radius:0}.page.rtl{margin-right:0}}@media (max-width: 485px){.page{padding:40px 20px}}:root{--login-bg: #002960;--login-card-bg: #002960;--login-accent: #ffd118;--login-text: #ffffff;--login-strip-height: 260px;--login-strip-speed: 100s}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--login-bg) 0%,var(--login-bg) 100%);padding:20px;position:relative;overflow:hidden}.login-container:before{content:"ADMIN";position:absolute;top:25%;left:50%;transform:translate(-50%,-50%);color:var(--login-text);opacity:.03;font-weight:800;letter-spacing:.15em;font-size:clamp(4rem,14vw,17rem);pointer-events:none;white-space:nowrap}.login-container:after{content:"";position:absolute;bottom:-10px;left:0;right:0;height:var(--login-strip-height);background-image:url(/charts.png),url(/admin.png),url(/admin.svg),url(/charts.svg);background-repeat:repeat-x,repeat-x,repeat-x,repeat-x;background-size:1600px var(--login-strip-height),1800px var(--login-strip-height),1400px var(--login-strip-height),1600px var(--login-strip-height);background-position:left bottom,left bottom,left bottom,left bottom;mix-blend-mode:multiply;opacity:.18;animation:adminScroll var(--login-strip-speed) linear infinite;pointer-events:none}.login-container .login-card{background:#fff;position:relative;z-index:1;padding:40px;border-radius:16px;width:100%;max-width:440px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-container .login-card .login-header{text-align:center;margin-bottom:32px}.login-container .login-card .login-header .login-title{font-size:1.5rem;font-weight:700;color:#002960;margin-bottom:8px;margin-top:20px}.login-container .login-card .login-header .login-subtitle{color:#333;font-size:.95rem}.login-container .login-card .login-form{margin-bottom:24px}.login-container .login-card .login-form .form-group{margin-bottom:16px}.login-container .login-card .login-form .form-group .form-input{width:100%;padding:12px 16px;border-radius:8px;border:1px solid #b3c4db;background-color:#fff}.login-container .login-card .login-form .login-button{width:100%;padding:12px 16px;border-radius:8px;background-color:var(--login-accent);border:none;color:#1e3a8a;font-weight:700;cursor:pointer}.login-container .login-card .login-footer{text-align:center;color:var(--login-text)}.login-container .login-card .login-footer .register-link{color:var(--login-accent)}@keyframes adminScroll{0%{background-position:0 100%}to{background-position:1200px 100%}}@media (max-width: 460px){.logo{width:100%}}.form-title{font-size:1.75rem;color:#111;margin-bottom:30px}.form-component{padding-top:40px;padding-bottom:60px;min-height:100vh;background:#fff;display:flex;justify-content:center;flex-direction:column;align-items:center}.form-component h2{color:gray;letter-spacing:4px;margin-bottom:30px}.form-component h4{color:gray;font-weight:700;margin-bottom:20px}.form-component p{max-width:750px;color:gray;margin-bottom:20px;text-align:center}.form-component form{display:flex;flex-direction:column;gap:30px;width:550px}.add-admin-form form{width:100%}.form-component p:first-child{font-size:28px;font-weight:700;color:#370080a3;margin-top:30px}.form-component form div{display:flex;gap:30px}.form-component form input,.form-component form select,.form-component form textarea{flex:1;font-size:24px;padding:10px 10px 10px 40px;border-radius:7px;border:1px solid gray}.form-component button{padding:10px 35px;color:#fff;font-weight:700;width:fit-content;border:none;border-radius:8px;font-size:24px;margin-bottom:30px;background:linear-gradient(140deg,#9083d5,#271776ca)}.form-component .wrapper{display:flex;gap:50px}.form-component .wrapper .banner{flex:1}.form-component .wrapper .banner:last-child{display:flex;justify-content:center;align-items:center}.form-component .wrapper .banner:last-child img{max-width:450px}@media (max-width: 888px){.form-component{padding-top:30px;padding-bottom:30px}.form-component form div{flex-direction:column}}@media (max-width: 667px){.form-component form input,.form-component form select,.form-component form textarea{font-size:20px;padding:10px}}@media (max-width: 600px){.form-component form{width:100%}}@media (max-width: 485px){.add-admin-form{padding:30px 0}}.dashboard{display:flex;flex-direction:column;gap:20px}.dashboard .banner:first-child{height:auto;display:flex;gap:20px}.dashboard .banner:first-child .firstBox{display:flex;align-items:center;justify-content:space-around;border-radius:20px;background:#b5b5ff;padding:20px;height:100px;width:24%}.dashboard .banner:first-child .firstBox img{height:100%}.dashboard .banner:first-child .firstBox .content{flex:2}.dashboard .banner:first-child .firstBox .content div{display:flex;font-size:34px;justify-content:space-around;align-items:center}.dashboard .banner:first-child .firstBox .content div p{margin-right:10px;font-size:34px}.dashboard .banner:first-child .firstBox .content div h5{color:#002960;font-size:20px;margin:0}.dashboard .banner:first-child .firstBox .content p{font-size:16px;display:none}.dashboard .banner:first-child .secondBox{background:#002960;color:#fff;height:100px}.dashboard .banner:first-child .thirdBox{color:#ff008d;background:#fff;height:100px}.dashboard .banner:first-child .secondBox,.dashboard .banner:first-child .thirdBox{border-radius:20px;display:flex;justify-content:space-around;padding:10px;align-items:center;width:20%}.dashboard .banner:first-child .secondBox p,.dashboard .banner:first-child .thirdBox p{font-size:24px;font-weight:600;overflow:hidden}.dashboard .banner:first-child .secondBox h3,.dashboard .banner:first-child .thirdBox h3{font-size:34px;font-weight:700;letter-spacing:2px;overflow:hidden}.dashboard .banner:last-child{height:65vh;background:#fff;border-radius:20px;padding:0;overflow:hidden}.dashboard .banner:last-child h5{font-size:24px;letter-spacing:2px;margin-bottom:20px;color:#111}.dashboard .banner table{width:100%;color:#111;font-size:20px}.dashboard .banner table select{font-size:20px;border:none;width:100%;font-weight:600}.dashboard table td svg{display:flex;margin:0 auto}.dashboard table td .green{font-size:20px;color:#16a34a}.dashboard table td .red{font-size:20px;color:#dc2626}.dashboard .banner table select:focus{outline:none}.dashboard .banner table .value-pending{color:#eab308}.dashboard .banner table .value-accepted{color:#16a34a}.dashboard .banner table .value-rejected{color:#dc2626}.dashboard .banner table thead{text-align:justify;padding:12px 0}.dashboard .banner table thead th,.dashboard .banner table tbody td{padding:12px 0}@media (max-width: 1376px){.dashboard .banner:first-child .firstBox .content div,.dashboard .banner:first-child .firstBox .content div p{font-size:26px}.dashboard .banner:first-child .firstBox .content p{font-size:14px}.dashboard .banner:first-child .secondBox p,.dashboard .banner:first-child .thirdBox p,.dashboard .banner:first-child .secondBox h3,.dashboard .banner:first-child .thirdBox h3{font-size:20px}}@media (max-width: 1020px){.dashboard{height:fit-content}.dashboard .banner:first-child,.dashboard .banner:last-child{flex-wrap:wrap;height:fit-content}.dashboard .banner:first-child .firstBox{flex:none;width:100%;height:265px}.dashboard .banner:first-child .secondBox,.dashboard .banner:first-child .thirdBox{height:175px}}@media (max-width: 620px){.dashboard .banner:first-child .secondBox,.dashboard .banner:first-child .thirdBox{width:100%;flex:none}}@media (max-width: 485px){.dashboard .banner:first-child .firstBox{flex-direction:column;height:fit-content;padding:20px}.dashboard .banner:first-child .firstBox img{width:270px;height:270px;margin-bottom:25px}.dashboard .banner:first-child .firstBox div{justify-content:center}}.sidebar{position:fixed;width:120px;background:transparent;display:flex;flex-direction:column;justify-content:center;top:0;left:0;height:100%;align-items:center;color:#fff;padding:70px 0;border:solid 1px #1e3e68}.sidebar.sidebar-rtl{left:auto;right:0}.sidebar .link-item{padding-top:8px}.sidebar .link-item:hover svg{color:#002960}.sidebar .link-item svg:hover{background-color:transparent;color:#fff}.sidebar svg{width:50px;height:50px;font-size:34px}.sidebar svg:hover{background:#fff;color:#002960;border-radius:8px;transition:.3s;cursor:pointer}.sidebar .links{display:flex;flex-direction:column;gap:30px}.wrapper,.wrapper .hamburger{display:none}@media (max-width: 1208px){.sidebar{background:#002960;left:-100%;transition:.3s}.sidebar.sidebar-rtl{left:auto;right:-100%}.show{left:0;transition:.3s}.show.sidebar-rtl{left:auto;right:0}.wrapper{display:block;position:fixed;top:30px;left:40px}.wrapper.wrapper-rtl{left:auto;right:40px}.wrapper{font-size:34px;background:#002960;color:#fff;height:40px;width:40px;border-radius:8px;display:flex;justify-content:center;align-items:center}.wrapper .hamburger{display:block}}@media (max-width: 485px){.wrapper{left:20px}.show{width:80px}}.projects h1{color:#002960;margin-bottom:30px;font-size:2.3rem;width:100%}.projects .card{background:#f1f7ff;border-radius:12px;padding:20px;display:flex;flex-direction:column;align-items:center;position:relative}.projects .card h4{font-size:24px;color:#333;margin-bottom:20px;position:absolute;top:50%;background:#ffffff80;padding:8px;border-radius:8px;left:50%;transform:translate(-50%)}.projects .card .actions{position:absolute}.projects .card .actions span{width:100%;display:flex;justify-content:flex-end;padding-right:20px;padding-top:20px}.projects .card .actions span a{float:left;margin:0 15px;width:40px;height:40px;border-radius:100%;background-color:#fff;display:flex;justify-content:center;align-items:center}.projects .card .actions span a svg{color:#002960}.projects .card .actions span .view{width:70px;border-radius:6px;color:#002960}.projects .card .videos{display:flex;flex-direction:row}.projects .card div{width:100%;display:flex;flex-direction:column;gap:8px;font-size:20px}.projects .card div p{font-weight:700}.projects .card div p span{font-weight:500}@media (max-width: 350px){.projects{display:grid;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));grid-gap:20px}}.messages h1{color:#002960;margin-bottom:30px;font-size:2.3rem}.messages{display:flex;flex-direction:column;gap:20px}.messages .card{background:#fff;border-radius:12px;padding:20px}.messages .card div{width:100%;display:flex;flex-direction:column;gap:8px;font-size:20px}.messages .card div p{font-weight:700}.messages .card div p span{font-weight:500}.add-doctor-form{width:100%;display:flex;flex-direction:column;align-items:center;gap:25px;padding:0}.add-doctor-form form{width:100%}.add-doctor-form form .first-wrapper{display:flex;gap:30px}.add-doctor-form form .first-wrapper div:first-child{flex:1}.add-doctor-form form .first-wrapper div:first-child img{width:100%;height:515px;margin-bottom:20px}.add-doctor-form form .first-wrapper div:first-child input{width:100%;padding:10px}.add-doctor-form form .first-wrapper div:first-child input:file-selector-button{position:absolute;width:100%}.add-doctor-form form .first-wrapper div:last-child{flex:2;display:flex;gap:30px;flex-direction:column}.add-doctor-form button{padding:10px 35px;color:#fff;font-weight:700;width:fit-content;border:none;border-radius:8px;font-size:24px;margin-bottom:30px;background:#002960}@media (max-width: 945px){.add-doctor-form form .first-wrapper{flex-direction:column}.add-doctor-form form .first-wrapper div:first-child img{height:auto}}input[type=date]:before{content:attr(placeholder);color:#444;margin-right:.5em}input[type=time]:before{content:attr(placeholder);color:#444;margin-right:.5em}
