: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-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(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-color-progress-bgo:0.2}.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:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;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;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.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:.5s;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;z-index:1}.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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;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{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.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,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--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: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%{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:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) 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: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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Material Symbols Outlined;font-style:normal;font-weight:400;src:url(../../static/media/Material_Symbols_Outlined.e354181a23d3685310c7.woff2) format("woff2")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(../../static/media/roboto_latin_ext.97cbc447d4a8d41a9543.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(../../static/media/roboto_latin.b850f1ff581ea232fac9.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.material-symbols-outlined{word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;display:inline-block;font-family:Material Symbols Outlined;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap}.grid{grid-column-gap:1.4rem;column-gap:1.4rem}.red{color:#dc2626!important}.dash-blue{color:#2581dc}.logo-sty{color:#dc2626!important;font-size:3rem;font-weight:600}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-1750px)}}.flex-row{align-items:center;display:flex;justify-content:space-between}.col-tick span,.flex-row span{font-size:2rem}.box{display:block}.box1{display:none}.box-details,.box-details .details{display:flex;flex-direction:column;gap:1rem}.box-details .details{background:#fff;border-radius:1rem;padding:1.5rem;text-transform:none;width:22rem}.box-details .row{align-items:center;display:flex;justify-content:space-between}.map-detail img{width:100%}.success{color:#08da4e}.active-colis{background:#d62e2f;color:#fff}.statut-colis{background:#fff;color:#000}.col{display:flex;flex-direction:column;width:100%}.sec{border:1px solid red;border-radius:.1rem;color:red;height:6.8rem;justify-content:space-between;padding:.5rem;width:80%}.col-tick,.sec{align-items:center;display:flex}.col-tick{flex-direction:column;width:100%}.section-how{margin:1rem}.affichage-body{background:#d62e2f;margin:0!important}.show-section{grid-area:1/1/2/4}.user-affichage-section{grid-area:1/4/2/5}.number-spec{color:#000;display:block;font-size:2rem;font-weight:800}.number-circle{background-color:#fff;border-radius:50%;color:red;line-height:50px;text-align:center;width:50px}.row{align-items:center;display:flex;gap:1rem}header{background:#fdf2e9;height:4.5rem}header .row{align-items:center;display:flex;justify-content:space-between}header .row img{width:10%}.date{align-items:center;display:flex;font-size:1.5rem;font-weight:800;gap:5rem;padding:0 1rem}.height-table{height:6rem;overflow-y:auto}.switch{display:inline-block;height:34px;position:relative;width:60px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;bottom:4px;content:"";height:26px;left:4px;width:26px}input:checked+.slider{background-color:#2196f3}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.dropdown__wrapper,.dropdown__wrapper1,.dropdown__wrapper2,.dropdown__wrapper3{background-color:#fff;border-radius:8px;box-shadow:0 7px 29px 0 #64646f33;display:flex;flex-direction:column;gap:4px;min-width:300px;padding:12px;position:absolute;right:-15px;top:50px;z-index:9000}.dropdown__wrapper{height:250px!important}.dropdown__wrapper1,.dropdown__wrapper2{height:200px!important}.dropdown__wrapper select,.dropdown__wrapper1 select,.dropdown__wrapper2 select,.dropdown__wrapper3 select{border:1px solid #2196f3;border-radius:1rem;cursor:pointer;padding:.4rem .7rem;text-transform:none}.apps__button--wrapper,.apps__button--wrapper1,.apps__button--wrapper2,.apps__button--wrapper3{position:relative}.apps-container,.apps-container1,.apps-container2,.apps-container3{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;max-height:160px;overflow-y:scroll}.accnt{accent-color:skyblue}.mt-1{margin-top:1rem}@media (max-width:84em){.hero{max-width:120rem}.heading-primary{font-size:4.4rem}.gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:75em){.grid{column-gap:4.8rem;row-gap:6.4rem}.heading-secondary{font-size:3.6rem}.heading-tertiary{font-size:2.4rem}.header{padding:0 3.2rem}.main-nav-list{gap:3.2rem}.hero{gap:4.8rem}.testimonials-container{padding:9.6rem 3.2rem}}@media (max-width:59em){.hero{gap:6.4rem;grid-template-columns:1fr;padding:0 8rem}.hero-first-section{gap:3.4rem;grid-template-columns:1fr;padding:0 4rem}.hero-img-box,.hero-text-box{text-align:center}.hero-img{width:60%}.delivered-meals{justify-content:center;margin-top:3.2rem}.logos img{height:2.4rem}.step-number{font-size:7.4rem}.meal-content{padding:2.4rem 3.2rem 3.2rem}.section-testimonials{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(6,1fr)}.cta{grid-template-columns:3fr 2fr}.cta-form{grid-template-columns:1fr}.btn--form{margin-top:1.2rem}.btn-mobile-nav{display:block;z-index:9999}.main-nav{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(10px);background-color:#ffffffe6;display:flex;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:translateX(100%);transition:all .5s ease-in;visibility:hidden;width:100%;z-index:9999}.nav-open .main-nav{opacity:1;pointer-events:auto;transform:translateX(0);visibility:visible}.nav-open .icon-mobile-nav[name=close-outline]{display:block}.nav-open .icon-mobile-nav[name=menu-outline]{display:none}.main-nav-list{flex-direction:column;gap:4.8rem}.main-nav-link:link,.main-nav-link:visited{font-size:1.5rem}.flex1{align-items:center;display:flex;flex-direction:column;gap:3rem;justify-content:center}.grid--2-cols{grid-template-columns:repeat(1,1fr)}.grid--2-cols-contact{grid-template-columns:repeat(2,1fr)}.slideshow{margin-bottom:15rem}.slideshow li span{height:400px}}@media (max-width:44em){.grid--4-cols{grid-template-columns:repeat(2,1fr)}.grid--3-cols{grid-template-columns:repeat(1,1fr)}.diets{grid-column:1/-1;justify-self:center}.heading-secondary{margin-bottom:4.8rem}.pricing-plan{width:100%}.grid--footer{grid-template-columns:repeat(6,1fr)}.address-col,.logo-col{grid-column:span 3}.nav-col{grid-column:span 2;grid-row:1;margin-bottom:3.2rem}.step-img-box,.step-text-box{width:80%}.grid-area-2{grid-area:2/1/2/6}.resultat-colis .etat{font-size:1rem;gap:1rem;width:39rem}.heading-secondary{font-size:2.6rem}.demension-svg{height:300px;width:300px}}@media (max-width:34em){.grid{row-gap:4.8rem}.grid-track-colis{row-gap:1.8rem}.grid--2-cols,.grid--3-cols,.grid--4-cols{grid-template-columns:1fr}.btn,.btn:link,.btn:visited{padding:2.4rem 1.6rem}.section-hero{padding:2.4rem 0 6.4rem}.hero{padding:0 3.2rem}.hero-img{width:80%}.logos img{height:1.2rem}.step-img-box:nth-child(2){grid-row:1}.step-img-box:nth-child(6){grid-row:5}.step-img-box{transform:translateY(2.4rem)}.testimonials{grid-template-columns:1fr}.gallery{gap:1.2rem;grid-template-columns:repeat(4,1fr)}.cta{grid-template-columns:1fr}.cta-text-box{padding:3.2rem}.cta-img-box{grid-row:1;height:32rem}.step-img-box,.step-text-box{width:60%}}.no-flexbox-gap .main-nav-list li:not(:last-child){margin-right:4.8rem}.no-flexbox-gap .list-item:not(:last-child){margin-bottom:1.6rem}.no-flexbox-gap .delivered-faces,.no-flexbox-gap .list-icon:not(:last-child){margin-right:1.6rem}.no-flexbox-gap .meal-attribute:not(:last-child){margin-bottom:2rem}.no-flexbox-gap .meal-icon{margin-right:1.6rem}.no-flexbox-gap .footer-row div:not(:last-child){margin-right:6.4rem}.no-flexbox-gap .social-links li:not(:last-child){margin-right:2.4rem}.no-flexbox-gap .footer-nav li:not(:last-child){margin-bottom:2.4rem}@media (max-width:75em){.no-flexbox-gap .main-nav-list li:not(:last-child){margin-right:3.2rem}}@media (max-width:59em){.no-flexbox-gap .main-nav-list li:not(:last-child){margin-bottom:4.8rem;margin-right:0}}.mt-2{margin-top:2rem}.container{padding:0 1.2rem}.grid,.grid-track-colis{grid-row-gap:9.6rem;margin-bottom:9.6rem;row-gap:9.6rem}.grid,.grid-norowgap,.grid-track-colis{grid-column-gap:6.4rem;column-gap:6.4rem;display:grid}.grid-norowgap{grid-row-gap:2.5rem;margin-bottom:0;margin-top:1rem;row-gap:2.5rem}.grid-nocolgap{grid-row-gap:9.6rem;grid-column-gap:0;column-gap:0;display:grid;row-gap:9.6rem}.grid-nocolgap,.grid:not(:last-child){margin-bottom:9.6rem}.grid--2-cols,.grid--2-cols-contact{grid-template-columns:repeat(2,1fr)}.grid--3-cols{grid-template-columns:repeat(3,1fr)}.grid--4-cols{grid-template-columns:repeat(4,1fr)}.grid--5-cols{grid-template-columns:repeat(5,1fr)}.grid--center-v{align-items:center}.grid--start-v{align-items:start}.fst{grid-area:1/1/2/2}.scd{grid-area:1/2/2/6}.cart-sold{width:70%}.cart-sold,.cart-sold_chiffre{background:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000001a,0 1px 2px #0000000f,0 2px 4px #00000008;margin-top:2rem;padding:.5rem 1rem}.cart-sold_chiffre{width:45%}.spec-w{width:11rem}.container-card{display:flex;justify-content:space-around}.commentaire-fnt-size{border:1px solid #65458d;border-radius:1rem;font-size:1.2rem;padding:.5rem 1rem}.annuler-banner{border-left:10px solid red}.success-banner{border-left:10px solid #4bb543}.color-primary{color:#2581dc}.color-main{color:#ffc72f}.danger{color:red}.color-black{color:#1a1a1a}.margin-top-2{margin-top:2rem}.margin-top-4{margin-top:4rem}.txt-center{text-align:center}.cursurer,.txt-center{cursor:pointer}.float-right{float:right}.relative{position:relative}.decoration-none{text-decoration:none}.upload-file{border:2px dashed #bebebe;border-radius:.5rem;cursor:pointer;display:table;outline:none;padding:.25rem 1rem;transition:all .2s ease-in}.upload-file input[type=file]{display:none}.upload-file:hover{border:2px dashed #2581dc}.w-full{width:100%}.success{color:#36b64f}.warning{color:red}.primary{color:#2581dc}.dark{color:#262626}.warning{color:orange}.hidden{display:none}.actv{display:block}.hide{opacity:0;visibility:hidden}@keyframes fadeOutAnimation{0%{height:200px;opacity:1;visibility:visible}to{height:120px;opacity:0;visibility:hidden}}.none{display:none}.show{display:block}@keyframes fadeInAnimation{0%{height:120px;opacity:0;visibility:hidden}to{height:200px;opacity:1;visibility:visible}}.popcard-add{background:#000c;height:100vh;left:0;opacity:1;position:fixed;top:0;visibility:visible;width:100%;z-index:9999}.popcard-add_inside{background:#fff;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;height:auto;justify-content:center;left:50%;padding:1rem 1.6rem;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1);transition:all .5s}.popcard-add_inside-close{border:none;color:#2581dc;cursor:pointer;font-size:1.6rem;position:absolute;right:3%;text-decoration:none;top:3%;transition:color .2s ease-in-out}.popcard-add_inside-close:hover{color:#000}.popcard-add_inside-title{color:var(--color-option);font-weight:200}.popcard-add_inside-form form{font-size:1rem}.popcard-add_inside-form form .wrap-info{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.popcard-add_inside-form form .wrap-info .wrap-one{display:flex;flex-direction:column;gap:.5rem}.popcard-add_inside-form form .wrap-info .wrap-one-half{display:flex;flex-direction:column;gap:.5rem;width:48%}.popcard-add_inside-form form .wrap-info .wrap-one-full{display:flex;flex-direction:column;gap:.5rem;width:100%}.popcard-add_inside-form form .wrap-info .wrap-row{align-items:center;display:flex;gap:1rem}.popcard-add_inside-form form .wrap-info .table-wrap{display:flex;height:20rem;overflow-x:auto;overscroll-behavior-x:contain;padding-block:1rem}.popcard-add_inside-form form .wrap-info .wrap-row-full{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:100%}.popcard-add_inside-form form .wrap-info .table-wrap table{background-color:inherit;border:1px solid #d3d3d3;border-radius:.5rem;border-spacing:0;box-shadow:0 4px 6px -2px #0e1e251f;inline-size:100%;overflow:hidden;text-align:left}.popcard-add_inside-form form .wrap-info .table-wrap :is(th,td){border-block-end:1px solid #d3d3d3;min-inline-size:8rem;padding:.5rem}.popcard-add_inside-form form .wrap-info .table-wrap :is(th,td):not(:first-child){border-inline-start:1px solid #d3d3d3}.popcard-add_inside-form form input[type=date],.popcard-add_inside-form form input[type=number],.popcard-add_inside-form form input[type=password],.popcard-add_inside-form form input[type=search],.popcard-add_inside-form form input[type=text],.popcard-add_inside-form form select,.popcard-add_inside-form form textarea{border:1px solid #bebebe;border-radius:.5rem;outline:none;padding:.4rem}.popcard-add_inside-form form input[type=number]:active,.popcard-add_inside-form form input[type=number]:focus,.popcard-add_inside-form form input[type=password]:active,.popcard-add_inside-form form input[type=password]:focus,.popcard-add_inside-form form input[type=search]:active,.popcard-add_inside-form form input[type=search]:focus,.popcard-add_inside-form form input[type=text]:active,.popcard-add_inside-form form input[type=text]:focus,.popcard-add_inside-form form select:active,.popcard-add_inside-form form select:focus,.popcard-add_inside-form form textarea:active,.popcard-add_inside-form form textarea:focus{box-shadow:0 0 5px 0 #2581dc}.popcard-add_inside-form form .access-table-container{margin-top:1rem;width:100%}.popcard-add_inside-form form .access-table-container table{width:100%}.popcard-add_inside-form form .access-table-container table .beb{display:flex;gap:1rem}.popcard-add_inside-form form table.dataTable thead>tr>th.sorting{padding-right:9.1rem}.popcard-add_inside-form form-zone .buttons{display:flex;justify-content:end}.popcard-add_inside-50{background:#fff;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;height:auto;justify-content:center;left:50%;padding:1rem 1.6rem;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.25);transform:translate(-50%,-50%) scale(1)!important;transition:all .5s;width:50rem}.popcard-add_inside-50-close{border:none;color:#65458d;cursor:pointer;font-size:1.6rem;position:absolute;right:3%;text-decoration:none;top:3%;transition:color .2s ease-in-out}.popcard-add_inside-50-close:hover{color:#000}.popcard-add_inside-50-title{color:var(--color-option);font-size:1rem;font-weight:200}.popcard-add_inside-50-form form{font-size:1.6rem}.popcard-add_inside-50-form form .wrap-info{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.popcard-add_inside-50-form form .wrap-info .wrap-one{display:flex;flex-direction:column;gap:.5rem}.popcard-add_inside-50-form form .wrap-info .wrap-row{align-items:center;display:flex;gap:1rem}.popcard-add_inside-50-form form .wrap-info .table-wrap{display:flex;height:20rem;overflow-x:auto;overscroll-behavior-x:contain;padding-block:1rem}.popcard-add_inside-50-form form .wrap-info .table-wrap table{background-color:inherit;border:1px solid #d3d3d3;border-radius:.5rem;border-spacing:0;box-shadow:0 4px 6px -2px #0e1e251f;inline-size:100%;overflow:hidden;text-align:left}.popcard-add_inside-50-form form .wrap-info .table-wrap :is(th,td){border-block-end:1px solid #d3d3d3;min-inline-size:8rem;padding:.5rem}.popcard-add_inside-50-form form .wrap-info .table-wrap :is(th,td):not(:first-child){border-inline-start:1px solid #d3d3d3}.popcard-add_inside-50-form form input[type=text],.popcard-add_inside-50-form form select,.popcard-add_inside-50-form form textarea{border:1.5px solid #bebebe;border-radius:1rem;outline:none;padding:.5rem;transition:all .2s ease-in-out;width:100%}.popcard-add_inside-50-form form input[type=text]:active,.popcard-add_inside-50-form form input[type=text]:focus,.popcard-add_inside-50-form form select:active,.popcard-add_inside-50-form form select:focus,.popcard-add_inside-50-form form textarea:active,.popcard-add_inside-50-form form textarea:focus{border:1.5px solid #7380ece6}.popcard-add_inside-50-form form .access-table-container{margin-top:1rem;width:100%}.popcard-add_inside-50-form form .access-table-container table{width:100%}.popcard-add_inside-50-form form .access-table-container table .beb{display:flex;gap:1rem}.popcard-add_inside-50-form form table.dataTable thead>tr>th.sorting{padding-right:9.1rem}.popcard-add_inside-50-form form-zone .buttons{display:flex;justify-content:end}.appeler-section{align-items:center;display:flex;justify-content:center}.wrap-col{align-items:left;display:flex;flex-direction:column}.wrap-col h2{color:red;font-size:1.5rem;font-weight:800;text-transform:none}.contenue{display:flex;flex-direction:column;gap:2rem}.btn{border-radius:.5rem;box-shadow:5px 5px 5xp 1px #000;cursor:pointer;display:inline-block;font-size:1rem;letter-spacing:2px;padding:1rem 1.5rem;text-align:center;text-decoration:none;text-transform:none;width:22rem}.btn-red-1{background:red;border:none;color:#fff}.btn-white{background:#fff;border:1px solid red;color:red}.pagination{width:100%}.pagination span{float:right;padding:8px 16px}.pagination a.active{background-color:#2581dc;border-radius:5px;color:#fff}.pagination a:hover:not(.active){background-color:#ddd;border-radius:5px}.detail-form{background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000001a,0 1px 2px #0000000f,0 2px 4px #00000008;margin-bottom:1rem;padding:2rem}.detail-form .col{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.detail-form .col .grp{align-items:end;display:flex;flex-direction:row;gap:1rem;justify-content:center}.detail-form .col .grp .gp{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (max-width:59em){.detail-form .col .grp-1{align-items:center;flex-direction:column;justify-content:center}}@media (max-width:44em){.detail-form .col .grp{align-items:center;flex-direction:column;justify-content:center}}.detail-form .col .grp1{display:flex;flex-direction:row;gap:1rem}.detail-form .col .grp1 .gp{display:flex;flex-direction:column;gap:.5rem;width:100%}.detail-form .col .grp1 .gp-year{width:50%}.detail-form .col input,.detail-form .col input[type=radio],.detail-form .col input[type=time],.detail-form .col select,.detail-form .col textarea{border:1px solid #bebebe;border-radius:.5rem;outline:none;padding:.6rem}.detail-form .col input:active,.detail-form .col input:focus,.detail-form .col input[type=radio]:active,.detail-form .col input[type=radio]:focus,.detail-form .col input[type=time]:active,.detail-form .col input[type=time]:focus,.detail-form .col select:active,.detail-form .col select:focus,.detail-form .col textarea:active,.detail-form .col textarea:focus{box-shadow:0 0 5px 0 red}body{background:#e3e5e6;font-family:Roboto,sans-serif;letter-spacing:1px}.text-red{color:red!important}.text-green{color:green!important}.text-orange{color:orange!important}.text-blue{color:blue!important}.btn-red{background:red;color:#fff;font-size:xx-small}.btn-red:focus,.btn-red:hover{background:#d60000;color:#fff}.btn-grayblue{background:#acb6c4;color:#fff;font-size:xx-small}.btn-grayblue:focus,.btn-grayblue:hover{background:#97a4b5;color:#fff}.main ::-webkit-scrollbar{width:5px}.main ::-webkit-scrollbar-track{border-radius:10px}.main ::-webkit-scrollbar-thumb{background:#5d7090;border-radius:10px}.main ::-webkit-scrollbar-thumb:hover{background:#495871}.left{background:#fff;border-right:1px solid #999;height:100%;overflow-x:hidden;overflow-y:auto;position:fixed;transition:all .5s;width:58px}.left:hover{width:220px}.left:hover ul li.menu-heading{opacity:1}.left ul{padding-left:0}.left ul li{cursor:pointer;list-style-type:none}.left ul li.active a,.left ul li.active a:hover{background:#add8e6;color:#007bff}.left ul li a{align-items:center;border-bottom:1px solid #eee;display:flex;font-size:13px;font-weight:800;padding:10px 5px;width:215px}.left ul li a,.left ul li a:hover{background:#fff;color:#007bff;text-decoration:none}.left ul li a:hover span,.left ul li a:hover span:hover{color:#007bff}.left ul li a:focus{text-decoration:none}.left ul li a span{padding-right:8px;text-align:center;transition:all 1s;width:50px}.left ul .menu-heading{background:#fff;border-bottom:1px solid #eee;color:#b3b300;font-size:smaller;opacity:0;padding:10px 5px 10px 10px;transition:all .5s}.left ul .menu-heading img{width:70%}.right{margin-left:72px;transition:all .5s}.right #overview .header{background:#fff;border:1px solid #e6e6e6;display:block;margin-left:6px;padding:15px 30px;position:-webkit-sticky;position:sticky;width:95%;z-index:9999}.right #overview .header .row-wrap{align-items:center;display:flex;justify-content:space-between;padding-right:6rem}.right #overview .header .row-wrap .row{align-items:center;display:flex;gap:1rem}.right #overview .header .row-wrap .row a{color:#2581dc;transition:all .2s ease-in}.right #overview .header h4{color:#354052;display:inline-block}.right #overview .header ul{left:inherit;max-width:350px;right:0}.right #overview .header ul li{display:inline-block;padding-left:20px}.right #overview .header ul li .btn-group i.fa-bell-o,.right #overview .header ul li .btn-group i.fa-user-o{color:#b3b3b3;cursor:pointer;font-size:24px}.right #overview .header ul li .btn-group i.fa-bell-o:first-child:after,.right #overview .header ul li .btn-group i.fa-user-o:first-child:after{background:orange;border-radius:50%;color:#fff;content:"3";font-size:small;left:10px;padding:4px 7px;position:absolute;top:-8px}.right #overview .header ul li .btn-group i.fa-angle-down{cursor:pointer}.right #overview .header ul li .btn-group .dropdown-menu{padding:0}.right #overview .header ul li .btn-group .dropdown-menu li{border-bottom:1px solid #e6e6e6;display:block;padding-left:0}.right #overview .header ul li .btn-group .dropdown-menu li:first-child .alert-card i.fa{color:#00b300}.right #overview .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa{color:#b300b3}.right #overview .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa{color:#354052}.right #overview .header ul li .btn-group .dropdown-menu li:last-child{border-bottom:none}.right #overview .header ul li .btn-group .dropdown-menu li a{padding-bottom:10px;padding-top:10px}.right #overview .header ul li .btn-group .dropdown-menu li a:hover{background:#e5e8ee}.right #overview .header ul li .btn-group .dropdown-menu li a .alert-card{display:flex}.right #overview .header ul li .btn-group .dropdown-menu li a .alert-card i.fa,.right #overview .header ul li .btn-group .dropdown-menu li a .alert-card img{height:40px;margin-right:15px}.right #overview .header ul li .btn-group .dropdown-menu li a .alert-card p{color:#354052;margin-bottom:0}.right #overview .header ul li .btn-group .dropdown-menu li a .alert-card p small{color:#7f8fa4;white-space:pre-line;width:100%}.right #overview .header ul li .dropdown-avatar img{height:35px}.right #overview .header ul li .dropdown-avatar i.fa{padding-left:8px}.right #overview .content{padding:0 30px 15px 15px}.right #overview .content .row.graph-cards{margin-top:20px}.right #overview .content .row.graph-cards .col-sm-4 div{background:#fff;padding:15px}.right #overview .content .row.graph-cards .col-sm-4 div h2,.right #overview .content .row.graph-cards .col-sm-4 div h4{color:#354052}.right #overview .content .row.graph-cards .col-sm-4 div h2 small,.right #overview .content .row.graph-cards .col-sm-4 div h4 small{color:#7f8fa4;font-size:small}.right #overview .content .row.graph-cards .col-sm-4 div h2{line-height:85%}.right #overview .content .row.graph-cards .col-sm-4 div img{height:150px;object-fit:contain;width:100%}.right #overview .content .row.graph-cards .col-sm-4:last-child img{height:220px}.right #overview .content .row.project-cards{margin-top:20px}.right #overview .content .row.project-cards .col-sm-3 .card{background:#fff;padding:0}.right #overview .content .row.project-cards .col-sm-3 .card img{width:100%}.right #overview .content .row.project-cards .col-sm-3 .card h5{border-bottom:1px solid #e6e6e6;padding:15px 30px}.right #overview .content .row.project-cards .col-sm-3 .card .row{margin-left:0;margin-right:0;padding:0 15px}.right #overview .content .row.project-cards .col-sm-3 .card .row .col-sm-6{padding:15px}.right #overview .content .row.invoice-task{margin-top:20px}.right #overview .content .row.invoice-task .col-sm-6 .invoice,.right #overview .content .row.invoice-task .col-sm-6 .tasks{background:#fff}.right #overview .content .row.invoice-task .col-sm-6 .invoice h5,.right #overview .content .row.invoice-task .col-sm-6 .tasks h5{color:#000;padding:15px}.right #overview .content .row.invoice-task .col-sm-6 .invoice h5 small a,.right #overview .content .row.invoice-task .col-sm-6 .tasks h5 small a{color:#7f8fa4;display:block;font-size:xs-small;margin-top:5px}.right #performance .header{background:#fff;border:1px solid #e6e6e6;display:block;margin-left:-15px;padding:15px 30px}.right #performance .header h4{color:#354052;display:inline-block}.right #performance .header ul{left:inherit;max-width:350px;right:0}.right #performance .header ul li{display:inline-block;padding-left:20px}.right #performance .header ul li .btn-group i.fa-bell-o,.right #performance .header ul li .btn-group i.fa-user-o{color:#b3b3b3;cursor:pointer;font-size:24px}.right #performance .header ul li .btn-group i.fa-bell-o:first-child:after,.right #performance .header ul li .btn-group i.fa-user-o:first-child:after{background:orange;border-radius:50%;color:#fff;content:"3";font-size:small;left:10px;padding:4px 7px;position:absolute;top:-8px}.right #performance .header ul li .btn-group i.fa-angle-down{cursor:pointer}.right #performance .header ul li .btn-group .dropdown-menu{padding:0}.right #performance .header ul li .btn-group .dropdown-menu li{border-bottom:1px solid #e6e6e6;display:block;padding-left:0}.right #performance .header ul li .btn-group .dropdown-menu li:first-child .alert-card i.fa{color:#00b300}.right #performance .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa{color:#b300b3}.right #performance .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa{color:#354052}.right #performance .header ul li .btn-group .dropdown-menu li:last-child{border-bottom:none}.right #performance .header ul li .btn-group .dropdown-menu li a{padding-bottom:10px;padding-top:10px}.right #performance .header ul li .btn-group .dropdown-menu li a:hover{background:#e5e8ee}.right #performance .header ul li .btn-group .dropdown-menu li a .alert-card{display:flex}.right #performance .header ul li .btn-group .dropdown-menu li a .alert-card i.fa,.right #performance .header ul li .btn-group .dropdown-menu li a .alert-card img{height:40px;margin-right:15px}.right #performance .header ul li .btn-group .dropdown-menu li a .alert-card p{color:#354052;margin-bottom:0}.right #performance .header ul li .btn-group .dropdown-menu li a .alert-card p small{color:#7f8fa4;white-space:pre-line;width:100%}.right #performance .header ul li .dropdown-avatar img{height:35px}.right #performance .header ul li .dropdown-avatar i.fa{padding-left:8px}.right #performance .content{margin:0 30px 15px 15px}.right #performance .content .flex{align-items:center;background:#fff;display:flex;justify-content:center;margin-left:-30px;margin-right:-30px}.right #performance .content .flex .col-sm-2 .info-card{padding:20px}.right #performance .content .flex .col-sm-2 .info-card h3{margin-top:10px}.right #performance .content .flex .col-sm-2 .info-card h3 small{font-size:small}.right #performance .content .world{padding-top:15px}.right #performance .content .world .col-sm-6:first-child{padding-left:0}.right #performance .content .world .col-sm-6:last-child{padding-right:0}.right #performance .content .world .col-sm-6 .product-card,.right #performance .content .world .col-sm-6 .world-card{background:#fff}.right #performance .content .world .col-sm-6 .product-card h4,.right #performance .content .world .col-sm-6 .world-card h4{padding:15px}.right #performance .content .world .col-sm-6 .product-card img,.right #performance .content .world .col-sm-6 .world-card img{height:280px;object-fit:contain;width:100%}.right #performance .content .world .col-sm-6 .product-card h4{margin-bottom:0}.right #performance .content .world .col-sm-6 .product-card .custom-progress{padding:9px 15px 15px}.right #performance .content .world .col-sm-6 .product-card .custom-progress h6 i.fa{padding-right:10px}.right #performance .content .world .col-sm-6 .product-card .custom-progress h6 small{font-size:small}.right #performance .content .world .col-sm-6 .product-card .custom-progress .progress{background:#e7eaee;border-radius:10px;height:15px;margin-bottom:0}.right #performance .content .world .col-sm-6 .product-card .custom-progress .progress .progress-bar{border-radius:10px}.right #performance .content .stats{margin-top:15px}.right #performance .content .stats .col-sm-4:first-child{padding-left:0}.right #performance .content .stats .col-sm-4:last-child{padding-right:0}.right #performance .content .stats .col-sm-4 .stats-card{background:#fff}.right #performance .content .stats .col-sm-4 .stats-card h4{padding:15px}.right #performance .content .stats .col-sm-4 .stats-card h4 small:first-child{color:#000;font-size:xx-large}.right #performance .content .stats .col-sm-4 .stats-card img{height:150px;object-fit:contain;width:100%}.right #performance .content .stats .col-sm-4 .stats-card .row{padding:0 15px}.right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-6 h6{color:#7f8fa4;display:inline-block;font-size:80%}.right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-6 h6 small{color:#000;font-size:small;padding-left:10px}.right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-10 h6{font-size:x-small}.right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-10 .progress{background:#e7eaee;border-radius:10px;height:10px}.right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-10 .progress .progress-bar{border-radius:10px}.right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-2 h4{font-weight:700;margin-top:10px}.right #performance .content .stats .col-sm-4 .customers .row{padding:0 30px}.right #performance .content .stats .col-sm-4 .customers .row .col-sm-4 h6{font-size:smaller}.right #performance .content .stats .col-sm-4 .customers .p-bars{padding-bottom:50px}.right #performance .content .stats .col-sm-4 .customers .p-bars .col-sm-4 h6{font-size:large;font-weight:700}.right #performance .content .stats .col-sm-4 .customers .p-bars .col-sm-4 h6 small{font-size:small}.right #performance .content .stats .col-sm-4 .customers .p-bars .col-sm-4 .progress{background:#e6e6e6;border-radius:10px;height:10px}.right #performance .content .stats .col-sm-4 .customers .p-bars .col-sm-4 .progress .progress-bar{border-radius:10px}.right #analytics .header{background:#fff;border:1px solid #e6e6e6;display:block;margin-left:-15px;padding:15px 30px}.right #analytics .header h4{color:#354052;display:inline-block}.right #analytics .header ul{left:inherit;max-width:350px;right:0}.right #analytics .header ul li{display:inline-block;padding-left:20px}.right #analytics .header ul li .btn-group i.fa-bell-o,.right #analytics .header ul li .btn-group i.fa-user-o{color:#b3b3b3;cursor:pointer;font-size:24px}.right #analytics .header ul li .btn-group i.fa-bell-o:first-child:after,.right #analytics .header ul li .btn-group i.fa-user-o:first-child:after{background:orange;border-radius:50%;color:#fff;content:"3";font-size:small;left:10px;padding:4px 7px;position:absolute;top:-8px}.right #analytics .header ul li .btn-group i.fa-angle-down{cursor:pointer}.right #analytics .header ul li .btn-group .dropdown-menu{padding:0}.right #analytics .header ul li .btn-group .dropdown-menu li{border-bottom:1px solid #e6e6e6;display:block;padding-left:0}.right #analytics .header ul li .btn-group .dropdown-menu li:first-child .alert-card i.fa{color:#00b300}.right #analytics .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa{color:#b300b3}.right #analytics .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa{color:#354052}.right #analytics .header ul li .btn-group .dropdown-menu li:last-child{border-bottom:none}.right #analytics .header ul li .btn-group .dropdown-menu li a{padding-bottom:10px;padding-top:10px}.right #analytics .header ul li .btn-group .dropdown-menu li a:hover{background:#e5e8ee}.right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card{display:flex}.right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card i.fa,.right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card img{height:40px;margin-right:15px}.right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card p{color:#354052;margin-bottom:0}.right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card p small{color:#7f8fa4;white-space:pre-line;width:100%}.right #analytics .header ul li .dropdown-avatar img{height:35px}.right #analytics .header ul li .dropdown-avatar i.fa{padding-left:8px}.right #analytics .content{margin:0 30px 15px 15px}.right #analytics .content .active-clients,.right #analytics .content .revenue{background:#fff;margin-top:20px;padding:15px}.right #analytics .content .active-clients h4,.right #analytics .content .revenue h4{margin-bottom:20px}.right #analytics .content .active-clients img,.right #analytics .content .revenue img{height:418px;object-fit:contain;width:100%}.right #analytics .content .active-clients,.right #analytics .content .tasks{background:#fff}.right #analytics .content .active-clients h6,.right #analytics .content .tasks h6{font-weight:700;line-height:150%}.right #analytics .content .active-clients h6 small,.right #analytics .content .tasks h6 small{font-size:small}.right #analytics .content .tasks{margin-top:15px;padding:15px}.right #analytics .content .total-stats{margin-top:20px}.right #analytics .content .total-stats .col-sm-3:nth-child(3) .stats-card h3 small i.fa{padding:2px 4px 0}.right #analytics .content .total-stats .col-sm-3 .stats-card{background:#fff;padding:15px}.right #analytics .content .total-stats .col-sm-3 .stats-card span{border-radius:50%;display:inline-block;vertical-align:bottom}.right #analytics .content .total-stats .col-sm-3 .stats-card span i.fa{border:1px solid #fff;border-radius:50%;color:#fff;padding:20px 17px}.right #analytics .content .total-stats .col-sm-3 .stats-card .orange-chart{background:#ffa705;border:5px solid #ffa705}.right #analytics .content .total-stats .col-sm-3 .stats-card .purple-chart{background:#b300b3;border:5px solid #b300b3}.right #analytics .content .total-stats .col-sm-3 .stats-card .red-chart{background:#f33;border:5px solid #f33}.right #analytics .content .total-stats .col-sm-3 .stats-card .green-chart{background:#00b300;border:5px solid #00b300}.right #analytics .content .total-stats .col-sm-3 .stats-card h3{display:inline-block;font-weight:700;padding-left:20px}.right #analytics .content .total-stats .col-sm-3 .stats-card h3 small{font-size:small}.right #analytics .content .total-stats .col-sm-3 .stats-card h3 small i.fa{background:#b6c0d0;border-radius:50%;color:#fff;padding:0 4px 2px;vertical-align:super}.right #analytics .content .income-customers{background:#fff;margin-top:20px}.right #landing .header{background:#fff;border:1px solid #e6e6e6;display:block;margin-left:-15px;padding:15px 30px}.right #landing .header h4{color:#354052;display:inline-block}.right #landing .header ul{left:inherit;max-width:350px;right:0}.right #landing .header ul li{display:inline-block;padding-left:20px}.right #landing .header ul li .btn-group i.fa-bell-o,.right #landing .header ul li .btn-group i.fa-user-o{color:#b3b3b3;cursor:pointer;font-size:24px}.right #landing .header ul li .btn-group i.fa-bell-o:first-child:after,.right #landing .header ul li .btn-group i.fa-user-o:first-child:after{background:orange;border-radius:50%;color:#fff;content:"3";font-size:small;left:10px;padding:4px 7px;position:absolute;top:-8px}.right #landing .header ul li .btn-group i.fa-angle-down{cursor:pointer}.right #landing .header ul li .btn-group .dropdown-menu{padding:0}.right #landing .header ul li .btn-group .dropdown-menu li{border-bottom:1px solid #e6e6e6;display:block;padding-left:0}.right #landing .header ul li .btn-group .dropdown-menu li:first-child .alert-card i.fa{color:#00b300}.right #landing .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa{color:#b300b3}.right #landing .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa{color:#354052}.right #landing .header ul li .btn-group .dropdown-menu li:last-child{border-bottom:none}.right #landing .header ul li .btn-group .dropdown-menu li a{padding-bottom:10px;padding-top:10px}.right #landing .header ul li .btn-group .dropdown-menu li a:hover{background:#e5e8ee}.right #landing .header ul li .btn-group .dropdown-menu li a .alert-card{display:flex}.right #landing .header ul li .btn-group .dropdown-menu li a .alert-card i.fa,.right #landing .header ul li .btn-group .dropdown-menu li a .alert-card img{height:40px;margin-right:15px}.right #landing .header ul li .btn-group .dropdown-menu li a .alert-card p{color:#354052;margin-bottom:0}.right #landing .header ul li .btn-group .dropdown-menu li a .alert-card p small{color:#7f8fa4;white-space:pre-line;width:100%}.right #landing .header ul li .dropdown-avatar img{height:35px}.right #landing .header ul li .dropdown-avatar i.fa{padding-left:8px}.right #landing .content{margin:0 30px 15px 15px}.right #landing .content h3.text-center{padding:2em}.right #landing .content .card-4{background:#fff;padding:50px}.right #landing .content .card-4 p{font-weight:700;margin-bottom:0;padding:2em}.right #landing .content .col-sm-6:nth-child(2) .card-6{padding:0}.right #landing .content .card-6{background:#fff;padding:15px}.right #landing .content .card-6 .row .col-sm-4 h4{font-weight:700}.right #landing .content .card-6 .row .col-sm-4 h4 small{font-size:small;margin:10px 0}.right #landing .content .card-6 .row .col-sm-4 img{height:150px;object-fit:cover;width:100%}.right #landing .content .card-6 .row .col-sm-3 h5{font-weight:700}.right #landing .content .card-6 .row .col-sm-3 h5 small{font-size:small;margin:10px 0}.right #landing .content .card-6 .row .col-sm-3 .progress{height:5px}.right #projects .header{background:#fff;border:1px solid #e6e6e6;display:block;margin-left:-15px;padding:15px 30px}.right #projects .header h4{color:#354052;display:inline-block}.right #projects .header ul{left:inherit;max-width:350px;right:0}.right #projects .header ul li{display:inline-block;padding-left:20px}.right #projects .header ul li .btn-group i.fa-bell-o,.right #projects .header ul li .btn-group i.fa-user-o{color:#b3b3b3;cursor:pointer;font-size:24px}.right #projects .header ul li .btn-group i.fa-bell-o:first-child:after,.right #projects .header ul li .btn-group i.fa-user-o:first-child:after{background:orange;border-radius:50%;color:#fff;content:"3";font-size:small;left:10px;padding:4px 7px;position:absolute;top:-8px}.right #projects .header ul li .btn-group i.fa-angle-down{cursor:pointer}.right #projects .header ul li .btn-group .dropdown-menu{padding:0}.right #projects .header ul li .btn-group .dropdown-menu li{border-bottom:1px solid #e6e6e6;display:block;padding-left:0}.right #projects .header ul li .btn-group .dropdown-menu li:first-child .alert-card i.fa{color:#00b300}.right #projects .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa{color:#b300b3}.right #projects .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa{color:#354052}.right #projects .header ul li .btn-group .dropdown-menu li:last-child{border-bottom:none}.right #projects .header ul li .btn-group .dropdown-menu li a{padding-bottom:10px;padding-top:10px}.right #projects .header ul li .btn-group .dropdown-menu li a:hover{background:#e5e8ee}.right #projects .header ul li .btn-group .dropdown-menu li a .alert-card{display:flex}.right #projects .header ul li .btn-group .dropdown-menu li a .alert-card i.fa,.right #projects .header ul li .btn-group .dropdown-menu li a .alert-card img{height:40px;margin-right:15px}.right #projects .header ul li .btn-group .dropdown-menu li a .alert-card p{color:#354052;margin-bottom:0}.right #projects .header ul li .btn-group .dropdown-menu li a .alert-card p small{color:#7f8fa4;white-space:pre-line;width:100%}.right #projects .header ul li .dropdown-avatar img{height:35px}.right #projects .header ul li .dropdown-avatar i.fa{padding-left:8px}.right #projects .content{margin:20px 30px 15px 15px}.right #projects .content .row{padding-left:15px;padding-right:15px}.right #projects .content .row .col-sm-3:first-child{padding-left:0}.right #projects .content .row .col-sm-3:first-child .card-3{background:#4d5d77}.right #projects .content .row .col-sm-3:nth-child(2) .card-3{background:#00bd00}.right #projects .content .row .col-sm-3:nth-child(3) .card-3{background:#e69500}.right #projects .content .row .col-sm-3:last-child{padding-right:0}.right #projects .content .row .col-sm-3:last-child .card-3{background:#f33}.right #projects .content .row .col-sm-3 .card-3{background:#fff;border-radius:5px;color:#fff;padding:15px}.right #projects .content .row .col-sm-3 .card-3 h3{font-weight:700;margin-bottom:25px;margin-top:0}.right #projects .content .row .col-sm-3 .card-3 h3 small{color:#fffc;font-size:small;line-height:3em}.right #projects .content .row .col-sm-3 .card-3 h3 span i.fa{color:#ffffff4d}.right #user-profile .header{background:#fff;border:1px solid #e6e6e6;display:block;margin-left:-15px;padding:15px 30px}.right #user-profile .header h4{color:#354052;display:inline-block}.right #user-profile .header ul{left:inherit;max-width:350px;right:0}.right #user-profile .header ul li{display:inline-block;padding-left:20px}.right #user-profile .header ul li .btn-group i.fa-bell-o,.right #user-profile .header ul li .btn-group i.fa-user-o{color:#b3b3b3;cursor:pointer;font-size:24px}.right #user-profile .header ul li .btn-group i.fa-bell-o:first-child:after,.right #user-profile .header ul li .btn-group i.fa-user-o:first-child:after{background:orange;border-radius:50%;color:#fff;content:"3";font-size:small;left:10px;padding:4px 7px;position:absolute;top:-8px}.right #user-profile .header ul li .btn-group i.fa-angle-down{cursor:pointer}.right #user-profile .header ul li .btn-group .dropdown-menu{padding:0}.right #user-profile .header ul li .btn-group .dropdown-menu li{border-bottom:1px solid #e6e6e6;display:block;padding-left:0}.right #user-profile .header ul li .btn-group .dropdown-menu li:first-child .alert-card i.fa{color:#00b300}.right #user-profile .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa{color:#b300b3}.right #user-profile .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa{color:#354052}.right #user-profile .header ul li .btn-group .dropdown-menu li:last-child{border-bottom:none}.right #user-profile .header ul li .btn-group .dropdown-menu li a{padding-bottom:10px;padding-top:10px}.right #user-profile .header ul li .btn-group .dropdown-menu li a:hover{background:#e5e8ee}.right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card{display:flex}.right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card i.fa,.right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card img{height:40px;margin-right:15px}.right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card p{color:#354052;margin-bottom:0}.right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card p small{color:#7f8fa4;white-space:pre-line;width:100%}.right #user-profile .header ul li .dropdown-avatar img{height:35px}.right #user-profile .header ul li .dropdown-avatar i.fa{padding-left:8px}.right #user-profile .content{margin:0 30px 15px 15px}.right #user-profile .content .row{padding-top:20px}.right #user-profile .content .row .card-5,.right #user-profile .content .row .card-7{background:#fff}.right #user-profile .content .row .card-7 .nav-tabs{border:1px solid #ddd}.right #user-profile .content .row .card-7 .nav-tabs li{border-bottom:2px solid #0000;margin-bottom:-2px}.right #user-profile .content .row .card-7 .nav-tabs li a{color:#495871;padding-bottom:20px;padding-top:20px}.right #user-profile .content .row .card-7 .nav-tabs li:hover a{background:#0000;border-bottom:0;color:#000}.right #user-profile .content .row .card-7 .nav-tabs li.active{border-bottom:2px solid #00b300;font-weight:700}.right #user-profile .content .row .card-7 .nav-tabs li.active a{border:0;color:#000}.right #user-profile .content .row .card-7 .tab-content .tab-pane{border:1px solid #ddd;border-top:0;padding:20px 15px}.right #user-profile .content .row .card-7 .tab-content .tab-pane ul{margin-bottom:40px;padding-left:25px;padding-right:50px}.right #user-profile .content .row .card-7 .tab-content .tab-pane ul small.title{color:#999;font-weight:700;margin-left:-25px}.right #user-profile .content .row .card-7 .tab-content .tab-pane ul li{color:#000;list-style-type:none;margin-bottom:20px;position:relative}.right #user-profile .content .row .card-7 .tab-content .tab-pane ul li:before{background:#7f8fa4;border-radius:50%;content:"";height:12px;left:-25px;position:absolute;top:8px;width:12px}.right #user-profile .content .row .card-7 .tab-content .tab-pane ul li:nth-child(2):before{background:orange}.right #user-profile .content .row .card-7 .tab-content .tab-pane ul li:nth-child(3):before{background:green}.right #user-profile .content .row .card-7 .tab-content .tab-pane ul li:nth-child(4):before{background:red}.right #user-profile .content .row .card-7 .tab-content .tab-pane ul li h6{line-height:30px}.right #user-profile .content .row .card-7 .tab-content .tab-pane ul li h6 span{border:1px solid #ddd;border-radius:5px;display:block;padding:5px 15px}.right #user-profile .content .row .card-7 .tab-content .tab-pane ul li h6 span.imgs{border:none}.right #user-profile .content .row .card-7 .tab-content .tab-pane ul li h6 span.imgs img{display:inline-block;height:60px;margin-right:5px}.right #user-profile .content .row .card-7 .tab-content .tab-pane ul li h6 small{font-size:inherit}.right #user-profile .content .row .card-5{margin-bottom:20px;padding:15px}.right #user-profile .content .row .card-5 .profile{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center;width:100%}.right #user-profile .content .row .card-5 .profile img{height:100px}.right #user-profile .content .row .card-5 .profile h4{font-weight:700;line-height:40px}.right #user-profile .content .row .card-5 .profile h4 small{display:block;font-size:small;line-height:20px}.right #user-profile .content .row .card-5 .profile h4 small:first-child{color:#000}.right #user-profile .content .row .card-5 .profile h4 small:nth-child(2){color:#7f8fa4}.right #user-profile .content .row .card-5 .dtls .col-sm-3 h5{color:#000;font-weight:700}.right #user-profile .content .row .card-5 .dtls .col-sm-3 h5 small{color:#999;line-height:30px}.right #user-profile .content .row .card-5 .drop,.right #user-profile .content .row .card-5 .fb,.right #user-profile .content .row .card-5 .link{margin:30px 0}.right #user-profile .content .row .card-5 .drop span,.right #user-profile .content .row .card-5 .fb span,.right #user-profile .content .row .card-5 .link span{border-radius:50%;height:35px;margin-right:20px;padding-top:9px;text-align:center;width:35px}.right #user-profile .content .row .card-5 .drop span i.fa,.right #user-profile .content .row .card-5 .fb span i.fa,.right #user-profile .content .row .card-5 .link span i.fa{color:#fff}.right #user-profile .content .row .card-5 .drop h5,.right #user-profile .content .row .card-5 .fb h5,.right #user-profile .content .row .card-5 .link h5{color:#000;font-weight:700}.right #user-profile .content .row .card-5 .fb span{background:green;padding-top:7px}.right #user-profile .content .row .card-5 .drop span{background:purple}.right #user-profile .content .row .card-5 .link a{color:#9da9b9;font-size:small}.right #user-profile .content .row .billing .billing-row{font-size:small;margin-bottom:20px}.right #user-profile .content .row .billing .billing-row .col-sm-6 i.fa{color:purple;padding-right:10px}.right #user-profile .content .row .billing .billing-row .col-sm-3.text-gray{color:#999}.right #candidates .header{background:#fff;border:1px solid #e6e6e6;display:block;margin-left:-15px;padding:15px 30px}.right #candidates .header h4{color:#354052;display:inline-block}.right #candidates .header ul{left:inherit;max-width:350px;right:0}.right #candidates .header ul li{display:inline-block;padding-left:20px}.right #candidates .header ul li .btn-group i.fa-bell-o,.right #candidates .header ul li .btn-group i.fa-user-o{color:#b3b3b3;cursor:pointer;font-size:24px}.right #candidates .header ul li .btn-group i.fa-bell-o:first-child:after,.right #candidates .header ul li .btn-group i.fa-user-o:first-child:after{background:orange;border-radius:50%;color:#fff;content:"3";font-size:small;left:10px;padding:4px 7px;position:absolute;top:-8px}.right #candidates .header ul li .btn-group i.fa-angle-down{cursor:pointer}.right #candidates .header ul li .btn-group .dropdown-menu{padding:0}.right #candidates .header ul li .btn-group .dropdown-menu li{border-bottom:1px solid #e6e6e6;display:block;padding-left:0}.right #candidates .header ul li .btn-group .dropdown-menu li:first-child .alert-card i.fa{color:#00b300}.right #candidates .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa{color:#b300b3}.right #candidates .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa{color:#354052}.right #candidates .header ul li .btn-group .dropdown-menu li:last-child{border-bottom:none}.right #candidates .header ul li .btn-group .dropdown-menu li a{padding-bottom:10px;padding-top:10px}.right #candidates .header ul li .btn-group .dropdown-menu li a:hover{background:#e5e8ee}.right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card{display:flex}.right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card i.fa,.right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card img{height:40px;margin-right:15px}.right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card p{color:#354052;margin-bottom:0}.right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card p small{color:#7f8fa4;white-space:pre-line;width:100%}.right #candidates .header ul li .dropdown-avatar img{height:35px}.right #candidates .header ul li .dropdown-avatar i.fa{padding-left:8px}.right #candidates .content{margin:0 30px 15px 15px}.right #candidates .content .row{margin-top:20px}.right #candidates .content .row .candid-card .card-4{background:#fff;padding:15px}.right #candidates .content .row .candid-card .card-4 .main-img{width:100%}.right #candidates .content .row .candid-card .card-4 .row{margin-top:10px}.right #candidates .content .row .candid-card .card-4 .row .col-sm-10 img{margin-right:15px;margin-top:-40px}.right #candidates .content .row .candid-card .card-4 .row .col-sm-10 h5{font-weight:700}.right #candidates .content .row .candid-card .card-4 .row .col-sm-10 h5 small{font-size:small;line-height:30px}.right #candidates .content .row .candid-card .card-4 .row .col-sm-2{margin-top:10px}.right #candidates .content .row .candid-card .card-4 .row .col-sm-2 a{color:#bfbfbf}.right #invoices .header{background:#fff;border:1px solid #e6e6e6;display:block;margin-left:-15px;padding:15px 30px}.right #invoices .header h4{color:#354052;display:inline-block}.right #invoices .header ul{left:inherit;max-width:350px;right:0}.right #invoices .header ul li{display:inline-block;padding-left:20px}.right #invoices .header ul li .btn-group i.fa-bell-o,.right #invoices .header ul li .btn-group i.fa-user-o{color:#b3b3b3;cursor:pointer;font-size:24px}.right #invoices .header ul li .btn-group i.fa-bell-o:first-child:after,.right #invoices .header ul li .btn-group i.fa-user-o:first-child:after{background:orange;border-radius:50%;color:#fff;content:"3";font-size:small;left:10px;padding:4px 7px;position:absolute;top:-8px}.right #invoices .header ul li .btn-group i.fa-angle-down{cursor:pointer}.right #invoices .header ul li .btn-group .dropdown-menu{padding:0}.right #invoices .header ul li .btn-group .dropdown-menu li{border-bottom:1px solid #e6e6e6;display:block;padding-left:0}.right #invoices .header ul li .btn-group .dropdown-menu li:first-child .alert-card i.fa{color:#00b300}.right #invoices .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa{color:#b300b3}.right #invoices .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa{color:#354052}.right #invoices .header ul li .btn-group .dropdown-menu li:last-child{border-bottom:none}.right #invoices .header ul li .btn-group .dropdown-menu li a{padding-bottom:10px;padding-top:10px}.right #invoices .header ul li .btn-group .dropdown-menu li a:hover{background:#e5e8ee}.right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card{display:flex}.right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card i.fa,.right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card img{height:40px;margin-right:15px}.right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card p{color:#354052;margin-bottom:0}.right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card p small{color:#7f8fa4;white-space:pre-line;width:100%}.right #invoices .header ul li .dropdown-avatar img{height:35px}.right #invoices .header ul li .dropdown-avatar i.fa{padding-left:8px}.right #invoices .content{margin:0 30px 15px 15px}.right #invoices .content .row.invoice{margin-top:20px}.right #invoices .content .row.invoice .summary-card{background:#fff;padding:15px}.right #invoices .content .row.invoice .summary-card h5{display:inline-block;font-weight:700}.right #invoices .content .row.invoice .summary-card h5 small{color:#7f8fa4}.right #invoices .content .row.invoice .summary-card .dropdown i.fa{color:#7f8fa4;cursor:pointer;margin-top:15px}.right #invoices .content .row.invoice .summary-card .row .col-sm-4:nth-child(2) .bg-cir{background:red;padding:2px 3px 1px 4px}.right #invoices .content .row.invoice .summary-card .row .col-sm-4 h3{position:relative}.right #invoices .content .row.invoice .summary-card .row .col-sm-4 h3 small{font-size:x-small;font-weight:700}.right #invoices .content .row.invoice .summary-card .row .col-sm-4 h3 .bg-cir{background:green;border-radius:10px;bottom:35px;color:#fff;font-size:x-small;padding:0 3px 3px 4px;position:absolute}.right #invoices .content .row.invoice .summary-card .cust-img{height:135px;object-fit:contain;width:100%}.right #single-invoice .header{background:#fff;border:1px solid #e6e6e6;display:block;margin-left:-15px;padding:15px 30px}.right #single-invoice .header h4{color:#354052;display:inline-block}.right #single-invoice .header ul{left:inherit;max-width:350px;right:0}.right #single-invoice .header ul li{display:inline-block;padding-left:20px}.right #single-invoice .header ul li .btn-group i.fa-bell-o,.right #single-invoice .header ul li .btn-group i.fa-user-o{color:#b3b3b3;cursor:pointer;font-size:24px}.right #single-invoice .header ul li .btn-group i.fa-bell-o:first-child:after,.right #single-invoice .header ul li .btn-group i.fa-user-o:first-child:after{background:orange;border-radius:50%;color:#fff;content:"3";font-size:small;left:10px;padding:4px 7px;position:absolute;top:-8px}.right #single-invoice .header ul li .btn-group i.fa-angle-down{cursor:pointer}.right #single-invoice .header ul li .btn-group .dropdown-menu{padding:0}.right #single-invoice .header ul li .btn-group .dropdown-menu li{border-bottom:1px solid #e6e6e6;display:block;padding-left:0}.right #single-invoice .header ul li .btn-group .dropdown-menu li:first-child .alert-card i.fa{color:#00b300}.right #single-invoice .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa{color:#b300b3}.right #single-invoice .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa{color:#354052}.right #single-invoice .header ul li .btn-group .dropdown-menu li:last-child{border-bottom:none}.right #single-invoice .header ul li .btn-group .dropdown-menu li a{padding-bottom:10px;padding-top:10px}.right #single-invoice .header ul li .btn-group .dropdown-menu li a:hover{background:#e5e8ee}.right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card{display:flex}.right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card i.fa,.right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card img{height:40px;margin-right:15px}.right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card p{color:#354052;margin-bottom:0}.right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card p small{color:#7f8fa4;white-space:pre-line;width:100%}.right #single-invoice .header ul li .dropdown-avatar img{height:35px}.right #single-invoice .header ul li .dropdown-avatar i.fa{padding-left:8px}.right #single-invoice .content{margin:0 30px 15px 15px}.right #single-invoice .content .s-inv-card{background:#fff;box-shadow:0 0 10px #cad0d9;margin-top:20px;padding:10rem 10rem 3rem}.right #single-invoice .content .s-inv-card .row{margin-bottom:8rem}.right #single-invoice .content .s-inv-card .row:last-child{margin-bottom:2rem}.right #single-invoice .content .s-inv-card .row small{line-height:25px}.right #single-invoice .content .s-inv-card .row .s-inv-header .col-sm-3 h4{margin-top:4rem}.right #single-invoice .content .s-inv-card .row .s-inv-body .col-sm-3 h4 small{line-height:50px}.right #browse .header{background:#fff;border:1px solid #e6e6e6;display:block;margin-left:-15px;padding:15px 30px}.right #browse .header h4{color:#354052;display:inline-block}.right #browse .header ul{left:inherit;max-width:350px;right:0}.right #browse .header ul li{display:inline-block;padding-left:20px}.right #browse .header ul li .btn-group i.fa-bell-o,.right #browse .header ul li .btn-group i.fa-user-o{color:#b3b3b3;cursor:pointer;font-size:24px}.right #browse .header ul li .btn-group i.fa-bell-o:first-child:after,.right #browse .header ul li .btn-group i.fa-user-o:first-child:after{background:orange;border-radius:50%;color:#fff;content:"3";font-size:small;left:10px;padding:4px 7px;position:absolute;top:-8px}.right #browse .header ul li .btn-group i.fa-angle-down{cursor:pointer}.right #browse .header ul li .btn-group .dropdown-menu{padding:0}.right #browse .header ul li .btn-group .dropdown-menu li{border-bottom:1px solid #e6e6e6;display:block;padding-left:0}.right #browse .header ul li .btn-group .dropdown-menu li:first-child .alert-card i.fa{color:#00b300}.right #browse .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa{color:#b300b3}.right #browse .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa{color:#354052}.right #browse .header ul li .btn-group .dropdown-menu li:last-child{border-bottom:none}.right #browse .header ul li .btn-group .dropdown-menu li a{padding-bottom:10px;padding-top:10px}.right #browse .header ul li .btn-group .dropdown-menu li a:hover{background:#e5e8ee}.right #browse .header ul li .btn-group .dropdown-menu li a .alert-card{display:flex}.right #browse .header ul li .btn-group .dropdown-menu li a .alert-card i.fa,.right #browse .header ul li .btn-group .dropdown-menu li a .alert-card img{height:40px;margin-right:15px}.right #browse .header ul li .btn-group .dropdown-menu li a .alert-card p{color:#354052;margin-bottom:0}.right #browse .header ul li .btn-group .dropdown-menu li a .alert-card p small{color:#7f8fa4;white-space:pre-line;width:100%}.right #browse .header ul li .dropdown-avatar img{height:35px}.right #browse .header ul li .dropdown-avatar i.fa{padding-left:8px}.right #browse h5.search{background:#fff;margin-left:-15px;margin-top:0;padding:30px}.right #browse .content{margin:0 30px 15px 15px}.right #browse .content .browse .card{background:#fff;padding:15px}.right #browse .content .browse .card img{width:60px}.right #browse .content .browse .card h5{display:inline-block;vertical-align:middle}.left:hover+.right{margin-left:215px}.strike{color:#999}hr{border-top:1px solid #e6e6e6;margin:10px 0}.py-15{padding:15px 0}.container{margin:0 auto;max-width:120rem;padding:0 3.2rem}.container .row-center{align-items:center}.container .row{display:flex;gap:1rem;justify-content:space-between}.container .w-full{width:100%}.container .filter-wrap{align-items:center;display:flex;gap:1rem;justify-content:space-around;margin:1rem 0}.container .filter-wrap .input-filter{border:1px solid #bebebe;border-radius:.5rem;outline:none;padding:.6rem}.container .group-elements{align-items:center;display:flex;justify-content:space-between}.container .group-elements .voir-elements{align-items:center;display:flex;gap:.5rem}.container .group-elements .voir-elements select{border:1px solid #bebebe;border-radius:1rem;padding:.5rem .7rem}.container .group-elements .search-element{align-items:center;display:flex;gap:.5rem}.container .group-elements .search-element .filter-sw{align-items:center;border:1px solid #2581dc;border-radius:2rem;cursor:pointer;display:flex;font-size:.8rem;gap:.5rem;height:2rem;padding:0 .5rem;transition:all .2s}.container .group-elements .search-element .filter-sw span{color:#2581dc;font-size:1rem}.container .group-elements .search-element .filter-sw p{color:#2581dc;font-weight:600}.container .group-elements .search-element input{border:1px solid #bebebe;border-radius:2rem;outline:none;padding:.6rem}.container .table-wrap{display:flex;margin-top:1rem;overflow-x:auto;overscroll-behavior-x:contain;padding-block:1rem}.container .table-wrap table{background:#fff;border:1px solid #2581dc;border-radius:.5rem;border-spacing:0;box-shadow:0 1px 2px #0000001a,0 1px 2px #0000000f,0 2px 4px #00000008;font-size:.8rem;inline-size:100%;overflow:hidden;text-align:left}.container .table-wrap table td,.container .table-wrap table th{border:1px solid #89cff0;padding:5px}.table-wrap-sticky{margin-top:1rem;max-height:25rem;overflow-x:auto;overflow-y:auto;overscroll-behavior-x:contain;padding-block:1rem}.table-wrap-sticky table{background:#fff;border:1px solid #2581dc;border-radius:.5rem;border-spacing:0;box-shadow:0 1px 2px #0000001a,0 1px 2px #0000000f,0 2px 4px #00000008;font-size:.8rem;inline-size:100%;overflow:hidden;text-align:left}.table-wrap-sticky table td,.table-wrap-sticky table th{border:1px solid #89cff0;padding:5px}.table-wrap-sticky table th{background:#edf2f7;position:-webkit-sticky;position:sticky;top:0;z-index:10}a{text-decoration:none}a .add-new{background:#2581dc;border:1px solid #2581dc;border-radius:2rem;color:#fff;cursor:pointer;display:inline-block;font-size:.8rem;margin:1rem 0;padding:.3rem 1rem .3rem .5rem;text-transform:none;transition:all .2s ease-in-out}a .add-new>*{vertical-align:middle}a .add-new-2,a .add-new:hover{background:#fff;border:1px solid #2581dc;color:#2581dc}a .add-new-2{border-radius:2rem;cursor:pointer;display:inline-block;font-size:.8rem;margin:7rem 0 1rem;padding:.3rem 1rem .3rem .5rem;text-transform:none;transition:all .2s ease-in-out}a .add-new-2>*{vertical-align:middle}.special,a .add-new-2:hover{background:#fff;border:1px solid #2581dc;color:#2581dc}.special{border-radius:2rem;cursor:pointer;display:inline-block;font-size:.8rem;margin:7rem 0 1rem;padding:.7rem 1.5rem;transition:all .2s ease-in-out}.special>*{vertical-align:middle}.special:hover{background:#fff;border:1px solid #2581dc;color:#2581dc}.special-btn{background:#2581dc;border:1px solid #2581dc;border-radius:2rem;color:#fff;cursor:pointer;display:inline-block;font-size:.8rem;margin:7rem 0 1rem;padding:.7rem 1.5rem;text-transform:none;transition:all .2s ease-in-out}.special-btn>*{vertical-align:middle}.special-btn:hover{background:#fff;border:1px solid #2581dc;color:#2581dc}.special-btn-danger{background:red;border:1px solid red;border-radius:2rem;color:#fff;cursor:pointer;display:inline-block;font-size:.8rem;margin:7rem 0 1rem;padding:.7rem 1.5rem;text-transform:none;transition:all .2s ease-in-out}.special-btn-danger>*{vertical-align:middle}.special-btn-danger:hover{background:#fff;border:1px solid red;color:red}.special-btn-sucess{background:#36b64f;border:1px solid #36b64f;border-radius:2rem;color:#fff;cursor:pointer;display:inline-block;font-size:.8rem;margin:7rem 0 1rem;padding:.7rem 1.5rem;text-transform:none;transition:all .2s ease-in-out}.special-btn-sucess>*{vertical-align:middle}.special-btn-sucess:hover{background:#fff;border:1px solid #36b64f;color:#36b64f}.special-btn-nmarg{background:#2581dc;border:1px solid #2581dc;border-radius:2rem;color:#fff;cursor:pointer;display:inline-block;font-size:.8rem;margin:1rem 0;padding:.7rem 1.5rem;text-transform:none;transition:all .2s ease-in-out}.special-btn-nmarg>*{vertical-align:middle}.special-btn-nmarg:hover{background:#fff;border:1px solid #2581dc;color:#2581dc}.pagination{display:inline-block;margin-top:.5rem}.pagination a{color:#000;float:left;padding:8px 16px;text-decoration:none}.submit-btn{background:#2581dc;border:1px solid #fff;border-radius:2rem;color:#fff;cursor:pointer;font-size:.8rem;letter-spacing:.1rem;line-height:1.7;outline:none;overflow:hidden;padding:.5rem 1.2rem;text-transform:none;transition:all .3s ease-in-out}.submit-btn:hover{background:#fff;border:1px solid #2581dc;color:#2581dc}.submit-btn-green{background:green}.submit-btn-green,.submit-btn-small{border:1px solid #fff;border-radius:1rem;color:#fff;cursor:pointer;font-size:1rem;letter-spacing:.1rem;line-height:1.7;outline:none;overflow:hidden;padding:.5rem 1.2rem;text-transform:none;transition:all .3s ease-in-out}.submit-btn-small{background:red;width:20%}.scroll-height{height:7rem}.filter-iner-wrap{align-items:center;display:flex;gap:.5rem}.filter-iner-wrap .search-btn{color:red;font-size:1.8rem}.multi{margin-top:2rem}.multi table{border-collapse:collapse;table-layout:fixed;width:100%}.multi .table-list{overflow-y:auto}.multi .table-list-base-height{max-height:190.5px}.multi .table-list-med-height{max-height:256px}.multi .table-list-med-height-half{max-height:130px}.multi .table-list table{width:100%}.multi td,.multi th{color:#2581dc;padding:.3rem;text-align:left}.multi .color-half{color:#fff!important}.multi td{color:#000;font-weight:400}.multi tr:nth-child(2n){background-color:#2581dc}.multi tr:nth-child(2n) td{color:#fff}:root{--first-color:#1a73e8;--input-color:#80868b;--border-color:#dadce0;--body-font:"Roboto",sans-serif;--normal-font-size:1rem;--small-font-size:0.75rem}.l-form-login{align-items:center;background:#e3e5e6;display:flex;height:97vh;justify-content:center}.form-login{background:#fff;border-radius:1rem;box-shadow:0 10px 25px #5c636933;padding:2rem;width:300px}.form-login img{margin-bottom:1rem;width:60%}.form-login__title{color:#1a73e8;font-weight:600;margin-bottom:2rem}.form-login__div{height:48px;margin-bottom:1.5rem;position:relative}.form-login__input{background:none;border:1px solid #dadce0;border:1px solid var(--border-color);border-radius:.5rem;left:0;outline:none;padding:1rem;top:0;width:88%;z-index:1}.form-login__input,.form-login__label{font-size:1rem;font-size:var(--normal-font-size);position:absolute}.form-login__label{background-color:#fff;color:#80868b;color:var(--input-color);left:1rem;padding:0 .25rem;top:1rem;transition:.3s}.form-login__button{background-color:#2581dc;border:1px solid #fff;border-radius:.5rem;color:#fff;cursor:pointer;display:block;font-size:1rem;font-size:var(--normal-font-size);margin-left:auto;outline:none;padding:.75rem 2rem;transition:.3s}.form-login__button:hover{background:#fff;border:1px solid #2581dc;color:#1a73e8}.form-login__input:focus+.form-login__label{color:#2581dc}.form-login__input:focus+.form-login__label,.form-login__input:not(:placeholder-shown).form-login__input:not(:focus)+.form-login__label{font-size:.75rem;font-size:var(--small-font-size);font-weight:500;left:.8rem;top:-.5rem;z-index:10}.form-login__input:focus{border:1.5px solid #2581dc}.remember{align-items:center;display:flex;gap:.5rem}.remember label{color:#80868b;font-size:1rem}.statut{align-content:center;border:1px solid #fff;border-radius:.5rem;color:#fff;display:inline-block;font-weight:700;height:3rem;padding:.3rem;text-align:center;width:90%}.statut-chef{background:#00b300}.statut-responsbl{background:#1a73e8}.statut-resp-gnr{background:#4d5d77}.statut-v-drc-gnr{background:#89cff0}.statut-rf-drc-gnr{background:#f33}.statut-v-gr{background:#e69500}.statut-rf-gr{background:#ef4444}.statut-dc-caissier,.statut-dc-fnc{background:#b3b300}.about-btn{color:#1a73e8;cursor:pointer;position:relative}.about-list{background:#fff;border:1px solid #bebebe;border-radius:.5rem;color:#1a1a1a;display:none;padding:.3rem 1rem;position:absolute;right:5rem;z-index:999}.about-list ul{padding-left:0}.about-list ul li .check:hover,.about-list ul li .close:hover{transform:scale(1.5)}.about-list ul li,.about-list ul li a{align-items:center;cursor:pointer;display:flex;font-size:.8rem;gap:1rem;justify-content:start;list-style:none;transition:all.2s}.about-list ul li a{color:#1a1a1a}.depense-w{width:50rem}.invalid-feedback{font-size:10px}.invalid-feedback,.requiredField{color:red;font-weight:700}.disabled{opacity:.6;pointer-events:none}.without-btn{margin-top:3rem}.button-container{display:flex;justify-content:space-between}.table-wrapPopup{display:flex;overflow-x:auto;overscroll-behavior-x:contain;padding-block:1rem}.table-wrapPopup table{background-color:inherit;border:1px solid #d3d3d3;border-radius:.5rem;border-spacing:0;box-shadow:0 4px 6px -2px #0e1e251f;inline-size:100%;overflow:hidden;text-align:left}.table-wrapPopup :is(th,td){border-block-end:1px solid #d3d3d3;min-inline-size:8rem;padding:.5rem}.table-wrapPopup :is(th,td):not(:first-child){border-inline-start:1px solid #d3d3d3}.special1{background:#fff;border:1px solid #2581dc;border-radius:2rem;color:#2581dc;cursor:pointer;display:inline-block;font-size:.8rem;font-weight:600;margin:1rem 0;padding:.7rem 1.5rem;transition:all .2s ease-in-out}.special1>*{vertical-align:middle}.special1:hover{background:#fff;border:1px solid #2581dc;color:#2581dc}.w-1_2{width:20%!important}.focused{border:3px solid red;outline:none}.search-input{border:1px solid #bebebe;border-radius:2rem;outline:none;padding:.6rem}.loading-overlay{align-items:center;background:#fffc;display:flex;inset:0;justify-content:center;pointer-events:all;position:fixed;z-index:9999}.loading-content{align-items:center;display:flex;flex-direction:column}.loading-spinner-img{height:80px;margin-bottom:1rem;width:80px}.loading-message{color:#333;font-size:1.2rem;font-weight:700}