@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";#nav{background-color:#000;padding:1rem 0}nav{display:flex;align-items:center;justify-content:space-evenly;gap:1rem;height:3rem;padding:3rem;max-width:1400px;margin:0 auto;justify-content:space-between;color:var(--ffff);width:100%;box-sizing:border-box}.brand-logo{height:5.2rem;max-width:18rem;width:100%;object-fit:contain;position:relative}.hamburger{background-color:rgba(0,0,0,0);color:var(--ffff);font-weight:600;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:0!important}.hamburger,nav span{transition:all;transition-duration:.5s}nav span{padding:.3rem;border-radius:.5rem}.nav-links{position:fixed;background-color:rgba(231,231,231,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);top:0;right:0;left:70%;z-index:12}.nav-links ul{height:100vh;gap:1rem;padding-left:0!important}.nav-links ul li{list-style:none}.nav-links a,.nav-links p{text-decoration:none;font-size:1.2rem;font-weight:700;color:var(--black);margin:0!important;cursor:pointer;display:block;transition:all .2s ease-out}.nav-links a:hover,.nav-links p:hover{scale:1.04}.nav-show{transform:translateX(0)}.nav-hide,.nav-show{transition:transform .5s ease-in-out}.nav-hide{transform:translateX(100%)}.nav-close{position:absolute;top:2rem;right:2rem;color:var(--black)}.flag-parent{position:relative;height:2rem;width:2rem;background-color:rgba(0,0,0,0);cursor:pointer}.nav-right{display:flex;justify-content:center;align-items:center;gap:.9375rem}@media(max-width:400px){nav .image{width:80%}}@media(max-width:575px){.nav-links{left:0}nav{padding:3rem 1rem}}@media(min-width:575px)and (max-width:767px){.nav-links{left:40%}nav{padding:3rem 2rem}}@media(min-width:767px)and (max-width:991px){.nav-links{left:50%}}#about{color:var(--black);padding:2rem 1.5rem;max-width:1280px;width:100%;margin:0 auto!important;min-height:70vh;align-items:start;gap:.5rem}@media(min-width:1024px){#about{padding:2rem 2.5rem}}#about h3,#about ul{margin:0}#about h1{font-size:3rem;width:100%;text-align:center}#about h2{font-size:1.5rem}#about p{font-size:1rem;color:var(--black);margin:0}#about li{margin:.8rem 0;color:var(--black)}#collection-parent{background-color:var(--bg-white);padding:3rem 1.5rem}#collection{max-width:1400px;width:100%;margin:0 auto}.collection-head h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.collection-head h6{font-size:1rem;margin:0 0 4rem;text-align:center}.collection-img{width:100%;height:12rem;position:relative}.collection-img img{border-radius:1.5rem;object-fit:cover}.collection-body{gap:1rem;max-width:65rem;width:100%}.collection-item{padding:1rem;gap:.5rem;border-radius:2rem;background-color:var(--ffff);border:.1875rem solid rgba(0,0,0,0);transition:all;transition-duration:.5s;position:relative;justify-content:space-between}.collection-item,.collection-item>div{display:flex;flex-direction:column;height:100%;width:100%}.collection-item .title{font-size:1.1rem;font-weight:600;margin-top:1rem!important;margin-bottom:0!important;padding:0!important}.collection-item .price{font-size:1rem;margin-bottom:1rem!important;font-weight:500}.collection-item:hover{border:.1875rem solid var(--light-black)}.collection-item span{gap:.4rem;justify-content:flex-start}.collection-item span h4{font-size:1.8rem;margin:0;font-weight:800}.collection-item span p{color:var(--grey);font-weight:700;font-size:.8rem}.cars-absolute{height:100%;display:flex;flex-direction:column}.cars-absolute .collection-info{background-color:var(--bg-white);color:var(--grey);padding:.7rem;border-radius:1rem;margin-bottom:.5rem;height:100%}.cars-absolute .collection-info span{width:100%;justify-content:space-between}.cars-absolute .collection-info span p{font-size:.8rem;margin:0;padding:0;text-transform:capitalize}.collection-info button:disabled{opacity:1;background-color:gray!important}.collection-item button{background-color:var(--ffff);color:var(--light-black);border:2px solid var(--light-black);width:100%;border-radius:1.5rem;padding:.7rem;font-size:1rem;line-height:1.125rem;font-weight:600;transition:all;transition-duration:.5s;cursor:pointer}.collection-item .remove-btn{background-color:var(--light-black);color:var(--ffff)}.collection-item button:last-child{margin-top:.5rem}.all-cars{cursor:pointer}#collection a{text-decoration:none}.all-cars{background-color:var(--light-black);color:var(--ffff);border-radius:1.5rem;height:3rem;font-weight:550;font-size:1rem;padding:1rem 2rem;border:2px solid rgba(0,0,0,0);transition:all;text-transform:capitalize;gap:.5rem;transition-duration:.5s;margin-top:3rem}.all-cars:hover{background-color:var(--ffff);color:var(--light-black)}.all-cars:hover,.load-more{border:2px solid var(--light-black)}.load-more{background-color:var(--light-black);color:#fff;font-size:1rem;line-height:1.2rem;font-weight:500;width:100%;border-radius:.8rem;padding:.8rem;margin-top:.5rem;transition:all .3s cubic-bezier(.075,.82,.165,1)}.load-more:disabled{cursor:not-allowed}.load-more:hover:not(:disabled){color:var(--light-black);background-color:rgba(0,0,0,0)}.load-more{width:-moz-fit-content!important;width:fit-content!important;margin:2rem auto 0;display:block}@media(max-width:575px){.collection-head h1{font-size:2rem}.collection-body{padding:1rem;gap:.2rem}.collection-item{padding:.5rem}.collection-body{grid-template-columns:repeat(1,1fr)}.collection-item button{font-size:1rem;height:2.5rem}}@media(min-width:575px)and (max-width:767px){.collection-head h1{font-size:2rem}.collection-body{gap:1rem}.collection-item{padding:.5rem}.collection-body{grid-template-columns:repeat(2,1fr)}}@media(min-width:767px)and (max-width:991px){.collection-head h1{font-size:2rem}.collection-body{gap:1rem}.collection-item{padding:.5rem}.collection-body{grid-template-columns:repeat(2,1fr)}}@media(min-width:991px)and (max-width:1200px){.collection-head h1{font-size:2rem}.collection-body{gap:1rem}.collection-item{padding:.5rem}}#contact{padding:3rem 1.5rem;color:var(--black);max-width:1280px;width:100%;margin:0 auto;min-height:70vh}@media(min-width:1024px){#contact{padding:3rem 2.5rem}}#contact .red{color:red;font-weight:500}#contact .gap{display:block;margin:1rem 0}#contact a{color:var(--brand-text);font-weight:600}#contact .container{max-width:50rem;margin:0 auto;width:100%}#contact .container h2,#contact .container h3{text-align:center}#contact .container .contact-location p{margin:0;text-align:center}#contact .container .contact-us{display:flex;flex-direction:column;gap:1rem;padding:2rem 1.25rem;box-shadow:0 4px 10px rgba(0,0,0,.15);border-radius:.625rem;margin-bottom:2rem}@media(min-width:768px){#contact .container .contact-us{padding:2rem}}#contact .container .contact-us label{display:flex;flex-direction:column;gap:.4rem;width:100%}#contact .container .contact-us label p{color:#1c1c1c;margin:0}#contact .container .contact-us label p span{color:red}#contact .container .contact-us .items-row{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){#contact .container .contact-us .items-row{flex-direction:row}}#contact .container button{background-color:var(--light-black);border:2px solid var(--light-black);color:#fff;font-size:1rem;line-height:1.2rem;font-weight:500;width:100%;border-radius:.8rem;padding:.8rem;margin-top:.5rem;transition:all .3s cubic-bezier(.075,.82,.165,1)}#contact .container button:disabled{cursor:not-allowed}#contact .container button:hover:not(:disabled){color:var(--light-black);background-color:rgba(0,0,0,0)}#contact .container input,#contact .container textarea{padding:.7rem;border-radius:.3125rem;font-size:.8rem;line-height:1rem;color:var(--black);font-weight:400;border:1px solid #ccc;font-family:var(--font-family)}#contact .container input::placeholder,#contact .container textarea::placeholder{color:#ccc}#contact .container input:focus,#contact .container textarea:focus{outline:1px solid #0a9eee}#contact .container input:hover,#contact .container textarea:hover{border:1px solid #0a9eee}#contact h1{font-size:2rem;width:100%;text-align:center}@media(min-width:768px){#contact h1{font-size:3rem}}#contact h2{font-size:2rem}#contact h3{font-size:1.5rem;margin:1rem 0}#contact li p,#contact p{color:var(--brand-text)}#contact li p{margin-top:0}#contact li p:not(:last-child){margin-bottom:.5rem}#contact ol,#contact ul{display:flex;flex-direction:column;gap:.5rem;padding-left:20px}.phone-no{font-size:1rem;font-weight:600;text-decoration:none;color:var(--blue)}.download{color:var(--grey)}.download:hover{color:var(--blue)}footer{color:var(--ffff);box-sizing:border-box;width:100%}.copyright,footer{background-color:#0f0f0f}.copyright{color:var(--grey);font-size:.9rem;line-height:1.2rem;text-align:center;font-weight:600;padding:1rem 0}.line{border-top:1px solid var(--grey)}.bottom-footer,.line{box-sizing:border-box;width:100%}.bottom-footer{padding:1rem 3rem}@media(max-width:450px){.footer-links{width:100%}}.footer-links ul{gap:.8rem;padding:0;text-align:center;flex-wrap:wrap}@media(max-width:450px){.footer-links ul{flex-direction:column;width:100%}.footer-links ul li{width:100%}}.footer-links li{list-style:none}.footer-links a{text-decoration:none;font-size:.9rem;font-weight:500;color:var(--grey)}.footer-icons span{background-color:#272727;border-radius:50%;height:1.5rem;width:1.5rem;padding:.5rem;transition:all;transition-duration:.5s}.footer-icons span:hover{background-color:var(--bg-white);color:var(--black)}@media(max-width:575px){.footer-head{flex-direction:column;justify-content:flex-start;padding:4rem 1rem;gap:3rem;box-sizing:border-box}.footer-head div{width:90%}.bottom-footer{padding:1rem;flex-direction:column;gap:2rem}.footer-head-icons{flex-wrap:wrap}}@media(min-width:575px)and (max-width:767px){.footer-head{flex-direction:column;justify-content:flex-start;padding:2rem;gap:3rem}.footer-head div{width:100%}}@media(min-width:767px)and (max-width:991px){.footer-head{padding:4rem;gap:4rem}.footer-head-icons{flex-wrap:wrap}.bottom-footer{padding:1rem 2rem}.footer-links a{font-size:1rem}.footer-icons{gap:.5rem}}#hero-parent{background-color:#000}#hero{height:40rem;object-fit:cover;background-size:cover;display:flex;justify-content:center;position:relative;max-width:1400px;width:100%;margin:0 auto}#hero,#hero:before{background-image:url(/assets/main.jpg);background-repeat:no-repeat}#hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-size:contain;background-position:50%;z-index:-1}#hero h1{width:70%;color:var(--ffff);font-size:4rem;font-weight:800;text-transform:capitalize;text-align:center}@media(max-width:575px){#hero{height:90vh}#hero h1{font-size:2rem;width:90%;text-align:left}}@media(min-width:575px)and (max-width:767px){#hero{height:90vh}#hero h1{font-size:2rem;width:90%;text-align:left}}@media(min-width:767px)and (max-width:991px){#hero{height:40rem}#hero h1{font-size:3rem}}@media(min-width:991px)and (max-width:1200px){#hero h1{font-size:3rem}}#hiw{background-color:var(--ffff);max-width:1400px;overflow:hidden;margin:0 auto;position:relative}.hiw-head{margin-top:5rem}.hiw-body{margin-bottom:5rem}.hiw-head h1{font-size:2.5rem;font-weight:800;margin:0 0 1rem}.hiw-head h5{font-size:1rem;font-weight:500;margin:0 0 3rem;text-align:center}.hiw-img{background-color:var(--bg-white);border-radius:2rem;padding:5rem;z-index:9;width:50rem;margin-left:10rem;position:relative}.hiw-img img{margin-left:20rem}.hiw-tags{position:absolute;left:2rem;z-index:10;margin-left:10rem}.hiw-tag{justify-content:flex-start;border-radius:1rem;padding:1rem;gap:1rem;border:.5px solid rgba(0,0,0,.322);background-color:var(--ffff);width:30rem;margin:1rem;box-shadow:0 0 5px #000;transition:all .3s ease-in-out}.hiw-tag h2{color:#000}.hiw-tag:hover{scale:1.04}.hiw-tag,.hiw-tag:focus,.hiw-tag:hover,.hiw-tag:visited{text-decoration:none!important}.hiw-icon{background-color:var(--bg-white);padding:1rem;border-radius:1rem}.hiw-text h6{color:var(--grey);margin:0}.hiw-text h2{margin:0 0 1.5rem}@media(max-width:575px){#hiw{padding:0 1rem}.hiw-img img{height:15rem;width:23rem;margin:0}.hiw-img{margin:0;padding:0}.hiw-body,.hiw-img,.hiw-tags{position:static;width:100%;display:flex;justify-content:center;align-items:center}.hiw-body,.hiw-tags{flex-direction:column;margin-left:0}.hiw-tags{gap:.5rem}.hiw-body{flex-direction:column-reverse}.hiw-tag{margin:0;width:90%;transition:all .3s ease-in-out}.hiw-tag h2{font-size:1.1rem;margin:0}}@media(min-width:575px)and (max-width:767px){#hiw{padding:0 1rem}.hiw-img img{height:20rem;width:28rem;margin:0}.hiw-img{margin:0;padding:0}.hiw-body,.hiw-img,.hiw-tags{position:static;width:100%;display:flex;justify-content:center;align-items:center}.hiw-body,.hiw-tags{flex-direction:column;margin-left:0}.hiw-tags{gap:.5rem}.hiw-body{flex-direction:column-reverse}.hiw-tag{margin:0}.hiw-tag h2{font-size:1.1rem;margin:0}}@media(min-width:767px)and (max-width:991px){#hiw{padding:0 2rem}.hiw-img img{margin-left:10rem;height:20rem;width:30rem}.hiw-img{padding:3rem;width:90%;margin-left:10rem}.hiw-tags{left:2rem;margin-left:0}.hiw-tag{width:20rem}.hiw-tag h2{font-size:1.1rem;margin:0}}@media(min-width:991px)and (max-width:1200px){#hiw{padding:0 2rem}.hiw-img img{margin-left:10rem;height:25rem;width:35rem}.hiw-img{padding:3rem;width:90%;margin-left:10rem}.hiw-tags{left:2rem;margin-left:0}}#rent{padding:3rem 1.5rem;max-width:1400px;width:100%;margin:0 auto}#rent>p{text-align:center;color:var(--light-black);font-size:1.25rem}#rent h1{font-size:3rem;margin:0}#rent .search{display:flex;max-width:30rem;width:100%;gap:1rem;justify-content:center;align-items:center;padding:.7rem;border-radius:.3125rem;font-size:.8rem;line-height:1rem;color:var(--black);font-weight:400;border:1px solid #ccc;font-family:var(--font-family)}#rent .search input{font-size:1rem;line-height:1.1rem;color:var(--light-black);outline:none;width:100%;border:none}#rent .search input:focus{outline:none}.rent-collection{margin-top:2rem;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.tags{gap:1rem;flex-wrap:wrap}.tags span{transition:all;transition-duration:.5s;cursor:pointer}.tag-nomatch,.tags span{border:3px solid var(--black);padding:.5rem;font-size:1rem;font-weight:500;border-radius:3rem}.tag-nomatch{background-color:var(--bg-white);color:var(--black)}.tag-match{background-color:var(--black);color:var(--bg-white)}@media(max-width:575px){#rent h1{font-size:2.5rem}}@media(min-width:575px)and (max-width:767px){#rent h1{font-size:2.5rem}}#login{min-height:100vh;padding:2.5rem;position:fixed;top:0;right:0;background-color:#f3f4f6;width:100%;display:flex;justify-content:center;align-items:center}@media(min-width:1024px){#login{padding:2.5rem 1.25rem}}#login form{max-width:50rem;margin:auto;display:flex;flex-direction:column;gap:.625rem;max-width:31.25rem;background-color:#fff;border-radius:.625rem;padding:1.25rem}#login form h2{text-align:center;margin-bottom:0!important}#login form p{margin-bottom:.625rem!important;margin-top:.3125rem!important;text-align:center}#login form input{padding:.7rem;border-radius:.3125rem;font-size:.8rem;line-height:1rem;color:var(--black);font-weight:400;border:1px solid #ccc;font-family:var(--font-family)}#login form input::placeholder{color:#ccc}#login form input:focus{outline:1px solid #0a9eee}#login form input:hover{border:1px solid #0a9eee}#login form button{background-color:var(--light-black);border:2px solid var(--light-black);color:#fff;font-size:1rem;line-height:1.2rem;font-weight:500;width:100%;border-radius:.8rem;padding:.8rem;margin-top:.5rem;transition:all .3s cubic-bezier(.075,.82,.165,1)}#login form button:disabled{cursor:not-allowed}#login form button:hover:not(:disabled){color:var(--light-black);background-color:rgba(0,0,0,0)}#login form .error{text-align:center;color:red;font-size:.9rem;line-height:1rem;margin:0!important}.cart-container{max-width:80rem;padding:0 1.25rem;margin:auto;min-height:85vh;display:flex;flex-direction:column}@media(min-width:1024px){.cart-container{padding:0 2.5rem}}.cart-container .cart-empty{font-size:1.5rem;line-height:1.6rem;font-weight:500;text-align:center;margin:12rem 0}.cart-container .cart-list{display:flex;justify-content:center;align-items:center;gap:.625rem;flex-direction:column}.cart-container .cart-list .cart-item{display:flex;justify-content:space-between;width:100%;gap:1rem;padding:1.25rem 0}@media(max-width:640px){.cart-container .cart-list .cart-item{flex-direction:column;align-items:center;max-width:30rem;width:100%}}.cart-container .cart-list .cart-item:not(:last-child){border-bottom:1px solid var(--light-black)}.cart-container .cart-list .cart-item .img-parent{width:100%;height:12rem;position:relative;max-width:18.75rem}@media(min-width:640px){.cart-container .cart-list .cart-item .img-parent{height:auto}}.cart-container .cart-list .cart-item .img-parent img{object-fit:cover;border-radius:.3125rem}.cart-container .cart-list .cart-item .cart-item-info{max-width:20rem;width:100%}.cart-container .cart-list .cart-item .cart-item-info p{margin:.3125rem 0;text-transform:capitalize}.cart-container .cart-list .cart-item .cart-item-info .cart-item-name{font-size:1rem;line-height:1.2rem;margin:0}.cart-container .cart-list .cart-item .cart-item-info .cart-item-name span{text-transform:capitalize}.cart-container .cart-list .cart-item .cart-item-info .cart-item-price{font-weight:500}.cart-container .cart-list .cart-item .cart-item-info .quantity-selector{display:flex;justify-content:space-between;align-items:stretch;gap:.75rem;margin-top:1rem;margin-bottom:.5rem}.cart-container .cart-list .cart-item .cart-item-info .quantity-selector .qty-btn{width:2.25rem;height:2.25rem;border:1.5px solid #000;display:flex;justify-content:center;align-items:center;border-radius:9999px;background-color:rgba(0,0,0,0);font-size:1.25rem;font-weight:500;line-height:1;cursor:pointer;margin:0!important;transition:background-color .2s,transform .1s}.cart-container .cart-list .cart-item .cart-item-info .quantity-selector .qty-btn:hover{background-color:#f3f3f3;border:1.5px solid #000;color:#000}.cart-container .cart-list .cart-item .cart-item-info .quantity-selector .qty-btn:active{transform:scale(.95)}.cart-container .cart-list .cart-item .cart-item-info .quantity-selector .qty-value{display:flex;justify-content:center!important;align-items:center;font-size:1.125rem;font-weight:600;width:4rem;height:2.25rem;text-align:center}.cart-container .cart-list .cart-item .cart-item-info .remove-btn{background-color:var(--light-black);border:2px solid var(--light-black);color:#fff;font-size:1rem;line-height:1.2rem;font-weight:500;width:100%;border-radius:.8rem;padding:.8rem;margin-top:.5rem;transition:all .3s cubic-bezier(.075,.82,.165,1)}.cart-container .cart-list .cart-item .cart-item-info .remove-btn:disabled{cursor:not-allowed}.cart-container .cart-list .cart-item .cart-item-info .remove-btn:hover:not(:disabled){color:var(--light-black);background-color:rgba(0,0,0,0)}.cart-container .cart-list .cart-item .cart-item-info .remove-btn{padding:.4rem!important}.cart-container .cart-total{border-top:2px solid var(--light-black);display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;margin-top:auto}@media(max-width:500px){.cart-container .cart-total{flex-direction:column}}.cart-container .cart-total p{font-size:1.25rem;font-weight:600}.cart-container .cart-total button{background-color:var(--light-black);border:2px solid var(--light-black);color:#fff;font-size:1rem;line-height:1.2rem;font-weight:500;width:100%;border-radius:.8rem;padding:.8rem;margin-top:.5rem;transition:all .3s cubic-bezier(.075,.82,.165,1)}.cart-container .cart-total button:disabled{cursor:not-allowed}.cart-container .cart-total button:hover:not(:disabled){color:var(--light-black);background-color:rgba(0,0,0,0)}.cart-container .cart-total button{padding:.6rem 1rem!important;max-width:10rem;width:100%!important}.total{display:flex;flex-direction:column;margin-top:.5rem}.total span{display:block;font-weight:500;font-size:.8rem}.total p{margin:0}.dashboard{max-width:1280px;margin:auto;padding:2.5rem 1.25rem;min-height:70vh}@media(min-width:1024px){.dashboard{padding:2.5rem}}.dashboard .table{margin-top:1rem}.dashboard .row{cursor:pointer}.dashboard .row:hover{background-color:#e6e2e2}.dashboard .controls,.dashboard .create-user{display:flex;justify-content:center;align-items:stretch;gap:.8rem;margin:1rem 0}.dashboard .create-user input{width:35%!important}.dashboard .create-user button{width:30%!important}.dashboard .controls input{width:50%}.dashboard .controls button{width:25%!important}.dashboard .edit-user .edit-one,.dashboard .edit-user .edit-two{display:flex;gap:.5rem}.dashboard .edit-user .edit-two{margin-top:.5rem}@media(min-width:641px){.dashboard .edit-user .edit-one .dropdown,.dashboard .edit-user .edit-one input{width:50%!important}.dashboard .edit-user .edit-two .dropdown,.dashboard .edit-user .edit-two button,.dashboard .edit-user .edit-two input{width:33%!important}}@media(max-width:640px){.dashboard .controls,.dashboard .create-user,.dashboard .edit-one,.dashboard .edit-two{flex-direction:column}.dashboard .controls .dropdown,.dashboard .controls button,.dashboard .controls input,.dashboard .create-user .dropdown,.dashboard .create-user button,.dashboard .create-user input,.dashboard .edit-one .dropdown,.dashboard .edit-one button,.dashboard .edit-one input,.dashboard .edit-two .dropdown,.dashboard .edit-two button,.dashboard .edit-two input{width:100%!important}}.dashboard .blue-btn{background-color:var(--blue);border:2px solid var(--blue);color:#fff;font-size:1rem;line-height:1.2rem;font-weight:500;width:100%;border-radius:.8rem;padding:.8rem;margin-top:.5rem;transition:all .3s cubic-bezier(.075,.82,.165,1)}.dashboard .blue-btn:disabled{cursor:not-allowed}.dashboard .blue-btn:hover:not(:disabled){color:var(--blue);background-color:rgba(0,0,0,0)}.dashboard .btn-black{background-color:var(--light-black);border:2px solid var(--light-black);color:#fff;font-size:1rem;line-height:1.2rem;font-weight:500;width:100%;border-radius:.8rem;padding:.8rem;margin-top:.5rem;transition:all .3s cubic-bezier(.075,.82,.165,1)}.dashboard .btn-black:disabled{cursor:not-allowed}.dashboard .btn-black:hover:not(:disabled){color:var(--light-black);background-color:rgba(0,0,0,0)}.dashboard .red-btn{background-color:var(--red);border:2px solid var(--red);color:#fff;font-size:1rem;line-height:1.2rem;font-weight:500;width:100%;border-radius:.8rem;padding:.8rem;margin-top:.5rem;transition:all .3s cubic-bezier(.075,.82,.165,1)}.dashboard .red-btn:disabled{cursor:not-allowed}.dashboard .red-btn:hover:not(:disabled){color:var(--red);background-color:rgba(0,0,0,0)}.dashboard input{padding:.7rem;border-radius:.3125rem;font-size:.8rem;line-height:1rem;color:var(--black);font-weight:400;border:1px solid #ccc;font-family:var(--font-family)}.dashboard input::placeholder{color:#ccc}.dashboard input:focus{outline:1px solid #0a9eee}.dashboard input:hover{border:1px solid #0a9eee}.dashboard button{margin:0!important}.load-more-parent{margin-top:1rem;display:flex;justify-content:center;align-items:center}.load-more-parent button{max-width:10rem!important;width:100%;line-height:1.125rem}.custom-payment{max-width:600px;margin:auto;padding:2.5rem 1.25rem;min-height:80vh;display:flex;justify-content:center;flex-direction:column}@media(min-width:1024px){.custom-payment{padding:2.5rem}}.custom-payment .red{color:red}.custom-payment h2{text-align:center}.custom-payment .center{text-align:center;margin:0}.custom-payment label{margin-top:1rem;display:flex;flex-direction:column;width:100%;gap:.5rem}.custom-payment label p{margin:0;font-size:.7rem}.custom-payment label input,.custom-payment label textarea{padding:.7rem;border-radius:.3125rem;font-size:.8rem;line-height:1rem;color:var(--black);font-weight:400;border:1px solid #ccc;font-family:var(--font-family)}.custom-payment label input::placeholder,.custom-payment label textarea::placeholder{color:#ccc}.custom-payment label input:focus,.custom-payment label textarea:focus{outline:1px solid #0a9eee}.custom-payment label input:hover,.custom-payment label textarea:hover{border:1px solid #0a9eee}.custom-payment button{background-color:var(--light-black);border:2px solid var(--light-black);color:#fff;font-size:1rem;line-height:1.2rem;font-weight:500;width:100%;border-radius:.8rem;padding:.8rem;margin-top:.5rem;transition:all .3s cubic-bezier(.075,.82,.165,1)}.custom-payment button:disabled{cursor:not-allowed}.custom-payment button:hover:not(:disabled){color:var(--light-black);background-color:rgba(0,0,0,0)}.custom-payment button{margin:.5rem 0}@media(min-width:768px){.custom-payment .items-row{display:flex;flex-direction:row;gap:.5rem}}.custom-payment .uploadContainer{margin-top:1rem}#image-upload{padding:.625rem;min-height:80vh;justify-content:center}#image-upload,.uploader-container{display:flex;align-items:center;flex-direction:column}.uploader-container{gap:1rem}.uploader-label{cursor:pointer;border-radius:12px;border:2px dashed #aaa;padding:1rem 2rem;text-align:center;width:250px;background:#f9f9f9;transition:border-color .2s ease,box-shadow .2s ease}.uploader-label:hover{border-color:#666;box-shadow:0 0 6px rgba(0,0,0,.08)}.uploader-label img{width:100%;height:auto;border-radius:12px;object-fit:cover}.uploader-label span{font-weight:600}.uploader-label small{color:#777;font-size:.85rem}.uploader-input{display:none}#order{max-width:1280px;margin:auto;padding:2.5rem 1.25rem;min-height:90vh;overflow:hidden!important}@media(min-width:1024px){#order{padding:2.5rem}}#order .load-more{max-width:10rem;width:100%!important;margin:0 auto}#order .search{display:flex;justify-content:center;align-items:stretch;gap:.5rem;margin-bottom:1rem}#order .search .range-selector input{padding:0;outline:none;border:none;height:100%}#order .search .range-selector input:focus,#order .search .range-selector input:hover{outline:none;border:none}#order .search .range-selector,#order .search input{padding:.7rem;border-radius:.3125rem;font-size:.8rem;line-height:1rem;color:var(--black);font-weight:400;border:1px solid #ccc;font-family:var(--font-family)}#order .search .range-selector::placeholder,#order .search input::placeholder{color:#ccc}#order .search .range-selector:focus,#order .search input:focus{outline:1px solid #0a9eee}#order .search .range-selector:hover,#order .search input:hover{border:1px solid #0a9eee}#order .search .range-selector,#order .search input{width:80%;font-size:1rem;min-width:9rem;-webkit-appearance:none}#order .search .button{min-width:12rem;width:max-content;margin:0;white-space:nowrap}@media(max-width:800px){#order .search{flex-direction:column}#order .search .button,#order .search .range-selector,#order .search input{width:100%!important;max-width:100%!important}}#order .buttons{margin-top:1rem;display:flex;justify-content:center;align-items:center;gap:.5rem}@media(min-width:768px)and (max-width:1024px){#order .buttons{flex-wrap:wrap}}@media(max-width:767px){#order .buttons{flex-direction:column}}#order .buttons button{width:100%;margin:0}@media(min-width:768px)and (max-width:1024px){#order .buttons button{width:49%}}#order .blue-btn{background-color:var(--blue);border:2px solid var(--blue);color:#fff;font-size:1rem;line-height:1.2rem;font-weight:500;width:100%;border-radius:.8rem;padding:.8rem;margin-top:.5rem;transition:all .3s cubic-bezier(.075,.82,.165,1)}#order .blue-btn:disabled{cursor:not-allowed}#order .blue-btn:hover:not(:disabled){color:var(--blue);background-color:rgba(0,0,0,0)}#order .btn-black{background-color:var(--light-black);border:2px solid var(--light-black);color:#fff;font-size:1rem;line-height:1.2rem;font-weight:500;width:100%;border-radius:.8rem;padding:.8rem;margin-top:.5rem;transition:all .3s cubic-bezier(.075,.82,.165,1)}#order .btn-black:disabled{cursor:not-allowed}#order .btn-black:hover:not(:disabled){color:var(--light-black);background-color:rgba(0,0,0,0)}#order .red-btn{background-color:var(--red);border:2px solid var(--red);color:#fff;font-size:1rem;line-height:1.2rem;font-weight:500;width:100%;border-radius:.8rem;padding:.8rem;margin-top:.5rem;transition:all .3s cubic-bezier(.075,.82,.165,1)}#order .red-btn:disabled{cursor:not-allowed}#order .red-btn:hover:not(:disabled){color:var(--red);background-color:rgba(0,0,0,0)}#order .table{margin-top:1rem}#order .table .cell{width:10rem}#order .selected-order{margin-bottom:2rem;padding:1rem;border:1px solid #e5e7eb;border-radius:8px}#order .selected-order p strong{font-weight:600}#order .selected-order p{margin:0}.search-view{display:flex;justify-content:space-between;align-items:center;gap:1rem}@media(max-width:640px){.search-view{flex-direction:column}}.search-view h3{width:100%}.search-view div{display:flex;justify-content:space-between;align-items:stretch;gap:.5rem}@media(max-width:640px){.search-view div{width:100%}}.search-view div button{margin:0;display:flex;justify-content:space-between;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;padding:.6rem!important;cursor:pointer}@media(max-width:640px){.search-view div button{width:100%}}.search-view div button p{white-space:nowrap;margin:0}.search-view div .invoice{display:flex;justify-content:center!important;align-items:center}.search-view div .invoice div{width:-moz-fit-content;width:fit-content}@media(min-width:640px){.search-view div .invoice{min-width:12rem}}:root{--ffff:white;--grey:#666666;--light-grey:#d5d2d2;--tags:#f3f3f3;--bg-white:#f5f5f5;--black:#000;--light-black:#141414;--blue:#054c73;--red:rgb(158,23,23);--padding-Y:4rem;--padding-X:9rem;--font-family:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif,sans-serif}*,body{box-sizing:border-box}body{margin:0;font-family:var(--font-family)}.flex,.flex-col{display:flex;justify-content:center;align-items:center}.flex-col{flex-direction:column}.flex-between{display:flex;justify-content:space-between;align-items:center}.App{width:100%}.app-wrapper{max-width:1300px;width:100%}.not-allowed{cursor:not-allowed!important}*{scrollbar-width:thin;scrollbar-color:#8e8e8e #fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{border-radius:20px;background-color:#fff}::-webkit-scrollbar-track:active,::-webkit-scrollbar-track:hover{background-color:#fff}::-webkit-scrollbar-thumb{border-radius:20px;background-color:#8e8e8e}::-webkit-scrollbar-thumb:hover{background-color:#878787}::-webkit-scrollbar-thumb:active{background-color:#8e8e8e}.custom-input{display:flex;flex-direction:column;gap:.3125rem;width:100%}.custom-input p{font-size:.8rem!important;line-height:1rem!important;color:var(--light-black);font-weight:500!important;margin:0;font-family:var(--font-family)}.custom-input span{color:#ff4500}.custom-input input{padding:.7rem;border-radius:.3125rem;font-size:.8rem;line-height:1rem;color:var(--black);font-weight:400;border:1px solid #ccc;font-family:var(--font-family)}.custom-input input::placeholder{color:#ccc}.custom-input input:focus{outline:1px solid #0a9eee}.custom-input input:hover{border:1px solid #0a9eee}.uploadContainer{gap:1rem;margin-bottom:1.5rem;flex-direction:column}.uploadBox,.uploadContainer{display:flex;justify-content:center}.uploadBox{flex:1 1;border:2px dashed #ccc;border-radius:.5rem;padding:2rem 1rem;align-items:center;cursor:pointer;min-height:120px;text-align:center;transition:border-color .2s}.uploadBox:hover{border-color:#2563eb}.uploadBox span{font-size:.9rem;color:#555}.hiddenInput{display:none}.terms{display:flex;gap:.5rem;align-items:flex-start;flex-direction:row!important}.terms p{margin-top:0}.terms input{height:1rem;width:1rem}.terms ul{padding-left:1rem}.terms .terms-text{font-size:.7rem}.users-loader{min-height:20rem;display:flex;justify-content:center;align-items:center}.grid-three{display:grid;grid-template-columns:repeat(6,1fr);flex:1 1 auto}@media(min-width:576px)and (max-width:850px){.grid-three{grid-template-columns:repeat(4,1fr)}}.gridBox-three{grid-column:span 2}@media(min-width:576px)and (max-width:850px){.gridBox-three:last-child:nth-child(2n-1){grid-column-end:-2}.gridBox-three:last-child:nth-child(2n-2){grid-column-end:5}}@media(max-width:575px){.grid-three{grid-template-columns:1fr}.gridBox-three{grid-column:span 1}}@media(min-width:851px){.gridBox-three:last-child:nth-child(3n-1){grid-column-end:-2}.gridBox-three:nth-last-child(2):nth-child(3n+1){grid-column-end:4}.gridBox-three:last-child:nth-child(3n-2){grid-column-end:5}}@media(min-width:576px)and (max-width:850px){.grid-three{grid-template-columns:repeat(4,1fr)}.gridBox-three,.gridBox-three:last-child:nth-child(4n-2),.gridBox-three:nth-last-child(2):nth-child(4n-1){grid-column:span 2}}