:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0px;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:OpenSans;src:url(/static/media/OpenSans-VariableFont_wdth,wght.19ba637387f1d6142f55.ttf)}:root{--bg-theme:#59c357;--elem-theme:linear-gradient(to right bottom,#ffffffb3,#ffffff4d);--color-theme:#59c357;--transparent-white:#fffc;--menu-hover:#59c357;--btn-theme:#59c357;--btn-theme2:green;--disabled-btn:#747474;--box-shadow:2px 6px 5px green;--font:"OpenSans",sans-serif;--green:#43af43;--yellow:#ff0;--red:#b93a3a;--purple:#5c0080;--black:#000;--white:#fff;--content-width:1000px}*{box-sizing:border-box;font-family:OpenSans,sans-serif;font-family:var(--font);margin:0;padding:0}html{scroll-behavior:smooth!important}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#333}::-webkit-scrollbar-thumb{background:#ca8d8d;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#59c357;background:var(--color-theme)}body{background:#59c357;background:var(--bg-theme);color:#fff;color:var(--white)}main{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow-x:hidden;z-index:1}.content{padding:0 1rem;width:1000px;width:var(--content-width)}main #active{display:flex;height:100%;width:100%}.loader{animation:rotate 1s infinite;height:50px;width:50px}.loader:after,.loader:before{border-radius:50%;content:"";display:block;height:20px;width:20px}.loader:before{animation:ball1 1s infinite;background-color:#fff;box-shadow:30px 0 0 #ff3d00;margin-bottom:10px}.loader:after{animation:ball2 1s infinite;background-color:#ff3d00;box-shadow:30px 0 0 #fff}@keyframes rotate{0%{transform:rotate(0deg) scale(.8)}50%{transform:rotate(1turn) scale(1.2)}to{transform:rotate(2turn) scale(.8)}}@keyframes ball1{0%{box-shadow:30px 0 0 #ff3d00}50%{box-shadow:0 0 0 #ff3d00;margin-bottom:0;transform:translate(15px,15px)}to{box-shadow:30px 0 0 #ff3d00;margin-bottom:10px}}@keyframes ball2{0%{box-shadow:30px 0 0 #fff}50%{box-shadow:0 0 0 #fff;margin-top:-20px;transform:translate(15px,15px)}to{box-shadow:30px 0 0 #fff;margin-top:0}}#active .container{flex-basis:100%;gap:1rem}#active .container,.header{display:flex;flex-direction:column}.header{align-items:center;background:url(/static/media/welcomeBg.fe405facb61f7e1a3fb4.jpg) #121212b3;background-attachment:fixed;background-blend-mode:darken;background-repeat:no-repeat;background-size:cover;min-height:600px;width:100%;z-index:1}.header.header_2{background:#59c357;background:var(--bg-theme);min-height:100%}.header_content{align-items:center;background-color:#fffc;background-color:var(--transparent-white);border-bottom:4px solid #43af43;border-bottom:4px solid var(--green);display:flex;height:120px;justify-content:center;width:100%}.header_content .content{align-items:center;display:flex;justify-content:space-between}.header_content .logo_part{height:100px;width:150px}.header_content .logo_part img{height:100%;width:100%}.header_content .part_2{display:flex;gap:.5rem}.header .hero{align-items:center;color:#fff;color:var(--white);display:flex;flex-direction:column;gap:1.5rem;height:500px;justify-content:center}.hero h1{width:70%}.btn,.hero h1{text-align:center}.btn{background:#59c357;background:var(--btn-theme);border:none;border-radius:8px;color:#fff;color:var(--white);cursor:pointer;font-size:18px;font-weight:800;letter-spacing:.1rem;outline:none;padding:.5rem 1.5rem;position:relative;transition:all .3s ease-in-out}.btn:hover{box-shadow:2px 7px 5px #0006}.btn:after{background:#fff3;border-radius:8px;content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s ease-in-out;width:0}.btn:hover:after{width:100%}.btn:disabled{background:#747474;background:var(--disabled-btn)}.btn:disabled:hover{box-shadow:none}.btn:disabled:after{background:#0000}.btn.notification_btn{background:#0000;color:#000}.btn2 i{font-size:2rem}.btn2{background-color:initial;box-shadow:none;color:#000;color:var(--black);padding:.5rem}.btn2:hover{box-shadow:none;color:#59c357;color:var(--color-theme)}.btn2:hover:after{width:0}.btn2.active{color:#59c357;color:var(--color-theme)}.produce_display{display:flex;flex-direction:column;flex-grow:1;padding:4rem 0}.produce_display .content{display:flex;flex-direction:column;gap:5rem}.produce_display .search_part{align-items:center;display:flex;justify-content:center}.search_form{align-items:center;display:flex;width:50%}.search_form .input_group:first-child{width:100%}input.search{border-radius:5px 0 0 5px}.search_form .btn4:hover:after{border-radius:0 8px 8px 0}.btn4{background-color:green;background-color:var(--btn-theme2);border-radius:0 8px 8px 0;padding:.65rem 1rem}.btn4.normal{border-radius:8px;padding:.5rem 1.5rem}.display_part{border-top:2px solid #fffc;border-top:2px solid var(--transparent-white);padding-top:2rem}.display_part .part_1{align-items:center;display:flex;justify-content:space-between}.display_part .custom_select{width:20%}.content .container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,230px));margin-top:2.5rem;min-height:40vh}.container a{color:#000;color:var(--black);text-decoration:none}.box{align-items:center;background:#fffc;background:var(--transparent-white);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:1rem;height:300px;transition:all .3s ease-in-out;width:235px}.box .img_part{animation:pulsate 1.5s infinite;background-color:#12121266;border-radius:8px 8px 0 0;height:200px;overflow:hidden;position:relative;width:235px}@keyframes pulsate{0%{background-color:#12121266}50%{background-color:#2424244d}to{background-color:#12121233}}.box .img_part img{height:100%;transition:all .3s ease-in-out;width:100%}.box .img_part img:hover{transform:scale(1.2)}.box .name_part{padding:0 1rem;text-align:center}.box .price_txt{color:#59c357;color:var(--color-theme);font-size:2em;font-weight:700}.get_started{flex-direction:column;flex-grow:1}.get_started,.get_started .content{align-items:center;display:flex;justify-content:center}.get_started .content{gap:2rem}.box.box2{align-items:center;background-color:#fffc;background-color:var(--transparent-white);border-radius:8px;color:#000;color:var(--black);cursor:auto;display:flex;flex-direction:column;gap:1rem;height:100%;padding:1rem;text-align:center;width:100%}.box2.transparent{color:#fff;color:var(--white)}.box.box2.transparent:hover,.box2.transparent{background-color:initial}.box2 .title_part h1{font-weight:400}.box2 .title_part span{color:#59c357;color:var(--color-theme);font-weight:800}.box2.transparent .title_part span{color:#000;color:var(--black)}.box2 .txt_part{width:340px}.box2 .txt_part p{font-size:20px}.box2 .btn_part{margin-top:2rem}.box2 .txt_part.small{align-self:flex-start;margin-top:1rem;text-align:left}.box2 a{color:#000;color:var(--black);font-weight:700;text-decoration:none;transition:.2s ease-in-out}.box2 a:hover{color:#43af43;color:var(--green)}.box:hover{background:#fff;box-shadow:2px 6px 5px green;box-shadow:var(--box-shadow)}.box .icon_part i{font-size:2rem}.admin_box{background:#0000;height:250px;position:relative;width:250px;z-index:1}.admin_box .icon_part{left:5%;position:absolute;top:5%;z-index:-1}.admin_box .icon_part i{font-size:8em}.admin_box .text_part{align-items:center;background:#fffc;background:var(--transparent-white);border-radius:8px;display:flex;flex-direction:column;height:100%;padding-top:2.5rem;width:100%;z-index:1}.box .text_part h2{font-size:5em;text-align:center}.admin_box .text_part p{font-size:2em;letter-spacing:.2rem;text-align:center}.invalid_link_container{align-items:center;display:flex;flex-direction:column;gap:1rem}.signup_container{align-items:center;background:url(/static/media/farmerSignupBg.b1af756e8bee3f8d0654.jpg) #121212b3;background-attachment:fixed;background-blend-mode:darken;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;flex-grow:1;justify-content:center;min-height:85vh;padding:1rem;width:100%}.signup_container.consumer{background:url(/static/media/consumerSignupBg.113368aefc32f212fadf.jpg) #121212b3;background-attachment:fixed;background-blend-mode:darken;background-repeat:no-repeat;background-size:cover}.box.form_box{align-items:flex-start;gap:1rem;text-align:left;width:600px}.signup_container.consumer .content{display:flex;justify-content:flex-end}.box.form_box:hover{background-color:#fffc;background-color:var(--transparent-white);box-shadow:none}.child,.form_part form{align-self:flex-start;display:flex;flex-direction:column;text-align:left}.form_part,.form_part form .input_group{margin-top:1.5rem;width:100%}.login_container .form_box{width:500px}.box2.form_box .title_part h1{font-weight:700}.box2.form_box .form_part form a{font-weight:400}.login_container .form_box .form_part form{gap:0}.login_container .form_part form .input_group{margin-top:1rem}#login_form{background:linear-gradient(to right bottom,#ffffffb3,#ffffff4d);background:var(--elem-theme);border-radius:6px;display:flex;flex-direction:column;gap:1rem;max-height:100%;padding:1rem;width:400px}#login_form.signup_form{width:500px}#login_form .logo_part{align-self:center;display:flex;flex-direction:column}#login_form .title_part{text-align:center}input{background:#fffc;background:var(--transparent-white);border:none;border-radius:5px;color:#000;color:var(--black);font-size:15px;outline:none;padding:.8rem .5rem;transition:all .3s ease-in-out;width:100%}input:disabled{background-color:#1212124d}input[type=time]{background:#59c357;background:var(--color-theme);border:none;border-radius:5px;font-size:15px;outline:none;padding:.65rem .5rem;transition:all .3s ease-in-out;width:100%}input[type=date]{background:#fffc;background:var(--transparent-white);min-width:200px}input[type=checkbox],input[type=date]{border:none;border-radius:5px;font-size:15px;outline:none;padding:.8rem .5rem;transition:all .3s ease-in-out}input[type=checkbox]{background:#59c357;background:var(--color-theme);height:15px;margin-top:5px;width:15px}.form_part form input:focus,select:focus,textarea:focus{box-shadow:2px 6px 5px #0006}.form_part form .input_group:nth-child(2){position:relative}.grouping{display:flex;gap:.5rem;justify-content:space-between}.grouping.check_group{justify-content:flex-start;position:relative}.view_policy{background:#0000;border:1px solid #59c357;border:1px solid var(--btn-theme);border-radius:8px;color:#000;cursor:pointer;font-size:16px;font-weight:700;padding:.2rem 1rem;transition:all .2s ease-in-out}.view_policy:hover{background:#59c357;background:var(--btn-theme);box-shadow:2px 7px 5px #0006;color:#fff}#login_form.signup_form .form_part form .grouping .input_group{width:100%}.show_psk,.show_psk2{cursor:pointer;display:none;position:absolute;right:1rem;top:2.5rem}#login_form.signup_form .form_part form .input_group:last-child{text-align:left}.error_msg{color:red;font-weight:700}.form_part .response_text{display:block;margin-top:-.5rem;text-align:center;width:100%}.forgot_part{align-items:center;display:flex;justify-content:space-between}.normal_btn{background:#0000;border:none;cursor:pointer;font-size:16px;font-weight:700;padding:.2rem 0}.sidebar{background:#fffc;background:var(--transparent-white);border-right:4px solid #43af43;border-right:4px solid var(--green);display:flex;flex-basis:230px;flex-direction:column;gap:.2rem;height:100vh;transition:all .3s linear;z-index:99}.sidebar.closed{flex-basis:50px;width:50px}.sidebar.closed .logo_part{margin-top:.8rem;padding:2.2rem 0 1rem;text-align:center;width:100%}.sidebar .logo_part{align-self:center;border-bottom:1px solid #43af43;border-bottom:1px solid var(--green);margin-top:.5rem;transition:all .3s ease-in-out;width:150px}.logo_part img{width:100%}.sidebar .menu_part{margin-top:2rem}.sidebar .menu_part ul li{display:grid;list-style-type:none;padding:.1rem 0;transition:padding .3s ease-in-out}.sidebar .menu_part ul li a{color:#000;font-weight:700;padding:.8rem;position:relative;text-decoration:none;transition:all .3s ease-in-out;width:100%}.sidebar .menu_part ul li a.active:after,.sidebar .menu_part ul li a:after{background:#0000;content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease-in-out;width:0}.sidebar .menu_part ul li a.active:after,.sidebar .menu_part ul li a:hover:after{background:#0003;width:100%}.sidebar .menu_part ul li a.active,.sidebar .menu_part ul li a:hover{color:#59c357;color:var(--menu-hover)}.sidebar .menu_part ul li a span{margin-left:.5rem;transition:margin-left .3s ease-in-out}.sidebar.closed .menu_part ul li a span{margin-left:-10rem}.sidebar.closed .coder_part{display:none}.sidebar .settings_part{margin:1rem .5rem}.btn3{background:#0000;border:1px solid #59c357;border:1px solid var(--btn-theme);color:#000;width:100%}.sidebar .settings_part .btn3 span{margin-left:.5rem;transition:all .3s linear}.sidebar.closed .settings_part .btn3 span{margin-left:-150px;visibility:hidden}.sidebar .settings_part .btn3 i{display:none}.sidebar.closed .settings_part .btn3 i{display:inline-block;font-size:20px;margin-left:-5.7rem}.sidebar .coder_part{color:#000;color:var(--black);display:flex;flex-direction:column;gap:1rem;margin-top:auto;padding:1rem;text-align:center;transition:all .3s ease-in-out}.coder_part a{color:#000;color:var(--black);text-decoration:none;transition:.2s ease-in-out}.coder_part a:hover{color:#59c357;color:var(--color-theme)}.header.dashHeader{background:#fffc;background:var(--transparent-white);border-bottom:4px solid #43af43;border-bottom:4px solid var(--green);flex-direction:row;justify-content:space-between;min-height:100px;padding:1.8rem 1rem 1rem 2rem;z-index:3}.dashContainer{height:100vh;overflow-x:hidden}.dashContainer .content_part{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:2rem;z-index:1}.dashContainer .content_part.messages_container{flex-wrap:nowrap;gap:0}.header .menu_btn{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.1rem;width:30px}.menu_btn span{height:10px;position:relative;width:100%}.menu_btn span:after{background:#59c357;background:var(--btn-theme);border-radius:3px;content:"";height:5px;left:0;position:absolute;top:0;transition:all .5s linear;width:100%}.menu_btn.active span:first-child:after{left:-15%;transform:rotate(-45deg);transform-origin:right;width:33px}.menu_btn.active span:nth-child(2):after{background:#0000;transform:translate(100%)}.menu_btn.active span:nth-child(3):after{left:-15%;transform:rotate(45deg);transform-origin:right;width:33px}.header .user_part{align-items:center;display:flex;gap:1rem;justify-content:center;position:relative}.header .user_part h2{text-transform:capitalize}.profile_part{border-radius:50%;color:#000;color:var(--black);cursor:pointer;transition:.2s ease-in-out}.profile_part:hover{box-shadow:2px 6px 5px green;box-shadow:var(--box-shadow)}.profile_part>i{font-size:2rem}.profile_container{background:#fffc;background:var(--transparent-white);border-radius:12px;border-top-right-radius:0;display:flex;flex-direction:column;gap:.5rem;padding:1rem;position:absolute;right:-20rem;top:5.5rem;transition:all .3s linear;visibility:hidden;width:200px}.profile_container.active{right:.7rem;visibility:visible}.profile_part .img_part{border-radius:50%;height:70px;overflow:hidden;width:70px}.profile_part .img_part img{height:100%;width:100%}.notification_container{background:#59c357;background:var(--color-theme);border:1px solid #000;border-radius:3px;height:200px;position:fixed;right:2rem;top:6rem;width:300px;z-index:99}.delete_marked{padding-left:.2rem;width:100%}.product_content,.todo_content{align-items:center;flex-direction:column;flex-wrap:nowrap;gap:3rem;justify-content:center;width:100%}.product_content.wishlist_content{width:1000px!important;width:var(--content-width)!important}.dashContainer .product_content{gap:1rem}.product_content .part_1,.todo_content .part_1{display:flex;gap:20rem;justify-content:space-between}.product_content .product_form input,.todo_content .todo_form input{width:500px}.product_content .part_3,.todo_content .part_3{max-height:45vh;width:100%}table{border-collapse:collapse;box-shadow:0 0 20px #00000026;margin-top:1rem;text-align:center;width:100%}table thead{position:sticky;top:-1%;z-index:1}table thead tr{background-color:#59c357;background-color:var(--btn-theme);color:#fff}td,th{word-wrap:break-word;border:1px solid #00000026;max-width:120px;padding:.5rem .2rem;text-align:center}td{color:#000;color:var(--black)}tbody{min-height:250px;overflow-y:auto}table tbody tr{border-bottom:1px solid #ddd;transition:.2s ease-in-out}td.id,th.id{display:none}td.img{height:100px;width:100px}td img{width:100%}td.not_found{background:#c2c2c2}td.done{color:#43af43;color:var(--green);font-style:italic;text-decoration:line-through}table tbody tr:nth-of-type(2n){background-color:#f3f3f3}table tbody tr:nth-of-type(odd){background-color:#c2c2c2}.todo_content table.todo tbody td:nth-child(5){font-size:14px;min-width:200px;text-align:left}table tbody tr:last-of-type{border-bottom:2px solid #59c357;border-bottom:2px solid var(--btn-theme)}tbody tr:hover,tbody tr:nth-of-type(2n):hover,tbody tr:nth-of-type(odd):hover{background-color:#d6eeee}td.Completed span{background-color:#43af43;background-color:var(--green)}td.Completed span,td.Pending span{border-bottom:3px solid #121212;border-radius:3px;padding:.2rem .5rem}td.Pending span{background-color:#ff0;background-color:var(--yellow)}td.Failed span{border-bottom:3px solid #b93a3a;border-bottom:3px solid var(--red);border-radius:3px;padding:.2rem}td.actions{align-items:center;border:none;display:flex;gap:.5rem;justify-content:flex-start;max-width:100%;text-align:center}.delete_btn{background:#b93a3a;background:var(--red)}td.actions .action_btn:nth-child(2){margin-left:.2rem}td a{color:#000;text-decoration:none;transition:.2s ease-in-out}td a:hover{color:#43af43;color:var(--green)}.filter_part{margin:1rem}.filter_part .search_part input{border:1px solid #333;border-radius:6px;font-size:16px;outline:none;padding:.5rem 1rem;width:100%}.filter_part .search_part input:valid{border:1px solid var(--theme-color)}.summary_part{font-weight:700;justify-content:space-around;margin:.2rem 0}.dialog_container,.summary_part{align-items:center;display:flex;width:100%}.dialog_container{animation:fade .5s linear;background:#00000080;height:100%;justify-content:center;position:fixed;top:0;z-index:9999}@keyframes fade{0%{opacity:0}50%{opacity:.5}to{opacity:1}}.dialog_box{background:#59c357;background:var(--bg-theme);border-radius:6px;max-height:80%;overflow:auto;padding:1rem;position:relative;width:450px}.dialog_box.policy_dialog{background:#fff;color:#000;color:var(--black);padding:1.5rem;width:650px}.policy_dialog .content_part{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.policy_dialog .content_part ol{padding:1rem 1.5rem}.policy_dialog a{color:#000;font-weight:700;text-decoration:none;transition:all .2s ease-in-out}.policy_dialog a:hover{color:#59c357;color:var(--menu-hover)}.dialog_box::-webkit-scrollbar-track{width:10px}.dialog_box .close_part{position:absolute;right:2%;top:-1%;z-index:9999}.dialog_box .title_part{margin-top:1rem;text-align:center}.dialog_box .form_part{margin-top:0}.dialog_form{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.dialog_box .form_part .dialog_form{gap:0}.input_group{display:flex;flex-direction:column;gap:.5rem;position:relative}label{font-weight:700}label.check_label{cursor:pointer;font-weight:400}textarea{background-color:#fffc;background-color:var(--transparent-white);border:none;border-radius:5px;font-size:15px;height:130px;line-height:1.2rem;outline:none;padding:.5rem;resize:none;transition:all .3s ease-in-out;width:100%}.custom_select{min-width:100px;position:relative}select{appearance:none;-webkit-appearance:none;background-color:#fffc;background-color:var(--transparent-white);border:none;border-radius:5px;cursor:pointer;font-size:15px;outline:none;padding:.8rem .5rem;transition:all .3s ease-in-out;width:100%}.custom_select:after{--size:0.4rem;border-left:var(--size) solid #0000;border-right:var(--size) solid #0000;border-top:var(--size) solid #000;content:"";pointer-events:none;position:absolute;right:1rem;top:45%}.timetable_content,.timetables_content{flex-direction:column}.timetable_content .part_2,.timetables_content .part_2{align-items:center;display:flex;gap:1rem}.timetable_content .part_2{flex-direction:column}.timetable_content .part_2 .title_part{align-items:center;display:flex;gap:10rem}.timetable_content .table_part{max-height:260px;overflow-y:auto;width:100%}.timetable_content table thead,table.projects thead{position:sticky;top:0;z-index:1}.timetable_form{margin-top:2rem}.dialog_form label{text-align:left}.dialog_form .part_1,.dialog_form .part_2,.dialog_form .part_3{display:flex;gap:1rem}.product_content .part_3{max-height:45vh;overflow-y:auto;width:100%}.project_dialog{max-height:85%;width:500px}.product_form .part_2 .input_group,.product_form .part_3 .input_group{width:100%}.contacts_form .dialog_form .part_3{justify-content:center}.contacts_form .dialog_form .part_3 .input_group{width:50%}.contacts_form .dialog_form .part_4 .input_group{width:100%}.settings_content .part_1{flex-direction:column;gap:1rem}.settings_content .part_1 .img_part{height:200px;width:200px}.settings_content .part_1 .img_part img{height:100%;width:100%}.settings_content .part_2{color:#000;color:var(--black);width:500px}.settings_form{display:flex;flex-direction:column;gap:1rem}.settings_content .form_part form .input_group:last-child{text-align:left}.consumer_settings .content{background:#fffc;background:var(--transparent-white);border-radius:12px;color:#000;color:var(--black);flex-direction:column;margin:1rem 0;padding:1rem;width:80%}.consumer_settings .content .part_1{align-items:center;display:flex;flex-direction:column;gap:1rem;width:100%}.consumer_settings .img_part{height:200px;width:200px}.consumer_settings .img_part img{height:100%;width:100%}.get_started.produce_container{align-items:flex-start;padding-left:1.5rem;padding-right:1.5rem;padding-top:2rem}.produce_container .content{align-items:flex-start;padding-top:3rem}.produce_container .content .part_1,.produce_container .content .part_2{display:flex;flex-direction:column;gap:1rem}.produce_container .content .part_1{min-width:70%}.produce_container .content .part_1 .img_part{background-color:#12121266;height:400px;width:100%}.produce_container .content .part_1 .img_part img{cursor:pointer;height:100%;width:100%}.box2.produceView:hover{background-color:#fffc;background-color:var(--transparent-white)}.box.produceView{align-items:flex-start;text-align:left}.produceView .part_1{width:100%}.produceView .part_1 .txt{align-items:center;display:flex;justify-content:space-between}.produce_container .content .part_2{width:60%}.produce_container .content .part_2 .produceView:first-child .btn,.produce_container .content .part_2.txt_part{width:100%}.produceView .profile{align-items:center;display:flex;flex-direction:column;gap:1rem;width:100%}.produceView .profile .img_part{border:1px solid #000;border-radius:50%;height:50px;width:75px}.produceView .profile .img_part img{height:100%;width:100%}.produceView .profile .name_part{align-items:center;display:flex;gap:1rem;text-align:left}.produceView .name_part h2{font-size:18px}.produceView .form_part,.produceView .profile .btn_part{margin-top:0}.box.produceView .form_part .btn{width:100%}.display_part .part_1.filter_part{gap:2rem;justify-content:center}.messages_container{align-items:flex-start;text-align:left}.messages_container .content{align-self:flex-start;gap:0;justify-content:flex-start}.msg_container:hover,.users_container:hover{background-color:#fffc;background-color:var(--transparent-white)}.box2.users_container{border-radius:8px 0 0 8px;border-right:4px solid #43af43;border-right:4px solid var(--green);gap:2rem;width:450px}.box2.users_container,.users{display:flex;flex-direction:column}.users{gap:1rem;min-height:500px;overflow-y:auto;width:100%}.user_box{align-items:center;background-color:initial;cursor:pointer;display:flex;gap:1rem;justify-content:flex-start;padding:1rem;text-align:left;transition:all .3s ease-in-out}.user_box.active,.user_box:hover{background-color:#0003}.user_box{border-bottom:1px solid #000;border-bottom:1px solid var(--black)}.messages_container .img_part,.messages_content .img_part{border-radius:50%;height:70px;width:70px}.user_box .info_part{display:flex;flex-direction:column;gap:.5rem}.msg_counter{background-color:#43af43;background-color:var(--green);border-radius:25%;color:#fff;color:var(--white);padding:.1rem .3rem}.box2.msg_container{align-items:flex-start;border-radius:0 8px 8px 0;display:flex;flex-direction:column;gap:1rem;text-align:left;width:600px}.msg_container .header_part{align-items:center;border-bottom:1px solid #000;border-bottom:1px solid var(--black);display:flex;justify-content:space-between;padding-bottom:1rem;width:100%}.msg_container .msg_part{display:flex;flex-direction:column;gap:1rem;height:400px;overflow-y:auto;padding:0 1rem;width:100%}.msg_part .msg_date{color:grey;font-style:italic;left:0;position:relative;top:2rem}.msg_content{display:flex;flex-direction:column;gap:2.5rem}.msg_box{word-wrap:break-word;align-self:flex-end;background-color:#59c357;background-color:var(--color-theme);border-radius:12px 12px 0 12px;color:#fff;color:var(--white);height:auto;max-width:300px;padding:.5rem 1rem;position:relative}.msg_delete{color:#b93a3a;color:var(--red);cursor:pointer;display:none;font-size:1.5em;left:0;position:absolute;transition:all .3s ease-in-out}.msg_box:hover .msg_delete{display:flex}.msg_box.sender{align-self:flex-start;background-color:#333;border-radius:12px 12px 12px 0;color:#fff;color:var(--white)}.msg_container .send_part{width:100%}.msg_container .send_part .msg_form{align-items:center;display:flex;width:100%}.msg_form .input_group{flex-basis:100%}.msgs_btn{position:relative}.msgs_count{background:#43af43;background:var(--green);border-radius:25%;color:#fff;color:var(--white);padding:.1rem .2rem;position:absolute;right:10%;top:-30%}.textarea_chat{height:50px}.box2.msg_container .msg_form .btn_part{margin-top:0}.awaiting_box{align-items:center;color:#333;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;text-align:center}.awaiting_box i{font-size:4em}.footer{background:#fffc;background:var(--transparent-white);border-top:4px solid #43af43;border-top:4px solid var(--green);color:#000;color:var(--black);display:flex;justify-content:center;padding:1rem;width:100%;z-index:1}.footer .content{align-items:center;display:flex;justify-content:space-between}.footer small{font-size:12px}.footer small a{color:#000;cursor:pointer;text-decoration:none;transition:all .2s ease-in-out}.footer small a:hover{color:#59c357;color:var(--menu-hover)}.container .header .logo_part{display:none}@media (max-width:800px){:root{--content-width:100%}.hero h1{font-size:20px}.box.form_box,.hero h1,.produce_display,.search_form{width:100%}.produce_display .display_part .box .img_part{height:300px;width:300px}.display_part .part_1{flex-direction:column;gap:1rem}.display_part .custom_select{width:100%}.get_started{padding:5rem 1rem;width:100%}.get_started .content{flex-direction:column}#login_form,#login_form.signup_form{width:90%}.grouping{flex-direction:column;gap:1rem}.grouping.check_group{flex-direction:row}.closed,.sidebar{box-shadow:5px 5px 10px 100vw #0000004d;height:100vh;left:0;overflow:auto;position:fixed;transition:left .3s linear;z-index:2}.closed{box-shadow:0 0;left:-50vw}.closed .menu_part ul li a,.sidebar .menu_part ul li a{padding:.5rem}.closed .menu_part ul li a.active:after,.sidebar .menu_part ul li a.active:after{width:100%}.sidebar .settings_part{margin:.2rem .2rem .2rem .8rem}.sidebar .btn3{width:85%}.container{width:100vw}.container .header{z-index:3}.container .header .welcome_part{display:none}.container .header .logo_part{display:none;flex-basis:60%}.container .header .user_part h2,.header_content .part_2 a.login_btn{display:none}.container .content_part{padding:.5rem}.product_content .part_1,.todo_content .part_1{font-size:small;gap:4rem}.container .content_part .part_2{width:90%}.produce_container .content .part_1 .img_part,.settings_content .grouping{width:100%}.settings_content .part_1{flex-direction:column;gap:1rem}.container .content_part a,.produce_container .content .part_2,.product_content .product_form input,.todo_content .todo_form input{width:100%}.content .container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;width:100%}.box{gap:1rem;width:100%}.box .img_part{height:300px;width:100%}td.actions{flex-direction:column}td,th{padding:.2rem}.todo_content .part_3{max-height:300px;overflow:auto}.todo_content.setting_content .part_3{flex-direction:column;gap:.5rem;max-height:none;overflow:none}.dialog_box,.dialog_box.policy_dialog,.project_dialog{width:90%}.content_part .part_1{font-size:small}.content_part.timetables_content .part_2{flex-direction:column;width:100%}.timetable_content .part_2 .title_part{font-size:small;gap:2rem}.container .content_part.timetable_content .part_2{width:100%}input[type=date]{min-width:162px}.timetable_form .dialog_form .part_1{flex-wrap:wrap}.box2.msg_container,.box2.users_container,.messages_container,.users{width:100%}.dashContainer .content_part.messages_container{flex-wrap:wrap}.messages_container .img_part{height:70px;width:70px}.box2.msg_container{border-radius:8px;margin-top:2rem}.box2 .txt_part{width:100%}.box2 .txt_part p{font-size:15px}.produce_container .content .part_1{min-width:100%}.footer{margin-left:0}.footer .content{flex-direction:column;gap:.5rem}}
/*# sourceMappingURL=main.c21fcf59.css.map*/