@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;600&display=swap";.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f6f7ff,#e9eeff);padding:1rem}.login-card{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 25px #6366f11a;width:100%;max-width:420px;animation:fadeIn .5s ease-out}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{color:#1f2937;font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.login-header p{color:#6b7280;font-size:.975rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#374151;font-size:.875rem;font-weight:500}.input-group{position:relative;display:flex;align-items:center}.input-group i{position:absolute;left:1rem;color:#6b7280;font-size:1rem}.input-group input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.975rem;color:#1f2937;background:#f9fafb;transition:all .2s ease}.input-group input:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 4px #6366f11a}.input-group input::placeholder{color:#9ca3af}.login-button{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#6366f1;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.login-button:hover{background:#4f46e5;transform:translateY(-1px)}.login-button:active{transform:translateY(0)}.login-button i{font-size:.875rem;transition:transform .2s ease}.login-button:hover i{transform:translate(4px)}.spinner-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.spinner-wrapper{display:flex;align-items:center;justify-content:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.login-card{padding:1.5rem}.login-header h1{font-size:1.5rem}.login-header p{font-size:.875rem}}.home-container{min-height:100vh;background:#f8fafc;position:relative;overflow-y:auto}.header{background:#fff;box-shadow:0 1px 3px #0000001a;padding:1rem;position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header h1{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0;background:linear-gradient(135deg,#6366f1,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.user-info{display:flex;align-items:center;gap:2rem}.header-actions{display:flex;gap:.5rem}.main-content{max-width:1400px;margin:2rem auto;padding:0 1rem;display:grid;grid-template-columns:1fr 350px;gap:2rem;min-height:calc(100vh - 80px)}.items-section{height:calc(100vh - 7rem);overflow-y:auto;padding-right:1rem;scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.items-section::-webkit-scrollbar{width:8px}.items-section::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.items-section::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.items-section::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.search-bar{background:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem;position:sticky;top:0;z-index:1}.search-input{position:relative}.search-input i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280}.search-input input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;transition:all .2s}.search-input input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.filter-group{display:flex;gap:1rem}.category-select{flex:1;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;background:#fff;cursor:pointer;transition:all .2s}.category-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.items-count{color:#6b7280;font-size:.875rem;margin-bottom:1rem;padding:.5rem;background:#f3f4f6;border-radius:.375rem;display:inline-block}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;overflow:visible}.item-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.item-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.item-header{padding:.75rem;color:#fff;text-align:center;font-weight:500}.item-body{padding:1rem;flex:1;display:flex;flex-direction:column}.item-name{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;text-align:center}.item-details{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.item-stock{display:flex;justify-content:space-between;align-items:center;color:#6b7280;font-size:.875rem;padding:.5rem;background:#f9fafb;border-radius:.375rem}.out-of-stock{color:#ef4444;font-weight:500}.item-prices{display:flex;flex-direction:column;gap:.5rem}.cart-section{position:sticky;top:5rem;height:calc(100vh - 7rem);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.cart-section::-webkit-scrollbar{width:8px}.cart-section::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.cart-section::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.cart-section::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.cart-container{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;height:100%;overflow-y:auto}.cart-container h2{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.cart-items-list{display:flex;flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:.375rem;transition:transform .2s}.cart-item:hover{transform:translate(2px)}.cart-item-info{display:flex;flex-direction:column;gap:.25rem}.cart-item-name{font-weight:500;color:#1f2937}.cart-item-type{font-size:.75rem;color:#6b7280;padding:.25rem .5rem;background:#f3f4f6;border-radius:1rem;display:inline-block}.cart-item-actions{display:flex;align-items:center;gap:.5rem}.quantity-input{width:60px;padding:.25rem;border:1px solid #e5e7eb;border-radius:.25rem;text-align:center;font-size:.875rem}.quantity-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.cart-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.payment-method{margin-bottom:1rem}.payment-select{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;font-size:.875rem;transition:all .2s}.payment-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.cart-actions{display:flex;gap:.5rem}.empty-cart{text-align:center;padding:2rem;color:#6b7280}.empty-cart i{font-size:2rem;margin-bottom:.5rem;color:#e5e7eb}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn i{font-size:.875rem}.btn-secondary{background:#f3f4f6;color:#1f2937}.btn-secondary:hover{background:#e5e7eb;transform:translateY(-1px)}.btn-price{width:100%;justify-content:center;background:#f3f4f6;color:#1f2937;padding:.75rem}.btn-price:hover:not(:disabled){background:#6366f1;color:#fff}.btn-price:disabled{opacity:.5;cursor:not-allowed}.btn-remove{padding:.25rem;color:#ef4444;background:none;border:none;cursor:pointer;transition:all .2s}.btn-remove:hover{color:#dc2626;transform:scale(1.1)}.btn-refresh{background:none;color:#6366f1;padding:.5rem}.btn-refresh:hover{background:#f3f4f6;transform:scale(1.05)}.spinner-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (max-width: 1024px){.main-content{grid-template-columns:1fr 300px;gap:1rem}.items-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.user-info{flex-direction:column;gap:1rem}.header-actions{flex-wrap:wrap;justify-content:center}.main-content{grid-template-columns:1fr;margin-top:1rem;min-height:auto}.items-section{height:auto;overflow:visible;padding-right:0}.cart-section{position:static;height:auto;margin-top:2rem}.cart-container{height:auto}.search-bar{position:static;margin-top:1rem}}@media (max-width: 640px){.header{padding:.75rem}.filter-group{flex-direction:column}.items-grid{grid-template-columns:1fr}.cart-item{flex-direction:column;gap:.75rem;text-align:center}.cart-item-actions{width:100%;justify-content:center}.btn{width:100%}.header-actions{flex-direction:column;width:100%}.header-actions .btn{width:100%}}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:.5rem;box-shadow:0 10px 25px #0000001a;width:90%;max-width:1200px;max-height:90vh;overflow-y:auto;z-index:1000}.cover{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999}.modal-top{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.modal-title{font-size:1.25rem;font-weight:600;color:#1f2937}.modal-close{font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.5rem;margin:-.5rem;transition:color .2s}.modal-close:hover{color:#ef4444}.flexer{display:flex;gap:2rem;padding:1.5rem}@media (max-width: 768px){.flexer{flex-direction:column}}.modal-input{flex:1;min-width:300px}.modal-table{flex:2}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-control{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;transition:all .2s}.form-control:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}input[type=color].form-control{height:42px;padding:.375rem}.table-responsive{margin-top:1rem;overflow-x:auto}.search{margin-bottom:1rem}.search input{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem}.search input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.table{width:100%;border-collapse:collapse}.table th{background:#f9fafb;padding:.75rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}.table td{padding:.75rem;border-bottom:1px solid #e5e7eb;color:#4b5563}.table tr:hover{background:#f9fafb}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;border-radius:.375rem;transition:all .2s;cursor:pointer;border:none}.btn-primary{background:#6366f1;color:#fff;min-width:100px}.btn-primary:hover{background:#4f46e5;transform:translateY(-1px)}.btn-danger{background:#fee2e2;color:#ef4444}.btn-danger:hover{background:#fecaca;transform:translateY(-1px)}.spinner{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.waiting{display:flex;justify-content:center;padding:2rem}.link-button{background:none;border:none;color:#6366f1;text-decoration:underline;cursor:pointer;padding:0;font:inherit;margin-top:1rem}.link-button:hover{color:#4f46e5}.link-button.warning{color:#f59e0b}.link-button.warning:hover{color:#d97706}.dropdown{position:relative;display:inline-block}.dropdown button{padding:.5rem 1rem;font-size:.875rem;border-radius:.375rem}@media (max-width: 640px){.modal{width:95%;margin:1rem}.modal-top,.flexer{padding:1rem}.form-control{font-size:16px}.table th,.table td{padding:.5rem;font-size:.875rem}}.box-shadow{box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px;padding:10px}.pointer{cursor:pointer}.init{color:#0062cc;text-decoration:underline;cursor:pointer}.init:hover{color:#007bff}.record{color:coral;font-size:14px}.summary{padding:1rem;line-height:3rem;height:100vh}.center{text-align:center;color:coral}.btn-print{background-color:#20b2aa!important}.bold{font-weight:700;font-size:18px!important}.revert{color:#0062cc;text-decoration:underline;cursor:pointer}.revert:hover{color:coral}.dropdown-menu{min-width:0;display:none}.dropdown-menu .dropdown-item{display:block;width:100%;padding:.5rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item:focus{color:#fff;background-color:#007bff}.dropdown-menu .dropdown-item:focus{outline:0}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--dark: hsl(252, 30%, 17%);--light: hsl(252, 30%, 95%);--white: hsl(0, 0%, 100%);--gray: hsl(252, 15%, 65%);--primary: hsl(243, 93%, 62%);--secondary: hsl(252, 100%, 90%);--success: hsl(120, 95%, 65%);--danger: hsl(0, 95%, 65%);--black: hsl(252, 30%, 10%);--border_radius: 1.5rem;--card_border_radius: 1rem;--btn_padding: .6rem 1.5rem;--search_padding: .6rem 1rem;--card_padding: 1rem;--sticky_top_left: 5.4rem;--sticky_top_right: -18rem}*,*:before,*:after{padding:0;margin:0;outline:0;text-decoration:none;box-sizing:border-box;border:none;list-style:none}body{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;height:100%;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--dark);background:var(--light);overflow:hidden}.spinner{position:fixed;top:0;left:0;background-color:#000;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;opacity:.8;z-index:100}
