@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Instrument+Serif&family=Roboto+Slab&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,600&display=swap);: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:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(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;-webkit-transform:translateX(-50%);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%;-webkit-transform:translateX(-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;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);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{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;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}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif}.loader{align-items:center;display:flex;justify-content:center;margin-bottom:10px}.loader:after{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:2px solid #ccc;border-radius:50%;border-top-color:#888;content:"";display:block;height:20px;width:20px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}p{line-height:1.7}h1,h2,h3{color:#000;font-weight:600;margin-bottom:8px}.container{background-color:#fff;max-width:100%;text-align:center;width:100%}.heading,.heading2{display:flex;flex-direction:column;font-size:2rem;justify-content:center;margin-bottom:35px;text-align:left}.formLogin,.formRegister{align-items:center;display:block;justify-content:center;width:60%}.formRegister{height:100%}.forgot-password{margin:2rem auto 2.5rem;width:45%}.forgot-password,.registerPage{color:#403f3f;display:flex;justify-content:center}.registerPage{margin-bottom:2.5rem;margin-left:.5rem;margin-top:1.5rem}.reset-password{width:45%}.login,.reset-password{color:#403f3f;display:flex;justify-content:center;margin:2rem auto 2.5rem}.login{width:100%}.goals{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.goal{background-color:#f4f4f4;margin:10px 0;padding:20px 0 10px;position:relative}.goal .close{background:none;border:none;cursor:pointer;position:absolute;right:15px;top:10px}.content{margin:0 auto;width:70%}.form-group{margin-bottom:10px}.form-group input,.form-group select,.form-group textarea{background-color:#fff6f5;border:2px solid #f07000;border-radius:11.5px;font-family:inherit;margin-bottom:2px;padding:15px;width:100%}.form-group2{margin-bottom:10px}.form-group2 input,.form-group2 select,.form-group2 textarea{background-color:#fff6f5;border:2px solid #f07000;border-radius:11.5px;font-family:inherit;padding:14px;width:100%}.btn{align-items:center;background:#ff6900;border:none;border-radius:30px;color:#fff;cursor:pointer;display:flex;font-size:17px;height:3.3rem;justify-content:center;margin-left:auto;margin-right:auto;margin-top:2rem;text-align:center;width:8rem}.btn-block{margin-bottom:20px}.btn:hover{-webkit-transform:scale(.98);transform:scale(.98)}.btn2{align-items:center;background:#ff6900;border:none;border-radius:30px;color:#fff;cursor:pointer;display:flex;height:3rem;justify-content:center;margin-left:auto;margin-right:auto;margin-top:1rem;text-align:center;width:7rem}.btn-block2{margin-bottom:2px}.btn2:hover{-webkit-transform:scale(.98);transform:scale(.98)}.containerPrincipal{color:#fff;height:100vh;width:100vw}.containerPrincipal,.sectionRight{align-items:center;display:flex;justify-content:center}.sectionRight{background-color:#fcf6ee;flex-direction:column;height:100%;max-width:85%;width:100%}.sectionLeft{align-items:center;display:flex;justify-content:center;position:relative}.leftContain,.sectionLeft{height:100vh;width:55vw}.orderLogo{height:22%;position:absolute;width:19.5%}.imgLogoLogin{margin-bottom:3rem}.imgLogoLogin,.imgLogoRegister{display:flex;font-weight:none;margin-left:4.1vh}.imgLogoRegister{margin-bottom:2rem}.containerIcon{align-items:center;display:flex;justify-content:center}.navBarLogin,.navBarRegister{align-items:center;display:flex;height:10%;justify-content:center;margin-bottom:4rem;margin-right:14rem;width:100%}ul{list-style:none}li{display:inline;line-height:2.2;padding:2rem}.anclaOne{padding:15px 38px}.anclaOne,.anclaTwo{border-radius:25px;text-decoration:none}.anclaTwo{border:1px solid #f07000;padding:15px 30px}.txtInfoLogin{color:#000;font-size:1rem;width:45%}.txtInfoRegister{color:#000;font-size:1rem;width:50%}.register{color:#5f5c5c;display:flex;justify-content:center;margin-top:1.5rem}.info-register{color:#000;color:#ea4335;font-weight:700;justify-content:center;margin-left:.5rem;text-decoration:none}.forgot-password-mobile{display:none}.reset-password-mobile{color:#ff5c00;display:none;font-size:14px;font-weight:700;text-decoration:none}.closeButton,.closeButton:hover{-webkit-transform:translate(50%,-35%);transform:translate(50%,-35%)}.closeButton{align-items:center;background-color:red;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:12px;height:24px;justify-content:center;padding:0;position:absolute;right:0;top:0;width:24px}@media only screen and (max-width:1366px){.emptyProducts{align-items:center;color:#000;display:flex;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:600;justify-content:center}h1,h2,h3{font-size:25px;margin-bottom:8px}.heading,.heading2{display:flex;flex-direction:column;font-size:2rem;justify-content:center;text-align:left}.heading2{margin-bottom:5%}.formLogin{width:65%}.formLogin,.formRegister{align-items:center;display:block;justify-content:center}.formRegister{height:100%;margin-bottom:3rem;width:60%}.form-group2{margin-bottom:10px}.form-group2 input{background-color:#fff6f5;border:2px solid #f07000;border-radius:11.5px;font-family:inherit;padding:8px;width:100%}.forgot-password{color:#403f3f;font-size:14px;margin-top:1.5rem;width:100%}.reset-password{color:#403f3f;display:flex;font-size:14px;justify-content:center;margin-top:-1rem}.forgot-password-mobile{display:none}.btn{height:2.5rem;margin-left:auto;margin-right:auto;width:8rem}.btn,.btn2{background:#ff6900;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:17px;margin-top:1rem;text-align:center}.btn,.btn2,.sectionRight{align-items:center;display:flex;justify-content:center}.sectionRight{background-color:#fcf6ee;flex-direction:column;height:100%;max-width:85%;width:100%}.sectionLeft{align-items:center;display:flex;justify-content:center;position:relative}.leftContain,.sectionLeft{height:100vh;width:55vw}.orderLogo{height:22%;position:absolute;width:20%}.imgLogoLogin{height:45%;margin-bottom:1.5rem;width:45%}.imgLogoLogin,.imgLogoRegister{display:flex;font-weight:none;margin-left:4.1vh}.imgLogoRegister{height:50%;margin-bottom:.5rem;margin-top:2rem;width:40%}.containerIcon{align-items:center;display:flex;justify-content:center}.navBarLogin{margin-top:2rem}.navBarLogin,.navBarRegister{align-items:center;display:flex;height:10%;justify-content:center;margin-bottom:2rem;margin-right:0;width:100%}.reset-password-mobile{color:#ff5c00;display:none;font-size:14px;font-weight:700;text-decoration:none}.anclaOne{padding:18px 38px}.anclaOne,.anclaTwo{border-radius:25px;text-decoration:none}.anclaTwo{border:1px solid #f07000;margin-right:4rem;padding:18px 30px}.txtInfoLogin{color:#000;font-size:14px;width:70%}.txtInfoRegister{color:#000;font-size:.9rem;width:100%}.login{margin-bottom:0;margin-top:0}.register{align-items:center;color:#5f5c5c;display:flex;font-size:14px;justify-content:center}.info-register{color:#000;color:#ea4335;font-weight:700;justify-content:center;margin-left:.5rem;text-decoration:none}.form-group input,.form-group select,.form-group textarea{background-color:#fff6f5;border:2px solid #f07000;border-radius:11.5px;font-family:inherit;margin-bottom:2px;padding:10px;width:100%}}@media only screen and (min-width:600px) and (max-width:768px){.imgLogoLogin{display:none;font-weight:none;margin-left:4.1vh}.formLogin,.formRegister{align-items:center;display:block;justify-content:center;width:80%}.heading h1{font-size:2rem;margin-top:1.5rem;text-align:left}.heading p{color:#555;font-size:1rem;text-align:left;width:80%}.forgot-password{margin-top:5%}.forgot-password,.reset-password{display:flex;justify-content:center}.btn{font-size:17px}.sectionLeft{display:none}.imgLogoLogin,.imgLogoRegister{display:flex;margin-top:2rem;width:30%}.btn-block{border-radius:10px;width:100%}.navBarLogin,.navBarRegister{margin-bottom:1rem;margin-right:0;margin-top:3rem}.sectionRight{background-color:#fff}.forgot-password-mobile{display:none}.register{color:#5f5c5c;display:flex;justify-content:center;margin-top:5%;text-align:center}.reset-password-mobile{color:#ff5c00;display:none;font-size:14px;font-weight:700;text-decoration:none}}@media only screen and (max-width:600px){.login{font-size:15px;width:100%}.imgLogoLogin,.imgLogoRegister{display:none;font-weight:none;margin-left:4.1vh}.formLogin,.formRegister{align-items:center;display:block;justify-content:center;width:80%}.heading h1{font-size:2rem;margin-top:1.5rem;text-align:left}.heading p{color:#555;font-size:1rem;text-align:left;width:80%}.txtInfoRegister{width:100%}.forgot-password{display:flex;justify-content:left}.reset-password{display:none;justify-content:left}.reset-password-mobile{color:#ff5c00;display:flex;font-size:14px;font-weight:700;justify-content:center;text-decoration:none}.btn{font-size:16px}.sectionLeft{display:none}.imgLogoLogin,.imgLogoRegister{display:flex;margin-top:2rem;width:65%}.btn-block{border-radius:10px;width:100%}.navBarLogin,.navBarRegister{margin-bottom:1rem;margin-right:0;margin-top:3rem}.sectionRight{background-color:#fff}.forgot-password{display:none}.forgot-password-mobile{color:#ff5c00;display:flex;font-size:14px;font-weight:700;justify-content:center;margin-bottom:5%;margin-top:5%;text-decoration:none}.register{color:#5f5c5c;display:block;justify-content:center;text-align:center}.btn2{border-radius:12px;font-size:15px;width:100%}}.mainHome{background-color:#a39d9d;display:flex;flex-direction:column;flex-wrap:wrap;height:100vh;justify-content:center;width:100vw}.containerText{flex-direction:column;justify-content:center;text-align:left}.containImage,.containerText{align-items:center;background-color:#ffefd8;display:flex;height:100%;width:50%}.containImage{justify-content:space-evenly}.imgPlate{height:65%;width:65%}.information{font-size:20px;margin:4rem}.information,.titleInfo{flex-wrap:wrap;width:70%}.titleInfo{font-size:65px}.btnExplore{background-color:#ff5c00;border:none;border-radius:5rem;color:#fff;cursor:pointer;font-size:18px;font-weight:200;font-weight:700;margin-left:8.5rem;margin-right:auto;padding:1.2rem;text-align:center;text-decoration:none;width:18%}.btnExplore:hover{background-color:#bf8914}@media only screen and (max-width:1366px){.mainHome{background-color:#a39d9d;display:flex;flex-direction:column;flex-wrap:wrap;height:100vh;justify-content:center;width:100vw}.containerText{flex-direction:column;justify-content:center;text-align:left}.containImage,.containerText{align-items:center;background-color:#ffefd8;display:flex;height:100%;width:50%}.containImage{justify-content:space-evenly}.imgPlate{height:55%;width:60%}.information{font-size:18px;margin-bottom:2rem;margin-top:1.5rem}.information,.titleInfo{flex-wrap:wrap;width:70%}.titleInfo{font-size:55px}.btnExplore{cursor:pointer;font-weight:700;margin-left:6.2rem;margin-right:auto}}@media only screen and (max-width:768px){.mainHome{background-color:#ffefd8;flex-wrap:wrap;height:100vh;overflow-y:scroll;text-align:center}.containerText,.mainHome{display:flex;flex-direction:column;justify-content:center;width:100vw}.containImage,.containerText{align-items:center;height:50%}.containImage{background-color:#ffefd8;display:flex;width:100vw}.imgPlate{height:50%;width:50%}.information{font-size:28px;margin:1rem;width:75%}.information,.titleInfo{flex-wrap:wrap;text-align:center}.titleInfo{font-size:50px;margin-top:5rem;width:85%}.btnExplore{align-items:center;display:flex;font-size:22px;font-weight:700;justify-content:center;margin-bottom:2rem;margin-left:auto;margin-top:2rem;padding:1rem;width:25%}.btnExplore:hover{background-color:#bf8914}}@media only screen and (max-width:600px){.mainHome{display:flex;flex-direction:column;flex-wrap:wrap;height:100vh;overflow-y:scroll;text-align:center;width:100vw}.containerText{flex-direction:column}.containImage,.containerText{align-items:center;display:flex;height:50%;justify-content:center;width:100%}.containImage{background-color:#ffefd8}.imgPlate{height:40%;width:80%}.information{font-size:20px;margin:.5rem;width:90%}.information,.titleInfo{flex-wrap:wrap;text-align:center}.titleInfo{font-size:32px;margin-bottom:1rem;margin-top:3rem;width:75%}.btnExplore{align-items:center;display:flex;font-size:18px;font-weight:700;justify-content:center;margin-bottom:2rem;margin-left:auto;margin-top:2rem;padding:1rem;width:40%}.btnExplore:hover{background-color:#bf8914}.imgPlateAnchor{height:30px;margin-right:25px;width:30px}}.mainForgotPassword{align-content:center;align-items:center;background:#000;display:flex;flex-direction:row;height:100vh;width:100vw}.btnSendForgotPass,.btnSendResetPass{background:#ff6900;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;margin-top:2rem;padding:10px;width:100%}.back{align-items:center;color:#403f3f;display:flex;font-size:14px;justify-content:center;margin-left:auto;margin-right:auto;margin-top:1rem;width:100%}.back:hover{-webkit-transform:scale(1);transform:scale(1)}.mainUpdateProfile{background-color:#fcede3;display:flex;flex-direction:row;height:100vh;width:100vw}.navBarInSideBar{display:flex;flex-direction:column;justify-content:space-between}.navBarInSideBar,.sideBar{align-items:center;height:100%}.sideBar{background-color:#ff5c00;justify-content:center;width:6.2%}.listLinks,.sideBar{display:block}.imgIcon{align-items:center;display:flex;height:70px;justify-content:center;margin-left:.5rem;width:85px}.links{color:#fff;font-size:1rem;text-decoration:none}.linkSettings{font-size:2rem;text-decoration:none}.contentUpdateProfile{align-items:flex-start;height:100vh;padding-top:3.5rem;position:relative;width:95.8vw}.banner,.contentUpdateProfile{display:flex;justify-content:center}.banner{align-items:center;background:url(/static/media/banner.9b4ff7eb055654799d65.png);background-size:cover;border:1.5px solid #ff5c00;height:25%;width:90%}.imgUpdatedProfile{border:5px dashed #ff5c00;border-radius:50%;height:220px;position:absolute;top:5.5rem;width:220px}.inputUpload{border:none;border-radius:25%;cursor:pointer;font-size:2rem;height:2.5rem;position:absolute;top:11.5rem;width:3rem}.inputUpload:after{background:#ff5c00;content:"+";left:50%;padding:6px;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:3rem}.swal2-title{color:#000!important}.swal2-input:focus{outline:none!important}.swal2-input{border:2px solid #ff5c00!important;border-radius:8px!important}.containerSwal{border:5px solid #ff5c00!important;border-radius:25px!important}.swal2-cancel{background-color:red!important}.btnConfirmSwal{background-color:#ff5c00!important}.contentLoader{height:5rem;width:10rem}.loaderUpdate{-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;border:none;border-radius:25%;border-radius:50%;cursor:pointer;font-size:2rem;height:2.5rem;height:48px;position:absolute;position:relative;right:3.5rem;top:5.5rem;width:3rem;width:48px}.loaderUpdate:after,.loaderUpdate:before{-webkit-animation:prixClipFix 2s linear infinite;animation:prixClipFix 2s linear infinite;border:5px solid #000;border-radius:50%;box-sizing:border-box;content:"";inset:0;position:absolute}.loaderUpdate:after{border-color:#ff5c00;inset:8px;-webkit-transform:rotate3d(90,90,0,180deg);transform:rotate3d(90,90,0,180deg)}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}75%,to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}}@keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}75%,to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}}.inputUpload::-webkit-file-upload-button{visibility:hidden}.iconHome{height:25px;width:30px}.iconNotification{height:25px;width:23px}.iconCalendary{height:24px;width:23px}.iconStats{height:20px;width:30px}.iconProfile{height:23px;width:24.5px}.groupText{display:flex;flex-direction:column;position:absolute;top:21.2rem}.nameUpdatedProfile{color:#000;font-weight:700}.emailUpdatedProfile{color:#ff5c00;font-weight:700}.formProfile{align-items:center;display:flex;flex-wrap:wrap;height:46%;justify-content:space-around;position:absolute;top:29rem;width:85%}.inputs{background:transparent;border:none;font-size:18px;height:90%;outline:none;width:80%}.btnUpdate{background-color:#ff5c00;border:none;border-radius:11.5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;height:3rem;margin-top:2rem;width:18rem}.iconLogout{background-color:#fff;border-radius:50%;height:45px;margin:0;padding:10px 12px;width:50px}.containInputs{align-items:center;background-color:#fff6f5;border:2px solid #f07000;border-radius:11.5px;display:flex;height:15%;justify-content:flex-start;width:42%}.imgUser{border-right:1px solid #5d5b5bc8;height:55%;margin-left:1rem;margin-right:1rem;padding-right:.5rem;width:7%}@media only screen and (min-width:1024px) and (max-width:1366px){.mainUpdateProfile{display:flex;flex-direction:row;height:100vh;width:100vw}.navBarInSideBar{display:flex;flex-direction:column;justify-content:space-between}.navBarInSideBar,.sideBar{align-items:center;height:100%}.sideBar{background-color:#ff5c00;justify-content:center;width:6.2%}.listLinks,.sideBar{display:block}.imgIcon{align-items:center;display:flex;height:55px;justify-content:center;margin-left:.5rem;width:70px}.links{color:#fff;font-size:1rem;text-decoration:none}.linkSettings{font-size:2rem;text-decoration:none}.contentUpdateProfile{align-items:flex-start;height:100vh;padding-top:2.5rem;position:relative;width:95.8vw}.banner,.contentUpdateProfile{display:flex;justify-content:center}.banner{align-items:center;background:url(/static/media/banner.9b4ff7eb055654799d65.png);background-size:cover;border:1.5px solid #ff5c00;height:25.5%;width:90%}.imgUpdatedProfile{border:5px dashed #ff5c00;border-radius:50%;height:145px;position:absolute;top:3.8rem;width:150px}.btnUpload{border:none;border-radius:25%;font-size:2rem;height:2rem;position:absolute;top:11.8rem;width:2.5rem}.btnUpdate,.btnUpload{background-color:#ff5c00;cursor:pointer}.btnUpdate{border:none;border-radius:11.5px;color:#fff;font-size:1.1rem;font-weight:700;height:3rem;margin-top:2rem;width:15rem}.groupText{flex-direction:column;top:14.8rem}.formProfile,.groupText{display:flex;position:absolute}.formProfile{align-items:center;flex-wrap:wrap;height:40%;justify-content:space-around;top:20rem;width:88%}.containInputs{align-items:center;background-color:#fff6f5;border:2px solid #f07000;border-radius:11.5px;display:flex;height:16%;justify-content:flex-start;margin:.8rem;width:39%}.iconNotification{height:18px;width:18px}.iconCalendary{height:20px;width:22px}.iconStats{height:15px;width:20px}.iconProfile{height:20px;width:20px}.iconQR{height:23px;width:28px}.listLinks{padding:17px 0 15px}}.mainQR{background-color:#fcede3}.containerGenerateQR,.mainQR{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}.contentOfCards{justify-items:center}.containerCardQR,.contentOfCards{align-items:center;display:flex;flex-direction:column}.containerCardQR{background-color:#fff;border:3px solid #ff5c00;border-radius:4px;border-radius:25px;bottom:25%;box-shadow:0 2px 4px rgba(0,0,0,.1);font-family:Arial,sans-serif;height:100%;justify-content:center;padding:20px;width:22%}.containerQRS{flex-wrap:wrap;max-height:200px;overflow:auto;width:100%}.containerQRS,.titleQrsPreview{position:relative;top:1rem}.tittleCard{font-size:24px;margin:0 0 10px}.imgReference{align-items:center;display:block;height:33%;justify-content:center;width:35%}.formQR{align-items:center;display:flex;flex-direction:column}.labelFormQR{font-size:16px;margin-bottom:10px}.inputQuantityQRs{border:1px solid #d4d4d4;border-radius:4px;font-size:16px;margin-bottom:10px;padding:10px;width:100%}.btnDownloadQR{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px}.mainProfile{background-color:#fcede3;justify-content:center}.contentProfile,.mainProfile{align-items:center;display:flex;height:100vh;width:100vw}.contentProfile{flex-direction:column;justify-items:center;padding:1rem}.infoPersonal{padding:1rem}.containerProfile{align-items:center;border:1.5px solid #999595;border-radius:20px;display:flex;flex-direction:column;height:80%;justify-items:center;width:80%}.contentUserBanner{height:100%;justify-content:center;margin-top:1rem;z-index:0}.bannerProfile,.contentUserBanner{display:flex;flex-direction:column;width:100%}.bannerProfile{align-items:center;background:url(/static/media/banner.9b4ff7eb055654799d65.png);border-bottom:1.5px solid #999595;height:35%;justify-content:space-evenly}.containerImgProfile{border:5px dashed #ff5c00;border-radius:50%;height:18%;inset:8rem 22rem 0 22rem;position:fixed;width:9%}.imgProfile{border-radius:50%;height:100%;width:100%}.nameProfile{bottom:2rem;color:#ff5c00;font-size:2rem;font-weight:700;position:relative;top:.5rem}.roleProfile{top:-.5rem}.roleProfile,.roleProfileUpdate{color:#010101;font-size:2rem;font-weight:700;position:relative}.roleProfileUpdate{right:30rem}.containersInfomation{display:flex;height:65%;width:100%}.contactInformation{align-items:flex-start;border-right:1px solid #999595;display:flex;flex-direction:column;font-size:18px;gap:3px;justify-content:center;padding-left:5%;text-align:left;width:50%}.updateMessage-red{color:red;font-weight:600}.addressProfile,.dniProfile,.emailProfile,.phoneProfile{font-weight:400}.dniProfile,.emailProfile{color:#ff5c00;font-weight:700}.type{font-weight:700}.sectionToProfile{align-items:center;display:flex;flex-direction:column;gap:30px;justify-content:center;width:50%}.infoToUpdate{font-size:18px}.anchorToUpdateProfile{align-items:center;background-color:#ff5c00;border-radius:25px;color:#fff;display:flex;height:10%;justify-content:center;text-decoration:none;width:30%}.mainResetPassword{align-content:center;align-items:center;background:#000;display:flex;flex-direction:row;height:100vh;width:100vw}.card{align-items:center;background:#fff;height:100%;width:60%}.card,.content{display:flex;flex-direction:column;justify-content:center}.content{width:50%}.content .imgLogo{height:128px;width:165px}.img{display:flex;justify-content:center;margin-bottom:4rem}.heading{margin-bottom:1rem}.campoDatos{flex-direction:column;gap:2rem}.campoDatos,.campoDatos a{display:flex;justify-content:center}.campoDatos .email{display:flex;flex-direction:column}.email input{background-color:#fff6f5;border:2px solid #cf6406;border-radius:8px;font-family:inherit;margin-bottom:1rem;padding:13px}.email input:focus{outline-color:#f50}.inputConfirm{margin-top:1rem}.btnSend{background:#ff6900;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;margin-top:3rem;padding:10px 250px}.messageContent{align-items:center;background:wheat;display:flex;height:100%;justify-content:center;width:100%;width:40%}.tittleForgotPass{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.textForgotPass{font-size:1rem;margin-bottom:1rem}.info{align-items:center;display:flex;flex-direction:column;gap:3.5rem;justify-content:center;width:100%}.info p{font-size:1.6rem;font-weight:700;text-align:center;width:60%}.imgMsg img{height:400px;width:400px}.mainProducts{background-color:#fcede3;display:flex;height:100vh;width:100vw}.containerProducts{flex-direction:column;height:100vh;justify-content:flex-start;padding-top:3.5rem;width:95.8vw}.containerProducts,.tittleMenu{align-items:center;display:flex}.tittleMenu{background-color:#ff5c00;border-radius:30px;justify-content:center;padding:.1rem 3rem}.tittle{color:#fff;display:flex;flex-direction:column}.tittle,.tittleCategories{font-family:"Instrument Serif",serif;font-family:Roboto Slab,serif;font-size:2rem;font-weight:200}.tittleCategories{margin-top:2rem}.containerCategories{align-items:center;display:flex;justify-content:center;margin-top:2rem}.containerCategoriesRol{display:flex;flex-wrap:wrap;margin-top:1rem}.containerLinks{align-items:flex-start;background-color:#fff;border:1px solid #ff5c00;border-radius:25px;cursor:pointer;display:flex;justify-content:flex-end;margin-left:2rem;margin-right:2rem;padding:.5rem 1.5rem;position:relative}.categories{align-items:center;color:#ff5c00;display:flex;font-size:18px;text-decoration:none}.active{background-color:#ff5c00;border:1px solid #ff5c00;border-radius:25px;margin-left:2rem;margin-right:2rem;padding:.5rem 1.5rem}.activeLink{align-items:center;color:#fff;display:flex;font-size:18px;text-decoration:none}.containerCards{display:flex;flex-wrap:wrap;height:100%;justify-content:center;margin-bottom:3%;margin-top:3%;overflow:auto;width:85%}.containerCards::-webkit-scrollbar{background-color:initial;width:0}.cardOrder:hover{border:1px solid #ff5c00;color:#000}.cardOrder{background-color:#fff;border-radius:25px;cursor:pointer;display:flex;flex-direction:column;height:48%;justify-content:center;margin:5rem 2rem 3rem;position:relative;width:18%}.infoOrder{margin-top:3.5rem}.containerImgOrder{bottom:11rem;height:60%;left:3.4rem}.containerImgOrder,.containerImgOrderUser{border-radius:100%;position:absolute;width:60%}.containerImgOrderUser{bottom:11.5rem;height:65%;left:3.8rem}.imgOrder,.imgOrderUser{border:.5px solid #ff5c00;border-radius:100%;height:100%;width:100%}.modal{align-items:center;background-color:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.contentShoppingCart{padding:20px}.modalCreateProducts{background-color:#fff;border:5px solid #ff5c00;border-radius:25px;display:none;height:70%;position:absolute;top:18%;width:45%;z-index:1}.modalCreateProducts.open{display:flex}.btnCloseModal{align-items:center;background:#ff5c00;border:none;border-radius:50px;cursor:pointer;display:flex;font-size:1.5rem;height:4%;justify-content:center;left:72%;position:fixed;top:20.5%;transition:opacity .3s ease-in-out;width:2.5%}.btnCloseModal:focus,.btnCloseModal:hover{color:#000;cursor:pointer;opacity:.7;text-decoration:none}.formCreateProduct{align-items:center;background-color:initial;border-radius:20px;display:flex;flex-direction:column;height:100%;justify-content:center;margin-top:2.5%;width:100%}.inputProduct{border:2px solid #cf6406;border-radius:8px}.containerInputFile,.inputProduct{background-color:#fff6f5;display:flex;font-family:inherit;height:10%;margin:1.5% 2% 2%;padding:13px;width:75%}.containerInputFile{align-items:center;border:2px solid #cf6406;-webkit-border-radius:5px;border-radius:9px;-webkit-box-shadow:0 0 0 #1a71a9;cursor:pointer;justify-content:left;position:relative;text-align:left}.btnUploadImage{bottom:5%;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.inputProducts{display:flex;flex-direction:column;justify-content:left;margin:2%;text-align:left;width:75%}.inputProductLabel{margin-bottom:5px;width:100%}.inputProductSelect{display:flex;justify-content:left}.custom-select{height:10%;width:100%}.inputProductSelect .custom-select__control{font-family:inherit;height:60px}.inputProducts .react-select-container{width:100%}.inputProductSelect .custom-select__control,.inputProductSelect .custom-select__menu{border:2px solid #cf6406;border-radius:8px}.inputProductSelect .custom-select__indicator-separator{display:none}.inputProductSelect .custom-select__single-value{color:#333}.inputProductSelect .custom-select__menu{border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-top:0}.inputProductSelect .custom-select__option{color:#333;padding:8px 12px}.inputProductSelect .custom-select__option--is-selected{background-color:#f0f0f0}.inputProductSelect .custom-select__option--is-focused{background-color:#e0e0e0}input:focus{outline:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.btnCreateProduct{background-color:#ff5c00;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;height:10%;margin-bottom:2%;margin-top:2%;width:28%}.cardCreateProduct{align-items:center;background-color:#fff;border-radius:25px;display:flex;height:48%;justify-content:center;margin:5rem 2rem 3rem;width:18%}.btnOpenModal{background-color:#fff;border:none;border-radius:25px;color:#ff5c00;cursor:pointer;font-size:4rem;height:100%;width:100%}.containerEdits{border-radius:25px;position:absolute}.btnDeleteProduct{background-color:#fff;border:2px solid #ff5c00;border-radius:25px;color:#000;cursor:pointer;font-size:15px;height:2rem;margin-left:2rem;margin-top:1rem;position:static;width:2rem}.btnDeleteProduct:focus,.btnDeleteProduct:hover{color:#000;cursor:pointer;opacity:.7;text-decoration:none}.btnEditProduct{background-color:#fff;border:2px solid #ff5c00;border-radius:25px;color:#000;cursor:pointer;font-size:15px;height:2rem;margin-left:1rem;margin-top:1rem;position:static;width:2rem}.btnEditProduct:focus,.btnEditProduct:hover{color:#000;cursor:pointer;opacity:.7;text-decoration:none}.iconEdit{color:#fff;height:55%;width:55%}.iconDelete{color:#fff;height:60%;width:65%}@media only screen and (min-width:1024px) and (max-width:1366px){.containerImgProfile{border:5px dashed #ff5c00;border-radius:50%;height:18%;inset:8rem 2rem 0 16rem;position:fixed;width:8%}.imgProfile{border-radius:50%;height:100%;width:100%}.mainProducts{background-color:#fcede3;display:flex;height:100vh;width:100vw}.containerProducts{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:flex-start;padding-top:1.5rem;width:95.8vw}.tittleMenu{background-color:#ff5c00;border-radius:30px;padding:.1rem 2rem}.tittle,.tittleMenu{align-items:center;display:flex;justify-content:center}.tittle{color:#fff;flex-direction:column;font-size:25px}.tittle,.tittleCategories{font-family:"Instrument Serif",serif;font-family:Roboto Slab,serif;font-weight:200}.tittleCategories{font-size:22px;margin-top:1rem}.containerCategories{margin-top:4rem}.containerCategoriesUser{display:flex;flex-wrap:wrap;margin-top:1.2rem}.containerLinks{align-items:flex-start;background-color:#fff;border:1px solid #ff5c00;border-radius:25px;display:flex;justify-content:flex-end;margin-left:2rem;margin-right:2rem;padding:.5rem 1.5rem;position:relative}.categories{align-items:center;color:#ff5c00;display:flex;font-size:18px;text-decoration:none}.custom-select{width:100%}.active:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.active{align-items:flex-start;background-color:#ff5c00;border:1px solid #ff5c00;border-radius:25px;display:flex;justify-content:flex-end;margin-left:2rem;margin-right:2rem;padding:.5rem 1.5rem;position:relative}.activeLink{align-items:center;color:#fff;display:flex;font-size:18px;text-decoration:none}.containerLinks:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.containerCards{flex-wrap:wrap;height:65vh;justify-content:center;margin-bottom:3%;margin-top:2%;overflow:auto;position:relative;width:85%}}@media only screen and (min-width:1024px) and (max-width:1366px){.containerCards::-webkit-scrollbar{background-color:initial;width:0}.cardOrder:hover{border:1px solid #ff5c00;color:#000}.cardOrder{background-color:#fff;border-radius:25px;cursor:pointer;display:flex;flex-direction:column;height:58%;justify-content:center;margin:4.5rem 2rem 3rem;position:relative;width:18%}.amountProduct,.categoryProduct,.descriptionOrder,.nameOrder,.priceOrder{font-size:12.4px;margin-left:1.5rem;margin-right:.5rem;margin-top:-.2rem;text-align:left}.containerImgOrder{border-radius:100%;bottom:10.8rem;height:60%;left:2.2rem;position:absolute;width:65%}.containerEdits{margin-left:-.5rem}.cardOrderUser{background-color:#fff;border-radius:25px;cursor:pointer;display:flex;flex-direction:column;height:50%;justify-content:center;margin:4.5rem 2rem 3rem;position:relative;width:18%}.containerImgOrderUser{border-radius:100%;bottom:11.8rem;height:65%;left:2.3rem;position:absolute;width:65%}.imgOrder,.imgOrderUser{border-radius:100%;height:95%;position:relative;top:2rem;width:95%}.infoOrder{margin-top:1rem}.modalCreateProducts{background-color:#fff;border:5px solid #ff5c00;border-radius:25px;display:none;height:70%;position:absolute;top:18%;width:45%;z-index:1}.modalCreateProducts.open{display:flex}.btnCloseModal{align-items:center;background:#ff5c00;border:none;border-radius:50px;cursor:pointer;display:flex;font-size:1.5rem;height:4%;justify-content:center;left:72%;position:fixed;top:20.5%;transition:opacity .3s ease-in-out;width:2.5%}.btnCloseModal:focus,.btnCloseModal:hover{color:#000;cursor:pointer;opacity:.7;text-decoration:none}.formCreateProduct{align-items:center;background-color:initial;border-radius:20px;display:flex;flex-direction:column;height:100%;justify-content:center;margin-top:2.5%;padding-bottom:1.5em;width:100%}.inputProduct{background-color:#fff6f5;border:2px solid #cf6406;border-radius:8px;display:flex;font-family:inherit;height:10%;margin:1.5% 2% 2%;padding:13px;width:75%}input:focus{outline:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.btnCreateProduct{background-color:#ff5c00;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:17px;font-weight:700;height:15%;margin-bottom:2%;margin-top:1%;width:35%}.cardCreateProduct{align-items:center;background-color:#fff;border:2px solid #ff5c00;border-radius:25px;display:flex;height:58%;justify-content:center;margin:4.5rem 2rem 3rem;width:18%}.cardCreateProduct:hover{background-color:#ea681298;-webkit-transform:scale(1.1);transform:scale(1.1)}.btnOpenModal{border:none;color:#ff5c00;font-size:4rem;height:100%;width:100%}.btnDeleteProduct,.btnOpenModal{background-color:#fff;border-radius:25px;cursor:pointer}.btnDeleteProduct{border:2px solid #ff5c00;color:#000;font-size:15px;height:2rem;margin-left:2rem;position:static;width:2rem}.btnDeleteProduct:focus,.btnDeleteProduct:hover{color:#000;cursor:pointer;opacity:.7;text-decoration:none}.btnEditProduct{background-color:#fff;border:2px solid #ff5c00;border-radius:25px;color:#000;cursor:pointer;font-size:15px;height:2rem;margin-left:1rem;position:static;width:2rem}.btnEditProduct:focus,.btnEditProduct:hover{color:#000;cursor:pointer;opacity:.7;text-decoration:none}.iconEdit{color:#fff;height:55%;width:55%}.iconDelete{color:#fff;height:60%;width:65%}.inputProducts{display:flex;flex-direction:column;margin:2%;width:75%}.inputProductSelect .custom-select__control{font-size:14px;height:35px}.containerInputFile>p{font-size:14px}}.mainNotifications{background-color:#fcede3;display:flex;flex-direction:row;height:100vh;width:100vw}.contentNotifications{align-items:center;display:flex;height:100vh;justify-content:center;width:100%}.containerNotifications{border-radius:25px;flex-wrap:wrap;height:85%;justify-items:center;overflow-y:auto;padding-bottom:1%;padding-top:1%;width:85%}.containerNotifications::-webkit-scrollbar{background-color:initial;width:0}.containerNotification{align-items:center;background-color:#fff;border-radius:25px;cursor:pointer;display:flex;height:15%;justify-content:space-around;margin:.5% auto .2%;width:98%}.containerNotification:hover{border:2px solid #000}.containerImageOrder{height:75%;width:6%}.img{border-radius:100%;height:100%;width:100%}.infoO{align-items:center;display:flex;justify-content:center}.btnSelectOrder{background-color:#fff;border:3px solid #ff5c00;border-radius:12px;cursor:pointer;height:100%;width:100%}.iconSelected{cursor:pointer;height:65%;width:50%}.containerButton{height:40%;margin-left:2%;width:4%}.descriptionNotification,.nameNotification,.priceNotification{border-radius:25px;color:#000;flex-wrap:wrap;font-size:18px;margin-left:5%;padding:1%}.mainUsers{background-color:#fcede3;flex-direction:row;width:100vw}.contentUsers,.mainUsers{display:flex;height:100vh}.contentUsers{align-items:center;justify-content:center;width:100%}.containerCardsUsers{align-items:center;border-radius:25px;display:flex;flex-direction:row;flex-wrap:wrap;height:80%;justify-items:center;overflow-y:auto;width:80%}.containerCardsUsers::-webkit-scrollbar{background-color:initial}.cardUser{align-items:center;display:flex;height:19em;justify-content:center;margin:10px;-webkit-perspective:1000px;perspective:1000px;width:17em}.cardBack,.cardFront{-webkit-backface-visibility:hidden;backface-visibility:hidden;border:3px solid #fff;border-radius:25px;box-sizing:border-box;height:100%;left:0;padding:10px;position:absolute;top:0;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;width:100%}.cardFront{background-color:#f8f8f8;border:3px solid #ff5c00}.cardFront,.cardFrontContent{align-items:center;display:flex;flex-direction:column;justify-content:center}.cardFrontImage{border:4px dashed #ff5c00;border-radius:50%;height:8.5em;object-fit:scale-down;width:9em}.cardFrontText{font-weight:700;margin-bottom:10%;margin-top:10%}.showDetailsButton{background-color:#ff5c00;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:10px 12px}.cardBack{align-items:center;background-color:#fff;border:3px solid #ff5c00;display:flex;flex-direction:column;font-size:14.5px;font-weight:700;justify-content:center}.cardBack,.flipped .cardFront{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.flipped .cardBack{-webkit-transform:rotateY(0);transform:rotateY(0)}.flipToFrontButton{background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:10px;padding:10px 12px}.containerOptions{align-items:last baseline;display:flex;flex-direction:column;justify-content:left;margin-bottom:2%;margin-top:4%;text-align:left}.containerOptions>p{align-items:center;display:flex;justify-content:center;text-align:center;width:100%}.radio-text{margin-left:8px}.btnAssignRole{align-items:center;background-color:#000;border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;height:20%;justify-content:center;margin-top:5%;padding:7%;width:45%}.btnAssignRole:hover{background-color:#464343}.mainProductsUser{background-color:#fcede3;height:100vh;width:100vw}.containerProductsUser,.mainProductsUser{align-items:center;display:flex;justify-content:center}.containerProductsUser{flex-direction:column;height:100%;width:100%}.containerCategoriesUser{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-top:2rem;width:50%}.tittleUser{color:#fff;display:flex;flex-direction:column;font-family:"Instrument Serif",serif;font-family:Roboto Slab,serif;font-size:1.9rem;font-weight:200}.containerButtons{align-items:center;display:flex;height:35%;justify-content:space-between;margin-top:2%;padding-bottom:5%;text-align:center;width:100%}.priceOrderUser{color:#ff5c00;font-weight:700;padding-left:9.5%;text-align:center}.infoOrderUsers{margin-top:6rem}.closeModal{background:red;border-radius:50px;font-size:1.5rem;height:4%;left:64%;position:fixed;top:10%;transition:opacity .3s ease-in-out;width:2.5%}.btnAddToCar,.closeModal{align-items:center;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:1rem}.btnAddToCar{background-color:#ff5c00;border-radius:25px;font-size:15px;height:2%;margin-right:1.5rem;text-align:center;width:2%}.cardOrderUser{background-color:#fff;border-radius:25px;cursor:pointer;display:flex;flex-direction:column;height:42%;justify-content:center;margin:5rem 2rem 3rem;position:relative;width:18%}.cardOrderUser:hover{border:1px solid #ff5c00;color:#000}.tittleMenuUser{align-items:center;background-color:#ff5c00;border-radius:30px;display:flex;justify-content:center;margin-right:0;padding:.1rem 3rem}.containerTittle{align-items:center;display:flex;justify-content:space-evenly;margin:2% 0 0;width:20%}.containerIconToCart{align-items:center;background-color:#fff;border-radius:7px;cursor:pointer;display:flex;height:3rem;justify-content:center;width:15%}.containerIconToCart:hover{border:1px solid #ff5c00;color:#000}.iconToCar{height:45%;width:40%}.amountProduct,.categoryProduct,.descriptionOrder,.nameOrder,.priceOrder{font-size:1rem;margin-left:2rem;margin-top:-.4rem;overflow-wrap:anywhere;text-align:left}.categoryOrderUser,.nameOrderUser{font-size:1rem;margin-left:1.5rem;margin-top:-.4rem;overflow-wrap:anywhere;text-align:left}.nameOrderUserLabel{margin-right:11rem}.categoryOrderUserLabel,.nameOrderUserLabel{color:#ff5c00;font-size:1rem;font-weight:700;margin-top:-.4rem;overflow-wrap:anywhere;text-align:left}.categoryOrderUserLabel{margin-right:10rem}@media only screen and (min-width:1024px) and (max-width:1366px){.cardOrderUser{background-color:#fff;border-radius:25px;cursor:pointer;display:flex;flex-direction:column;height:58%;justify-content:center;margin:5rem 2rem 3rem;position:relative;width:18%}.cardOrderUser:hover{border:1px solid #ff5c00;color:#000}.infoOrderUsers{margin-top:3rem}.amountProduct,.categoryProduct,.descriptionOrder,.nameOrder,.nameOrderUser,.priceOrder{font-size:1rem;margin-left:1.3rem;margin-top:-.4rem;overflow-wrap:anywhere;text-align:left}.categoryOrderUser{font-size:1rem;margin-left:1.5rem;margin-top:-.4rem;overflow-wrap:anywhere;text-align:left}.nameOrderUserLabel{margin-right:6rem}.categoryOrderUserLabel,.nameOrderUserLabel{color:#ff5c00;font-size:1rem;font-weight:700;margin-top:-.4rem;overflow-wrap:anywhere;text-align:left}.categoryOrderUserLabel{margin-right:5rem}.containerIconToCart{align-items:center;background-color:#fff;border-radius:7px;cursor:pointer;display:flex;height:3rem;justify-content:center;width:18%}.containerIconToCart:hover{border:1px solid #ff5c00;color:#000}.iconToCar{height:45%;width:45%}.btnOpenModal:hover{border:1px solid #ff5c00}.btnAddToCar:hover,button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.btnAddToCar{align-items:center;background-color:#ff5c00;border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-size:13px;height:1%;justify-content:center;margin-right:1.5rem;padding:.8rem;text-align:center;width:1%}.priceOrderUser{color:#ff5c00;font-weight:700;padding-left:11%;text-align:center}.containerEdits{margin-left:-.7rem}}.cart-empty{position:fixed;top:20rem}.cart-emptyCart{align-items:center;display:flex}.mainShoppingCart{height:100vh;width:40vw}.contentShoppingCart,.mainShoppingCart{align-items:center;display:flex;flex-direction:column;justify-content:center}.contentShoppingCart{background:linear-gradient(0deg,hsla(0,100%,98%,.2),hsla(0,100%,98%,.2)),#fff;border:5px solid #ff5c00;border-radius:24px;height:85vh;width:90%}.containerProductsShoppingCart{align-items:center;display:flex;flex-wrap:wrap;gap:25px;height:50%;justify-content:center;margin:2%;overflow-y:auto;padding-bottom:5%;padding-top:5%;width:95%}.containerProductsShoppingCart::-webkit-scrollbar{background-color:initial;width:0}.containerProductCart{align-items:center;background-color:#f5f3f3;border-radius:50px;display:flex;height:28%;justify-content:space-between;margin-left:auto;margin-right:auto;width:90%}.containerImageProduct{border-radius:50px;box-shadow:8px 0 12px rgba(0,0,0,.2);height:100%;width:17%}.infoProduct{align-items:center;display:flex;flex-direction:column;height:80%;justify-content:space-evenly;margin-left:-30%;width:25%}.priceProduct{font-size:17px;margin-right:50%;width:100%}.containerSubAndAdd{align-items:center;display:flex;height:35%;justify-content:space-evenly;width:100%}.btnSubQuantity{width:15%}.btnAddQuantity,.btnSubQuantity{background-color:#ff5c00;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:18px;height:90%}.btnAddQuantity{width:16%}.containerButtonCart{align-items:center;border-radius:50px;display:flex;flex-direction:column;height:100%;justify-content:center;margin-right:5%;width:10%}.btnDeleteCart{background-color:initial;border:none;border-radius:12px;cursor:pointer;height:30%;width:50%}.deleteToCar{height:90%;margin-left:-15%;width:90%}.containerTittleCart{align-items:center;display:flex;flex-direction:column;height:10%;justify-content:center;margin-bottom:2%;width:90%}.line{border:1px solid #000;margin-top:1%;width:100%}.titleShoppingCart{font-family:Roboto Slab,serif;font-size:50px;margin-bottom:2%}.infoCart{align-items:center;background-color:#fde8d9;border:1px solid #ff5c00;border-radius:50px;cursor:pointer;display:flex;gap:25px;height:13%;justify-content:center;margin-top:5%;text-align:center;width:70%}.containerTextPay{width:50%;word-break:break-all}.containerTextPay,.containerTextPayOrder{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center}.containerTextPayOrder{word-wrap:break-word;width:100%}.customSelect{background-color:initial;border:1px solid #000;border-radius:4px;color:#000;font-size:14px;height:45%;outline:none;text-align:center;width:100%}.containerImgPay{align-items:center;display:flex;height:100%;justify-content:center;width:20%}.imgPay{height:100%;width:100%}.containerLine{height:2%;width:90%}.confirmAndTotal{align-items:center;border-radius:50px;display:flex;height:10%;justify-content:space-evenly;margin-top:7%;width:90%}.btnOrder{background-color:#ff5c00;border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:700;width:25%}.btnOrder,.totalPriceCart{border-radius:50px;height:60%}.totalPriceCart{align-items:center;background-color:#fff5ee;display:flex;justify-content:left;padding-left:3%;width:35%}.totalPriceCart p{font-size:16px;font-weight:700;margin:2%}.priceTotal{color:#ff5c00}.containerCardsMenu{align-items:flex-start;display:flex;height:85%;justify-content:center;margin-bottom:3%;margin-top:3%;padding-top:1%;position:relative;width:85%}.containerCartAndMenu{flex-direction:column;height:100vh;width:60vw}.containerCartAndMenu,.containerLinksUsers{align-items:center;display:flex;justify-content:center}.containerLinksUsers{background-color:#fff;border:1px solid #ff5c00;border-radius:25px;cursor:pointer;margin-left:1%;margin-right:1%;padding:.5rem 2rem;text-align:center}.activeLinkUsers{color:#fff;font-size:18px;text-decoration:none}.activeUsers{background-color:#ff5c00;border:1px solid #ff5c00;border-radius:25px;justify-content:center;margin-left:1%;margin-right:1%;padding:.5rem 2rem}.activeUsers,.categoriesUsers{align-items:center;display:flex}.categoriesUsers{color:#ff5c00;font-size:18px;text-decoration:none}.containerOrdersUsers{align-items:center;border-radius:25px;display:flex;flex-wrap:wrap;height:100%;justify-content:center;margin-bottom:5%;margin-top:5%;overflow-y:auto;width:85%}.containerOrdersUsers::-webkit-scrollbar{background-color:initial;width:0}.containerImgOrderUsers{border-radius:100%;bottom:12rem;height:50%;left:3rem;position:absolute;width:60%}.containerNotifications{align-items:center;display:flex;gap:2rem;justify-content:space-evenly}.contentCardNotify{background-color:#fff;border-radius:1rem;box-shadow:0 0 9px #ff5c00;cursor:pointer;overflow:hidden;width:400px}.contentCardNotify:hover{border:1px solid #ff5c00;-webkit-transform:scale(1);transform:scale(1)}.btnNotifyCancel:hover,.btnNotifyGet:hover,.btnNotifyShow:hover,.btnNotifyTake:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.titleNotify{color:#212121;font-size:20px;font-weight:700;margin:0}.titleNotify:after{color:red}.textNotify{color:#ff5c00;font-size:20px;font-weight:700;margin:0}.containerBtnNotify{display:flex;justify-content:space-between;padding:16px}.btnMesero{align-items:center;display:flex;justify-content:space-evenly;width:100%}.btnNotifyShow{background-color:#38ec3e;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:bolder;margin-right:8px;padding:12px 24px;text-align:center;text-decoration:none}.btnNotifyGet,.btnNotifyTake{background-color:#ff5c00;margin-right:8px}.btnNotifyCancel,.btnNotifyGet,.btnNotifyTake{border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:bolder;padding:12px 24px;text-align:center;text-decoration:none}.btnNotifyCancel{background-color:#f62212}.contentTitleNotify{padding:16px}.btnDeleteUser{background-color:red;border-radius:30%;border-style:none;color:#fff;height:2rem;width:2rem}.containerUsersBtn{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-evenly;width:100%}@media only screen and (min-width:1024px) and (max-width:1366px){.containerProductCart{align-items:center;background-color:#f5f3f3;border-radius:50px;display:flex;height:40%;justify-content:space-between;margin-left:auto;margin-right:auto;width:95%}.infoProduct{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-evenly;width:25%}.priceProduct{font-size:13.5px;margin-right:50%;width:100%}.containerSubAndAdd{align-items:center;display:flex;height:50%;justify-content:space-evenly;width:100%}.btnAddQuantity,.btnSubQuantity{background-color:#ff5c00;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:15px;height:55%;width:20%}.btnDeleteCart{background-color:initial;border:none;border-radius:12px;cursor:pointer;height:30%;margin-left:25%;width:50%}.productName{font-size:15px;margin-right:1rem}.productPay{color:#ff5c00;display:flex;font-size:15px;font-weight:700;margin-right:3rem}.titleShoppingCart{font-family:Roboto Slab,serif;font-size:40px;margin-bottom:2%}.infoCart{background-color:#fde8d9;border:1px solid #ff5c00;cursor:pointer;gap:25px;height:13%;justify-content:center;margin-top:3%;text-align:center;width:70%}.confirmAndTotal,.infoCart{align-items:center;border-radius:50px;display:flex}.confirmAndTotal{height:10%;justify-content:space-evenly;margin-top:4%;width:90%}.btnOrder{background-color:#ff5c00;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:700;width:25%}.btnOrder,.totalPriceCart{border-radius:50px;height:90%}.totalPriceCart{align-items:center;background-color:#fff5ee;display:flex;font-size:10px;justify-content:left;padding-left:3%;width:35%}.totalPriceCart p{font-size:13.5px;font-weight:700;margin:1.5%}.containerImageProduct{border-radius:50px;box-shadow:8px 0 12px rgba(0,0,0,.2);height:100%;width:20%}}@media only screen and (max-width:600px){.mainProductsUser{align-items:center;background:#e1dac6;display:flex;height:100vh;justify-content:center;width:100vw}.containerCategories{align-items:center;box-sizing:border-box;display:flex;height:8%;justify-content:flex-start;margin-left:0;margin-right:0;overflow-x:scroll;overflow-y:hidden;padding:.5rem;width:100%}.containerLinks{padding:.5rem}.containerLinks:last-child{margin-right:0}.containerLinks{background-color:#fff;display:flex}.active,.containerLinks{border:1px solid #ff5c00;border-radius:25px;margin-left:0;margin-right:.5em;padding:.6rem 1.5rem}.active{background-color:#ff5c00}.activeLink{align-items:center;color:#fff;display:flex;text-decoration:none}.activeLink,.categories{font-size:15px}.containerCardsMenu{align-items:flex-start;display:flex;flex-wrap:wrap;height:70%;justify-content:center;margin-top:4%;overflow-y:auto;padding-top:3.5em;width:100vw}.containerCardsMenu::-webkit-scrollbar{background-color:initial}.cardOrderUser{background-color:#fff;border-radius:25px;cursor:pointer;display:flex;flex-direction:column;height:13.2em;justify-content:center;margin:1em 1.2% 3.3em;position:relative;width:12.3em}.cardOrderUser:hover{border:1px solid #ff5c00;color:#000}.infoOrderUsers{margin-top:40%}.containerImgOrderUser{border-radius:100%;bottom:9.2rem;height:57%;left:2rem;position:absolute;width:65%}.categoryOrderUser,.nameOrderUser{font-size:1rem;margin-left:1.2rem;margin-top:-.4rem;overflow-wrap:anywhere;text-align:left}.nameOrderUserLabel{margin-right:5.5rem}.categoryOrderUserLabel,.nameOrderUserLabel{color:#ff5c00;font-size:1rem;font-weight:700;margin-top:-.4rem;overflow-wrap:anywhere;text-align:left}.categoryOrderUserLabel{margin-right:4.5rem}.containerButtons{height:35%;justify-content:space-between;margin-top:2%;padding-bottom:3%;width:100%}.btnAddToCar,.containerButtons{align-items:center;display:flex;text-align:center}.btnAddToCar{background-color:#ff5c00;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:15px;font-weight:100;height:1%;justify-content:center;margin-right:1.5rem;padding:.8rem;width:1%}.containerTittle{align-items:center;display:flex;height:4.5em;justify-content:space-between;margin-top:0;width:100%}.containerIconToCart{align-items:center;background-color:#fff;border-radius:7px;cursor:pointer;display:flex;height:3.4em;justify-content:center;margin-left:auto;margin-right:1.5em;width:4em}.iconToCar{height:40%;width:38%}.tittleMenuUser{align-items:center;background-color:#ff5c00;border-radius:30px;display:flex;justify-content:center;margin-left:auto;margin-right:-5.5em;padding:.4rem 2.2em}.tittleUser{color:#fff;font-family:"Instrument Serif",serif;font-family:Roboto Slab,serif;font-size:30px;font-weight:200}.containerCategories::-webkit-scrollbar{background-color:initial}.mainShoppingCart{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100%}.closeModal{background:red;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.2em;height:2%;left:90%;padding:.8rem;position:fixed;top:1.8%;transition:opacity .3s ease-in-out;width:2%}.closeModal,.contentShoppingCart{align-items:center;display:flex;justify-content:center}.contentShoppingCart{background:#e1dac6;border:none;border-radius:0;flex-direction:column;height:100vh;width:100vw}.titleShoppingCart{font-family:Roboto Slab,serif;font-size:30px;margin-bottom:2%}.infoCart{align-items:center;background-color:#fff;border:1px solid #ff5c00;border-radius:50px;cursor:pointer;display:flex;gap:25px;height:11%;justify-content:center;margin-top:5%;text-align:center;width:95%}.containerLine{height:2%;width:100vw}.line{border:1px solid #000;margin-top:1%;width:100vw}.containerTittleCart{flex-direction:column;height:10%;margin-bottom:3%;width:100vw}.confirmAndTotal,.containerTittleCart{align-items:center;display:flex;justify-content:center}.confirmAndTotal{border-radius:0;flex-direction:column-reverse;gap:12px;height:15%;margin-top:7%;width:100%}.btnOrder{background-color:#ff5c00;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:700}.btnOrder,.totalPriceCart{border-radius:50px;height:45%;width:100%}.totalPriceCart{align-items:center;background-color:#fff5ee;display:flex;justify-content:space-between;padding-right:3%}.totalPriceCart p{font-size:16px;font-weight:700;margin:2%}.containerImgPay{align-items:center;display:flex;height:100%;justify-content:center;width:22%}.customSelect{background-color:initial;border:1px solid #00000000;border-radius:4px;color:#000;font-size:14.5px;height:45%;outline:none;text-align:center;width:100%}.cart-emptyCart{font-size:14px}.containerProductCart{align-items:center;background-color:#f5f3f3;border:1px solid #ff6900;border-radius:50px;display:flex;height:22%;justify-content:space-between;margin-left:3.5%;margin-right:3.5%;width:100vw}.containerProductsShoppingCart{align-items:center;display:flex;flex-wrap:wrap;gap:18px;height:50%;justify-content:center;margin:2%;overflow-y:auto;padding-bottom:5%;padding-top:2%;width:100vw}.infoProduct{align-items:flex-start;display:flex;flex-direction:column;height:90%;justify-content:space-evenly;margin-left:-5%;text-align:left;width:48%}.productName{font-size:13.5px}.containerImageProduct{border-radius:50px;box-shadow:8px 0 12px rgba(0,0,0,.2);height:100%;width:21.5%}.containerSubAndAdd{align-items:center;border-radius:50px;display:flex;gap:8px;height:35%;justify-content:left;margin:0;width:50%}.btnAddQuantity,.btnSubQuantity{background-color:#ff5c00;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;height:95%;width:25%}.quantityProduct{font-size:12px}.containerButtonCart{align-items:center;border-radius:50px;display:flex;flex-direction:column;height:100%;justify-content:center;margin-right:7%;width:10%}.priceProduct{font-size:14px;margin-right:50%;width:100%}.deleteToCar{height:100%;margin-left:20%;width:100%}.cart-empty{width:50%}}@media only screen and (max-width:320px){.infoCart{background-color:#fff;border:1px solid #ff5c00;cursor:pointer;gap:25px;height:8%;justify-content:center;margin-top:5%;text-align:center;width:95%}.containerProductCart,.infoCart{align-items:center;border-radius:50px;display:flex}.containerProductCart{background-color:#f5f3f3;border:1px solid #ff6900;height:18%;justify-content:space-between;margin-left:3.5%;margin-right:3.5%;width:100vw}.containerIconToCart{background-color:#fff;border-radius:7px;cursor:pointer;height:3.2em;margin-right:1em;width:3.5em}.containerIconToCart,.tittleMenuUser{align-items:center;display:flex;justify-content:center;margin-left:auto}.tittleMenuUser{border-radius:30px;margin-right:-3em;padding:.2rem 2.2em}}@media only screen and (max-width:880px) and (min-width:600px){.mainProductsUser{background:#e1dac6;height:100vh;width:100vw}.containerCategories,.mainProductsUser{align-items:center;display:flex;justify-content:center}.containerCategories{box-sizing:border-box;height:10%;margin-left:0;margin-right:0;overflow-x:scroll;overflow-y:hidden;padding:.5rem;width:100%}.containerLinks{background-color:#fff;border:1px solid #ff5c00;border-radius:25px;display:flex;margin-left:0;margin-right:.5em;padding:.8rem 2.5rem}.containerLinks:last-child{margin-right:0}.active{background-color:#ff5c00;border:1px solid #ff5c00;border-radius:25px;margin-left:0;margin-right:.5em;padding:.8rem 2.5rem}.activeLink{align-items:center;color:#fff;display:flex;text-decoration:none}.activeLink,.categories{font-size:20px}.containerCardsMenu{align-items:flex-start;display:flex;flex-wrap:wrap;height:70%;justify-content:center;margin-top:2.5%;overflow-y:auto;padding-top:3.5em;width:100vw}.containerCardsMenu::-webkit-scrollbar{background-color:initial}.cardOrderUser{background-color:#fff;border-radius:25px;cursor:pointer;display:flex;flex-direction:column;height:17em;justify-content:center;margin:3.2em 1% 5em;position:relative;width:18em}.cardOrderUser:hover{border:1px solid #ff5c00;color:#000}.infoOrderUsers{margin-top:25%}.containerImgOrderUser{border-radius:100%;bottom:12.5rem;height:60%;left:3.5rem;position:absolute;width:60%}.categoryOrderUser,.nameOrderUser{font-size:1.3rem;margin-left:1.7rem;margin-top:-.4rem;overflow-wrap:anywhere;text-align:left}.nameOrderUserLabel{margin-right:9.2rem}.categoryOrderUserLabel,.nameOrderUserLabel{color:#ff5c00;font-size:1.3rem;font-weight:700;margin-top:-.4rem;overflow-wrap:anywhere;text-align:left}.categoryOrderUserLabel{margin-right:8rem}.containerButtons{font-size:1.3rem;height:35%;justify-content:space-between;margin-top:2%;padding-bottom:3%;width:100%}.btnAddToCar,.containerButtons{align-items:center;display:flex;text-align:center}.btnAddToCar{background-color:#ff5c00;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:15px;font-weight:100;height:1%;justify-content:center;margin-right:1.5rem;padding:1rem;width:1%}.containerTittle{align-items:center;display:flex;height:4.5em;justify-content:space-between;margin-top:0;width:100%}.containerIconToCart{align-items:center;background-color:#fff;border-radius:7px;cursor:pointer;display:flex;height:4em;justify-content:center;margin-left:auto;margin-right:1.5em;width:4.6em}.iconToCar{height:45%;width:40%}.tittleMenuUser{align-items:center;background-color:#ff5c00;border-radius:30px;display:flex;justify-content:center;margin-left:auto;margin-right:-5.5em;padding:.6rem 5em}.tittleUser{color:#fff;font-family:"Instrument Serif",serif;font-family:Roboto Slab,serif;font-size:32px;font-weight:200}.containerCategories::-webkit-scrollbar{background-color:initial}.mainShoppingCart{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100%}.closeModal{background:red;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.7em;height:2%;left:91%;padding:1.5rem;position:fixed;top:2.5%;transition:opacity .3s ease-in-out;width:2%}.closeModal,.contentShoppingCart{align-items:center;display:flex;justify-content:center}.contentShoppingCart{background:#e1dac6;border:none;border-radius:0;flex-direction:column;height:100vh;width:100vw}.titleShoppingCart{font-family:Roboto Slab,serif;font-size:45px;margin-bottom:2%}.infoCart{align-items:center;background-color:#fff;border:1px solid #ff5c00;border-radius:50px;cursor:pointer;display:flex;gap:25px;height:12%;justify-content:center;margin-top:5%;text-align:center;width:95%}.containerLine{height:2%;width:100vw}.line{border:1px solid #000;margin-top:1%;width:100vw}.containerTittleCart{flex-direction:column;height:10%;margin-bottom:3%;width:100vw}.confirmAndTotal,.containerTittleCart{align-items:center;display:flex;justify-content:center}.confirmAndTotal{border-radius:0;flex-direction:column-reverse;gap:12px;height:20%;margin-top:4%;width:100%}.btnOrder{background-color:#ff5c00;border:none;color:#fff;cursor:pointer;font-size:23px;font-weight:700}.btnOrder,.totalPriceCart{border-radius:50px;height:45%;width:100%}.totalPriceCart{align-items:center;background-color:#fff5ee;display:flex;justify-content:space-between;padding-right:3%}.totalPriceCart p{font-size:23px;font-weight:700;margin:2%}.containerImgPay{align-items:center;display:flex;height:90%;justify-content:center;width:18%}.customSelect{border:1px solid #00000000;border-radius:4px;color:#000;font-size:19px;height:45%;outline:none;text-align:center;width:90%}.cart-emptyCart{font-size:25px}.containerProductCart{align-items:center;background-color:#f5f3f3;border:1px solid #ff6900;border-radius:50px;display:flex;height:30%;justify-content:space-between;margin-left:3.5%;margin-right:3.5%;width:100vw}.containerProductsShoppingCart{align-items:center;display:flex;flex-wrap:wrap;gap:18px;height:50%;justify-content:center;margin:2%;overflow-y:auto;padding-bottom:5%;padding-top:1%;width:100vw}.infoProduct{align-items:flex-start;display:flex;flex-direction:column;height:90%;justify-content:space-evenly;margin-left:-12%;text-align:left;width:48%}.productName{font-size:1.2em}.containerImageProduct{border-radius:50px;box-shadow:8px 0 12px rgba(0,0,0,.2);height:100%;margin-left:-.5%;width:17.5%}.containerSubAndAdd{align-items:center;border-radius:50px;display:flex;gap:8px;height:32%;justify-content:left;margin:0;width:35%}.btnAddQuantity,.btnSubQuantity{background-color:#ff5c00;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:22px;font-weight:700;height:100%;width:25%}.quantityProduct{font-size:22px}.containerButtonCart{align-items:center;border-radius:50px;display:flex;flex-direction:column;height:100%;justify-content:center;margin-right:5%;width:10%}.priceProduct{font-size:20px;margin-right:5%;width:100%}.deleteToCar{height:100%;margin-left:50%;width:95%}.cart-empty{font-size:1.3rem;width:50%}}
/*# sourceMappingURL=main.a685df36.css.map*/