:root{--primary: #050524;--secondary: #091c2a;--black: #131110;--white: rgb(255, 255, 255);--offWhite: rgb(165, 234, 236, .15);--grey: rgb(194, 189, 189);--green-gradient: linear-gradient(270deg, #00fd15 75.76%, #32831e 100%);--black-gradient: linear-gradient(97.05deg, #01011a 100%, #2d2e30 10%);--blue-box-gradient: linear-gradient(185.05deg, #09123b 5.76%, #072085 100%);--light-blue-gradient: linear-gradient(77.05deg,#00f2fe 5.76%, #4facfe 100%);--green: rgb(3, 231, 3);--greenish: rgb(3, 231, 136);--shadow: 0px 23px 21px -8px rgba(31, 31, 32, .25);--white-shadow: 10px 15px 21px -12px rgba(231, 230, 230, .15)}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth}a{color:inherit;text-decoration:none}.paddings{padding:1.5rem}.innerWidth{width:100%}.flexCenter{display:flex;row-gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap}.flexStart{display:flex;justify-content:flex-start;align-items:center}.flexEnd{display:flex;justify-content:flex-end;align-items:center}.flexColCenter{display:flex;justify-content:center;align-items:center;flex-direction:column}.flexColStart{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.flexColEnd{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.primaryText{font-weight:700;font-size:2.5rem}.secondaryText{color:var(---secondary);font-size:1.2rem;margin-top:1rem}.greenText{color:#00fd15;font-size:1.5rem;font-weight:600}@media (min-width: 1536px){.innerWidth{max-width:1280px;margin:auto}}@media (min-width: 640px){.paddings{padding:2rem}}@media (min-width: 1280px),(min-width: 768px){.paddings{padding:2rem}}@media (max-width: 640px){.primaryText{font-size:1.5rem}.secondaryText{font-size:1rem}.orangeText{font-size:1.2rem}}.button{font-weight:500;padding:.6rem 1.4rem;color:#fff;background:var(--blue-gradient);border:none;border-radius:4px;transition:all .3s ease-in}.h-wrapper{position:fixed;top:0;width:100%;z-index:1000;background:transparent;transition:background-color .3s ease,box-shadow .3s ease;color:#fff}.h-wrapper.scrolled{background:#fff;box-shadow:0 4px 6px #0000001a}.h-container{display:flex;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem;color:var(--secondary)}.logoCon{width:80px;height:80px;z-index:200}.logoCon img{object-fit:contain;height:100%;width:100%}.h-menu a,.h-menu span{color:#fff;text-decoration:none;margin:0 1rem;cursor:pointer;transition:color .3s ease}.h-menu a:hover,.h-menu span:hover{color:var(--green)}.h-wrapper.scrolled .h-menu a,.h-wrapper.scrolled .h-menu span{color:var(--darkBlue);transition:color .3s ease}.h-wrapper.scrolled .h-menu a,.h-wrapper.scrolled .h-menu span:hover{color:var(--green);transition:color .3s ease}.button{font-weight:500;padding:.6rem 1.4rem;color:#fff;background:var(--blue-gradient);border:none;border-radius:4px;transition:all .3s ease-in;margin-left:2rem}.button:hover{cursor:pointer;transform:scale(1.1)}.h-wrapper.dark-screen .h-menu span{color:var(--darkBlue);transition:color .3s ease}.h-wrapper.dark-screen .h-menu span:hover{color:var(--green)}.hamburger{display:none;position:absolute;top:40px;right:30px;flex-direction:column;justify-content:space-between;width:1.87rem;height:1.313rem;cursor:pointer}.hamburger .line{display:block;width:100%;height:3px;background-color:var(--greenish);transition:all .3s ease;transform-origin:center}.h-wrapper.scrolled .h-menu .button{color:#f3f3f3!important;background:var(--black-gradient)!important}@media screen and (max-width: 900px){.h-wrapper.scrolled .h-menu a,.h-wrapper.scrolled .h-menu span{color:#fff}.h-wrapper.dark-screen .h-menu span{color:#faf9f9;transition:color .3s ease}.h-wrapper.dark-screen .h-menu span:hover{color:var(--green)}.button{display:none}.h-container{background:var(--black-gradient);position:absolute;height:6rem}.logoCon{width:80px;height:80px}.logoCon img{width:100%;height:100%;object-fit:contain}.hamburger{display:flex;z-index:200}.hamburger.active :nth-child(1){transform:rotate(45deg);position:relative;top:8px}.hamburger.active :nth-child(2){opacity:0}.hamburger.active :nth-child(3){transform:rotate(-45deg);position:relative;bottom:9.5px}.h-menu{position:absolute;top:-25rem;left:0;flex-direction:column;background:var(--black-gradient);width:100%;padding-top:4.5rem;padding-bottom:1rem;gap:2rem;transition:all .3s ease}.h-menu.open{top:0}.h-menu a,.h-menu .button{color:#fff;font-size:1.2rem;text-align:center}.h-menu .button{background:#fff;color:var(--blue-gradient);font-size:1rem;padding:.8rem 1.5rem}}.hero-background{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;height:100vh;width:100%;padding-bottom:2rem;transition:.8s ease-in-out}.hero-Overlay{position:absolute;height:100vh;width:100%;background:linear-gradient(135deg,#000000bf,#0009);animation:bgShift 10s infinite alternate}.writeup-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;padding:50px 20px;font-weight:500;color:#f0efef;z-index:300;animation:growIn 2.5s ease-out}.writeup-container span{background:var(--green-gradient);color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-send-con{display:flex;justify-content:center;align-items:center;position:absolute;top:80%;left:50%;transform:translate(-50%,-50%);z-index:100;padding:.5rem;width:10rem;background:var(--green-gradient);border:none;border-radius:20px;cursor:pointer;transition:all .3s ease;opacity:0;animation:appear 1.5s ease-out 1s;animation-fill-mode:forwards}.hero-send-txt{font-size:1.5rem;color:#000;text-transform:capitalize}.hero-send-con:hover{box-shadow:0 4px 8px #0003;background:var(--green-gradient)}.hero-send-txt:hover{color:#f5f5f5}@media (max-width: 1300px){.writeup-container{font-size:3.5rem}}@media (max-width: 900px){.writeup-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.8rem}}@media (max-width: 500px){.writeup-container{top:45%;left:50%;padding:0;transform:translate(-50%,-50%);font-size:2.5rem}.hero-send-con{top:75%;left:50%;transform:translate(-50%,-50%);width:8rem;padding:.5rem}.hero-send-txt{font-size:1.3rem}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes growIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.6)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes bgShift{0%{background-position:left}to{background-position:right}}.aboutUs-wrapper{width:100%;background-color:var(--white);display:flex;align-items:center}.aboutUs-container{justify-content:center}.services-wrapper{width:100%;background-color:var(--white);display:flex;align-items:center}.services-container{justify-content:center}.mission-wrapper{width:100%;background-color:var(--white);display:flex;align-items:center}.mission-container{justify-content:center}.bold-txt{font-weight:600}.bg-image{height:70vh;width:90vw;margin:1rem 0;border-radius:20px;overflow:hidden;background:#f5f5f5;background-size:cover;background-repeat:no-repeat;background-position:center;transition:.8s ease-in-out}@media (max-width: 900px){.bg-image{height:75vh;width:100%}}@media (max-width: 700px){.bg-image{border-radius:5rem 5rem 0 0}}@media (max-width: 600px){.bg-image{border-radius:7rem 7rem 0 0}}.footer-container{background:linear-gradient(135deg,#524c4c,#000);color:#fff;padding:1.5rem 2rem;text-align:center;position:relative;bottom:0;width:100%}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-text{font-size:1rem;margin:0;color:#fff}.footer-links{display:flex;gap:1.5rem;justify-content:center;align-items:center;width:100%}.footer-links a{cursor:pointer}.footer-link{color:#d4fcff;text-decoration:none;font-size:.9rem;transition:color .3s ease;background:none;border:none}.footer-link:hover{color:#add8e6}.social-media-row{display:flex;flex-direction:row;gap:2rem;justify-content:center;align-items:center}.media-footer-icon{font-size:2rem}@media (max-width: 768px){.footer-content{gap:.5rem}.media-footer-icon{font-size:1.4rem}}.error404Con{display:flex;flex-direction:column;width:80vw;height:100vh;align-items:center;justify-content:center}.error404Con p{text-align:center;font-size:2rem;font-weight:700;color:#c0bfbf}.errorLottie{width:500px;height:500px}@media (max-width: 900px){.error404Con{width:100vw}.errorLottie{width:400px;height:400px}}@media (max-width: 500px){.errorLottie{width:250px;height:250px}}.client-sidebar{width:20vw;height:100vh;gap:50px;color:#0b0431;position:fixed;top:0;left:0;padding:20px;display:flex;flex-direction:column;box-shadow:2px 0 5px #0000001a}.client-logoClickClient{cursor:pointer}.client-sidebar nav ul{list-style:none;padding:0;margin:0}.client-sidebar nav ul li{margin:15px 0}.client-nav-container{display:flex;position:relative;align-items:center;gap:.5rem}.clientNotification-badge{background-color:red;color:#fff;font-size:.75rem;font-weight:700;padding:2px 6px;border-radius:999px;position:absolute;top:-4px;right:-10px;min-width:20px;height:20px;display:flex;justify-content:center;align-items:center;z-index:1}.client-sidebar nav ul li a{text-decoration:none;color:#0c0533;font-size:1.2rem;padding:10px;display:block;border-radius:5px;transition:background .3s ease,color .3s ease}.client-sidebar nav ul li a:hover{font-size:1.3rem;background-color:#f0f0f0;color:#26e600}.client-sidebar nav ul li a svg{font-size:1.8rem}.client-bottom-nav{display:none;position:fixed;z-index:200;bottom:0;left:0;width:100%;background-color:#fff;color:#0b0431;justify-content:space-around;padding:15px 0;box-shadow:2px 0 5px #0000004d}.client-bottom-nav a svg{font-size:1.5rem}.client-bottom-nav a{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#0c0533;font-size:1rem;transition:color .3s}.client-bottom-nav a:hover{color:#26e600}.client-active-link{font-weight:700;border-radius:5px}@media (max-width: 900px){.client-sidebar{display:none}.client-bottom-nav{display:flex}.clientBottomNavBellCon{display:flex;flex-direction:column;position:relative;align-items:center}.clientNotification-badge{top:-8px;right:-3px;min-width:20px;height:20px}}.client-layoutCon{display:flex}.client-main-content{margin-left:270px;min-height:100vh;max-width:100%;overflow:hidden;color:#333}@media (max-width: 900px){.client-main-content{margin-left:0;padding:30}}.homeScreenCon{display:flex;flex-direction:column;width:80vw;height:100vh}.map-container{width:100%;height:60vh;border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.homesearchCon{padding:10px}.inputBox{display:flex;background-color:#dad8d8;border-radius:20px;padding:20px;justify-content:space-between;align-items:center;cursor:pointer}.inputText{font-size:1.5rem;font-weight:700;color:#535353}.searchIconHome{font-size:25px}@media (max-width: 900px){.homeScreenCon{width:100vw}.map-container{height:60vh}}@media (max-width: 500px){.map-container{height:65vh}}.destinationCon{display:flex;flex-direction:column;padding:20px;width:80vw}.autocompleteContainer{margin-bottom:20px}.inputAutoComplete{width:100%;padding:10px;font-size:1.2rem}.locationNxtBtnCon{display:flex;align-self:center;justify-content:center;align-items:center;width:150px;background-color:#0be23a;border-radius:20px;cursor:pointer}.locationNxtBtn{font-size:55px}@media (max-width: 900px){.destinationCon{width:100vw}}.parcelNotesCon{display:flex;flex-direction:column;width:80vw;height:100vh;padding:20px;align-items:center;justify-content:center}.parcelTxt{text-align:center;font-weight:700;font-size:1.2rem;margin-bottom:20px}.parcelInput{padding:10px;width:100%;max-width:600px;border:2px solid #02061b;border-radius:20px;font-size:16px;margin-bottom:10px;text-align:center}.parcelNoteInput{padding:8px;width:100%;max-width:600px;resize:none;overflow:hidden;min-height:200px;border-width:2px;border-color:#02061b;border-radius:20px;font-size:16px;text-align:center;margin-bottom:10px}.errorText{color:#d80b0b;font-size:.9rem;margin-bottom:10px;text-align:center}.parcelSubmitBtn{background-color:#03b630;color:#fff;font-weight:700;font-size:1.2rem;padding:12px 40px;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.parcelSubmitBtn:hover{background-color:#029626}@media (max-width: 900px){.parcelNotesCon{width:100vw}}.reviewContainer{width:78vw;background-color:#e4e1e1d9;min-height:100vh;position:relative;overflow-x:hidden}.scrollArea{padding-bottom:120px}.pointer{font-size:1.1rem;font-style:italic;text-decoration:underline;color:#494949;margin:100px 10px 20px 20px}.textRow{margin:10px 15px}.textTitle{color:#0e0d0d;font-size:1.3rem;font-weight:700;margin-bottom:5px}.textValue{color:#f1efef;background-color:#0e0d0d;padding:10px 15px;border-radius:25px;font-size:1.1rem;word-wrap:break-word}.backButton{position:absolute;top:40px;left:10px;border:none;background:transparent;cursor:pointer}.backIcon{font-size:35px;color:#3d3d3d}.buttonContainer{position:fixed;bottom:0;width:78vw;height:90px;background-color:#e4e1e1d9;display:flex;justify-content:center;align-items:center}.doneButton{width:150px;height:70px;background-color:#04e43c;border:none;border-radius:50px;font-weight:700;font-size:1.5rem;cursor:pointer;transition:transform .2s ease}.doneButton:hover{transform:scale(1.05)}@media (max-width: 900px){.reviewContainer{width:100vw}.textTitle{font-size:1.1rem}.textValue{font-size:1rem}.buttonContainer{width:100vw;margin-bottom:4rem}.doneButton{width:130px;height:60px;font-size:1.3rem}}@media (max-width: 500px){.parcelInput,.parcelNoteInput{width:400px;max-width:100%}}.guidelinesContainer{background-color:#3f3d3dd9;margin-top:20px;margin-inline:10px;padding:20px;border-radius:20px;margin-bottom:120px;color:#ebe8e8;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.mainHeader{font-size:1.4rem;margin-bottom:10px;font-weight:700}.guildlineHeader{font-size:1.1rem;font-weight:700;line-height:1.5rem;margin:10px 0}.guidelineSection{border-bottom:1px solid #7e7d7d;padding-bottom:10px;margin-bottom:15px}.policyText{line-height:1.5rem;font-size:.95rem;margin-bottom:8px}.policyLastText{margin-top:10px;font-size:.95rem;font-style:italic;line-height:1.3rem;color:#ebe8e8}@media (max-width: 768px){.guidelinesContainer{padding:15px}.mainHeader{font-size:1.2rem}.guildlineHeader{font-size:1rem}.policyText,.policyLastText{font-size:.9rem}}.searchResultContainer{position:relative;width:80vw;padding-left:.7rem;margin-bottom:2rem}.backBtn{position:absolute;top:25px;left:1.6rem;height:35px;width:35px;border-radius:10px;background-color:#d8d3d3;z-index:2;display:flex;justify-content:center;align-items:center;cursor:pointer;border:none}.backBtnIcon{font-size:30px;color:#6e6d6d}@media (max-width: 900px){.searchResultContainer{width:100vw;padding-left:0;margin-bottom:10rem}.backBtn{left:10px}}.atuaTypeContainer{display:flex;align-items:center;padding:20px;border-bottom:1px solid #f3f1f1;cursor:pointer}.atuaTypeContainer.selected{background-color:#e9e7e7}.atuaTypeImage{height:70px;width:80px;object-fit:contain}.atuaTypeMiddle{flex:1;margin:0 10px;text-align:center}.atuaTypeInfoRow{display:flex;justify-content:center;align-items:center}.atuaTypeInfoIcon{font-size:20px;margin-left:5px}.atuaTypeRight{width:100px;display:flex;justify-content:flex-end;align-items:center}.atuaTypeLabel{font-weight:700;font-size:18px;margin-bottom:5px}.atuaTypeTime{color:#5d5d5d}.atuaTypePrice{font-weight:700;font-size:18px;margin-left:5px}.confirmBtn{display:flex;justify-content:center;align-items:center;padding:10px;border-radius:20px;background-color:#01a70f;margin:0 20px 30px;cursor:pointer}.confirmBtnText{text-align:center;font-size:25px;font-weight:700;color:#fff}.checkoutContainer{width:75vw;margin:40px auto;padding:25px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column}.checkoutTitle{font-size:22px;font-weight:700;color:#222;margin-bottom:20px;text-align:center}.checkoutScroll{overflow-y:auto;max-height:400px;margin-bottom:20px}.checkoutRow{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #eee;padding:10px 0;font-size:15px}.checkoutRow strong{color:#444}.checkoutRow span{color:#666;text-align:right;max-width:60%;word-wrap:break-word}.checkoutBtn{background-color:#04e43c;color:#fff;padding:14px;border:none;border-radius:8px;font-size:16px;cursor:pointer;font-weight:600;transition:.2s}.checkoutBtn:hover{background-color:#05c234}@media (max-width: 900px){.checkoutContainer{width:100vw}.checkoutBtn{margin-bottom:4rem}}.orderHistoryMainContainer{display:flex;width:75vw;flex-direction:column;margin-top:35px;margin-inline:10px}.orderHistoryMainHeader{font-size:30px;font-weight:700;text-align:center}.loading{display:flex;justify-content:center;align-items:center;color:#3cff00;flex:1}.spinner{width:50px;height:50px;border:5px solid #ccc;border-top:5px solid #333;border-radius:50%;animation:spin 1s linear infinite}.noOrdersCon{display:flex;justify-content:center;align-items:center;flex:1}.noOrders{font-size:30px;font-weight:700;color:#afadad}@media (max-width: 900px){.orderHistoryMainContainer{width:100vw}}.orderHistoryListContainer{padding:10px;background-color:#dddbdb;border-radius:20px;margin-bottom:15px}.subHeading{font-size:16px;font-weight:700}.detail{font-size:15px;margin-bottom:5px}.priceTypeRow{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:5px}.priceType{font-size:15px}.statusRow{display:flex;flex-direction:row;align-items:center;gap:10px}.greenIcon{width:10px;height:10px;border-radius:5px;background-color:#03eb03}.redIcon{width:10px;height:10px;border-radius:5px;background-color:#eb1e03}.deleteButtonCon{padding:10px;margin-top:10px;align-self:center;display:flex;align-items:center;justify-content:center;border-radius:15px;background-color:#f31d1d}.deleteButtonTxt{font-size:15px;font-weight:700;color:#fff}.cancelButtonCon{padding:10px;margin-top:10px;align-self:center;display:flex;align-items:center;justify-content:center;border:2px solid #f31d1d;border-radius:15px}.cancelButtonTxt{font-size:15px;font-weight:700}.profileContainer{display:flex;flex-direction:column;align-items:center;height:100vh;width:100%;margin-left:10px;margin-right:10px;margin-bottom:90px}.reviewProContainer{display:flex;width:80vw;flex-direction:column;align-items:center;margin-left:10px;margin-right:10px}.clientBckBtnCon{position:absolute;top:25px;left:18rem}.bckBtnIcon{font-size:30px;color:#000}.profilePicContainerFull{position:relative}.profilePicContainerEdit{position:relative;justify-self:center;height:150px;width:150px;border-radius:75px;background-color:#d6d6d6;display:flex;justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px}.profilePicContainer{position:relative;justify-self:center;height:150px;width:150px;border-radius:75px;background-color:#a2a2a8;display:flex;justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px}.removeButtonContainer{position:absolute;top:20px;right:140px;z-index:1}.removebtn{color:#c70f0f;font-size:40px}.plusIconContainer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}.plusIcon{color:#03033bb3;background-color:transparent;font-size:60px;cursor:pointer}.formContainer{display:flex;flex-direction:column;width:50vw}.profileInput{margin-top:10px;margin-bottom:10px;margin-right:7rem;background-color:#fff;padding:10px;border:2px solid rgb(3,3,48);border-radius:5px}.usernameInputWrapper{position:relative;display:flex;align-items:center;gap:8px;padding:0 10px}.profileInputClientUsername{width:100%;margin-top:10px;margin-bottom:10px;background-color:#fff;padding:10px;border:2px solid rgb(3,3,48);border-radius:5px}.errorInput{border:2px solid red}.clientError{color:red;font-size:14px}.profileInputLast{margin-top:10px;margin-bottom:1rem;margin-right:7rem;background-color:#fff;padding:10px;border:2px solid rgb(3,3,48);border-radius:5px}.clientError{color:#d80b0b;font-size:13px;margin:5px 15px 5px 25px}.profileNxtBtn{position:fixed;background-color:#0c052e;display:flex;justify-content:center;align-items:center;padding:3px;left:680px;right:380px;margin-top:20px;bottom:.7rem;border-radius:20px}.nxtBtnIcon{font-size:50px;color:#fff}.signoutBtn{position:absolute;top:10px;right:2rem;cursor:pointer}.signoutTxt{font-size:17px;color:#c90707}.subHeader{margin-top:15px;font-size:15px;font-weight:700}.inputReview{min-width:460px;padding:8px;font-size:18px;letter-spacing:.5px;color:#fff;background-color:#3b3b3b;border-radius:20px}.inputReviewLast{padding:5px;font-size:18px;letter-spacing:.5px;color:#fff;background-color:#3b3b3b;border-radius:20px;margin-bottom:20px}.saveBtn{position:fixed;background-color:#05c405;display:flex;justify-content:center;align-items:center;padding:3px;left:680px;right:380px;margin-top:20px;bottom:.7rem;border-radius:20px;cursor:pointer}.saveBtnTxt{font-size:30px;font-weight:700;color:#e9e6e6}.emptyProfileCon{display:flex;height:100vh;width:75vw;flex-direction:column;align-items:center;margin-left:10px;margin-right:10px}.emptyInputCon{display:flex;flex-direction:column}.emptyInput{min-width:400px;margin-top:10px;margin-bottom:10px;background-color:#b3b3b3;padding:25px;border-radius:15px}.emptyInputAuthTxt{min-width:400px;white-space:pre-wrap;margin-top:10px;margin-bottom:10px;background-color:#b3b3b3;padding:25px;border-radius:15px;color:#d80707}.emptyBtnCon{background-color:#0c052e;min-width:140px;padding:10px;margin:10px 80px 30px;text-align:center;border-radius:30px;cursor:pointer}.emptyBtnTxt{font-size:25px;font-weight:700;color:#e9e6e6}@media (max-width: 1300px){.profileInput,.usernameInputWrapper,.profileInputLast{margin-right:8rem;margin-left:8rem}.clientError{position:fixed;bottom:3rem;font-size:1.1rem;margin-bottom:6.5rem}.profileNxtBtn,.saveBtn{left:480px;right:180px}}@media (max-width: 900px){.profileContainer{width:100vw;margin-left:0}.usernameInputWrapper{margin-right:0;margin-left:0}.clientBckBtnCon{left:15px}.reviewProContainer{width:100vw;margin-left:0;margin-right:0}.emptyProfileCon{width:100vw;margin-left:0;margin-right:0;margin-bottom:5rem}.profileInput{margin-right:10px;margin-left:10px}.profileInputLast{margin-right:10px;margin-left:10px;margin-bottom:7rem}.formContainer{width:80vw}.removeButtonContainer{top:20px;right:90px}.clientError{position:fixed;bottom:3rem;font-size:1.1rem;margin-bottom:6.5rem}.profileNxtBtn{position:fixed;padding:2px;right:160px;left:160px;margin-top:20px;margin-bottom:5rem}.inputReview{min-width:360px}.saveBtn{position:fixed;padding:2px;right:160px;left:160px;margin-top:20px;margin-bottom:5rem}}@media (max-width: 500px){.signoutBtn{right:10px}.profileNxtBtn{right:120px;left:120px}.inputReview,.inputReviewLast{min-width:340px}.saveBtn{padding:10px;right:105px;left:105px}.saveBtnTxt{font-size:25px}.emptyInput{min-width:300px}}@media (max-width: 450px){.emptyInput{min-width:250px}}.mainContainer{display:flex;flex-direction:column;padding:20px;margin-bottom:90px;width:80vw}.emptyText{margin-top:40px;margin-bottom:10rem;font-size:40px;text-align:center;font-weight:700}.emptyTextWriteUp{text-align:center;font-size:20px;font-weight:700;color:#949494;margin-bottom:15px}.emptyBtnCardCon{margin-top:10px}.emptyBtnCard{padding:27px;margin:10px 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#cac9c9;border-radius:15px}@media (max-width: 900px){.mainContainer{width:100vw}}.clientProBtnOptionsCon{display:flex;width:80vw;padding:20px;flex-direction:column}.btnCard{justify-self:center;padding:15px;margin:10px 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#dbdbdb66;border-radius:15px;box-shadow:6px 9px 8px #0006}.proBtnTxt{font-size:18px;font-weight:700;color:#1b1b1b}.nxtIcon{font-size:25px}@media (max-width: 900px){.clientProBtnOptionsCon{width:100vw;margin-top:10%;margin-bottom:12rem}}.clientProfileHeadCon{position:relative}.mainProfilePicContainer{height:180px;width:180px;border-radius:75px;background-color:#a2a2a8;display:flex;justify-content:center;margin:8px 0;cursor:pointer}.clientDotCon{position:absolute;top:20px;right:10px;cursor:pointer}.clientDotIcon{font-size:25px}.img{width:100%;height:100%;object-fit:contain;border-radius:75px}.pRow{display:flex;flex-direction:row;gap:10px;align-items:center}.pName{font-size:2rem;font-weight:700;color:#01011b}.userProUsernameCon{display:flex;gap:5px;align-items:center;margin-bottom:7px}.userProUsername{font-size:1.3rem}.pTxt{font-size:1.3rem;color:#01011b}.profileSubrow{margin:15px 0;display:flex;flex-direction:row;justify-content:space-around;gap:20px}.subHeaderContainer{flex:1;display:flex;justify-content:center;align-items:center;background-color:#0000001a;border-radius:20px;padding:8px;margin-bottom:30px}.mainSubHeader{color:#0e0530;padding:10px;font-size:18px;font-weight:700;cursor:pointer;background-color:#e2e2e2;border-radius:20px}@media (max-width: 900px){.mainProfilePicContainer{height:140px;width:140px}.pName{font-size:1.5rem}.userProUsername{font-size:1.1rem}.pTxt{font-size:1.2rem}}@media (max-width: 500px){.mainProfilePicContainer{height:100px;width:100px}.subHeader{padding:8px;font-size:16px}.userProUsername{font-size:1rem}}.supportContainer{display:flex;flex-direction:column;margin-top:10px;margin-left:10px;margin-right:10px}.title{font-size:30px;font-weight:700;text-align:center;margin-bottom:10px}.supSubHeaderRow{display:flex;flex-direction:row;gap:10px;align-items:center}.divider{border-top:.5px solid #acacac;margin:20px 0}.supSubHeaderTxt{font-size:19px;font-weight:700}.support{font-size:18px;color:#0574dd;cursor:pointer;text-decoration:underline}.txtPhone{font-size:18px;font-weight:700}.icon{font-size:30px}.txtBulletRow{margin-top:6px;display:flex;flex-direction:row;align-items:center;gap:5px}@media (max-width: 900px){.supportContainer{max-width:85vw;margin-bottom:4rem}}.deleteAccContainer{display:flex;flex-direction:column;margin-top:10px;padding:20px}.title{font-size:30px;font-weight:700;text-align:center;margin:10px}.subHeader{font-size:19px;font-weight:700;margin-top:15px}.txtNum{margin-top:8px}.txtBulletRow{margin-top:10px;display:flex;align-items:center;gap:5px}.pointer{font-size:30px}.txt{font-size:18px}.subHeaderTxt{font-size:18px;font-weight:700}.lastSection{margin-bottom:15px}.deltBtn{display:flex;align-items:center;justify-content:center;margin:2rem 19rem;padding:10px;border-radius:25px;background-color:red;cursor:pointer}.deltTxt{font-size:23px;font-weight:700;color:#000}@media (max-width: 900px){.deleteAccContainer{margin-bottom:7rem}.deltBtn{display:flex;align-items:center;justify-content:center;margin:20px;padding:10px;border-radius:25px;background-color:red;cursor:pointer}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;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;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
