.orders{height:100%;width:100%;background:rgba(76,119,84,.025);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:1rem}.orders .grid-table .row{padding:0;height:60px;grid-template-columns:auto 1fr 1fr auto auto auto!important}.orders .grid-table .row .cell{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%}.orders .grid-table .row .cell.pending{background:#5a5a5a}.orders .grid-table .row .cell.paid{background:#005f3e}.orders .grid-table .row .cell.shipped{background:#004e73}.orders .grid-table .row .cell.delivered{background:#036b40}.orders .grid-table .row .cell.completed{background:#250}.orders .grid-table .row .cell.cancelled{background:#5a0a0a}.orders .grid-table .row .cell:first-child{color:#fff;padding:0}.orders .grid-table .row:last-child .cell:first-child{border-radius:0 0 0 8px}.orders .modal{overflow:unset;width:70%}.orders .modal .modal-body{display:grid;width:100%;height:100%;grid-template-columns:auto 1fr;gap:1.5rem;overflow:hidden}.orders .modal .modal-body p{margin:0}.orders .modal .modal-body .order-info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%}.orders .modal .modal-body .order-info>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;width:100%;min-height:50px}.orders .modal .modal-body .order-info>div label{font-weight:700;color:gray;width:150px}.orders .modal .modal-body .order-info>div .status{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5rem 1rem;color:#fff;border-radius:8px}.orders .modal .modal-body .order-info>div .status.pending{background:#5a5a5a}.orders .modal .modal-body .order-info>div .status.paid{background:#005f3e}.orders .modal .modal-body .order-info>div .status.shipped{background:#004e73}.orders .modal .modal-body .order-info>div .status.delivered{background:#036b40}.orders .modal .modal-body .order-info>div .status.completed{background:#250}.orders .modal .modal-body .order-info>div .status.cancelled{background:#5a0a0a}.orders .modal .modal-body .products{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;height:100%;overflow-y:scroll}.orders .modal .modal-body .products .product{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:250px;gap:1rem;background-color:rgba(47,79,79,.2);border-radius:8px;padding:.5rem}.orders .modal .modal-body .products .product label{font-weight:700;color:gray;width:100px}.orders .modal .modal-body .products .product img{height:100px;width:100px;-o-object-fit:cover;object-fit:cover}.orders .modal .modal-body .products .product .info{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%}
/*# sourceMappingURL=orders.css.map */
