@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";#products-page-container{width:100%;max-width:var(--page-max-width);padding:40px 60px}.products-search-row{justify-content:space-between;margin-bottom:20px;display:flex}.product-cards{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:20px;display:grid}.search-container input{background-image:url("data:image/svg+xml,%3csvg%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0635%2010.0745L13.75%2013.75M11.625%206.3125C11.625%209.24649%209.24649%2011.625%206.3125%2011.625C3.37848%2011.625%201%209.24649%201%206.3125C1%203.37848%203.37848%201%206.3125%201C9.24649%201%2011.625%203.37848%2011.625%206.3125Z'%20stroke='%23082109'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:10px;background-repeat:no-repeat;background-size:16px 16px;border:1px solid gray;width:280px;padding:10px 25px 10px 35px}.search-container input:focus{outline:1px solid var(--color-green-bright);border:1px solid var(--color-green-bright)}#square-button-container{position:relative}#square-button-container button{background-color:var(--color-green);cursor:pointer;border:none;justify-content:center;align-items:center;width:40px;height:40px;margin:0 6px 6px 0;display:flex;position:relative;top:0;left:0;box-shadow:6px 6px #8faa90}#square-button-container button:hover{top:3px;left:3px;box-shadow:3px 3px #8faa90}#square-button-container button:hover:after{width:4px;height:4px;top:1px;right:-2px}#square-button-container button:hover:before{width:4px;height:4px;bottom:-2px;left:1px}#square-button-container button:after{content:"";z-index:-1;background-color:#8faa90;width:8px;height:8px;position:absolute;top:2px;right:-4px;transform:rotate(45deg)}#square-button-container button:before{content:"";z-index:-1;background-color:#8faa90;width:8px;height:8px;position:absolute;bottom:-4px;left:2px;transform:rotate(45deg)}#square-button-container button:active{box-shadow:none;top:6px;left:6px}#admin-product-card-container{border:1px solid #ccc;padding:20px}.admin-product-card-id-row{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}#admin-product-card-container button{width:32px;height:32px;box-shadow:3px 3px #8faa90}#admin-product-card-container button:before{width:4px;height:4px;bottom:-2px;left:1px}#admin-product-card-container button:after{width:4px;height:4px;top:1px;right:-2px}#admin-product-card-container button:hover{top:1px;left:1px;box-shadow:2px 2px #8faa90}#admin-product-card-container button:hover:after{width:3px;height:2px;top:1px;right:-2px}#admin-product-card-container button:hover:before{width:3px;height:5.5px;bottom:-1.8px;left:1.5px}#admin-product-card-container button:active{box-shadow:none;top:3px;left:3px}#square-button-container button:active:before{bottom:1px;left:1px}#square-button-container button:active:after{top:1px;right:1px}.product-id{font-size:1.5rem;font-weight:300}.admin-product-card-img-row{justify-content:space-around;align-items:center;gap:10%;display:flex}.admin-product-card-img-container{width:40%}.admin-product-card-img-container img{width:100%}.admin-product-card-text-container{flex-direction:column;gap:8px;width:60%;display:flex}.admin-product-card-tag-container{align-items:center;gap:4px;margin-bottom:5px;font-size:1rem;display:flex}.admin-product-card-tag-container img{margin-top:3px}.admin-product-card-tag-container p{color:var(--color-green-bright);font-weight:600}.admin-product-card-title{font-size:2rem;font-weight:500}.admin-product-card-price{font-weight:600}.admin-product-card-description{color:gray}.product-modal-wrapper{justify-content:center;gap:20px;width:800px;display:flex}.product-modal-img-input-col{width:50%}.product-modal-preview-wrapper{flex-direction:column;height:100%;display:flex}.product-modal-image-preview-container{border:1px solid #ccc;border-bottom:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-modal-image-preview-container img{object-fit:contain;max-width:100%;max-height:210px}.product-modal-text-inputs-col{flex-direction:column;gap:10px;width:50%;display:flex}.form-field{flex-direction:column;gap:5px;display:flex}.form-field-textarea{height:100%}.form-field-textarea textarea{resize:vertical;width:100%;height:100%}.form-field label{color:gray;margin-left:5px}.form-field input,.form-field textarea,.form-field select{border:1px solid #ccc;padding:10px;font-size:1rem}.product-modal-button{justify-content:end;margin-top:40px;display:flex}.modal-background-overlay{z-index:10000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}#dialog-container{background-color:#fff;border:none;padding:40px;left:auto;right:auto}.dialog-title-container h2{color:var(--color-green);text-align:center;margin-bottom:30px;font-size:2.8rem;font-weight:400}.modal-close-button{cursor:pointer;background:0 0;border:none;margin-top:15px;margin-right:15px;position:absolute;top:0;right:0}.modal-close-button:hover{opacity:.5}.button{background-color:var(--color-green);color:#fff;white-space:nowrap;text-align:center;cursor:pointer;border:none;justify-content:center;gap:10px;padding:13px 22px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.button img{width:17px}.button:hover{opacity:.8}.button-delete{background-color:var(--color-red)}.button-delete:hover{opacity:.6}.product-modal-buttons{justify-content:space-between;margin-top:40px;display:flex}.status-badge{font-weight:500}.status-badge-select-wrapper{display:inline-block;position:relative}.status-badge-icon{z-index:2;pointer-events:none;width:16px;height:16px;position:absolute;top:50%;left:7px;transform:translateY(-50%)}.status-badge-select{cursor:pointer;color:#fff;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:18px;border:none;padding:8px 28px;font-size:12px;font-weight:500}.status-badge-select.pending{background-color:#5c3a10}.status-badge-select.confirmed{background-color:#0d3940}.status-badge-select.preparing{background-color:#172769}.status-badge-select.ready{background-color:#854714}.status-badge-select.delivered{background-color:#21451e}.status-badge-select.cancelled{background-color:#681414}.status-badge-select.new{background-color:#6c757d}.status-badge.administrator{color:#dc3545}.status-badge.user{color:#6c757d}.status-badge.active{color:#28a745}.status-badge.inactive,.status-badge.default{color:#6c757d}.user-context-menu-container{z-index:999;position:fixed;inset:0}.user-context-menu{z-index:1000;background-color:#fff;border:2px solid #000;min-width:180px;padding:4px;position:fixed;box-shadow:0 4px 20px #00000026}.user-context-menu-item{cursor:pointer;color:#333;background:0 0;border:none;align-items:center;width:100%;height:45px;padding:0 12px;font-size:14px;transition:all .15s;display:flex}.user-context-menu-item-wrapper--spaced{border-bottom:1px solid #9e9e9e}.user-context-menu-item-wrapper{position:relative}.user-context-menu-item-wrapper:not(:last-child){border-bottom:1px solid #e5e7eb;margin-bottom:5px;padding-bottom:5px}.user-context-menu-item--spaced:last-child{border-bottom:none}.user-context-menu-item:hover{opacity:.5}.user-context-menu-item-icon{align-items:center;margin-right:8px;font-size:16px;display:flex}.view-user-details-header-user-id{color:#6c757d;align-items:center;gap:8px;margin-bottom:4px;font-size:1rem;display:flex}.view-user-details-header-user-id p{margin:0}.copy-userid-button{cursor:pointer;background:0 0;border:none;width:13px;transition:all .3s;display:flex}.copy-userid-button:hover{opacity:.6}.copy-userid-button:active{opacity:.2}.copy-userid-button img{width:100%;height:auto}.view-user-details-header-user-id .userid-copied{animation:.4s ease-in-out userid-flash}@keyframes userid-flash{0%{background-color:#0000}10%{background-color:#4cb167b8}50%{background-color:#34864a99}to{background-color:#0000}}.view-user-details-modal{display:block;width:1200px!important}.view-user-details-header{margin-bottom:24px}.view-user-details-header-user-id{color:#6c757d;margin-bottom:4px;font-size:1rem}.view-user-details-header-user-name h3{color:var(--color-green);margin-bottom:8px;font-size:2rem;font-weight:500}.view-user-details-header-last-login{color:#6c757d;margin-bottom:24px;font-size:1rem}.view-user-details-section{margin-bottom:24px}.view-user-details-section--final{margin-bottom:32px}.view-user-details-section-title{color:var(--color-green);margin-bottom:16px;font-size:1.2rem;font-weight:400}.view-user-details-section-divider{background-color:#e9ecef;border:none;height:1px;margin:20px 0}.view-user-details-grid{gap:15px;display:grid}.view-user-details-grid--two-columns,.view-user-details-grid--three-columns,.view-user-details-grid--five-columns,.view-user-details-grid--six-columns{grid-template-columns:repeat(var(--user-details-columns,auto-fill),minmax(50px,158px));width:850px}.view-user-details-field{display:block}.view-user-details-field label{color:#6c757d;margin-bottom:10px;font-size:.8rem;font-weight:500;display:block}.view-user-details-field p{white-space:normal;overflow-wrap:anywhere;word-break:break-word;font-size:1rem}.view-user-details-field input,.view-user-details-field select{border:1px solid #b0b0b0;width:100%;padding:8px;font-size:1rem}.view-user-details-field select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:18px;padding-right:28px}.view-user-details-actions{justify-content:flex-end;margin-top:-20px;display:flex}#navigation-sidebar{background-color:var(--background-dark);height:100vh;color:var(--background-light);flex-direction:column;justify-content:space-between;min-width:320px;padding:35px;display:flex;position:sticky;top:0}.logo-wrapper{border-bottom:1px solid var(--background-light);width:100%;margin-bottom:30px;padding-bottom:35px}#navigation-sidebar ul{flex-direction:column;gap:15px;list-style-type:none;display:flex}#navigation-sidebar ul li a{color:inherit;white-space:nowrap;border-radius:8px;align-items:center;gap:17px;width:100%;padding:10px;text-decoration:none;transition:opacity .3s;display:flex}.navbar-links ul li a{opacity:.5}#navigation-sidebar ul li a:hover{opacity:.8}#navigation-sidebar ul li a.active{opacity:1}.arrow-symbol{margin-left:auto;font-size:18px;font-weight:700}.arrow-icon{width:16px;height:16px;margin-left:auto}.navbar-links ul{padding:0}#users-page-container{width:100%;max-width:var(--page-max-width);padding:40px 60px}.users-page-search-container{margin-bottom:30px}.users-page-table-container th,.users-page-table-container td{text-align:left;white-space:nowrap;padding:20px 15px}.users-page-table-container th{white-space:nowrap;padding-bottom:10px}.users-table-username{color:#737373}.users-page-table-button button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:10px 20px;display:flex}.users-page-table-button button:hover{opacity:.5}.users-page-table-container{width:100%}.users-page-table-container table{border-collapse:collapse;width:100%;margin-bottom:50px}.users-page-table-container th,.users-page-table-container td{text-align:left;padding:20px 15px}.users-page-table-container tr{border-bottom:1px solid #ddd}.users-table-edit-address{margin-top:5px}.users-table-edit-address button{cursor:pointer;background:0 0;border:2px solid #000;padding:3px 12px}.users-table-edit-address button:hover{opacity:.6}.coupon-modal-wrapper{flex-direction:column;gap:15px;width:400px;padding:20px;display:flex}.coupon-form-group{flex-direction:column;gap:5px;display:flex}.coupon-form-group label{color:gray;margin-left:5px;font-weight:500}.required-indicator{color:#dc3545;font-weight:700}.coupon-form-group input{border:1px solid #ccc;padding:10px;font-size:1rem}.coupon-form-group input:focus{border-color:#228b22;outline:none;box-shadow:0 0 0 3px #228b221a}.coupon-modal-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}#coupons-page-container{width:100%;max-width:var(--page-max-width);padding:40px 60px}.title{color:var(--color-green);margin-bottom:2rem;font-size:3rem;font-weight:500}.coupons-search-row{justify-content:space-between;display:flex}.coupons-page-table-container{width:100%}.coupons-page-table-container table{border-collapse:collapse;width:100%;margin-bottom:50px}.coupons-page-table-container th,.coupons-page-table-container td{text-align:left;padding:20px 15px}.coupons-page-table-container tr{border-bottom:1px solid #ddd}.coupons-page-table-button{flex-direction:column;gap:10px;display:flex}.coupons-page-table-button button{cursor:pointer;background:0 0;border:2px solid #000;justify-content:center;align-items:center;padding:3px 12px;display:flex}.coupons-page-table-button button:hover{opacity:.5}:root{--color-green:#1c3d19;--font-base:"Inter",sans-serif;--page-max-width:1200px;--background-dark:#082109;--color-green-bright:#009c22;--background-light:#fdf8e2;--color-red:#e10000}#root{font-family:var(--font-base);display:flex}*{box-sizing:border-box;margin:0;padding:0}
