.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:1000;justify-content:space-around;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 24px rgba(40,23,74,.12);padding:0 8px;height:64px}.bn-item,.bottom-nav{display:flex;align-items:center}.bn-item{flex-direction:column;grid-gap:3px;gap:3px;flex:1 1;padding:8px 4px;color:#aaa!important;font-size:.7rem;font-weight:600;text-decoration:none!important;cursor:pointer;border:none;background:none;transition:color .2s;position:relative}.bn-item--active,.bn-item--active>span,.bn-item.active{color:#5c7cfa!important}.bn-item--active svg circle,.bn-item--active svg path,.bn-item--active svg rect{stroke:#5c7cfa!important}.bn-item--disabled{opacity:.35;pointer-events:none}.bn-center{flex-shrink:0;background:none;border:none;cursor:pointer;padding:0;position:relative;top:-18px}.bn-center,.bn-center-circle{display:flex;align-items:center;justify-content:center}.bn-center-circle{width:62px;height:62px;border-radius:50%;background:#cfdc39;box-shadow:0 4px 16px rgba(207,220,57,.5);border:4px solid #fff;transition:transform .2s}.bn-center:hover .bn-center-circle{transform:scale(1.05)}.bn-bell{position:relative}.bn-bell-wrap{position:relative}.bn-badge,.bn-bell-wrap{display:flex;align-items:center;justify-content:center}.bn-badge{position:absolute;top:-6px;left:-6px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:rgba(239,68,68,.8745098039215686);color:#fff!important;font-size:.6rem;font-weight:700;line-height:1;border:1.5px solid #fff}.bn-profile{position:relative;cursor:pointer}.bn-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f0f0f0}.bn-avatar img{width:100%;height:100%;object-fit:cover}.bn-dropdown{position:absolute;bottom:calc(100% + 8px);right:27%;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(40,23,74,.15);border:1px solid rgba(40,23,74,.12156862745098039);min-width:140px;overflow:hidden;animation:bn-drop-in .18s ease-out;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px}@keyframes bn-drop-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.bn-dropdown button{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;font-size:.9rem;font-weight:600;color:#dc2626;cursor:pointer;text-align:right;transition:background .15s}.bn-dropdown button:hover{background:#fff5f5}.order-card-wrapper{background:#fff;border-radius:12px;padding:16px;margin-bottom:20px;box-shadow:0 2px 10px rgba(0,0,0,.05);border:1px solid #f0f0f0;width:100%;margin-left:auto;margin-right:auto;font-family:inherit;direction:rtl}.order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;color:#666;font-size:14px}.order-time,.order-user{display:flex;align-items:center;grid-gap:8px;gap:8px}.order-card-body{border:1px solid rgba(40,23,74,.12156862745098039);border-radius:8px;padding:16px;margin-bottom:16px}.order-card-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.order-id{color:#888;font-size:14px}.order-details-title{color:#666;font-size:14px}.order-items-list{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.order-item-container{display:flex;flex-direction:column;grid-gap:8px;gap:8px;border-bottom:1px solid #f9f9f9;padding-bottom:12px}.order-item-container:last-child{border-bottom:none;padding-bottom:0}.order-item-main{display:flex;justify-content:space-between;align-items:center}.order-item-price{font-weight:500;display:flex;align-items:center;grid-gap:4px;gap:4px;flex-direction:row-reverse;color:#333}.order-item-name-qty{display:flex;align-items:center;grid-gap:12px;gap:12px}.order-item-name{color:#333;font-size:15px}.order-item-qty{background:#f0f4ff;color:#5c7cfa;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px;font-weight:700}.order-item-extras{display:flex;flex-direction:column;grid-gap:4px;gap:4px;padding-right:40px;font-size:13px}.extra-plus{color:#12b886}.extra-minus{color:#fa5252}.order-card-total{border-radius:8px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.order-total-price{font-weight:700;font-size:16px;color:#333}.order-total-title{color:#333;font-weight:500}.order-card-actions{display:flex;grid-gap:12px;gap:12px}.btn-accept,.btn-details{flex:1 1;background:#cddc39;color:#333;border:none;border-radius:8px;padding:12px;font-weight:700;font-size:15px;cursor:pointer;transition:background .2s}.btn-accept:hover,.btn-details:hover{background:#c0ca33}.btn-reject{flex:1 1;background:#fff;color:#666;border:1px solid #ddd;border-radius:8px;padding:12px;font-weight:700;font-size:15px;cursor:pointer;transition:background .2s}.btn-reject:hover{background:#f9f9f9}.btn-accept:disabled,.btn-details:disabled,.btn-reject:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(0,0,0,.2);border-top-color:#333;border-radius:50%;animation:btn-spin .6s linear infinite;vertical-align:middle}@keyframes btn-spin{to{transform:rotate(1turn)}}@keyframes skel-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skel{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:800px 100%;animation:skel-shimmer 1.4s linear infinite;border-radius:6px}.skel--line{height:16px}.skel--circle{border-radius:50%;flex-shrink:0}.skel--btn{flex:1 1;height:44px;border-radius:8px}.orders-tabs-container{display:flex;border-bottom:2px solid #f0f0f0;margin-bottom:24px}.orders-tab{flex:1 1;text-align:center;padding:16px;font-size:20px;font-weight:700;color:#666;cursor:pointer;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px}.orders-tab.active{color:#000;border-bottom-color:#5c7cfa;display:flex;justify-content:center;align-items:center;grid-gap:5px;gap:5px}.orders-tab.active .tab-count{color:#5c7cfa}.orders-cards-grid{display:flex;flex-direction:column;align-items:center;grid-gap:20px;gap:20px}.orders-load-sentinel{height:1px;width:100%;margin:0 0 30px}.orders-load-sentinel>div{display:none}.od-page{min-height:100vh;position:relative;animation:od-fade .3s ease-out}@keyframes od-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.od-topbar{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;padding:1rem 1.25rem;background:#fff;border-bottom:1px solid #eee;position:-webkit-sticky;position:sticky;top:0;z-index:10}.od-topbar-title{font-size:1.1rem;font-weight:700;color:#1a1a2e}.od-back-btn{color:#6c757d!important;font-size:.9rem;font-weight:600;padding:.25rem .5rem!important;text-decoration:none!important;margin-right:auto}.od-back-btn--card{display:inline-flex;border:none;background:transparent;align-items:center;grid-gap:.35rem;gap:.35rem;cursor:pointer;padding:.45rem .75rem!important;margin-right:0;border-radius:999px;color:#111827!important;transition:background .15s ease,border-color .15s ease,transform .05s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.od-back-btn--card:active{transform:translateY(1px)}.od-back-btn__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;transform:rotate(180deg);flex-shrink:0}.od-back-btn__text{line-height:1}.od-container{padding:0 1rem;display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem;margin-top:-25px;z-index:100;position:relative}.od-card{background:#fff;border-radius:14px;padding:1.1rem 1.25rem;box-shadow:0 4px 16px 0 rgba(40,23,74,.0784313725490196);border:1px solid rgba(40,23,74,.12156862745098039)}.od-card-title{font-size:1rem;font-weight:500;color:#28174a;margin:0 0 .85rem;padding-bottom:.65rem}.od-status-card{padding-bottom:.9rem}.od-status-row{display:flex;align-items:center;justify-content:space-between;grid-gap:.75rem;gap:.75rem}.od-status-info{display:flex;flex-direction:column;grid-gap:.3rem;gap:.3rem}.od-section-label{font-size:.78rem;color:#aaa;font-weight:500}.od-status-badge{display:inline-block;padding:.3rem .85rem;border-radius:20px;border:1.5px solid;font-size:.88rem;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.od-info-row{display:flex;justify-content:space-between;align-items:center;padding:.55rem 0;grid-gap:1rem;gap:1rem}.od-info-row:last-child{border-bottom:none}.od-info-label{font-size:14px;color:rgba(26,26,26,.6);font-weight:400;white-space:nowrap;flex-shrink:0}.od-info-value{font-size:14px;font-weight:500;color:#1a1a2e;word-break:break-word;display:flex;justify-content:center;align-items:center;flex-direction:row}.od-discount{color:#dc2626}.od-total-row{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;margin-top:.35rem;border-top:1px solid transparent;border-image:repeating-linear-gradient(90deg,#000 0 8px,transparent 8px 16px) 1}.od-total-label{font-size:1rem;font-weight:700;color:#1a1a2e}.od-total-value{font-size:18px;font-weight:600}.od-item{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;grid-gap:.75rem;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f5f5f5}.od-item:last-child{border-bottom:none}.od-item-left{flex-shrink:0;display:flex;align-items:flex-start;padding-top:2px}.od-item-price{font-size:.95rem;font-weight:700;color:#1a1a2e}.od-item-body{flex:1 1;min-width:0}.od-item-header{display:flex;align-items:center;grid-gap:.6rem;gap:.6rem;margin-bottom:.4rem}.od-item-img{width:42px;height:42px;border-radius:8px;object-fit:cover;flex-shrink:0;border:1px solid #eee}.od-item-info{display:flex;align-items:center;grid-gap:.4rem;gap:.4rem;flex-wrap:wrap}.od-item-qty{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 .4rem;background:#cfdc39;color:#000;font-size:.78rem;font-weight:700;border-radius:6px;flex-shrink:0}.od-item-name{font-size:.92rem;font-weight:600;color:#1a1a2e}.od-item-tags{display:flex;flex-wrap:wrap;grid-gap:.35rem;gap:.35rem;margin-top:.35rem}.od-tag{font-size:.75rem;font-weight:500;padding:.2rem .55rem;border-radius:12px}.od-tag-variant{background:#fef3c7;color:#92400e}.od-tag-addon{background:#dcfce7;color:#166534}.uos-trigger--open{background:#b8c432}.uos-trigger{background:#cfdc39;color:#28174a;border:none;border-radius:40px;padding:.45rem 1.1rem;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s;white-space:nowrap;min-width:36px}.uos-trigger:hover{background:#b8c432}.uos-trigger:disabled{opacity:.5;cursor:not-allowed}.uos-panel{width:100%;overflow:hidden;animation:uos-expand .25s ease-out;transform-origin:top}@keyframes uos-expand{0%{opacity:0;transform:scaleY(.85) translateY(-6px)}to{opacity:1;transform:scaleY(1) translateY(0)}}.uos-panel-inner{margin-top:.85rem;padding-top:.85rem;border-top:1.5px solid #f0f0f0}.uos-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.4rem;gap:.4rem}.uos-pill{background:#fff;border:1.5px solid #e0e0e0;border-radius:22px;padding:.4rem .5rem;font-size:.8rem;font-weight:600;color:#444;cursor:pointer;transition:all .15s;text-align:center;white-space:nowrap}.uos-pill:hover{border-color:#cfdc39;background:#f9fbe7;color:#000}.uos-pill--active{background:#fff3e0;border-color:#f59e0b;color:#d97706}.od-print-btn{width:100%;padding:.9rem;background:#cfdc39;color:#000;font-size:1rem;font-weight:700;border:none;border-radius:14px;cursor:pointer;transition:background .2s;margin-top:.25rem;margin-bottom:1rem}.od-print-btn:hover{background:#b8c432}@media (max-width:576px){.od-container{padding:0 .6rem;grid-gap:.6rem;gap:.6rem;margin-top:-36px;z-index:100;position:relative}.od-card{border-radius:12px;padding:.9rem 1rem}.od-meta-row{grid-gap:1rem;gap:1rem}.od-topbar{padding:.75rem 1rem}}@media print{.bottom-nav,.od-back-btn,.od-print-btn,.od-topbar,.uos-trigger{display:none!important}.od-page{background:#fff}.od-card{box-shadow:none;border:1px solid #ddd;page-break-inside:avoid;break-inside:avoid}}.notif-page{min-height:100vh;background:#f4f6f8;padding-bottom:40px}.notif-topbar{padding:18px 16px 40px;position:relative}.notif-topbar-row{display:flex;align-items:center;justify-content:space-between}.notif-topbar-title{font-size:1.25rem;font-weight:800;color:#28174a;margin:0}.notif-topbar-badge{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;background:#28174a;color:#cfdc39;font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:20px}.notif-topbar-badge-dot{width:6px;height:6px;border-radius:50%;background:#ef4444;flex-shrink:0}.notif-mark-all{background:rgba(40,23,74,.12);border:none;font-size:.75rem;font-weight:700;color:#28174a;cursor:pointer;padding:6px 12px;border-radius:20px;transition:background .15s}.notif-mark-all:hover{background:rgba(40,23,74,.2)}.notif-content{margin-top:-24px;border-radius:20px 20px 0 0;background:#f4f6f8;padding:16px 16px 0;min-height:200px}.notif-group-label{font-size:.72rem;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.04em;padding:4px 4px 8px;margin-top:8px}.notif-list{list-style:none;padding:0;display:flex;flex-direction:column;grid-gap:8px;gap:8px;margin:0 0 8px}.notif-item{display:flex;align-items:flex-start;grid-gap:12px;gap:12px;padding:14px;border-radius:16px;background:#fff;cursor:pointer;position:relative;transition:transform .12s,box-shadow .12s;box-shadow:0 1px 6px rgba(40,23,74,.07);overflow:hidden}.notif-item:active{transform:scale(.985);box-shadow:0 1px 3px rgba(40,23,74,.05)}.notif-item--unread{background:#fffbea}.notif-item--unread:before{content:"";position:absolute;right:0;top:0;bottom:0;width:4px;background:#cfdc39;border-radius:0 16px 16px 0}.notif-icon-wrap{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-icon-wrap--accepted{background:linear-gradient(135deg,#2cc156,#71d68e);color:#fff}.notif-icon-wrap--driver{background:linear-gradient(135deg,#5c7cfa,#8a9ffe);color:#fff}.notif-icon-wrap--rejected{background:linear-gradient(135deg,#ef4444,#f87171);color:#fff}.notif-icon-wrap--default{background:linear-gradient(135deg,#cfdc39,#e6f000);color:#28174a}.notif-body{flex:1 1;min-width:0}.notif-item-title{font-size:.9rem;font-weight:700;color:#28174a;margin:0 0 3px;line-height:1.3}.notif-item--unread .notif-item-title{color:#1a0f35}.notif-item-msg{font-size:.78rem;color:#777;margin:0 0 5px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notif-meta{display:flex;align-items:center;grid-gap:6px;gap:6px}.notif-time{font-size:.68rem;color:#bbb;font-weight:600}.notif-order-tag{font-size:.65rem;font-weight:700;color:#5c7cfa;background:#eef1ff;padding:2px 8px;border-radius:10px}.notif-dot{width:9px;height:9px;border-radius:50%;background:#ef4444;flex-shrink:0;margin-top:6px;box-shadow:0 0 0 2px #fff3e0}.notif-chevron{color:#ccc;flex-shrink:0;align-self:center}.notif-load-more{display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;width:100%;margin-top:16px;padding:14px;border:none;border-radius:14px;background:transparent;color:#5c7cfa;font-size:.85rem;font-weight:700;cursor:pointer;transition:border-color .15s,background .15s}.notif-load-more:hover:not(:disabled){border-color:#5c7cfa;background:#f0f4ff}.notif-load-more:disabled{color:#bbb;border-color:#e8e8e8;cursor:default}.notif-spinner{width:14px;height:14px;border:2px solid #d0d8ff;border-top-color:#5c7cfa;border-radius:50%;animation:notif-spin .7s linear infinite}@keyframes notif-spin{to{transform:rotate(1turn)}}.notif-empty{flex-direction:column;grid-gap:14px;gap:14px;padding:70px 24px;text-align:center}.notif-empty,.notif-empty-icon{display:flex;align-items:center;justify-content:center}.notif-empty-icon{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#cfdc39,#e6f000);box-shadow:0 8px 24px rgba(207,220,57,.35)}.notif-empty-icon svg circle,.notif-empty-icon svg path{stroke:#28174a}.notif-empty h4{font-size:1rem;font-weight:800;color:#28174a;margin:0}.notif-empty p{margin:0;font-size:.82rem;color:#aaa;line-height:1.5}.notif-skeleton-list{display:flex;flex-direction:column;grid-gap:8px;gap:8px;padding:16px 16px 0}.notif-skeleton-list--more{padding:0;margin-top:10px;margin-bottom:10px}.notif-skeleton{height:80px;border-radius:16px;background:linear-gradient(90deg,#ebebeb 25%,#d8d8d8 50%,#ebebeb 75%);background-size:200% 100%;animation:notif-shimmer 1.2s infinite}.notif-load-sentinel{height:1px;width:100%}@keyframes notif-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@font-face{font-family:"norsal";src:url(/static/media/norsal.906310d1.ttf);font-weight:400;font-style:normal}*{box-sizing:border-box;font-family:"norsal";color:#0b1e2b;font-size:16px}@media (max-width:768px){*{font-size:14px}}body{overflow-x:hidden}.tooltip{z-index:1100!important}.tooltip-inner{max-width:200px;padding:5px 10px;color:#fff;text-align:center;background-color:#2f4657;border-radius:.25rem;font-size:11px}.tooltip.in{opacity:1}.tooltip .tooltip-arrow{display:none}.tooltip.top{padding:5px 0}body{padding:0;margin:0}select{display:inline-block}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:middle;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none;padding:0;margin:0}iframe{width:100%;border:0;height:100%}::selection{background-color:#000;color:#fff}a,a:hover,a:link,a:visited{text-decoration:none;outline:none;cursor:pointer}a{display:inline-block}table{border-collapse:collapse;border-spacing:0}img{vertical-align:middle;border-style:none;max-width:100%}p{line-height:1.7}.modal-open{overflow:hidden!important}h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:400;line-height:1.3}.modal-backdrop.in{opacity:.9}input,select,textarea{vertical-align:middle;margin:0;padding:0;outline:0}textarea{resize:none}.row{margin-bottom:0}.col-xs-12{padding:0}i{color:inherit;font-style:normal;font-size:inherit}#__next,.wrap,body,html{height:100%}.burgerBtn{margin-left:25px;display:flex;align-items:center;grid-column-gap:15px;column-gap:15px}.burgerBtn .toggleSidebar{border:0;background:transparent;padding:0;width:46px;height:46px;line-height:46px;outline:none}.burgerBtn .btn{border-radius:5px;font-size:14px;height:45px;line-height:45px}.form-control,.react-select__control{height:46px;background-color:#f9f9f9!important;border-radius:10px;padding:0 20px;border:1px solid #f9f9f9!important;box-shadow:none!important;transition:all .3s;font-size:14px;text-transform:none;.react-select__placeholder{color:#8f9bba;text-transform:inherit;font-size:14px}.react-select__value-container{-webkit-padding-start:0;padding-inline-start:0}.react-select__single-value{font-size:14px}}.react-select__control{-webkit-padding-end:0;padding-inline-end:0}.react-select__option--is-selected{background:linear-gradient(90deg,#5b57b5,#31215e)}.form-control:focus{transition:all .3s;border-color:#dfdfdf!important}.timeWrap{display:flex;align-items:center}.timeWrap span{font-size:17px;width:57px;height:57px;line-height:57px;direction:ltr;background-color:#f8f8f8;border-radius:100%;margin:0 5px;text-align:center}.form-control::placeholder{color:#8f9bba;text-transform:inherit}.badgo{position:absolute;right:0;top:0;font-style:normal;width:26px;height:26px;background-color:#2a88f3;line-height:26px;color:#fff;border-radius:100%;font-size:14px}.content-wrap{min-height:100%;background-color:#f9f9f9;padding:30px;margin:74px 292px 0 0;transition:all .3s}.logo .logo-info{padding:0 12px}.sidebar-active-link{background:linear-gradient(90deg,#5b57b5,#31215e)!important;color:#fff!important}.sidebar-active-link svg{filter:brightness(0) invert(1)!important}.card{border-radius:15px;border-color:#fff;padding:10px;margin-bottom:30px;transition:all .3s}.card-blue-bg{background:linear-gradient(135deg,#2697f3,#3271f4)}.card-green-bg{background:linear-gradient(135deg,#2cc156,#71d68e)}.card-red-bg{background:linear-gradient(135deg,#868cff,#f89b99 .01%,#f46d6a)}.dropdown-menu{overflow:visible!important;text-align:initial;transform:none!important;z-index:10000!important;position:absolute!important;background-color:#fff!important;border:1px solid #e0e0e0!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;min-width:180px!important;padding:8px 0!important}.dropdown-menu a,.dropdown-menu button{transition:all .3s;padding:8px 15px;font-size:14px;display:flex!important;align-items:center;color:#7d7d7d!important;grid-gap:5px;gap:5px;text-decoration:none!important;position:relative;z-index:10001;white-space:nowrap!important;background:transparent!important;border:none!important;width:100%;text-align:right!important;cursor:pointer;font-family:inherit!important}.dropdown-menu a:hover,.dropdown-menu button:hover{background-color:#f5f5f5!important;color:#0065ca!important}.dropdown-menu a:active,.dropdown-menu button:active{background-color:#24184f!important;color:#fff!important}.dropdown-menu a:active img,.dropdown-menu button:active img{filter:brightness(0) invert(1)}.reports-blocks .card h4{font-size:17px;margin-bottom:35px}.card-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:35px}.card-head h4{font-size:20px;margin-bottom:5px}.card-head p{color:#a3aed0;font-size:13px}.card-head path{fill:#8e8ea1}.logo .inner,.logo .inner a{overflow:hidden;display:flex;align-items:center}.head-wrp{display:flex;align-items:center;justify-content:space-between;width:100%;padding:22px 292px 22px 38px;transition:all .3s}.card-body{padding:0}.overlay-s{position:fixed;z-index:99;background-color:rgba(4,13,40,.55);right:0;top:0;left:0;bottom:0;opacity:0;visibility:hidden;transition:all .3s}.btn{height:38px;padding:0 10px;border-radius:10px;font-size:14px;position:relative;box-shadow:none!important;overflow:hidden}.btn.btn-blue{background-color:#24184f;color:#fff}.btn.btn-green{background-color:#53cc75;color:#fff}.btn.btn-red{background-color:#ff2625;color:#fff}.btn.btn-purple{background-color:#92a5f9;color:#fff}.btn.btn-big{height:55px;display:inline-flex;align-items:center;justify-content:center;width:100%}.btn.btn-outline{border:1.31429px solid rgba(86,103,137,.26);background-color:initial;color:#000}.btn.btn-big svg{margin-left:24px}.control-wrp .card{display:flex;align-items:center;flex-direction:row;justify-content:space-between;height:55px;padding:0 20px}.control-wrp .card h5{font-size:14px;display:flex;align-items:center}.control-wrp .card span svg{margin-left:21px}.control-wrp .card h5 img{width:25px;height:25px;margin-left:10px;object-fit:contain}.card-inner .c-img img{object-fit:scale-down}.control-wrp .card .btn{margin-right:15px}@keyframes click-wave{0%{height:26px;width:26px;opacity:.35;position:relative}to{height:35px;width:35px;opacity:0;margin:-5px}}.table-select select{border:1px solid #dfdfdf;border-radius:50px;padding:5px;height:49px;overflow:hidden;background:#fff;min-width:70px}.form-check-input{width:20px;height:20px;box-shadow:none!important;margin:0!important;cursor:pointer}.form-switch .form-check-input{width:40px;height:20px}.form-check-input:checked{background-color:#2cc156;border-color:#2cc156}.dropdown-toggle,.form-switch{padding:0}.form-control.form-outline{border-color:#efefef;background-color:initial}.form-group.required h5:after{content:"*";color:#ff0303;margin:0 3px;font-size:17px;line-height:0}.form-group.has-error .form-control{border-color:#ff0303;color:#ff0303}.form-group{margin-bottom:17px}.form-group h5{font-size:14px;margin-bottom:10px}.form-group>div{position:relative}.form-group svg+.form-control{padding:0 45px}textarea.form-control{height:211px;padding:15px 20px}.form-group .btn{height:45px;display:inline-flex;align-items:center;justify-content:center}.modal-open{padding:0!important}.knobs,.layer{position:absolute;top:0;right:0;bottom:0;left:0}.layer{width:100%;background-color:#f5f7ff;transition:all .3s ease;z-index:1}.card-inner{position:relative;min-height:155px}.card-inner .checker{position:absolute;left:0;top:0}.card-inner .checker input[type=checkbox]{background-color:#f5f7ff;border:0}.form-group .show-pass{position:absolute;left:10px;top:0;border:0;background-color:initial;height:46px;line-height:46px;padding:0 10px}.form-group .show-pass svg{position:relative;right:auto;left:auto;transform:none;top:auto}.img-pat{position:absolute;left:50%;transform:translate(-50%,-50%);top:50%;z-index:1}.img-pat img{object-fit:contain}.removeImg{position:absolute;left:-10px;top:-10px;padding:0;border:1px solid #ff2625;height:25px;width:25px;background:#ff2625;border-radius:100%;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 0 0 3px #fff}.removeImg svg{fill:#fff;position:relative;right:auto;left:auto;transform:none;top:auto}.status{position:absolute;width:7px;height:7px;background-color:#000;left:0;border-radius:100%;margin:0 10px;top:50%;transform:translateY(-50%)}.status.green{background-color:#53cc75}.status.red{background-color:#f68583}.status.blue{background-color:#000}input[type=file]::-webkit-file-upload-button{display:none}.activate{margin:14px 0 60px}.employee-wrap .form-group{margin-bottom:30px}.activate span{color:#bbb;font-size:13px}.activate h5{margin-bottom:0;padding-top:10px}.card-head.with-icon>div{display:flex;align-items:center}.card-head.with-icon i{width:37px;height:37px;background-color:#f9f9f9;border-radius:100%;text-align:center;line-height:37px;margin-left:19px}.card-head.with-icon>div{flex-wrap:wrap;align-items:flex-start}.card-head.with-icon h4{width:100%;font-size:24px;color:#000}.card-head.with-icon p{font-size:12px}.itemTheme1{background-color:#346bf4}.itemTheme2{background-color:#dc42cf}.itemTheme3{background-color:#ff4d99}.itemTheme4{background-color:#ff8669}.itemTheme5{background-color:#ffc353}.itemTheme6{background-color:#000}.itemTheme7{background-color:#f68987}.itemTheme8{background-color:#000}.error-outer{display:flex;align-items:center;justify-content:center;height:700px}.error-outer h1{font-size:50px;display:inline-block;padding-right:12px;animation:type .5s infinite alternate}@keyframes type{0%{box-shadow:inset -3px 0 0 #888}to{box-shadow:inset -3px 0 0 transparent}}.page_404{padding:40px 0;background:#fff;height:50vh;display:flex;align-items:center;justify-content:center}.page_404 .text-center{width:100%}.four_zero_four_bg h1,.four_zero_four_bg h3{font-size:80px}.link_404{color:#fff!important;padding:10px 20px;background:#39ac31;margin:20px 0;display:inline-block}.logo-icon{height:55px;object-fit:contain}.logo .logo-info{padding:0;margin:0 12px;width:100px}[data-animation]{position:relative;overflow:hidden}.ripple{width:2px;height:2px;position:absolute;border-radius:50%;background-color:hsla(0,0%,100%,.5);animation:rippleEffect .5s ease-in-out}@keyframes rippleEffect{0%{transform:scale(1)}to{opacity:0;transform:scale(var(--scale))}}.form-check{padding-right:0}#root,.main-wrapper,body,html{height:100%}.offset-lg-5{margin-right:0}line{stroke:#eff3f9}.login-wrp{background-color:#7679ed;text-align:center;position:relative;padding:200px 0;height:100%;display:flex;align-items:center;justify-content:center}.login-wrp:after{content:"";position:absolute;left:0;bottom:0;width:100%;background-position:50%;background-repeat:no-repeat;background-size:cover;height:155px;opacity:.3;background-image:url(/static/media/vectors.d7f48e81.png)}.login-wrp .login-logo{margin-bottom:40px;background-color:#fff;border-radius:30px;padding:35px}.login-wrp .login-logo img{width:200px;object-fit:contain}.login-wrp .login-data{margin-bottom:35px}.login-wrp .login-data h3{color:#fff;font-size:26px;margin-bottom:2px}.login-wrp .login-data p{font-size:18px;color:#fff}.login-wrp .login-form{margin:0 auto;min-width:310px}.login-wrp .login-form .form-group{position:relative}.login-wrp .login-form .form-group svg{position:absolute;right:20px;top:50%;transform:translateY(-50%);left:auto}.login-wrp .login-form .form-group .form-control{height:60px;border-radius:50px;text-align:right;text-transform:none;border:0;padding:0 20px}.login-wrp .login-form .form-group .form-control::placeholder{color:rgba(51,51,51,.3)}.login-wrp .login-form .form-group .btn{background-color:#e4d5be;border-radius:50px;height:50px;padding:0 20px;font-size:14px;margin-top:10px;color:#142641;display:inline-flex;align-items:center;justify-content:center}.login--inner{position:relative;z-index:1}.error-hint{color:red;font-size:13px;margin-top:5px}.has-tooltip:before{content:attr(title);position:absolute;top:20px;transform:translateX(-50%);left:50%;padding:5px 10px;background:#3e3e3e;color:#fff;text-align:center;border-radius:50px;transition:all .3s;font-size:12px;min-width:100px;opacity:0}.bsgpsK div:first-child{overflow:visible!important;white-space:normal!important}.has-tooltip{position:relative}.has-tooltip:hover:before{top:-35px;transition:all .3s;opacity:1}[type=color]{padding:0;overflow:hidden}.loader{position:fixed;inset:0;width:100%;display:flex;align-items:center;justify-content:center;background:rgba(9,9,16,.7);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:all;z-index:10002}.loader-overlay{display:flex;flex-direction:column;align-items:center;grid-gap:.75rem;gap:.75rem;color:#fff;padding:1.25rem 1.5rem;border-radius:16px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);box-shadow:0 18px 44px rgba(0,0,0,.35)}.loader-spinner{width:46px;height:46px;border-radius:999px;border:4px solid hsla(0,0%,100%,.25);border-top-color:hsla(0,0%,100%,.95);animation:loader-spin .85s linear infinite}.loader-overlay__text{font-weight:800;font-size:1rem;letter-spacing:.2px}@keyframes loader-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.loader-spinner{animation:none!important}}.dropdown-menu a svg{width:25px;height:25px;background:#dfdfdf;border-radius:100%;padding:6px}.dropdown-menu a svg.edit{background:linear-gradient(135deg,#2cc156,#71d68e)}.dropdown-menu a svg.delete{background:linear-gradient(135deg,#ff2625,#f77776)}.dropdown-menu a img.delete,.dropdown-menu a img.edit{width:18px!important;height:18px!important;display:inline-block!important;visibility:visible!important;opacity:1!important;filter:none!important;margin-left:8px;object-fit:contain}.dropdown-menu a{color:#7d7d7d!important}.dropdown-menu a:hover{color:#0065ca!important}.dropdown-menu a svg.show{background-color:#000}.m-b-15{margin-bottom:15px}iframe[style*="2147483647"]{display:none}.saudi_riyal{font-size:18px;padding-inline:3px}.wingy-layout{display:flex;flex-direction:column;min-height:100vh;background:#f4f6f8}.wingy-header{z-index:100;background:#cfdc39;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.08);min-height:140px}.wingy-header,.wingy-header__logo-link{display:flex;align-items:center}.wingy-header__logo{width:150px;height:56px;object-fit:contain}.wingy-header__brand{display:flex;flex-direction:column}.wingy-header__name{font-size:1.1rem;font-weight:800;color:#1a1a2e}.wingy-content{flex:1 1;padding-bottom:60px}@media (max-width:1500px){.content-wrap{margin-top:0;padding-top:0}}@media (max-width:1024px){.burgerBtn .btn{display:none}.head-wrp{padding:20px;width:auto}.burgerBtn .toggleSidebar{width:38px;height:38px;line-height:38px}.burgerBtn{margin:0}.content-wrap{margin:70px auto;padding:28px}.overlay-s.fire{opacity:1;visibility:visible;transition:all .3s}.timeWrap span{width:46px;height:46px;line-height:46px;font-size:15px}.offScroll{overflow:hidden}.jobs-status-filter{margin-top:20px}.user-internal-pages-links .btn.btn-big{margin-bottom:20px}}@media (max-width:625px){.content-wrap{padding:20px 10px}.chart-body.pieChart{height:120px!important}.card-head h4,.reports-blocks .card h4{font-size:14px}.card-head p{font-size:10px}.timeWrap span{width:35px;height:35px;line-height:35px;font-size:11px;margin:0 2px}.content-wrap{margin:159px auto}.control-wrp .btn.btn-big{height:46px;line-height:46px;margin-bottom:30px;font-size:13px}.control-wrp .card{flex-wrap:wrap;justify-content:center}.control-wrp .card h5{margin-bottom:15px}input[type=checkbox],input[type=checkbox]:checked:before,input[type=radio],input[type=radio]:checked:before{width:20px;height:20px;border-radius:3px!important}input[type=checkbox]:checked:before,input[type=radio]:checked:before{line-height:20px;font-size:14px}input[type=checkbox]:checked:after,input[type=radio]:checked:after{animation:click-wave1 .65s}@keyframes click-wave1{0%{height:20px;width:20px;opacity:.35;position:relative}to{height:30px;width:30px;opacity:0;margin:-6px}}.card-inner .checker input[type=checkbox]:after{animation:click-wave .65s}.card-inner .checker input[type=checkbox]{width:26px;height:26px}.card-inner .checker input[type=checkbox]:before{line-height:26px;width:26px;height:26px;font-size:17px}.card-inner{min-height:120px}.jobs-status-filter{margin-top:20px}}:root{--bs-primary:#7679ed;--bs-primary-rgb:118,121,237}.text-primary{color:#7679ed!important}.bg-primary{background-color:#7679ed!important}.border-primary{border-color:#7679ed!important}.btn-primary{background-color:#7679ed;border-color:#7679ed;color:#fff}.btn-primary:hover{background-color:#5a5de6;border-color:#5a5de6;color:#fff}.btn-primary:active,.btn-primary:focus{background-color:#5a5de6!important;border-color:#5a5de6!important;box-shadow:0 0 0 .25rem rgba(118,121,237,.5)!important}.btn-outline-primary{color:#7679ed;border-color:#7679ed}.btn-outline-primary:hover{background-color:#7679ed;border-color:#7679ed;color:#fff}.btn-link{color:#7679ed}.btn-link:hover{color:#5a5de6}a{color:#7679ed}a:hover{color:#5a5de6}.form-control:focus,.form-select:focus{border-color:#7679ed;box-shadow:0 0 0 .25rem rgba(118,121,237,.25)}.form-check-input:checked{background-color:#7679ed;border-color:#7679ed}.form-check-input:focus{border-color:#7679ed;box-shadow:0 0 0 .25rem rgba(118,121,237,.25)}.page-link{color:#7679ed}.page-item.active .page-link{background-color:#7679ed;border-color:#7679ed}.dropdown-item.active,.dropdown-item:active,.progress-bar{background-color:#7679ed}.badge.bg-primary,.btn.btn-blue{background-color:#7679ed!important}.btn.btn-blue:hover{background-color:#5a5de6!important}
/*# sourceMappingURL=main.a7183b5a.chunk.css.map */