:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box;font-family:roboto,sans-serif}.btn{padding:12px;width:100%;color:#fff;font-size:1rem;font-family:Poppins,sans-serif;background-color:#796dcb;border-radius:4px}.forgot{text-align:end;margin-bottom:.7rem}.forgot>a{text-decoration:none;color:#777;font-size:.8rem}.container{display:flex;justify-content:center;align-items:center;min-height:100vh}.card{width:800px;min-height:400px;display:flex;border-radius:9px;overflow:hidden;box-shadow:0 6px 8px #0000001a;border-top:4px solid #f9f9f8}.media{flex-basis:50%;display:flex;justify-content:center;align-items:center;flex-direction:column}.media>img{width:100%}.form{flex-basis:50%;font-family:roboto;padding:25px}.label{text-align:center;margin-top:25px;font-size:2rem;color:#796dcb;font-weight:500;font-family:Poppins,sans-serif}.btn{padding:12px;width:100%;color:#fff;font-size:1rem;font-family:Poppins,sans-serif;background-color:#796dcb;border-radius:4px;margin-top:.5rem}.bottom{margin-top:25px;text-align:center}.bottom>a{text-decoration:none;color:#777;margin:1rem 0;font-size:.8rem}@media only screen and (max-width:768px){.card{flex-direction:column;margin:0 15px}.media,.form{width:100%}}.lp-header{width:100%;height:100vh;font-family:Roboto,sans-serif;background:url(/assets/background1-0f3b7a40.png);background-repeat:no-repeat;background-size:100% 100%;padding:0 2rem;margin-bottom:4rem}.lp-nav{height:100px;display:flex;justify-content:space-between;align-items:center}.lp-logo{font-size:2rem;text-decoration:none;color:#000;font-weight:600}.lp-logo>span{color:#796dcb}.lp-menu{display:flex;align-items:center;justify-content:center}.lp-menu li{list-style:none;padding:0 20px;position:relative}.lp-menu a:before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;border-bottom:2px solid black;padding-bottom:.4rem;transition:.5s linear}.lp-menu a:hover:before{width:100%}.lp-menu li>a{text-decoration:none;font-size:1.3rem;font-weight:600;color:#000}.mobile,.closeMenu{display:none}@media (max-width:727px){.lp-menu{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:fixed;top:-400px;right:-400px;width:0;background-color:#fff;box-shadow:0 0 5px #000;padding:40px 0 0 10px;transition:.3s ease-in-out}.lp-menu.active{width:100%;top:0;right:0;height:100vh}.lp-menu li{margin-bottom:25px}.mobile{display:block}.closeMenu{width:100%;display:flex;justify-content:end}}.hero{width:100%;height:80%;display:flex;justify-content:space-around;align-items:center}.left a{text-decoration:none;background:black;color:#fff;padding:10px 20px;letter-spacing:7px;white-space:nowrap}.left p{overflow-wrap:break-word;color:(103 98 98);width:60%;line-height:1.5rem}.right img{width:100%;height:inherit}.left h1{color:#000}@media (min-width: 640px){.left h1{font-size:3rem}.left{width:60%}.right{width:40%;height:100%}}@media (min-width: 1340px){.left h1{font-size:5rem}.left{width:50%}.right{width:50%;height:100%}}@media (max-width: 640px){.left h1{font-size:2rem}.left p{width:90%}.left{width:60%}.right{width:40%}}@media (max-width: 500px){.right{width:0%;visibility:hidden}.left{width:100%}}#services{width:100%;margin:0 auto;padding:6rem 1.5rem}.services-upper{display:flex;flex-wrap:wrap;width:100%;margin-bottom:2.5rem}.services-upper>div{width:100%;margin-bottom:1.5rem}@media (min-width: 1024px){.services-upper>div{width:50%;margin-bottom:0}.services-upper>p{width:50%}}.services-upper h1{font-size:2rem;line-height:2rem;margin-bottom:.5rem;color:#333}.border{height:.3rem;width:7rem;border-radius:2rem;background-color:#796dcb}.services-upper p{color:#777;line-height:1.75rem}#services>.services-lower{display:flex;flex-wrap:wrap}@media (max-width: 786px){.services-lower>div{width:100%;padding:1.5rem}}@media (min-width: 786px){.services-lower>div{width:50%;padding:1.5rem}}@media (min-width: 1280px){.services-lower>div{width:25%;padding:1.5rem}}.services-lower>div>div{background-color:#fff;box-shadow:0 4px 8px #0003;border-radius:10px;padding:1.5rem}.services-lower img{height:10rem;width:100%;object-fit:cover;object-position:center;margin-bottom:1.5rem}.services-lower h3{font-size:24px;font-weight:700;color:#333;margin-top:10px}.services-lower h2{font-size:16px;color:#333;margin-top:10px}.service-description{font-size:14px;color:#777;margin-top:10px}#testimonial{margin-left:auto;margin-right:auto;padding:6rem 1.5rem}.para{width:100%;text-align:center;margin-left:auto;margin-right:auto}.para>img{width:3rem}@media (min-width: 1024px){.para{width:75%}}@media (min-width: 1280px){.para{width:60%}.para>img{width:4rem}}.main-para{padding-top:2rem;font-size:1.125rem;line-height:2rem;color:#64748b}.para>h2{padding-top:2rem;padding-bottom:.3rem;color:#111827;font-size:1.2rem;letter-spacing:5px}#about-us{margin:0 auto;padding:6rem 2rem}.about-us-content{display:flex;flex-wrap:wrap}.about-us-left{width:100%;padding-bottom:3rem}.about-us-right{width:100%}@media (min-width: 1024px){.about-us-left{width:50%}.about-us-right{padding-left:3rem;width:50%}}.about-us-left>img{width:100%;height:100%}.about-us-right>h2{font-size:4rem;font-family:roboto;padding-bottom:.3rem}@media (max-width: 325px){.about-us-right>h2{font-size:3rem}}.about-us-right>h3{font-size:1.3rem;font-weight:300;font-family:roboto;color:#3d4550;padding-bottom:1rem}.about-us-right ul{padding-left:1rem}.about-us-right li{font-size:1.125rem;line-height:2rem;color:#64748b;margin-bottom:1rem}#contact-us{margin:0 auto;padding:6rem 2rem}.contact-us-upper{display:flex;flex-direction:column;text-align:center;margin-bottom:3rem}.contact-us-upper h1{font-size:2rem;margin-bottom:1rem}.contact-us-upper p{color:#64748b;line-height:1.5rem;font-family:roboto;font-size:1.2rem;width:100%;margin:0 auto}@media (min-width: 640px){.contact-us-upper h1{font-size:3rem}}@media (min-width: 1024px){.contact-us-upper p{width:66.666%}}.contact-us-lower{width:100%;margin:0 auto}@media (min-width: 786px){.contact-us-lower{width:66.666%}}@media (min-width: 1024px){.contact-us-lower{width:50%}}.contact-form{display:flex;flex-wrap:wrap}.contact-name{padding:.5rem;width:50%}.contact-name>div{font-size:1.2rem;font-weight:700;line-height:1.75rem;color:#64748b;font-family:roboto}.contact-name>input{padding:.65rem 1rem;width:100%;border:1px solid #ccc;border-radius:4px;background:transparent;transition:border-color .3s ease}.contact-name>input:focus{border-color:#4f46e5}.contact-email{padding:.5rem;width:50%}.contact-email>div{font-size:1.2rem;font-weight:700;line-height:1.75rem;color:#64748b;font-family:roboto}.contact-email>input{padding:.65rem 1rem;width:100%;border:1px solid #ccc;border-radius:4px;background:transparent;transition:border-color .3s ease}.contact-email>input:focus{border-color:#4f46e5}.contact-message{margin-top:1rem;width:100%;padding:.5rem}.contact-message>div{font-size:1.2rem;font-weight:700;line-height:1.75rem;color:#64748b;font-family:roboto}.contact-message>textarea{padding:.65rem 1rem;width:100%;border:1px solid #ccc;border-radius:4px;background:transparent;transition:border-color .3s ease}.contact-btn{padding:.5rem;width:100%}.contact-btn>button{display:flex;margin:0 auto;color:#fff;background-color:#796dcb;padding:.7rem 3rem;border:none;border-radius:4px}.contact-btn>button:hover{background-color:#6f63b9}.contact-border{display:flex;margin:0 auto;margin-top:1.5rem;border:none;background-color:#f0f0f0;box-shadow:0 0 .5px .4px #ccc}#footer{display:flex;align-items:center;flex-direction:column;margin:0 auto;padding:2rem 1.5rem}@media (min-width: 640px){#footer{flex-direction:row}}.footer-title{display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:2rem;color:#000}@media (min-width: 1024px){.footer-title{justify-content:start}}.footer-title>span{color:#796dcb}.footer-para{font-size:1rem;color:#777;margin-top:1.2rem}.footer-para>a{text-decoration:none;font-size:1rem;color:#777;margin-top:1.2rem}@media (min-width: 640px){.footer-para{margin-left:1rem;padding-left:1rem;border-left:2px 1px #e2e8f0;border-color:#e2e8f0;padding-top:.5rem;padding-bottom:.5rem;margin-top:0}}.footer-para>a{color:#777;margin-left:.2rem}.footer-socials{display:inline-flex;margin-top:1.4rem;justify-content:center;align-items:center}@media (min-width: 640px){.footer-socials{margin-top:0;justify-content:start;margin-left:auto}}.footer-socials>a{margin-left:1.5rem}.not-found-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f6f8fa}.not-found-content{text-align:center;background-color:#fff;padding:20px;border-radius:5px;box-shadow:0 0 10px #0000001a}.not-found-content>h1{font-size:3rem;margin-bottom:10px}.not-found-content>p{font-size:1.2rem;margin-bottom:20px}.profile-container{display:flex;justify-content:center;width:100%;height:100vh;align-items:center;text-align:center}.user-info{height:fit-content;width:60%;background-color:#f0f4f8;padding:20px;border-radius:10px;box-shadow:0 4px 8px #0003}.profile-image-button{background-color:#3498db;border:none;border-radius:50%;padding:5px;cursor:pointer}.profile-image-button>img{height:4rem;width:4rem}.name{font-size:1rem;font-weight:700;padding-top:.6rem}.idd{font-size:.9rem;font-weight:600;color:#666}.edit-profile-button-container{margin-top:1rem}.edit-profile-button{background-color:#7163ba;color:#fff;border:none;padding:6px 8px;cursor:pointer;border-radius:5px;font-size:11px;font-weight:700;text-transform:uppercase}.social-icons{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}.social-icons span{font-size:19px}.join-date{background-color:#ccc;margin-top:20px;padding:5px;border-radius:5px}.join{font-size:14px;color:#a0a0a0;font-weight:700}@media (max-width:499px){.user-info{width:90%}.idd{font-size:.7rem}}.forgot-container{display:flex;justify-content:center;align-items:center;min-height:100vh}.forgot-card{width:800px;min-height:400px;border-radius:9px;overflow:hidden;box-shadow:0 6px 8px #0000001a;border-top:4px solid #f9f9f8}.forgot-form{font-family:roboto;padding:25px}.forgot-label{text-align:center;margin-top:25px;font-size:2rem;color:#796dcb;font-weight:500;font-family:Poppins,sans-serif}.forgot-btn{padding:12px;width:100%;color:#fff;font-size:1rem;font-family:Poppins,sans-serif;background-color:#796dcb;border-radius:4px}@media only screen and (max-width: 768px){.forgot-card{flex-direction:column;margin:0 15px}.form{width:100%}}.sidebar-container{display:flex}.sidebar{background:rgba(113,99,186,255);color:#fff;width:200px;transition:all .5s}.sidebar-top_section{display:flex;align-items:center;justify-content:center;padding:1rem}.sidebar-logo{font-size:30px}.sidebar-bars{display:flex;font-size:25px;margin-left:50px}.sidebar-link{display:flex;color:#fff;padding:10px 15px;gap:15px;transition:all .5s;text-decoration:none}.sidebar-link:hover{background:#e0e0e058;transition:all .5s}.sidebar-active{background:lightskyblue;color:#000}.sidebar-icon,.sidebar-link_text{font-weight:600;font-size:20px}.sidebar-main{width:100%}.header{background:white;color:#7163ba;padding:10px 2rem;border-radius:10px;margin-bottom:1rem}.card-container{background:white;padding:2rem;border-radius:10px}.payment-card{background:rgba(229,223,223);border-radius:10px;padding:1.2rem;width:290px;height:90px;display:flex;flex-direction:column;justify-content:space-between;transition:all .5s ease-in-out}.payment-card:hover{transform:translateY(-5px)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.amount{display:flex;flex-direction:column}.title{font-size:12px;font-weight:200}.amount-value{font-size:24px;font-family:Courier New,Courier,monospace;font-weight:600}.light-purple{background:rgb(254,226,254)}.tabular-wrapper{background:white;margin-top:1rem;border-radius:10px;padding:1rem}.table-container{width:100%}.table-main{padding-bottom:.5rem}.table-main>h3{font-size:1rem}.table-buttons{display:flex;direction:row;justify-content:space-between}table{width:100%;border-collapse:collapse}thead{background:rgba(113,99,186,255);color:#fff}th{padding:15px;text-align:left}tbody{background:#f2f2f2}td{padding:15px;font-size:14px;color:#333}tr:nth-child(2n){background:white}tfoot{padding:15px}.order-icons{display:flex;gap:1rem}.table-container button{color:green;border:none;background:none;cursor:pointer}.search-container{display:flex;justify-content:center;align-items:center;height:40px;background-color:#f5f5f5;border:1px solid #ccc;border-radius:30px;margin:8px;box-shadow:0 2px 3px #000}#search-bar{flex:1;border:none;padding:8px;width:4rem;border-radius:30px 0 0 30px;outline:none}#search-icon{color:#fff;border:none;border-radius:0 30px 30px 0;padding:6px 10px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.menu-label{font-size:.9rem;margin-right:.5rem;padding:.5rem}.main-content{position:relative;background:#ebe9e9;width:100%;padding:1rem}.order-header{background:transparent;padding:8px 0rem;border-radius:10px;margin-bottom:.8rem}.card-container{background:white;padding:.8rem;border-radius:10px}.card-container>h3{margin-bottom:.5rem;font-family:Roboto}.card-wrapper{display:flex;flex-wrap:wrap;gap:1rem}.order-btn{width:9rem;text-decoration:none;background:rgba(113,99,186,255);padding:.5rem;display:flex;justify-content:space-between;align-items:center;margin-top:.8rem;color:#fff;border-radius:8px}.order-btn>span{font-size:1rem;padding-right:.2rem}.order-navigation{display:flex;color:#000}.category{width:fit-content;background-color:#fff;color:#000;border-radius:10px;margin:0 .5rem;font-size:.8rem;letter-spacing:2px;flex:1;text-align:center;padding-top:.4rem;padding-bottom:.4rem;font-weight:800;cursor:pointer;transition:background-color .2s ease-in-out;box-shadow:0 2px 3px #b7b7b7}.category.active{background-color:#7163ba;color:#fff}.category:hover{background-color:#7b48c8;color:#fff}
