@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito&display=swap);:root{--primaryGradient:linear-gradient(180deg,#0067dd 20%,#01325f);--primaryGradientHover:linear-gradient(180deg,#01325f 20%,#0067dd);--primaryColor:#01a94b;--primaryColorAcent:#015f39;--primaryColorLite:rgba(245,119,69,.432);--whiteColor:#fff;--grayColor:#a3a3a3;--success:#00a566;--successDeep:rgba(0,148,91,.548);--successDee2:rgba(78,211,160,.548);--warning:#dd7600;--danger:#e60000;--dangerHover:#ff3a3a;--primary:#0067dd;--primaryLite:#00b1dd;--grayDeep:#797979;--primary-gradient:linear-gradient(to bottom,var(--primaryColor) 20%,var(--primaryColorAcent) 100%);--shadow:1px 24px 85px -38px rgba(0,0,0,.658);--shadowHover:1px 24px 85px -38px rgba(3,199,108,.788);--weekend:#0000;--date-light:#f8f9fa;--date-primary:#5644c1;--date-success:#37d37d;--date-primaryLight:#eceaf5;--date-primaryTitle:#dbd8f0;--date-hover:#262769;--date-highlight:#f83854;--date-disabled:#c2c1cc;--date-width:260px;--date-height:280px}@supports (color:rgb(0 0 0/0)){:root{--grayColor:#cfcfcf}}.pageTitle{font-size:1.6rem;font-weight:500;padding-top:.2rem}.pagination{align-items:center;display:flex;font-size:1.2rem;gap:5px;justify-content:center;list-style:none;margin-bottom:5rem;padding-top:1.5rem}.pagination .page-num{cursor:pointer;font-weight:400;padding:5px 8px;text-decoration:none}.pagination .page-num:hover{background:#015f39;background:var(--primaryColorAcent);color:#fff;font-weight:700;text-decoration:none}.pagination .active{background:#01a94b;background:var(--primaryColor);border-radius:4pc;color:#fff;text-decoration:none}.Toastify__toast-theme--light{background:#000!important;color:#fff!important;z-index:9999999!important}@media screen and (max-width:500px){.pagination{align-items:center;display:flex;font-size:.7rem;gap:5px;justify-content:center;list-style:none;margin-bottom:2rem;padding-top:1.5rem}.pageTitle{font-size:1.2rem;font-weight:600;padding-top:1rem;text-align:center!important}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Nunito,sans-serif;font-weight:500;position:relative}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform: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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}img{width:100%}a{text-decoration:none}.button{background:var(--primaryColor);border:none;border-radius:.4vw;color:var(--whiteColor);display:block;padding:.5rem 1rem}.backbtn{background:#727272;border-radius:4pc;color:#fff;cursor:pointer;margin-top:.2rem;padding:1px 10px}.button_cancel{background:#b8b8b8;border:none;border-radius:.4vw;color:#000;display:block;padding:.5rem 1rem}.flex{justify-items:center}.mt1{margin-top:.5rem}.mt2{margin-top:1rem}.mt3{margin-top:1.5rem}.mt4{margin-top:2rem}.mb1{margin-bottom:.5rem}.mb2{margin-bottom:1rem}.mb3{margin-bottom:1.5rem}.mb4{margin-bottom:2rem}.pt1{padding-top:.5rem}.pt2{padding-top:1rem}.pt3{padding-top:1.5rem}.pt4{padding-top:2rem}.pb1{padding-bottom:.5rem}.pb2{padding-bottom:1rem}.pb3{padding-bottom:1.5rem}.pb4{padding-bottom:2rem}.hide_on_large,.hide_on_small{display:none}.Loader{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;z-index:9999}.Loader .overlay{align-items:center;background-color:hsla(0,0%,100%,.692);display:flex;height:100%;justify-content:center;width:100%}.videoPlayer{height:500px!important;max-width:100%;width:100%}label{font-weight:700;padding-bottom:2px;padding-top:3px}@media screen and (max-width:560px){.hide_on_small{display:none}.hide_on_large{display:block}.backbtn{background:#727272;border-radius:4pc;color:#fff;cursor:pointer;font-size:.8rem;margin-top:0;padding:1px 10px}.backbtn:hover{background:#030303}}.loginPage{align-items:center;display:grid;grid-template-columns:25% 75%;height:100vh;justify-content:center}.loginPage .section_one .overlay{background:hsla(0,0%,100%,.884);display:flex;flex-direction:column;height:100vh;justify-content:center;justify-items:center;padding:1rem}.loginPage .section_one .overlay .title{color:var(--primaryColor);padding-bottom:2rem}.loginPage .email-form-group,.loginPage .password-form-group{margin-bottom:1rem}.loginPage .forgot_password{text-align:end}.loginPage .trigger_register{padding-top:2rem;text-align:center}.loginPage .trigger_register a{text-decoration:none}.loginPage .section_two{border-radius:0 0 0 3rem}.loginPage .section_two .overlay{background:rgba(0,89,255,.692);border-radius:0 0 0 3rem;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;justify-items:center}.loginPage .section_two .overlay .content{padding:2rem}.loginPage .section_two .overlay .content h1{font-size:4rem;font-weight:700;padding-bottom:2rem;width:80%}.loginPage .section_two .overlay .content p{width:50%}.loginPage .inputGroup{position:relative}.loginPage .inputGroup .icon{color:#afafaf;cursor:pointer;position:absolute;right:10px;top:12px}.videoContainer{margin-top:3rem}.videoContainer h2{font-size:2rem}.videoContainer h3{font-size:1.3rem}.videoContainer img{cursor:pointer;width:90px}.registerPage{align-items:center;display:grid;grid-template-columns:25% 75%;height:100vh;justify-content:center}.registerPage .section_one .overlay{background:hsla(0,0%,100%,.884);display:flex;flex-direction:column;height:100vh;justify-content:center;justify-items:center;padding:1rem}.registerPage .section_one .overlay .title{color:var(--primaryColor);padding-bottom:2rem}.registerPage .email-form-group,.registerPage .password-form-group{margin-bottom:1rem}.registerPage .forgot_password{text-align:end}.registerPage .trigger_register{padding-top:2rem;text-align:center}.registerPage .trigger_register a{text-decoration:none}.registerPage .section_two{border-radius:0 0 0 3rem}.registerPage .section_two .overlay{background:rgba(0,89,255,.692);border-radius:0 0 0 3rem;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;justify-items:center}.registerPage .section_two .overlay .content{padding:2rem}.registerPage .section_two .overlay .content h1{font-size:4rem;font-weight:700;padding-bottom:2rem;width:80%}.registerPage .section_two .overlay .content p{width:50%}.ResetPassword{background:url(/static/media/nurse-float.23fa16fbaf347f4c2623.jpeg) no-repeat 50%/cover;height:100vh}.ResetPassword .overlay{align-items:center;background:hsla(0,0%,100%,.863);display:flex;flex-direction:column;height:100vh;justify-content:center}.ResetPassword .overlay .form{width:40%}.ResetPassword .overlay .form input{margin-bottom:1rem}@media screen and (max-width:500px){.loginPage{align-items:center;display:block;grid-template-columns:25% 75%;height:100vh;justify-content:center}.loginPage .section_one{height:70vh}.loginPage .section_one .overlay{background:hsla(0,0%,100%,.884);display:flex;flex-direction:column;height:70vh;justify-content:center;justify-items:center;padding:1rem}.loginPage .section_one .overlay .title{color:var(--primaryColor);font-size:2rem;padding-bottom:1rem}.loginPage .email-form-group,.loginPage .password-form-group{margin-bottom:1rem}.loginPage .forgot_password{text-align:end}.loginPage .trigger_register{padding-top:1rem;text-align:center}.loginPage .trigger_register a{text-decoration:none}.loginPage .section_two,.loginPage .section_two .overlay{border-radius:3rem 0 0 0;height:30vh}.loginPage .section_two .overlay{background:rgba(1,110,101,.692);color:#fff;display:flex;flex-direction:column;justify-content:center;justify-items:center}.loginPage .section_two .overlay .content h1{font-size:1.5rem;font-weight:700;padding-bottom:1rem;width:100%}.loginPage .section_two .overlay .content p{width:100%}.ResetPassword .overlay{align-items:center;background:hsla(0,0%,100%,.863);display:flex;flex-direction:column;height:100vh;justify-content:center}.ResetPassword .overlay .form{width:80%}.ResetPassword .overlay .form input{margin-bottom:1rem}.videoContainer{position:absolute;top:450px}.videoContainer img{margin-top:5px;width:50px}.videoContainer h2,.videoContainer h3{color:#000;font-size:1rem;font-weight:700}}.VerifyEmailSuccessWrapper{display:grid;grid-template-columns:20% 80%;height:100vh}.VerifyEmailSuccessWrapper .side-1 .overlay{background:linear-gradient(to bottom,#01a94af1 10%,var(--primaryColorAcent) 100%);height:100%}.VerifyEmailSuccessWrapper .side-2 .overlay{align-items:center;background-color:hsla(0,0%,100%,.945);display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center}.VerifyEmailSuccessWrapper img{margin-bottom:2rem;width:100px}.VerifyEmailSuccessWrapper h2{font-weight:700;margin-bottom:.5rem}.VerifyEmailSuccessWrapper button{background-color:var(--primaryColor);color:#fff;margin-top:1rem}.VerifyEmailSuccessWrapper button:hover{background-color:var(--primaryColorLite);color:#fff}@media screen and (max-width:500px){.VerifyEmailSuccessWrapper img{margin-bottom:2rem;width:80px}}.home_dashboard{background-color:#fff;display:flex;grid-template-columns:15% 85%;height:100vh;position:relative}.home_dashboard .DashBoardTitle{align-items:center;display:flex;justify-content:space-between}.home_dashboard .DashBoardTitle .email_message{background:var(--warning);border-radius:.5rem;color:#fff;padding:2px 10px}.home_dashboard .SideBarMenu{background:linear-gradient(to bottom,var(--primaryColor) 20%,var(--primaryColorAcent) 100%);background-position:0!important;height:100vh;max-width:15%;min-width:15%;overflow:hidden;width:15%}.home_dashboard .SideBarMenu .overlay{background:linear-gradient(to bottom,rgba(1,169,74,.945) 10%,var(--primaryColorAcent) 100%);height:100vh}.home_dashboard .SideBarMenu ul{padding-left:0}.home_dashboard .SideBarMenu ul a{align-items:center;color:var(--whiteColor);display:flex;list-style:none;margin:.5rem 0;padding:.1rem 0;text-decoration:none}.home_dashboard .SideBarMenu ul a .icon{margin-left:.4rem;padding-right:.4rem}.home_dashboard .SideBarMenu ul a:hover{background:#008037;cursor:pointer}.home_dashboard .MainPage{background:#f4f4f4;flex-grow:1;height:100%;overflow-x:hidden;width:100%}.home_dashboard .MainPage .MainPageItem{height:90vh;overflow-y:auto}.SmallNavBar{align-items:center;background:var(--whiteColor);display:flex;justify-content:center;justify-content:space-between;padding:.4rem 1rem}.SmallNavBar .menuLinks{align-items:center;display:flex;height:100%;justify-content:center}.SmallNavBar .menuLinks .title{font-size:.9rem;font-weight:700;margin-right:1rem}.SmallNavBar .menuLinks a{color:var(--grayColor);font-size:.8rem;font-weight:400;padding:0 .5rem;text-decoration:none}.SmallNavBar .userProfile{align-items:center;display:flex;justify-content:center}.SmallNavBar .userProfile div{margin-left:.5rem}.MainPageSections{display:grid;grid-template-columns:75% 25%}.MainPageSections .SectionTwoNotificationSection{position:relative}.MainPageSections .SectionTwoNotificationSection .NotificationPanel{height:80vh;overflow:scroll}.MainPageSections .SectionTwoNotificationSection .calender-box{background:var(--whiteColor);margin-bottom:1rem;padding:.7rem}.MainPageSections .SectionTwoNotificationSection .calender-box .dateContainer{height:250px;overflow:none;position:relative;width:100%}.MainPageSections .SectionTwoNotificationSection .notifications{background:var(--whiteColor);padding:.3rem}.MainPageSections .SectionTwoNotificationSection .notifications h3{font-size:1rem;font-weight:700}.MainPageSections .SectionTwoNotificationSection .notifications .flex{align-items:center;display:flex;padding:.5rem 0}.MainPageSections .SectionTwoNotificationSection .notifications .flex .icon{margin-right:.4rem}.MainPageSections .SectionTwoNotificationSection .notifications .flex .notif_title{font-size:.7rem;font-weight:700;margin:0}.MainPageSections .SectionTwoNotificationSection .notifications .flex .notif_msg{font-size:.7rem;padding:.1rem 0}.MainPageSections .SectionTwoNotificationSection .notifications .flex .time{color:var(--grayColor);font-size:.6rem}.MainPageSections .SectionTwoNotificationSection .carStatusDisplay{background:var(--whiteColor);padding:.3rem}.MainPageSections .SectionTwoNotificationSection .carStatusDisplay h3{font-size:1rem;font-weight:700}.MainPageSections .SectionTwoNotificationSection .carStatusDisplay .statusContainer{align-items:center;display:flex;justify-content:space-between}.MainPageSections .SectionTwoNotificationSection .carStatusDisplay .flex{align-items:center;display:flex;padding:.5rem 0}.MainPageSections .SectionTwoNotificationSection .carStatusDisplay .flex .icon{margin-right:.4rem}.MainPageSections .SectionTwoNotificationSection .carStatusDisplay .flex .notif_title{font-size:.7rem;font-weight:700;margin:0}.MainPageSections .SectionTwoNotificationSection .carStatusDisplay .flex .notif_msg{font-size:.7rem;padding:.1rem 0}.MainPageSections .SectionTwoNotificationSection .carStatusDisplay .flex .time{color:var(--grayColor);font-size:.6rem}.MainPageSections .SectionTwoNotificationSection .carStatusDisplay .status{border-radius:4pc;color:var(--whiteColor);font-size:.8rem;padding:0 .5rem}.MainPageSections .SectionOneMainPageDisplay{padding-right:.9rem}.MainPageSections .SectionOneMainPageDisplay .statisticsDisplay{grid-column-gap:1rem;display:grid;grid-template-columns:repeat(3,1fr)}.MainPageSections .SectionOneMainPageDisplay .statisticsDisplay .box{align-items:center;background:var(--whiteColor);border-radius:0 1rem 0 0;display:flex;flex-direction:row;padding:.8rem .7rem}.MainPageSections .SectionOneMainPageDisplay .statisticsDisplay .active{background:var(--primaryColor);border-radius:0 1rem 0 0;color:#fff}.MainPageSections .SectionOneMainPageDisplay .statisticsDisplay .box .iconContainer{border-radius:.3vw;margin-right:.5rem;padding:.8rem}.MainPageSections .SectionOneMainPageDisplay .statisticsDisplay .box .iconContainer .icon{color:var(--whiteColor)}.MainPageSections .SectionOneMainPageDisplay .statisticsDisplay .active .iconContainer .icon{color:#000}.MainPageSections .SectionOneMainPageDisplay .statisticsDisplay .box h3{margin:0;padding:0}.MainPageSections .SectionOneMainPageDisplay .activityLinksCards{grid-gap:1.4rem;align-items:center;background:var(--whiteColor);display:grid;grid-template-columns:repeat(4,1fr);justify-content:center;margin-top:1rem;padding:1rem}.MainPageSections .SectionOneMainPageDisplay .activityLinksCards .box{align-items:center;box-shadow:var(--shadow);cursor:pointer;display:flex;justify-content:center;margin:0;padding:.5rem 0;transform:scale(1);transition:all .2s ease-in-out}.MainPageSections .SectionOneMainPageDisplay .activityLinksCards .box:hover{box-shadow:var(--shadowHover);transform:scale(.9)}.MainPageSections .SectionOneMainPageDisplay .activityLinksCards .box .imgCover{align-items:center;display:flex;height:50px;justify-content:center;margin:0 auto;width:50px}.MainPageSections .SectionOneMainPageDisplay .activityLinksCards .box .imgCover img{width:70%}.MainPageSections .SectionOneMainPageDisplay .activityLinksCards .box h2{font-size:.8rem;font-weight:700;padding-top:1rem;text-align:center;text-transform:uppercase}.MainPageSections .SectionOneMainPageDisplay .activityLinksCards .box p{color:rgba(1,169,74,.773);font-size:.7rem;text-align:center;text-transform:uppercase}@media screen and (max-width:560px){.home_dashboard{background-color:#fff;display:flex;grid-template-columns:15% 85%;height:auto;position:relative}.home_dashboard .DashBoardTitle{align-items:center;display:flex;justify-content:space-between}.home_dashboard .DashBoardTitle .email_message{background:var(--warning);border-radius:.5rem;color:#fff;font-size:.7rem;padding:2px 6px}.home_dashboard .SideBarMenu{background:linear-gradient(180deg,#01a94b 20%,#015f39);display:block;height:100vh;max-width:50%!important;min-width:50%!important;overflow:none!important;position:absolute;width:50%!important;z-index:9999}.home_dashboard .SideBarMenu .title_nd_closeBtn{align-items:center;display:flex;justify-content:space-between}.home_dashboard .SideBarMenu ul{padding-left:0}.home_dashboard .SideBarMenu ul a{align-items:center;color:var(--whiteColor);display:flex;list-style:none;margin:.5rem 0;padding:.1rem 0;text-decoration:none}.home_dashboard .SideBarMenu ul a .icon{margin-left:.4rem;padding-right:.4rem}.home_dashboard .SideBarMenu ul a:hover{background:#00d15b;cursor:pointer}.home_dashboard .MainPage{background:#f4f4f4;flex-grow:1;height:100%}.home_dashboard .MainPage .MainPageItem{height:auto}.MainPageSections{display:block}.SmallNavBar{align-items:center;background:var(--whiteColor);display:flex;justify-content:center;justify-content:space-between;padding:.4rem 1rem}.SmallNavBar .menuLinks{align-items:center;display:flex;height:100%;justify-content:center}.SmallNavBar .menuLinks .title{font-size:.9rem;font-weight:700;margin-right:1rem}.SmallNavBar .menuLinks a{color:var(--grayColor);display:none;font-size:.8rem;font-weight:400;padding:0 .5rem;text-decoration:none}.SmallNavBar .userProfile{align-items:center;display:flex;justify-content:center}.SmallNavBar .userProfile div{margin-left:.5rem}.SectionOneMainPageDisplay{padding-right:0!important}.SectionOneMainPageDisplay .statisticsDisplay{grid-column-gap:1rem;display:grid;grid-template-columns:repeat(4,1fr)}.SectionOneMainPageDisplay .statisticsDisplay .box{align-items:center;display:flex;flex-direction:row;padding:.8rem .7rem}.SectionOneMainPageDisplay .statisticsDisplay .box .iconContainer{border-radius:.3vw;margin-right:.5rem;padding:.8rem}.SectionOneMainPageDisplay .statisticsDisplay .box .iconContainer .icon{color:var(--whiteColor)}.SectionOneMainPageDisplay .statisticsDisplay .box h3{margin:0;padding:0}.SectionOneMainPageDisplay .activityLinksCards{grid-row-gap:1rem;align-items:center;background:var(--whiteColor);display:grid;grid-template-columns:repeat(2,1fr)!important;justify-content:center;margin-bottom:1rem;margin-top:.5rem!important;padding:.5rem!important;width:100%!important}.SectionOneMainPageDisplay .activityLinksCards .box{align-items:center;display:flex;justify-content:center;margin:0!important;padding:.3rem 0!important;width:100%!important}.SectionOneMainPageDisplay .activityLinksCards .box .imgCover{height:50px!important;margin:0 auto;width:50px!important}.SectionOneMainPageDisplay .activityLinksCards .box h2{font-size:.7rem!important;font-weight:700;padding-top:.2rem!important;text-align:center;text-transform:uppercase}.SectionOneMainPageDisplay .activityLinksCards .box p{color:rgba(1,169,74,.773);font-size:.5rem!important;font-weight:700;text-align:center;text-transform:uppercase}}.Modal{align-items:center;background:#00000080;bottom:0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999999}.Modal .modalContainer{background:#fff;width:70%}.Modal .modalBtn{background:var(--primaryColor);color:#fff}.ApplyLoans .form4 .image-card img{height:230px;margin:0 auto;width:auto}.ApplyLoans .form4 .preview_image-card img{height:230px}.ApplyLoans .preview_card_container{align-items:center;display:flex;justify-content:flex-start}@media screen and (max-width:500px){.form4 .card_container{display:block;justify-content:center}.ApplyLoans .loan_chip{display:grid;grid-template-columns:repeat(4,1fr)}.ApplyLoans .chip_container .chip_card .chip_content{font-size:.7rem;padding:0 10px}.form4 .labelAndInput{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem 0}.form4 .labelAndInput input{background:#add8e6;border:none;border-radius:4pc;padding:.4rem .7rem;width:60%}.form4 label{font-weight:700!important}.form4 .formTitle{font-weight:700;text-align:center}.form4 .description{margin:0 auto;padding:1rem 0;text-align:center;width:90%}.form4 .card_container img,.form4 .image-card{width:100%!important}}.ProfilePage .photos{position:relative}.ProfilePage .photos .coverPhoto{align-items:center;border-radius:2rem 0 0 0;display:flex;height:230px;justify-content:center;overflow:hidden;width:100%}.ProfilePage .photos .coverPhoto img{height:100%;object-fit:cover;width:100%}.ProfilePage .photos .iconUploadButton{position:absolute}.ProfilePage .photos .profileImage .profile .profileImgCover{overflow:hidden}.ProfilePage .photos .profileImage .profile .profileImgCover img{height:100%;object-fit:cover;width:100%}.ProfilePage .photos .iconUploadButton{background:hsla(0,0%,100%,.658);border-radius:50%}.ProfilePage .photos .profileImage{align-items:center;display:flex;justify-content:space-between;left:0;position:relative;right:0;top:-24px}.ProfilePage .photos .profileImage .profile{align-items:center;display:flex}.ProfilePage .photos .profileImage .profile .pCover{background:#fff;border-radius:50%;height:150px;width:150px}.ProfilePage .photos .profileImage .profile .profileImgCover{align-items:flex-end;background:#fff;border:.3rem solid #f4f4f4;border-radius:50%;display:flex;height:150px;justify-content:center;margin-right:1rem;width:150px}.ProfilePage .photos .profileImage .profile .profileImgCover img{height:150px;width:150px}.ProfilePage .photos .profileImage .profile_btn{display:flex}.ProfilePage .photos .profileImage .profile_btn .cancelBtn{margin-right:1rem}.ProfilePage .profileDetails{margin:0 auto;width:75%}.ProfilePage .profileDetails .gridBox{align-items:center;display:grid;grid-template-columns:30% 70%;margin-bottom:1rem}.ProfilePage .profileDetails .username{flex-grow:1}.NotificationsPage .notifications{margin:0 auto;padding:.3rem;width:70%}.NotificationsPage .notifications h3{font-size:1.3rem}.NotificationsPage .notifications .flex{align-items:center;background:var(--whiteColor);border-radius:.7vw;display:flex;margin-bottom:1rem;padding:.5rem 1rem}.NotificationsPage .notifications .flex .icon{margin-right:.4rem}.NotificationsPage .notifications .flex .notif_title{font-size:.9rem;font-weight:500;margin:0}.NotificationsPage .notifications .flex .notif_msg{font-size:.7rem;padding:.1rem 0}.NotificationsPage .notifications .flex .time{color:var(--grayColor);font-size:.6rem}.LoansPage .searchAndGridList{margin-bottom:1rem}.LoansPage .searchAndGridList .searchBar input{border:none;border-radius:4pc;outline:none;padding:.5rem 2.5rem .5rem .5rem;width:400px}.LoansPage .searchAndGridList .searchBar button{background:var(--primaryColor);border:none;border-radius:4pc;padding:.5rem;position:relative;right:30px;width:100px}.ConfirmEmailPassword{background:url(/static/media/nurse-float.23fa16fbaf347f4c2623.jpeg) no-repeat 50%/cover;height:100vh;width:100%}.ConfirmEmailPassword .overlay{align-items:center;background:hsla(0,0%,100%,.877);display:flex;height:100%;justify-content:center;width:100%}.ConfirmEmailPassword .overlay form{background:hsla(0,0%,100%,.781);padding:2rem 1rem;width:37%}.ConfirmEmailPassword .overlay form .title{color:#505050;font-weight:400;margin:0 auto 1rem;text-align:center;width:80%}.ConfirmEmailPassword .overlay .inputGroup{position:relative}.ConfirmEmailPassword .overlay .inputGroup .icon{color:#afafaf;cursor:pointer;position:absolute;right:10px;top:8px}.ConfirmEmailPassword .overlay input{margin-bottom:.8rem;padding:.5rem;width:100%}.ConfirmEmailPassword .profile_email_dob_container{grid-column-gap:10px;display:grid;grid-template-columns:60% 40%}.MyOrdersNdPurchases{background-color:#fff!important}.MyOrdersNdPurchases .item{align-items:center;box-shadow:1px 5px 15px #6e6e6e80;display:flex;justify-content:space-around;margin-bottom:1rem;margin-top:1rem}.MyOrdersNdPurchases .item .item1{width:90%}.MyOrdersNdPurchases .item .item1 .title{font-size:1rem}.MyOrdersNdPurchases .item .item1 .value{font-weight:700}.MyOrdersNdPurchases .summary .flex{justify-content:space-between;margin-bottom:.7rem;width:30%}.MyOrdersNdPurchases .status{grid-column-gap:1rem;display:grid;grid-template-columns:repeat(6,1fr)}.MyOrdersNdPurchases .status .card{padding:.4rem}.MyOrdersNdPurchases .status .card .status_tracker{border:5px solid hsla(0,0%,77%,.842);border-radius:4pc;margin:1rem 0 .2rem}.MyOrdersNdPurchases .status .readMessageContainer{position:absolute;right:0}.MyOrdersNdPurchases .status .readMsg{bottom:25px;color:red;font-size:.7rem;position:absolute;right:0}.MyOrdersNdPurchases .status .messageIcon{color:red;font-size:3rem}.MyOrdersNdPurchases .MyOrders{margin-top:2rem}.MyOrdersNdPurchases .MyOrders .order{display:flex}.MyOrdersNdPurchases .MyOrders .order img{width:200px}.MyOrdersNdPurchases .MyOrders .order .info{margin-left:1rem}@media screen and (max-width:500px){.NotificationsPage .notifications{width:100%}.NotificationsPage .notifications .flex{border-radius:1vw!important;margin-bottom:.7rem}.ProfilePage .photos{position:relative}.ProfilePage .photos .coverPhoto{align-items:center;border-radius:2rem 0 0 0;display:flex;height:200px;justify-content:center;max-height:230px;max-width:100%;width:100%}.ProfilePage .photos .iconUploadButton{background:hsla(0,0%,100%,.658);border-radius:50%}.ProfilePage .photos .profileImage{align-items:center;display:block;justify-content:space-between;left:0;position:relative;right:0;top:-4px}.ProfilePage .photos .profileImage .profile{align-items:center;display:block}.ProfilePage .photos .profileImage .profile .pCover{align-items:center;background:#0000;border-radius:50%;display:flex;height:100px;justify-content:center;width:100px;width:100%}.ProfilePage .photos .profileImage .profile .pCover .iconUploadButton{background:#0000}.ProfilePage .photos .profileImage .profile .profileImgCover{align-items:flex-end;background:#fff;border:.3rem solid #f4f4f4;border-radius:50%;display:flex;height:100px;justify-content:center;margin-right:1rem;width:100px}.ProfilePage .photos .profileImage .profile .profileImgCover img{height:100px;width:100px}.ProfilePage .photos .profileImage .profile_btn{display:flex;justify-content:right}.ProfilePage .photos .profileImage .profile_btn .cancelBtn{margin-right:.6rem}.ProfilePage .profileDetails{margin-top:1rem!important;margin:0 auto;width:100%}.ProfilePage .profileDetails .gridBox{align-items:center;display:grid;grid-template-columns:30% 70%;margin-bottom:1rem}.ProfilePage .profileDetails .username{flex-grow:1}.LoansPage .searchAndGridList{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.LoansPage .searchAndGridList .searchBar input{border:none;border-radius:4pc;outline:none;padding:.5rem 2.5rem .5rem .5rem;width:auto}.LoansPage .searchAndGridList .searchBar button{background:var(--primaryColor);border:none;border-radius:4pc;padding:.5rem;position:relative;right:30px;width:100px}.LoansPage .duesTableContainer{max-width:100%;overflow:hidden;overflow-x:scroll;width:100%}.ConfirmEmailPassword{background:url(/static/media/nurse-float.23fa16fbaf347f4c2623.jpeg) no-repeat 50%/cover;height:100vh;width:100%}.ConfirmEmailPassword .overlay{background:#ffffffbd}.ConfirmEmailPassword .overlay form{background:hsla(0,0%,100%,.781);padding:2rem 1rem;width:90%}.ConfirmEmailPassword .overlay form .title{color:#505050;font-weight:400;margin:0 auto 1rem;text-align:center;width:90%}.ConfirmEmailPassword .overlay .inputGroup{position:relative}.ConfirmEmailPassword .overlay .inputGroup .icon{color:#afafaf;cursor:pointer;position:absolute;right:10px;top:8px}.ConfirmEmailPassword .overlay input{margin-bottom:.8rem;padding:.5rem;width:100%}.ConfirmEmailPassword .profile_email_dob_container{display:block;margin-bottom:1rem}.MyOrdersNdPurchases{background-color:#fff!important}.MyOrdersNdPurchases .item{align-items:center;box-shadow:1px 5px 15px #6e6e6e80;display:block;justify-content:space-around;margin-bottom:1rem;margin-top:1rem;padding:5px}.MyOrdersNdPurchases .item .item1{width:95%}.MyOrdersNdPurchases .item .item1 .title{font-size:.8rem}.MyOrdersNdPurchases .item .item1 .value{font-size:.8rem;font-weight:700}.MyOrdersNdPurchases .summary .flex{justify-content:space-between;margin-bottom:.2rem;width:auto}.MyOrdersNdPurchases .status{grid-column-gap:1rem;grid-row-gap:.5rem;display:grid;grid-template-columns:repeat(3,1fr)}.MyOrdersNdPurchases .status .card{padding:.2rem}.MyOrdersNdPurchases .status .card .status_tracker{border:5px solid hsla(0,0%,77%,.842);border-radius:4pc;margin:1rem 0 .2rem}.MyOrdersNdPurchases .status .card .status_date,.MyOrdersNdPurchases .status .card .status_name{font-size:.6rem}.MyOrdersNdPurchases .status .readMessageContainer{bottom:20px;position:absolute}.MyOrdersNdPurchases .status .readMsg{bottom:20px;color:red;font-size:.5rem;left:0;position:absolute}.MyOrdersNdPurchases .status .messageIcon{color:red;font-size:1.5rem}.MyOrdersNdPurchases .deleteBtn{display:flex;justify-content:flex-end}.MyOrdersNdPurchases .MyOrders{margin-top:2rem}.MyOrdersNdPurchases .MyOrders .order{display:flex}.MyOrdersNdPurchases .MyOrders .order img{width:200px}.MyOrdersNdPurchases .MyOrders .order .info{margin-left:1rem}}.Faq .faqTop{align-items:center;background:#387a72;border-radius:10px;color:#fff;display:flex;height:200px;justify-content:flex-start;padding:10px}.Faq .faqTop .items{margin:0 auto;width:90%}.Faq .faqTop .items h1{font-size:1.7rem;padding:.5rem 0}.Faq .faqTop .items p{color:#dfdfdf;font-size:.8rem}.Faq .faqBottom{align-items:center;display:flex;flex-direction:row;padding-top:4rem}.Faq .faqBottom .item{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:1rem}.Faq .faqBottom .section1{padding-right:2rem}.Faq .faqBottom .section1 .title{font-size:1.5rem;font-weight:700}.Faq .faqBottom .item .faqDetails{max-width:97%}.Faq .faqBottom .item .faqDetails h3{font-weight:700}.Faq .faqBottom .item .faqDetails p{color:#8b8b8b;padding-top:.4rem}.Faq .faqBottom .details{height:0;visibility:hidden}.Faq .faqBottom .details.active{height:auto;visibility:visible}@media screen and (max-width:500px){.Faq{background-color:#fff!important}.Faq .faqBottom{display:block;padding-top:4rem}.Faq .faqBottom .item{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:1rem}.Faq .faqBottom .section1{margin-bottom:1rem}.Faq .faqBottom .section1 .title{font-size:1.5rem;font-weight:700}.Faq .faqBottom .item .faqDetails{max-width:97%}.Faq .faqBottom .item .faqDetails h3{font-weight:700}.Faq .faqBottom .item .faqDetails p{color:#8b8b8b;padding-top:.4rem}}.FundPage .searchAndGridList,.listNdGridIcons{display:flex;justify-content:space-between}.FundPage .searchAndGridList{align-items:center;margin:1rem 0}.FundPage .searchCover{width:70%}.FundPage .listNdGridIcons .icon{font-size:2rem;margin:0 1.5rem}.FundPage .searchCover input{border:none;border-radius:4pc;outline:none;padding:.5rem;width:100%}@media screen and (max-width:500px){.fundsTableContainer .data,.fundsTableContainer .header{font-size:.7rem}.FundPage .searchAndGridList{align-items:center;display:flex;justify-content:space-between;margin:1rem 0}.FundPage .searchCover{width:80%}.FundPage .listNdGridIcons .icon{font-size:1.3rem;margin:0 .8rem}.FundPage .searchCover input{font-size:.9rem;padding:.3rem .5rem}}.LoansPage .listNdGridIcons,.LoansPage .searchAndGridList{display:flex;justify-content:space-between}.LoansPage .searchAndGridList{align-items:center;margin:1rem 0}.LoansPage .searchCover{width:70%}.LoansPage .listNdGridIcons .icon{font-size:2rem;margin:0 1.5rem}.LoansPage .searchCover input{border:none;border-radius:4pc;outline:none;padding:.5rem;width:100%}@media screen and (max-width:500px){.LoansPage .fundsTableContainer .data,.LoansPage .fundsTableContainer .header{font-size:.7rem}.LoansPage .searchAndGridList{align-items:center;display:grid;grid-template-columns:50% 50%;justify-content:space-between;margin:1rem 0}.LoansPage .searchCover{width:80%}.LoansPage .listNdGridIcons{align-items:center;display:flex;justify-content:flex-end}.LoansPage .listNdGridIcons .icon{font-size:1.3rem;margin:0 .8rem}.LoansPage .listNdGridIcons .button{font-size:.7rem}.LoansPage .searchCover input{font-size:.7rem!important;padding:.3rem .5rem}}.Conversation{cursor:pointer;justify-content:space-between;margin-top:5px;padding-bottom:1rem;padding-top:1rem}.Conversation,.Conversation .userProfile{align-items:center;display:flex}.Conversation .title{font-weight:600}.Conversation .username{color:gray}.Conversation.active,.Conversation:hover{background:#01a94a2a}.conversationImage{border-radius:50%;height:50px;margin-right:10px;object-fit:cover;width:50px}@media screen and (max-width:500px){.messageTop{align-items:center;display:flex}.messageText{background:var(--primary);border-radius:20px;color:#fff;font-size:.8rem;max-width:500px;padding:3px 10px}.messageBottom{color:#cfcfcf;font-size:.6rem;margin-left:3rem;max-width:500px;padding-top:0}}.messenger{display:flex;height:80vh;overflow-y:hidden}.chatConversation{flex:3 1;overflow-y:scroll}.chatBox{flex:9 1}.chatBoxWrapper{background:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative}.openConversationText{color:#cecece;font-size:50px;margin:0 auto;padding-top:5rem;text-align:center;width:70%}.chatBoxTop{height:75vh;overflow-y:scroll;padding-right:10px}.chatBoxBottom{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.chatMessageInput{flex:1 1;height:90px;margin-right:20px;padding:1rem}.createChatArrea{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:20px}.createChatArrea button,.custom_btn{background:var(--primary);border-radius:4pc;color:#fff;padding:8px 20px}@media screen and (max-width:500px){.chatConversation{display:block}.chatBox{display:none}.backArrow{align-items:center;background:#fd8d8d;border-radius:30%;display:flex;font-size:.7rem;height:30px;justify-content:center;margin-top:5px;width:50px}.chatMessageInput{border:1px solid #afffa4;flex:1 1;font-size:.7rem;height:50px;margin-bottom:10px;margin-right:20px;padding:.4rem}.button{border-radius:.5vw;font-size:.8rem;font-weight:700}}.Notifications .flex-items{align-items:center;background:#fff;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.3rem}.Notifications .flex-items .icon{margin-right:.4rem}@media screen and (max-width:500px){.Notifications .notif_title{font-size:.9rem;font-weight:700}.Notifications .notif_msg{font-size:.8rem}.Notifications .time{color:#9e9e9e;font-size:.7rem;margin-top:.3rem}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px #000000e6;cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px #000000e6;top:0}.carousel:hover .slide .legend{opacity:1}.owl-carousel{-webkit-tap-highlight-color:transparent;display:none;position:relative;width:100%;z-index:1}.owl-carousel .owl-stage{-moz-backface-visibility:hidden;position:relative;touch-action:manipulation}.owl-carousel .owl-stage:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.owl-carousel .owl-stage-outer{overflow:hidden;position:relative;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-backface-visibility:hidden;float:left;min-height:1px;position:relative}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:none;border:none;color:inherit;font:inherit;padding:0!important}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{display:block;opacity:0}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{background:#000;height:100%;position:relative}.owl-carousel .owl-video-play-icon{-webkit-backface-visibility:hidden;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+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) no-repeat;cursor:pointer;height:80px;left:50%;margin-left:-40px;margin-top:-40px;position:absolute;top:50%;transition:transform .1s ease;width:80px;z-index:1}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;opacity:0;transition:opacity .4s ease}.owl-carousel .owl-video-frame{height:100%;position:relative;width:100%;z-index:1}.owl-theme .owl-nav{-webkit-tap-highlight-color:transparent;margin-top:10px;text-align:center}.owl-theme .owl-nav [class*=owl-]{background:#d6d6d6;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;margin:5px;padding:4px 7px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{cursor:default;opacity:.5}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{-webkit-tap-highlight-color:transparent;text-align:center}.owl-theme .owl-dots .owl-dot{zoom:1;display:inline-block;*display:inline}.owl-theme .owl-dots .owl-dot span{-webkit-backface-visibility:visible;background:#d6d6d6;border-radius:30px;display:block;height:10px;margin:5px 7px;transition:opacity .2s ease;width:10px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.paginations{display:flex;justify-content:space-around;padding-bottom:3rem;padding-top:4rem}.paginations .numbers{display:flex}.paginations .numbers .number{border-radius:4pc;margin-right:.3rem;padding:1px 12px}.paginations .numbers .number:hover{background:var(--primaryColorLite);cursor:pointer}.paginations .numbers .active{background:var(--primaryColor);color:#fff}.searchContainer{align-items:center;display:flex;flex-direction:row;gap:10px;margin:.5rem auto;width:80%}.searchContainer .search{flex:1 1;max-width:80%}.searchContainer input{border-radius:4pc;padding:.6rem 1rem;width:100%}.searchContainer .searchIcon{background-color:var(--primaryColor);border-radius:50%;color:#fff;font-size:1rem;height:50px;width:50px}.ProductCard .productInfo .productImage img{border-radius:.5rem}.ProductCard .productInfo .productDetailes h3{font-size:1.1rem;margin:0;padding:.5rem 0}.ProductCard .productInfo .productDetailes p{font-size:.7rem;width:95%}.ProductCard .productInfo .ProductPrice .price{color:#c5c5c5}.ProductCard .productInfo .ProductPrice .priceContent{align-items:center;display:flex;justify-content:space-between}.ProductCard .productInfo .ProductPrice .priceContent h3{font-size:1.5rem;font-weight:600}.ProductCard .productInfo .ProductPrice .priceContent h3 small{color:gray;font-size:.9rem;text-decoration:line-through}.ProductCard .productInfo .addToCatBtn{align-items:center;background:var(--primaryColor);border-radius:50%;color:var(--whiteColor);display:flex;height:30px;justify-content:center;width:30px}.ProductCard .productInfo .addToCatBtn .icon{font-size:1.3rem}.ProductCard .addFavourite{align-items:center;background:hsla(0,0%,96%,.796);border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:8px;top:9px;width:30px}.ProductCard .addFavourite .icon{font-size:1.3rem}.ProductCard .card{border-radius:1rem;padding:.4rem;position:relative}.ProductsPage .Products .productBar{align-items:center;display:flex;justify-content:space-between}.ProductsPage .Products .productBar .viewAll{background:#000;border-radius:4pc;color:#fff;cursor:pointer;font-size:.9rem;padding:1px 5px}.ProductsPage .featuredProduct{grid-column-gap:1rem;grid-row-gap:1rem;display:grid;grid-template-columns:repeat(4,1fr)}.ProductsPage .vehicles_section{margin-bottom:1rem}.ProductsPage .vehicles_section .vehicles_section_cover{background:var(--WhiteColor);border-radius:5px 5px 0 0;height:auto}.ProductsPage .vehicles_section .vehicles_section_cover .header{align-items:center;background:rgba(30,7,238,.741);border-radius:5px 5px 0 0;color:var(--WhiteColor);display:flex;height:40px}.ProductsPage .vehicles_section .vehicles_section_cover .header h3{padding-left:10px}.ProductsPage .vehicles_section .vehicles_section_cover .box_container_grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,1fr);padding:20px 0}.ProductsPage .vehicles_section .vehicles_section_cover .box_container_grid .box .imgCover{height:170px;width:100%}.ProductsPage .vehicles_section .vehicles_section_cover .box_container_grid .box .imgCover .percent_off{background:#c5e7fc;color:var(--lightGray);font-family:calibri;font-size:.9rem;margin:0 0 0 12px}.ProductsPage .vehicles_section .vehicles_section_cover .box_container_grid .box .imgCover img{height:170px;object-fit:contain}.ProductsPage .vehicles_section .vehicles_section_cover .box_container_grid .box .imgCover .imgMainCover{transition:all .3s ease-in-out}.ProductsPage .vehicles_section .vehicles_section_cover .box_container_grid .box .imgCover .imgMainCover:hover{transform:scale(1.1)}.ProductsPage .vehicles_section .vehicles_section_cover .box_container_grid .descr_price{margin:0 auto;width:80%}.ProductsPage .vehicles_section .vehicles_section_cover .box_container_grid .descr{color:var(--lightGray);font-size:.8rem;text-align:center}.ProductsPage .vehicles_section .vehicles_section_cover .box_container_grid .price{font-size:.8rem;font-weight:700;padding:5px 0;text-align:center}.AllCategoryShowProducts .productCoverList .boxList{background:#fff;display:flex;margin-bottom:1rem;padding:.5rem;position:relative}.AllCategoryShowProducts .productCoverList .boxList img{height:100px;width:150px}.AllCategoryShowProducts .productCoverList .boxList .percent_off{background:#c5e7fc;color:var(--lightGray);font-family:calibri;font-size:.9rem;margin:0 0 0 12px;position:absolute;right:0}.AllCategoryShowProducts .productCoverList .boxList .title{font-weight:700}.AllCategoryShowProducts .productCoverList .boxList .price{color:#015f39;font-size:1.2rem;font-weight:700;text-align:right}.AllCategoryShowProducts .searchAndGridList{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.AllCategoryShowProducts .searchAndGridList .searchBar input{border:none;border-radius:4pc;outline:none;padding:.5rem 2.5rem .5rem .5rem;width:400px}.AllCategoryShowProducts .searchAndGridList .searchBar button{background:var(--primaryColor);border:none;border-radius:4pc;padding:.5rem;position:relative;right:30px;width:100px}.AllCategoryShowProducts .productCover{margin-bottom:3rem}.AllCategoryShowProducts .productCover .vehicles_section_cover{background:var(--WhiteColor);border-radius:5px 5px 0 0}.AllCategoryShowProducts .productCover .vehicles_section_cover .header{align-items:center;background:rgba(30,7,238,.741);border-radius:5px 5px 0 0;color:var(--WhiteColor);display:flex;height:40px}.AllCategoryShowProducts .productCover .vehicles_section_cover .header h3{padding-left:10px}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid{grid-row-gap:6rem;display:grid;grid-template-columns:repeat(5,1fr);padding:20px 0}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .box .imgCover{height:170px;width:100%}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .box .imgCover .percent_off{background:#c5e7fc;color:var(--lightGray);font-family:calibri;font-size:.9rem;margin:0 0 0 12px}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .box .imgCover img{height:170px}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .box .imgCover .imgMainCover{transition:all .3s ease-in-out}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .box .imgCover .imgMainCover:hover{transform:scale(1.2)}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .descr_price{margin:0 auto;width:80%}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .descr{color:var(--lightGray);font-size:.8rem}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .price{color:var(--grayColor);font-size:.8rem;font-weight:700;padding:5px 0;text-align:center}.FavouriteProducts .favouriteContainer{grid-column-gap:1rem;grid-row-gap:1rem;display:grid;grid-template-columns:repeat(4,1fr)}.FavouriteProducts .favouriteContainer img{height:150px}.productShowcaseWrapper{grid-gap:10px;display:grid;grid-template-columns:19% 60% 20%;margin-bottom:10px}.productShowcaseWrapper .sideOne{background:#fff;border-radius:5px;padding:5px}.productShowcaseWrapper .sideOne .header{font-weight:700;margin-bottom:10px}.productShowcaseWrapper .sideOne hr{color:#b9b9b9}.productShowcaseWrapper .sideOne ul li{cursor:pointer;font-size:.8rem;margin:8px 0}.productShowcaseWrapper .sideOne ul li:hover{border-bottom:.2px dotted #afafaf;color:#015f39}.productShowcaseWrapper .sideThree{display:block;height:100%;position:relative}.productShowcaseWrapper .sideThree .info{background-color:#fff;height:50%;padding:5px}.productShowcaseWrapper .sideThree .info .item{align-items:center;display:flex;gap:10px;padding-top:15px}.productShowcaseWrapper .sideThree .info .item .icon{border:2px solid #015f39;border-radius:50%}.productShowcaseWrapper .sideThree .info .item .content{font-size:.7rem}.productShowcaseWrapper .sideThree .smallBanner{border-radius:10px;height:50%;width:100%}.productShowcaseWrapper .sideThree .smallBanner img{border-radius:10px;bottom:0;height:50%;max-height:100%;max-width:100%;object-fit:cover;object-position:left;position:absolute}.ProductSlider{margin-bottom:2rem}.ProductSlider .slider{height:350px;margin:0;padding:0;width:100%}.ProductSlider .slider img{max-height:100%;max-width:100%;object-fit:contain}.ProductSlider .carousel .slide .legend{background:#0000;font-size:2rem;margin-bottom:0;opacity:1}.ProductSlider .carousel.carousel-slider .control-arrow{background:#0000!important}.MyCart .cartProducts:nth-child(2n){background:#fffbfb}.MyCart .cartProducts{display:grid;grid-template-columns:15% 85%;margin-top:1rem;padding:5px}.MyCart .cartProducts .productImage{flex-grow:1;height:100px;overflow:hidden}.MyCart .cartProducts .productImage img{align-items:center;display:flex;justify-content:center;margin:0 auto;max-height:100%;max-width:50%;object-fit:cover}.MyCart .cartProducts .TitlePrice{align-items:center;display:flex;justify-content:space-between}.MyCart .cartProducts .TitlePrice .productTitle{color:#9c9c9c}.MyCart .cartProducts .TitlePrice .productTitle h2{font-size:1.3rem}.MyCart .cartProducts .TitlePrice .ProductPrice{font-size:1rem;font-weight:500}.MyCart .cartProducts .stock{align-items:center;display:flex;margin-bottom:1rem}.MyCart .cartProducts .stock .PriceCance{color:gray;text-decoration:line-through}.MyCart .cartProducts .stock .inStock{color:var(--success)}.MyCart .cartProducts .stock>*{flex-basis:1;flex:1 1}.MyCart .cartProducts .stock select{box-shadow:1px 24px 85px -38px rgba(0,0,0,.658)}.MyCart .cartProducts .FilterAndDelete{display:flex;justify-content:space-between}.MyCart .cartProducts .FilterAndDelete .sandAndDeleteButtons .btn{color:gray;font-size:.8rem}.MyCart .cartProducts .FilterAndDelete .sandAndDeleteButtons .icon{font-size:1rem}.MyCart .cartProducts .quantityFilters{display:grid;grid-template-columns:repeat(3,1fr)}.MyCart .cartProducts .quantityFilters .sizes select{border:none;border-radius:.4vw;margin-right:.5rem;padding:.3rem .7rem;width:auto}.MyCart .cartProducts .colorsWrapper,.MyCart .cartProducts .quantityWrapper,.MyCart .cartProducts .sizesWrapper{align-items:center;display:flex;gap:10px}.MyCart .cartProducts .NA{color:#a5a5a5;font-size:.8rem}.MyCart .cartProducts .quantityFilters .colors select{border:none;border-radius:.4vw;margin-right:.5rem;padding:.3rem .7rem}.MyCart .cartProducts .quantityFilters .quantity{padding:.3rem .7rem}.MyCart .cartProducts .quantityFilters .quantity .minus,.MyCart .cartProducts .quantityFilters .quantity .plus{background:#fff;padding:.3rem .7rem}.MyCart .cartProducts .sandAndDeleteButtons{display:flex}.MyCart .TotalProducts{display:flex;justify-content:flex-end}.MyCart .TotalProducts .item{align-items:flex-start;display:flex;justify-content:space-between;width:30%}.MyCart .TotalProducts .item .totalText{font-size:1.7rem}.MyCart .TotalProducts .item .totalPrice{font-size:1.7rem;font-weight:700}.MyCart .confirmBtn{display:flex;justify-content:flex-end}.ProductDetailed .backBtn{background:gray;border-radius:4pc;color:#fff;padding:0 .5rem}.ProductDetailed .imageAndInfo{display:grid;grid-template-columns:repeat(2,1fr)}.ProductDetailed .imageAndInfo .imageSection{background:#fff}.ProductDetailed .imageAndInfo .imageSection .carousel.carousel-slider{height:400px}.ProductDetailed .imageAndInfo .imageSection .carousel.carousel-slider .imgCover{height:400px;width:80%}.ProductDetailed .imageAndInfo .imageSection .carousel.carousel-slider img{max-height:100%;max-width:100%;object-fit:cover}.ProductDetailed .imageAndInfo .imageSection .carousel .slide .legend{display:none}.ProductDetailed .imageAndInfo .imageSection .carousel .thumbs-wrapper{margin:0}.ProductDetailed .imageAndInfo .imageSection .carousel .thumbs-wrapper img{height:50px;object-fit:cover}.ProductDetailed .imageAndInfo .imageSection .slider img{height:100%}.ProductDetailed .imageAndInfo .smallInfoSection{padding:1rem}.ProductDetailed .imageAndInfo .smallInfoSection .productTitle{color:#535353;font-weight:500}.ProductDetailed .imageAndInfo .smallInfoSection .small_description{background:var(--whiteColor);border-radius:.4vw;padding:.5rem}.ProductDetailed .imageAndInfo .smallInfoSection .stockAvialable{color:var(--success)}.ProductDetailed .imageAndInfo .smallInfoSection .outOfStock{color:var(--warning)}.ProductDetailed .imageAndInfo .smallInfoSection .price{align-items:center;display:flex;flex:1 1;justify-content:space-between}.ProductDetailed .imageAndInfo .smallInfoSection .price .currentPrice{font-size:2rem;font-weight:500;margin-right:1rem}.ProductDetailed .imageAndInfo .smallInfoSection .price .oldPrice{color:#aaa;text-decoration:line-through}.ProductDetailed .imageAndInfo .smallInfoSection .price .priceDuration select{padding:15px}.ProductDetailed .imageAndInfo .smallInfoSection .sizeFilters .title{padding-top:.8rem}.ProductDetailed .imageAndInfo .smallInfoSection .sizeFilters .sizes{align-items:center;display:flex;margin:1rem 0}.ProductDetailed .imageAndInfo .smallInfoSection .sizeFilters .sizes div{align-items:center;background:#fff;border:2px solid var(--primaryColorLite);border-radius:50%;display:flex;height:40px;justify-content:center;margin-right:1rem;width:40px}.ProductDetailed .imageAndInfo .smallInfoSection .colorFilters,.ProductDetailed .imageAndInfo .smallInfoSection .sizeFilters{padding:1rem 0}.ProductDetailed .imageAndInfo .smallInfoSection .colorFilters .title{padding-top:.8rem}.ProductDetailed .imageAndInfo .smallInfoSection .colorFilters .colors{align-items:center;display:flex;margin:1rem 0}.ProductDetailed .imageAndInfo .smallInfoSection .colorFilters .colors div{align-items:center;background:#fff;border:none;border-radius:.5vw;display:flex;height:40px;justify-content:center;margin-right:1rem;width:60px}.ProductDetailed .imageAndInfo .smallInfoSection .quantity input{width:20%}.ProductDetailed .imageAndInfo .smallInfoSection .cartBtn{margin-top:.5rem;text-align:end}.ProductDetailed .imageAndInfo .smallInfoSection .cartBtn button{background:linear-gradient(180deg,#01a94b 20%,#015f39);border:none;color:#fff;padding:1rem;width:30%}.ProductDetailed .imageAndInfo .smallInfoSection .cartBtn .favourite{background:#272727;border:none;color:#fff;margin-right:1rem;padding:1rem 0;width:30%}.ProductDetailed .productImages img{border-radius:.6rem;margin-bottom:1rem;width:60%}.ProductDetailed .detailDescription{font-size:1rem;padding:2rem}@media screen and (max-width:500px){.paginations{display:flex;justify-content:space-around;margin:0 auto;max-width:300px;width:300px}.paginations .numbers{display:flex;overflow-x:scroll;width:50%}.paginations .numbers .number{border-radius:4pc;margin-right:.3rem;padding:1px 12px}.paginations .numbers .number:hover{background:var(--primaryColorLite);cursor:pointer}.paginations .numbers .active{background:var(--primaryColor);color:#fff}.searchContainer{align-items:center;display:flex;flex-direction:row;margin:0 auto}.searchContainer .search{flex:1 1;max-width:80%}.searchContainer input{border-radius:4pc;padding:.5rem 1rem;width:100%}.searchContainer .searchIcon{background-color:var(--primaryColor);border-radius:50%;color:#fff;font-size:1rem;height:50px;width:50px}.FavouriteProducts .favouriteContainer{grid-column-gap:1rem;grid-row-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}.vehicles_section{margin-bottom:1rem}.vehicles_section .vehicles_section_cover{background:var(--WhiteColor);border-radius:5px 5px 0 0;height:auto!important}.vehicles_section .vehicles_section_cover .header{align-items:center;background:rgba(30,7,238,.741);border-radius:5px 5px 0 0;color:var(--WhiteColor);display:flex;height:40px}.vehicles_section .vehicles_section_cover .header h3{padding-left:10px}.vehicles_section .vehicles_section_cover .box_container_grid{display:grid;grid-template-columns:repeat(2,1fr)!important;padding:20px 0}.vehicles_section .vehicles_section_cover .box_container_grid .box .imgCover{height:auto!important;width:100%}.vehicles_section .vehicles_section_cover .box_container_grid .box .imgCover .percent_off{background:#c5e7fc;color:var(--lightGray);font-family:calibri;font-size:.9rem;margin:0 0 0 12px}.vehicles_section .vehicles_section_cover .box_container_grid .box .imgCover img{height:100px!important;object-fit:contain}.vehicles_section .vehicles_section_cover .box_container_grid .box .imgCover .imgMainCover{transition:all .3s ease-in-out}.vehicles_section .vehicles_section_cover .box_container_grid .box .imgCover .imgMainCover:hover{transform:scale(1.2)}.vehicles_section .vehicles_section_cover .box_container_grid .descr_price{margin:0 auto;width:80%}.vehicles_section .vehicles_section_cover .box_container_grid .descr{color:var(--lightGray);font-size:.8rem}.vehicles_section .vehicles_section_cover .box_container_grid .price{color:var(--grayColor);font-size:.8rem;font-weight:700;padding:5px 0;text-align:center}.productShowcaseWrapper{display:block}.productShowcaseWrapper .sideOne,.productShowcaseWrapper .sideThree{display:none}.ProductSlider{margin-bottom:0;margin-top:1rem}.ProductSlider .slider{height:300px}.ProductSlider .carousel .slide .legend{background:#0000;font-size:1rem;opacity:1}.ProductDetailed{overflow:none;width:100%}.ProductDetailed .imageAndInfo{display:block;grid-template-columns:repeat(2,1fr);width:100%}.ProductDetailed .imageAndInfo .imageSection{background:#fff}.ProductDetailed .imageAndInfo .imageSection .carousel.carousel-slider,.ProductDetailed .imageAndInfo .imageSection .carousel.carousel-slider img{height:250px}.ProductDetailed .imageAndInfo .imageSection .carousel .slide .legend{display:none}.ProductDetailed .imageAndInfo .imageSection .carousel .thumbs-wrapper{margin:0}.ProductDetailed .imageAndInfo .imageSection .carousel .thumbs-wrapper img{height:50px}.ProductDetailed .imageAndInfo .imageSection .slider img{height:100%}.ProductDetailed .imageAndInfo .smallInfoSection{padding:1rem}.ProductDetailed .imageAndInfo .smallInfoSection .productTitle{color:#000;font-size:1rem;font-weight:600}.ProductDetailed .imageAndInfo .smallInfoSection .small_description{background:var(--whiteColor);border-radius:.4vw;font-size:.9rem;padding:.5rem}.ProductDetailed .imageAndInfo .smallInfoSection .stockAvialable{color:var(--success)}.ProductDetailed .imageAndInfo .smallInfoSection .outOfStock{color:var(--warning)}.ProductDetailed .imageAndInfo .smallInfoSection .price{align-items:center;display:flex}.ProductDetailed .imageAndInfo .smallInfoSection .price .currentPrice{font-size:2rem;font-weight:500;margin-right:1rem}.ProductDetailed .imageAndInfo .smallInfoSection .price .oldPrice{color:#aaa;text-decoration:line-through}.ProductDetailed .imageAndInfo .smallInfoSection .sizeFilters .title{padding-top:.8rem}.ProductDetailed .imageAndInfo .smallInfoSection .sizeFilters .sizes{align-items:center;display:flex;margin:.8rem 0}.ProductDetailed .imageAndInfo .smallInfoSection .sizeFilters .sizes div{align-items:center;background:#fff;border:1px solid hsla(0,0%,80%,.925);border-radius:50%;display:flex;font-size:.8rem;height:40px;justify-content:center;margin-right:.3rem;width:40px}.ProductDetailed .imageAndInfo .smallInfoSection .colorFilters .title{padding-top:.8rem}.ProductDetailed .imageAndInfo .smallInfoSection .colorFilters .colors{align-items:center;display:flex;margin:1rem 0}.ProductDetailed .imageAndInfo .smallInfoSection .colorFilters .colors div{align-items:center;background:#fff;border:none;border-radius:.5vw;display:flex;height:23px;justify-content:center;margin-right:1rem;width:34px}.ProductDetailed .imageAndInfo .smallInfoSection .quantity input{width:20%}.ProductDetailed .imageAndInfo .smallInfoSection .cartBtn{margin-top:.5rem;text-align:end}.ProductDetailed .imageAndInfo .smallInfoSection .cartBtn button{background:linear-gradient(180deg,#01a94b 20%,#015f39);border:none;color:#fff;font-size:.7rem;padding:.5rem;width:auto}.ProductDetailed .imageAndInfo .smallInfoSection .cartBtn .favourite{background:#272727;border:none;color:#fff;margin-right:1rem;padding:.5rem .3rem;width:auto}.ProductDetailed .detailDescription{font-size:.8rem}.ProductDetailed .productImages img{border-radius:.6rem;margin-bottom:1rem;width:100%}.AllCategoryShowProducts .boxList{background:#fff;display:flex;margin-bottom:1rem;padding:.5rem;position:relative}.AllCategoryShowProducts .boxList img{height:60px!important;width:100px!important}.AllCategoryShowProducts .boxList .percent_off{background:#c5e7fc;color:var(--lightGray);font-family:calibri;font-size:.9rem;left:0;margin:0 0 0 12px;position:absolute;right:none!important;width:10%}.AllCategoryShowProducts .boxList .title{font-weight:700}.AllCategoryShowProducts .boxList .descr{font-size:.8rem}.AllCategoryShowProducts .boxList .price{color:#015f39;font-weight:700;text-align:right}.AllCategoryShowProducts .searchAndGridList{align-items:center;display:block;justify-content:space-between;margin-bottom:1rem}.AllCategoryShowProducts .searchAndGridList .searchBar input{border:none;border-radius:4pc;outline:none;padding:.5rem 2.5rem .5rem .5rem;width:auto}.AllCategoryShowProducts .searchAndGridList .searchBar button{background:var(--primaryColor);border:none;border-radius:4pc;padding:.5rem;position:none;right:30px;width:auto}.AllCategoryShowProducts .searchAndGridList .listNdGridIcons{margin-top:1rem;text-align:right}.AllCategoryShowProducts .productCover{margin-bottom:3rem}.AllCategoryShowProducts .productCover .vehicles_section_cover{background:var(--WhiteColor);border-radius:5px 5px 0 0}.AllCategoryShowProducts .productCover .vehicles_section_cover .header{align-items:center;background:rgba(30,7,238,.741);border-radius:5px 5px 0 0;color:var(--WhiteColor);display:flex;height:40px}.AllCategoryShowProducts .productCover .vehicles_section_cover .header h3{padding-left:10px}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid{grid-row-gap:6rem;display:grid;grid-template-columns:repeat(2,1fr)!important;padding:20px 0}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .box .imgCover{height:100px;width:100%}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .box .imgCover .percent_off{background:#c5e7fc;color:var(--lightGray);font-family:calibri;font-size:.9rem;margin:0 0 0 12px}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .box .imgCover img{height:100px}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .box .imgCover .imgMainCover{transition:all .3s ease-in-out}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .box .imgCover .imgMainCover:hover{transform:scale(1.2)}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .descr_price{margin:0 auto;width:80%}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .descr{color:var(--lightGray);font-size:.8rem}.AllCategoryShowProducts .productCover .vehicles_section_cover .box_container_grid .price{color:var(--grayColor);font-size:.8rem;font-weight:700;padding:5px 0;text-align:center}.MyCart .cartProducts{display:grid;grid-template-columns:20% 80%}.MyCart .cartProducts .productImage{flex-grow:1}.MyCart .cartProducts .productImage img{height:50px;width:100%}.MyCart .cartProducts .TitlePrice .productTitle{color:#9c9c9c}.MyCart .cartProducts .TitlePrice .productTitle h2{font-size:1rem}.MyCart .cartProducts .TitlePrice .ProductPrice{font-size:.9rem;font-weight:500}.MyCart .cartProducts .stock{font-size:.8rem;margin-bottom:1rem}.MyCart .cartProducts .stock .PriceCance{color:gray;font-size:.8rem;text-decoration:line-through}.MyCart .cartProducts .stock .inStock{color:var(--success)}.MyCart .cartProducts .FilterAndDelete{display:flex;justify-content:space-between}.MyCart .cartProducts .FilterAndDelete .sandAndDeleteButtons .btn{color:gray;font-size:.7rem}.MyCart .cartProducts .FilterAndDelete .sandAndDeleteButtons .icon{font-size:1rem}.MyCart .cartProducts .quantityFilters{display:flex}.MyCart .cartProducts .quantityFilters .colors select,.MyCart .cartProducts .quantityFilters .sizes select{border:none;border-radius:.4vw;font-size:.7rem;margin-right:.5rem;padding:.3rem 0}.MyCart .cartProducts .quantityFilters .quantity{font-size:.8rem;padding:.3rem 0}.MyCart .cartProducts .quantityFilters .quantity .minus,.MyCart .cartProducts .quantityFilters .quantity .plus{background:#fff;padding:.3rem .4rem}.MyCart .cartProducts .sandAndDeleteButtons{display:flex}.MyCart .TotalProducts{display:flex;justify-content:flex-end;margin-top:.5rem}.MyCart .TotalProducts .item{align-items:flex-start;display:flex;justify-content:space-between;width:40%}.MyCart .TotalProducts .item .totalText{font-size:1rem}.MyCart .TotalProducts .item .totalPrice{font-size:1rem;font-weight:700}.MyCart .phoneIcon{margin-left:1rem;position:relative;top:-30px}.MyCart .confirmBtn{display:flex;font-size:.8rem;justify-content:flex-end}}.owl-carousel .owl-nav.disabled{display:block!important}.ProductsPage .featuredSection{margin-bottom:10px}.ProductsPage .featuredSection .header{background:#fff;background:linear-gradient(180deg,#0067dd 20%,#01325f);color:#fff;padding:8px 10px}.ProductsPage .featuredSection .topBar{align-items:center;display:flex;justify-content:space-between;width:100%}.ProductsPage .featuredSection #owl-carousel{padding:5px;position:relative}.ProductsPage .featuredSection #owl-carousel .itemContainer{background:#fff;padding-top:15px}.ProductsPage .featuredSection #owl-carousel .itemContainer .imgCover{height:100px;margin:0 auto;overflow:hidden;width:180px}.ProductsPage .featuredSection #owl-carousel .itemContainer .imgCover .image{border-radius:15px;max-height:100%;max-width:100%;object-fit:contain}.ProductsPage .featuredSection #owl-carousel .itemContainer .info{align-items:center;display:flex;flex-direction:column;padding:20px}.ProductsPage .featuredSection #owl-carousel .itemContainer .buttons{align-items:center;display:flex;justify-content:space-between;padding:10px}.ProductsPage .featuredSection #owl-carousel .itemContainer .buttons .addToCart{align-items:center;background:var(--primaryColor);color:#fff;display:flex;gap:4px;padding:.2rem .7rem}.ProductsPage .featuredSection #owl-carousel .itemContainer .short_decription{color:gray;font-size:.8rem;font-weight:700;height:50px;overflow-y:hidden;text-align:center}.ProductsPage .featuredSection #owl-carousel .itemContainer .new_price{color:var(--primary);font-size:.9rem;font-weight:700}.ProductsPage .featuredSection #owl-carousel .itemContainer .old_price{color:#ff8757;font-size:.9rem;font-weight:700;text-decoration:line-through;-webkit-text-decoration-color:#ff8757;text-decoration-color:#ff8757}.imgMainCover{height:100px;margin:0 auto;overflow:hidden;width:150px}.imgMainCover img{max-height:100%;max-width:100%;object-fit:cover}@media screen and (max-width:500px){.ProductsPage .featuredSection .header{padding:8px 10px}.ProductsPage .featuredSection #owl-carousel .itemContainer{background:#fff;padding-top:15px}.ProductsPage .featuredSection #owl-carousel .itemContainer .imgCover{height:100px;margin:0 auto;width:80%}.ProductsPage .featuredSection #owl-carousel .itemContainer .imgCover .image{border-radius:15px;height:100px}.ProductsPage .featuredSection #owl-carousel .itemContainer .info{align-items:center;display:flex;flex-direction:column;padding:20px 10px}.ProductsPage .featuredSection #owl-carousel .itemContainer .buttons{align-items:center;display:flex;justify-content:space-between;padding:5px}.ProductsPage .featuredSection #owl-carousel .itemContainer .buttons .addToCart{align-items:center;background:var(--primaryColor);color:#fff;display:flex;font-size:.8rem;gap:4px;padding:.2rem .7rem}.ProductsPage .featuredSection #owl-carousel .itemContainer .short_decription{color:gray;font-size:.8rem;font-weight:700}}.SearchedProduct .searchedContainer{grid-column-gap:1rem;grid-row-gap:1rem;display:grid;grid-template-columns:repeat(4,1fr)}.SearchedProduct .productImage{height:100px;margin:0 auto;width:180px}.SearchedProduct .productImage .image{margin:0 auto;max-height:100%;max-width:100%;object-fit:contain}.SearchedProduct .searchContainer{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:1rem 0}.SearchedProduct .search{align-items:center;display:flex;flex:1 1;max-width:80%}.SearchedProduct input{border-radius:4pc;padding:.5rem 1rem;width:100%}.SearchedProduct .searchIcon{border-radius:50%;color:#fff;font-size:1rem;height:50px;width:50px}.SearchedProduct .button,.SearchedProduct .searchIcon{background-color:var(--primaryColor)}@media screen and (max-width:500px){.SearchedProduct .searchedContainer{grid-column-gap:1rem;grid-row-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}.SearchedProduct .image{height:100px}.SearchedProduct input{border-radius:4pc;padding:.5rem 1rem;width:100%}}.productImage{cursor:pointer}.productImage .img{margin:0 auto;width:60%}@media screen and (max-width:500px){.productImage .img{margin:0 auto;width:90%}}.cart_chip,.cart_chip .chip_container{align-items:center;display:flex;justify-content:center}.cart_chip .chip_container{flex-wrap:wrap;padding:10px}.cart_chip .chip_container .chip_card{align-items:center;background:gray;border-radius:10px;border-bottom-right-radius:160px;border-top-right-radius:160px;box-shadow:8px 0 0 #bdbdbd6e,inset -8px 0 0 #ffffff40,8px 0 0 #00000026;color:#fff;display:flex;height:30px;justify-content:center;position:relative;width:auto}.cart_chip .chip_container .chip_card:before{content:"";left:0;position:absolute;top:0;width:100%}.cart_chip .chip_container .chip_card .chip_content{padding:0 10px}.cart_chip .form-chips{grid-column-gap:50px;display:grid;grid-template-columns:repeat(6,1fr)}.cart_chip .chip{border-radius:4pc}.modalButton .btnCover{align-items:center;display:flex}.modalButton .btnCover button{margin-right:7px;padding:10px 20px}.modalButton .cancelBtn{border:1px solid #e0e0e0}.MyCart .navigationBtn{display:flex;justify-content:space-between;padding-top:1rem}.MyCart .nextBtn{background:var(--primaryColor);color:#fff;padding:.5rem 1rem}.MyCart .formTitle{color:#49c0b0;font-size:1.3rem;font-weight:700;padding:10px 0}.bto-lb-required{color:red}.MyCart .row label{color:#636363;padding-top:.6rem}.MyCart .acceptTerms{font-size:1rem;padding-bottom:.5rem;padding-top:1rem}.MyCart .acceptTerms a{color:var(--primary)}.form-error{color:red;font-size:.9rem;position:relative;top:-2px}.MyCart .id-cards-upload{text-align:center}.MyCart .id-cards-upload .description{padding:10px 0}.MyCart .id_cards_wrapper{display:flex;justify-content:space-around;padding-bottom:1rem}.MyCart .id_cards_wrapper .label{font-size:1.2rem;font-weight:700}.MyCart .labelAndInput input{background:var(--primary)!important;border-radius:4pc;color:#fff;padding:0!important;width:70%}.MyCart .image-card{align-items:center;border:2px dotted gray;border-radius:.5vw;display:flex;height:200px;justify-content:center;margin:0 auto .5rem;overflow:hidden;text-align:center;width:300px}.MyCart .image-card img{border-radius:.5vw;max-height:100%;max-width:100%;object-fit:cover}.MyCart .preview_image-card img{border-radius:.5vw}.MyCart .preview_card_container{align-items:center;display:flex;justify-content:flex-start}.MyCart .PreviewName{grid-column-gap:10px;display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:500px){.cart_chip .chip_container{padding:8px}.cart_chip .chip_container .chip_card:before{content:"";left:0;position:absolute;top:0;width:100%}.cart_chip{display:grid;grid-template-columns:repeat(4,1fr)!important}.cart_chip .chip_container .chip_card .chip_content{font-size:.7rem;padding:0 5px}.modalButton .btnCover button{font-size:.8rem;margin-right:7px;padding:5px 8px}.modalButton .cancelBtn{border:1px solid #e0e0e0}.MyCart .navigationBtn{padding-top:.6rem}.MyCart .nextBtn{background:var(--primaryColor);color:#fff}.MyCart .backBtn,.MyCart .nextBtn{font-size:.8rem;padding:.2rem .5rem}.MyCart .formTitle{color:#49c0b0;font-size:1rem;font-weight:700}.MyCart .row label{color:#636363;font-size:.8rem;padding-top:.4rem}.MyCart .row .form-control{font-size:.8rem}.productContainer{overflow-x:scroll}.productContainer .table{font-size:.8rem;width:600px}.MyCart .acceptTerms{font-size:.8rem}.MyCart .id_cards_wrapper{display:flex;flex-direction:column;justify-content:space-around}.MyCart .labelAndInput input{background:var(--primary)!important;color:#fff;padding:0!important}.MyCart .image-card{height:200px;width:40px}}.Productilters{flex-flow:row wrap}.Productilters,.Productilters .product_sort{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.Productilters .product_sort .sortContainer{padding-right:10px;width:150px}.Productilters .price_filters input{margin-left:0;padding:1rem}.Productilters .switchesContainer{display:block;justify-content:space-evenly}.Productilters .switchesContainer .switch{align-items:center;display:flex;margin-top:10px;padding:7px 10px}.ViewAllProductInACategory{grid-gap:10px;display:grid;grid-template-columns:repeat(5,1fr)}.ViewAllProductInACategory .item{align-items:center;background:#fff;flex-basis:calc(20% - 20px);flex-grow:0;flex-shrink:1;justify-content:center;text-align:center}.ViewAllProductInACategory .item .title{height:60px;overflow:hidden;padding:10px}.ViewAllProductInACategory .item:hover{cursor:pointer}.ViewAllProductInACategory .item:hover .title{color:var(--primaryColor)}.ViewAllProductInACategory .item .price{color:var(--warning);font-weight:700}.ViewAllProductInACategory .item:hover .image{background-color:#fff;border:1px solid var(--primaryColor);display:flex;justify-content:center;transform:scale(.9)}.ViewAllProductInACategory .image{border:1px solid #dfdfdf;border-radius:.5vw;height:130px;margin:0 auto;object-fit:fill;object-position:center;position:relative;transform:scale(1);transform-origin:top left;transition:all .3s ease-in-out;width:160px}.ViewAllProductInACategory .item .buttons{align-items:center;display:flex;justify-content:space-between;padding:10px}.ViewAllProductInACategory .item .buttons .addToCart{align-items:center;background:var(--primaryGradient);border-radius:4pc;color:#fff;display:flex;font-size:.8rem;gap:4px;padding:.2rem .7rem;transition:all .2s ease-in-out}.ViewAllProductInACategory .item .buttons .addToCart:hover{background:var(--primaryGradientHover)}.searchProductComponent{align-items:center;background:hsla(0,0%,62%,.425);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.searchProductComponent .searchCard{background-color:#f4f4f4;border-radius:.5vw;display:flex;flex-direction:column;justify-content:center;margin:0 auto;padding:4rem;text-align:center;width:50%}.searchProductComponent .searchCard .search{background-color:#fff;border-radius:5pc;flex:1 1;padding:.5rem;position:relative}.searchProductComponent .searchCard .searchIcon{left:20px;position:absolute;top:50%;transform:translate(-50%,-50%)}.searchProductComponent .searchCard .searchInput{border:none;outline:none;padding:.3rem .3rem .3rem 2rem;width:100%}.searchProductComponent .searchCard button{cursor:pointer;margin:0 auto;width:30%}@media only screen and (max-width:600px){.Productilters{align-items:center;display:flex;flex-flow:row wrap;justify-content:space-between;padding:.5rem 0}.Productilters .product_sort .sortContainer{padding-right:0;width:auto}.Productilters .product_sort select{border:none;font-size:.7rem;padding-right:10px;width:auto}.Productilters .price_filters input{display:flex;font-size:.6rem;margin-left:1rem;padding:.4rem}.Productilters .price_filters .priceInput{margin-bottom:5px;width:60px}.ViewAllProductInACategory{grid-template-columns:repeat(2,1fr)}.ViewAllProductInACategory .item{flex-basis:calc(50% - 5px);flex-grow:0;flex-shrink:1;padding-bottom:1rem}.ViewAllProductInACategory .image,.ViewAllProductInACategory .image img{height:120px;object-fit:cover}.ViewAllProductInACategory .item .title{font-size:.8rem;text-align:center}.Productilters .prices{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.ViewAllProductInACategory .item .price{color:var(--primaryColor);font-size:.8rem;font-weight:600;text-align:center}.ViewAllProductInACategory .item .buttons{align-items:center;display:flex;justify-content:space-between}.ViewAllProductInACategory .item .buttons .addToCart{align-items:center;color:#fff;font-size:.8rem;padding:5px 8px}.searchProductComponent{align-items:center;background:hsla(0,0%,62%,.425);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.searchProductComponent .searchCard{background-color:#f4f4f4;border-radius:.9vw;display:flex;flex-direction:column;justify-content:center;margin:0 auto;padding:3rem 1rem;text-align:center;width:95%}.searchProductComponent .searchCard .search{background-color:#fff;border-radius:5pc;flex:1 1;padding:.5rem;position:relative}.searchProductComponent .searchCard .searchIcon{left:20px;position:absolute;top:50%;transform:translate(-50%,-50%)}.searchProductComponent .searchCard .searchInput{border:none;outline:none;padding:.3rem .3rem .3rem 2rem;width:100%}.searchProductComponent .searchCard button{border-radius:4pc;cursor:pointer;margin:0 auto;padding:0;width:50%}}
/*
! tailwindcss v3.2.2 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.top-0{top:0}.right-0{right:0}.left-0{left:0}.top-3{top:.75rem}.right-2\.5{right:.625rem}.right-2{right:.5rem}.z-50{z-index:50}.z-10{z-index:10}.mx-auto{margin-right:auto}.ml-auto,.mx-auto{margin-left:auto}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mr-2{margin-right:.5rem}.mt-10{margin-top:2.5rem}.mt-4{margin-top:1rem}.mt-1{margin-top:.25rem}.mb-3{margin-bottom:.75rem}.mb-10{margin-bottom:2.5rem}.mt-3{margin-top:.75rem}.mb-2{margin-bottom:.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.mb-6{margin-bottom:1.5rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.hidden{display:none}.h-full{height:100%}.h-5{height:1.25rem}.h-14{height:3.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-3\.5{height:.875rem}.h-48{height:12rem}.h-6{height:1.5rem}.w-full{width:100%}.w-5{width:1.25rem}.w-14{width:3.5rem}.w-4{width:1rem}.w-44{width:11rem}.w-3\.5{width:.875rem}.w-3{width:.75rem}.w-60{width:15rem}.w-6{width:1.5rem}.min-w-full{min-width:100%}.max-w-md{max-width:28rem}.flex-1{flex:1 1}.flex-shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity))}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.rounded-lg{border-radius:.5rem}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-b{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-l-lg{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}.rounded-r-lg{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-b-2{border-bottom-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-l-2{border-left-width:2px}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-l-gray-100{--tw-border-opacity:1;border-left-color:rgb(243 244 246/var(--tw-border-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.bg-transparent{background-color:initial}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-green-400{--tw-gradient-from:#4ade80;--tw-gradient-to:#4ade8000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-green-500{--tw-gradient-to:#22c55e00;--tw-gradient-stops:var(--tw-gradient-from),#22c55e,var(--tw-gradient-to)}.to-green-600{--tw-gradient-to:#16a34a}.p-4{padding:1rem}.p-1\.5{padding:.375rem}.p-1{padding:.25rem}.p-6{padding:1.5rem}.p-2\.5{padding:.625rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.pr-20{padding-right:5rem}.text-left{text-align:left}.text-center{text-align:center}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.leading-normal{line-height:1.5}.tracking-wider{letter-spacing:.05em}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.hover\:bg-red-800:hover{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-green-800:hover{--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity))}.hover\:bg-gradient-to-br:hover{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.focus\:z-10:focus{z-index:10}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity))}.focus\:ring-red-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(252 165 165/var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity))}.focus\:ring-green-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(134 239 172/var(--tw-ring-opacity))}.focus\:ring-gray-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(243 244 246/var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}@media (prefers-color-scheme:dark){.dark\:border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.dark\:border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.dark\:border-l-gray-700{--tw-border-opacity:1;border-left-color:rgb(55 65 81/var(--tw-border-opacity))}.dark\:bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark\:text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark\:text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.dark\:placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.dark\:hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.dark\:hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark\:hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.dark\:hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark\:focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.dark\:focus\:ring-blue-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(30 64 175/var(--tw-ring-opacity))}.dark\:focus\:ring-red-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(153 27 27/var(--tw-ring-opacity))}.dark\:focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(75 85 99/var(--tw-ring-opacity))}.dark\:focus\:ring-green-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(22 101 52/var(--tw-ring-opacity))}.dark\:focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity))}.dark\:focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}}@media (min-width:768px){.md\:inset-0{bottom:0;left:0;right:0;top:0}.md\:h-full{height:100%}.md\:h-auto{height:auto}}.terms_container{background:#fff;margin:0 auto;padding:20px;width:80%}.terms_container .title{font-size:1.8rem;text-align:center}.terms_container p{margin:15px 0}@media screen and (max-width:500px){.terms_container{background:#fff;margin:0 auto;padding:5px;width:100%}.terms_container .title{font-size:1.3rem;text-align:center}}.NotFound404{align-items:center;background:#fff;display:flex;flex-direction:column;height:100%;height:80vh;justify-content:center;text-align:center}.NotFound404 .imgCover{width:50%}.NotFound404 p{font-size:20px;text-align:center}.NotFound404 .btnCover{align-items:center;display:flex;justify-content:center;padding-top:1rem}@media screen and (max-width:500px){.NotFound404{display:flex;height:50vh}.NotFound404 p{font-size:15px;padding-top:2rem;text-align:center}}.SentEmailForVerification .wrapper{display:grid;grid-template-columns:20% 80%;height:100vh}.SentEmailForVerification .wrapper .side-1 .overlay{background:linear-gradient(to bottom,#01a94af1 10%,var(--primaryColorAcent) 100%);height:100%}.SentEmailForVerification .wrapper .side-2{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center}.SentEmailForVerification .wrapper .imgCover{padding-bottom:1rem;width:150px}.SentEmailForVerification .wrapper h3{font-size:1.2rem;font-weight:700;margin-bottom:10px}.SentEmailForVerification .wrapper p{font-size:1.1rem}@media screen and (max-width:500px){.SentEmailForVerification .wrapper .side-2{margin:0 auto;text-align:center;width:90%}.SentEmailForVerification .wrapper .imgCover{padding-bottom:1rem;width:70px}.SentEmailForVerification .wrapper h3{font-size:1rem;font-weight:700;margin-bottom:10px}.SentEmailForVerification .wrapper p{font-size:.8rem}}.MessagesPage .listNdGridIcons,.MessagesPage .searchAndGridList{display:flex;justify-content:space-between}.MessagesPage .searchAndGridList{align-items:center;margin:1rem 0}.MessagesPage .searchCover{width:70%}.MessagesPage .listNdGridIcons .icon{font-size:2rem;margin:0 1.5rem}.MessagesPage .searchCover input{border:none;border-radius:4pc;outline:none;padding:.5rem;width:100%}@media screen and (max-width:500px){.MessagesPage .fundsTableContainer .data,.MessagesPage .fundsTableContainer .header{font-size:.7rem}.MessagesPage .searchAndGridList{align-items:center;display:grid;grid-template-columns:50% 50%;justify-content:space-between;margin:1rem 0}.MessagesPage .searchCover{width:80%}.MessagesPage .listNdGridIcons{align-items:center;display:flex;justify-content:flex-end}.MessagesPage .listNdGridIcons .icon{font-size:1.3rem;margin:0 .8rem}.MessagesPage .listNdGridIcons .button{font-size:.7rem}.MessagesPage .searchCover input{font-size:.7rem!important;padding:.3rem .5rem}.MessagesPage .messageTable{overflow-x:scroll}.MessagesPage table{font-size:.8rem;overflow-x:scroll;width:500px}.MessagesPage .messageTable th{font-size:.7rem}.MessagesPage .messageTable td{font-size:.6rem}}.MessageDetailed{height:90vh;overflow:hidden!important;position:relative}.MessageDetailed .messageShowCase{background:#fff;box-shadow:var(--shadow);margin-bottom:1rem;margin-top:.5rem}.MessageDetailed .messageShowCase h2{background:var(--primary);color:#fff;font-size:1.1rem;font-weight:700;padding:10px}.MessageDetailed .messageShowCase .itemsConainer{align-items:center;display:flex;justify-content:space-between;padding:1rem}.MessageDetailed .messageShowCase .itemsConainer .icon{font-size:1.5rem}.MessageDetailed .messageBox{height:60vh;overflow:hidden;overflow-y:scroll}.online{background-color:#8bc34a;border:3px solid #fafafa;border-radius:13px;height:13px;left:35px;position:relative;top:30px;width:13px}.MessageDetailed .chat{overflow-y:scroll;position:relative;width:100%}.MessageDetailed .header-chat{align-items:center;background-color:#fff;box-shadow:0 3px 2px #0000001a;display:flex;height:90px}.chat .header-chat .icon{color:#515151;font-size:14pt;margin-left:30px}.chat .header-chat .name{color:#515151;font-family:Montserrat,sans-serif;font-size:13pt;margin:0 0 0 20px;text-transform:uppercase}.chat .header-chat .right{position:absolute;right:40px}.chat .messages-chat{height:100%;overflow-y:scroll;padding:25px 35px 80px}.chat .messages-chat .message{display:flex;flex-direction:row;margin-bottom:8px}.chat .messages-chat .message .photo{background:#e6e7ed;background-position:50%;background-repeat:no-repeat;background-size:cover;-moz-border-radius:50px;-webkit-border-radius:50px;display:block;height:45px;width:45px}.chat .messages-chat .text{align-items:flex-start;background-color:#f6f6f6;border-radius:12px;display:flex;justify-content:flex-start;margin:0 35px;padding:15px}.MessageDetailed .text-only{margin-left:45px}.MessageDetailed .time{color:#999;font-size:10px;margin-bottom:10px;margin-left:85px}.MessageDetailed .response-time{color:#999;float:right;font-size:.7rem;margin-right:40px!important}.MessageDetailed .response{float:right;margin-left:auto;margin-right:0!important}.MessageDetailed .response .text{background-color:#e3effd!important}.MessageDetailed form{align-items:center;background-color:initial;border-top:2px solid #eee;bottom:0;display:flex;height:80px;left:0;overflow:hidden;position:absolute;right:0;width:100%}.MessageDetailed form .button{background:var(--primary)}.chat .footer-chat .icon{color:silver;font-size:14pt}.chat .footer-chat .send{background-color:#4f6ebd;border-radius:50px;color:#fff;font-size:14pt;padding:12px;position:absolute;right:50px}.chat .footer-chat .name{color:#515151;font-family:Montserrat,sans-serif;font-size:13pt;margin:0 0 0 20px;text-transform:uppercase}.chat .footer-chat .right{position:absolute;right:40px}.write-message{border:none!important;flex:1 1;height:50px;padding:10px;width:80%}.footer-chat ::-webkit-input-placeholder{color:silver;font-size:13pt}.footer-chat input :-moz-placeholder{color:silver;font-size:13pt}.footer-chat input ::-moz-placeholder{color:silver;font-size:13pt;margin-left:5px}.footer-chat input :-ms-input-placeholder{color:silver;font-size:13pt}.clickable{cursor:pointer}@media screen and (max-width:500px){.MessageDetailed .messageShowCase{background:#fff;box-shadow:var(--shadow);margin-bottom:1rem;margin-top:.5rem}.MessageDetailed .messageShowCase h2{background:var(--primary);color:#fff;font-size:.8rem;font-weight:700;padding:10px}.MessageDetailed .messageShowCase .itemsConainer{align-items:center;display:flex;justify-content:space-between;padding:1rem}.MessageDetailed .messageShowCase .itemsConainer .item{font-size:.6rem}.MessageDetailed .messageShowCase .itemsConainer .icon{font-size:.8rem}.MessageDetailed .messageBox{height:60vh;overflow:hidden}.chat{height:calc(80vh - 100px);position:relative;width:100%}.header-chat{align-items:center;background-color:#fff;box-shadow:0 3px 2px #0000001a;display:flex;height:90px}.chat .header-chat .icon{color:#515151;font-size:14pt;margin-left:30px}.chat .header-chat .name{color:#515151;font-family:Montserrat,sans-serif;font-size:13pt;margin:0 0 0 20px;text-transform:uppercase}.chat .header-chat .right{position:absolute;right:40px}.chat .messages-chat{height:100%;overflow-y:scroll;padding:25px 10px 80px}.chat .messages-chat .message{display:flex;flex-direction:row;margin-bottom:8px}.chat .messages-chat .message .photo{background:#e6e7ed;background-position:50%;background-repeat:no-repeat;background-size:cover;-moz-border-radius:50px;-webkit-border-radius:50px;display:block;height:35px;width:35px}.chat .messages-chat .text{align-items:flex-start;background-color:#f6f6f6;border-radius:12px;display:flex;font-size:.8rem;justify-content:flex-start;margin:0 5px;padding:5px}.text-only{margin-bottom:1.3rem!important;margin-left:45px}.MessageDetailed .time{color:#d3d3d3;font-size:10px;margin-bottom:10px;margin-left:45px}.MessageDetailed .response-time{bottom:-20px;color:#acacac;float:right;font-size:.5rem;margin-right:40px!important;position:relative}.MessageDetailed .response{float:right;margin-left:auto;margin-right:0!important}.MessageDetailed .response .text{background-color:#e3effd!important}.MessageDetailed form{align-items:center;background-color:initial;border-top:2px solid #eee;bottom:0;display:flex;height:80px;left:0;overflow:hidden;position:absolute;right:0;width:100%}.MessageDetailed form .button{background:var(--primary)}.chat .footer-chat .icon{color:silver;font-size:14pt}.chat .footer-chat .name{color:#515151;font-family:Montserrat,sans-serif;font-size:13pt;margin:0 0 0 20px;text-transform:uppercase}.chat .footer-chat .right{position:absolute;right:40px}.write-message{border:none!important;flex:1 1;height:40px;padding:10px;width:80%}.footer-chat ::-webkit-input-placeholder{color:silver;font-size:13pt}.footer-chat input :-moz-placeholder{color:silver;font-size:13pt}.footer-chat input ::-moz-placeholder{color:silver;font-size:13pt;margin-left:5px}.footer-chat input :-ms-input-placeholder{color:silver;font-size:13pt}.clickable{cursor:pointer}}.CalContainer{align-items:center;display:flex;justify-content:center}.CalContainer .calWrapper{width:60%}.CalContainer .calcResults{align-items:center;border:1px solid var(--success);display:flex;height:100px;justify-content:center;margin:0 auto;width:200px}.CalContainer .calcResults h1{font-size:2.5rem}.CalContainer .refresh-icon{cursor:pointer;font-size:2rem;left:440px;opacity:.3;position:absolute;top:40px;transition:all .2s ease-in-out}.CalContainer .refresh-icon:hover{opacity:1}@media screen and (max-width:500px){.CalContainer{align-items:center;display:flex;justify-content:center;width:100%}.CalContainer .calWrapper{width:100%}.CalContainer .calWrapper .decr{font-size:.8rem;padding-bottom:.9rem}.CalContainer .calBtn{margin-top:10px}.CalContainer .calcResults{align-items:center;border:1px solid var(--success);display:flex;height:55px;justify-content:center;margin:0 auto;width:50%}.CalContainer .calcResults h1{font-size:2rem}.CalContainer .refresh-icon{cursor:pointer;font-size:2rem;left:220px;opacity:.3;position:absolute;top:10px;transition:all .2s ease-in-out}.CalContainer .refresh-icon:hover{opacity:1}}.ApplyLoans .loanDivision{display:flex;justify-content:space-between;position:relative}.ApplyLoans .signatureContainer{border:6px solid green;height:100px;width:500px}.ApplyLoans .chip_container,.loan_chip{align-items:center;display:flex;justify-content:center}.ApplyLoans .chip_container{flex-wrap:wrap;padding:10px}.ApplyLoans .chip_container .chip_card{align-items:center;background:gray;border-radius:10px;border-bottom-right-radius:160px;border-top-right-radius:160px;box-shadow:8px 0 0 #bdbdbd6e,inset -8px 0 0 #ffffff40,8px 0 0 #00000026;color:#fff;display:flex;height:30px;justify-content:center;position:relative;width:auto}.ApplyLoans .chip_container .chip_card:before{content:"";left:0;position:absolute;top:0;width:100%}.ApplyLoans .chip_container .chip_card .chip_content{padding:0 10px}.ApplyLoans .form-chips{grid-column-gap:50px;display:grid;grid-template-columns:repeat(6,1fr)}.ApplyLoans .chip{border-radius:4pc}.ApplyLoans .loanDivision .northloan,.ApplyLoans .loanDivision .southloan{border:.5px solid hsla(0,0%,50%,.527);padding:1.5rem 1rem;width:300px}.ApplyLoans .loanDivision .northloan .title,.ApplyLoans .loanDivision .southloan .title{font-size:1.8rem;margin-bottom:.5rem}.ApplyLoans .loanDivision .northloan .help,.ApplyLoans .loanDivision .southloan .help{color:var(--secondaryColor);font-size:.8rem;font-weight:500}.ApplyLoans .loanDivision .northloan .check-icon{position:absolute;right:800px;top:5px;width:60px}.ApplyLoans .loanDivision .southloan .check-icon{position:absolute;top:5px;width:60px}.ApplyLoans .Loan_Banner_Area{height:500px}.ApplyLoans .Loan_Banner_Area .overlay{background-color:rgba(255,0,0,.514);height:100%}.ApplyLoans form label{font-size:.9rem;font-weight:500;margin:1rem 0 .3rem}.ApplyLoans form .bto-lb-required{color:red}.ApplyLoans .formTitle{color:#5c5c5c;font-size:1.4rem;margin:0;padding-top:1rem;text-align:center}.form4 .formTitle{font-weight:700;padding-top:25px;text-align:center}.form4 .description{padding-bottom:15px;text-align:center}.ApplyLoans .radioContainer{display:grid;grid-template-columns:repeat(7,1fr)}.ApplyLoans .radioContainer label{font-size:1rem;margin-right:.5rem}.ApplyLoans .form4 .image-card{align-items:center;border:2px dotted gray;border-radius:.5vw;display:flex;height:240px;justify-content:center;margin:0 auto .5rem;width:50%}.ApplyLoans .form4 .image-card img{border-radius:.5vw;max-height:100%;max-width:100%;object-fit:contain}.ApplyLoans .card_container{align-items:center;display:flex;justify-content:flex-start}.ApplyLoans .form4 .preview_image-card{border-radius:.5vw;height:230px;width:100%}.ApplyLoans .form4 .preview_image-card img{border-radius:.5vw;max-height:100%;max-width:100%;object-fit:contain}.ApplyLoans .preview_card_container{grid-gap:5rem;display:grid;grid-template-columns:repeat(2,1fr)}.PreviewName{grid-column-gap:10px;display:grid;grid-template-columns:repeat(3,1fr)}.value{font-weight:700}.loanTerms{background:#fff;border-radius:5px;box-shadow:var(--shadow);margin:0 auto;padding:10px;width:80%}.loanTerms .checkboxData{border:1px solid gray!important}.loanTerms p{padding:1rem 0}.loanTerms .title{font-weight:700;padding-top:1rem;text-align:center}.ApplyLoans input,.ApplyLoans select,.ApplyLoans textarea{border:none!important;margin-bottom:.4rem}.error-message{color:red;font-size:.9rem;position:relative;top:-10px}.form4 .labelAndInput input{background:var(--primary);border:none;border-radius:4pc;color:#fff;margin-top:10px;padding:0;width:60%}@media screen and (max-width:500px){.form4 .card_container{display:block;justify-content:center}.ApplyLoans .loan_chip{display:grid;grid-template-columns:repeat(4,1fr)}.ApplyLoans .chip_container .chip_card .chip_content{font-size:.7rem;padding:0 10px}.form4 .labelAndInput{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem 0}.form4 .labelAndInput input{background:var(--primary);border:none;border-radius:4pc;color:#fff;margin-top:10px;padding:0;width:60%}.form4 label{font-weight:700!important}.form4 .formTitle{font-weight:700;text-align:center}.form4 .description{margin:0 auto;padding:1rem 0;text-align:center;width:90%}.form4 .card_container img,.form4 .image-card{width:100%!important}.ApplyLoans .preview_card_container{grid-gap:1rem;display:grid;grid-template-columns:repeat(1,1fr)}.loanTerms{width:95%}}.requestOrderList{align-items:center;background:#fff;box-shadow:var(--shadow);display:flex;justify-content:space-between;margin:10px 0;padding-right:5px}.requestOrderList .imageNdText{align-items:center;display:flex;gap:10px}.requestOrderList .imageCover{height:80px;width:80px}.requestOrderList .imageCover img{max-height:100%;max-width:100%;object-fit:contain}.requestOrderList .cancel_btn button{background:var(--danger);border-radius:4pc;color:#fff;font-size:.8rem;padding:4px 8px}.requestOrderList .cancel_btn button:hover{background:var(--dangerHover)}.RequestOrder-wrapper{background:#fff;margin:3rem auto 0;padding:1rem;width:70%}.RequestOrder-wrapper .title{font-size:2rem;font-weight:700;text-align:center}.RequestOrder-wrapper .description{margin:20px 0}.RequestOrder-wrapper .imagesWrapper{display:flex;gap:15px;margin-bottom:7px}.RequestOrder-wrapper .imagesContainer .imgCoveer{height:0;width:90px}.RequestOrder-wrapper .imagesContainer img{max-height:100%;max-width:100%;object-fit:cover}@media screen and (max-width:500px){.requestOrderList{display:grid;grid-template-columns:80% 20%}.requestOrderList .imageNdText{font-size:.7rem}.requestOrderList .imageCover{height:40px;width:40px}.requestOrderList .cancel_btn button{font-size:.5rem;font-weight:700;padding:4px}.RequestOrder-wrapper{width:90%}.RequestOrder-wrapper .title{font-size:1.4rem;margin-bottom:10px}.RequestOrder-wrapper .description{margin:20px 0}.RequestOrder-wrapper .imagesWrapper{display:flex;gap:15px;margin-bottom:7px}.RequestOrder-wrapper .imagesContainer .imgCoveer{height:40px;width:40px}.RequestOrder-wrapper .imagesContainer img{max-height:100%;max-width:100%;object-fit:cover}}.fund-main{display:flex;flex-direction:row;gap:80px;padding:20px;width:100%}.FundIncrement{margin:0 auto;max-width:1200px}.fund-container{display:flex;flex-direction:column}.FundIncrement .pageTitle{font-weight:700;margin:20px 0;text-align:center}.FundIncrement .pageWrapper{align-items:start;display:flex;flex-direction:row;width:100%}.FundIncrement form{width:100%}.FundIncrement .incrementDisplay{background:#f5f5f5;border-radius:8px;max-height:calc(100vh - 40px);overflow-y:auto;position:-webkit-sticky;position:sticky;top:20px}.FundIncrement .incrementDisplay .statusContainer{background:#fff;border-radius:6px;box-shadow:0 2px 4px #0000001a;margin-bottom:15px;padding:8px}.FundIncrement .submitButtonContainer{display:flex;justify-content:center;margin-top:20px}@media screen and (max-width:768px){.FundIncrement .pageWrapper,.fund-main{align-items:center;flex-direction:column;gap:30px}.FundIncrement .incrementDisplay{margin-top:30px;position:static;width:100%}}@media screen and (max-width:560px){.hide_on_small{display:none}.hide_on_large{display:block}}
/*# sourceMappingURL=main.385dd8fd.css.map*/