.finance_dash{width:100vw;justify-content:center;display:flex;align-items:center}.finance_dash .finance_dash_section{overflow:none;width:90%}.dashboard{overflow-y:auto}.dashboard *{box-sizing:border-box}.dashboard .dashboard-header{display:flex;flex-direction:column;align-items:center;margin-bottom:50px;color:#9d8b57}.dashboard .dashboard-logo{width:180px;height:auto;margin-right:15px;margin-bottom:40px}.dashboard h1{font-size:24px;margin:0;position:relative;top:-20px}.dashboard .dropbtn{background:#04aa6d;border:none;font-size:17px;padding:17px;color:#fff}.dashboard .drobdown{position:relative;display:inline-block}.dashboard .dropdown-content{display:none;background:#f1f1f1;min-width:160px;position:absolute;z-index:1;box-shadow:0 8px 16px #0003}.dashboard .dropdown-content a{display:block;color:#000;text-decoration:none;padding:17px;font-size:18px}.dashboard .dropdown-content a:hover{background:#ddd}.dashboard .dropdown:hover .dropdown-content{display:block}.dashboard .dropdown:hover .dropbtn{background:#3e8341}.dashboard .task-statuses{display:flex;justify-content:space-around;align-items:center;padding:10px;font-weight:700;font-size:30px}.dashboard .task-statuses span{padding:0 5px}.dashboard .task-statuses span:first-child{margin-left:35px}.dashboard .task-statuses span:nth-child(2){margin-right:12px}.dashboard .task-statuses span:nth-child(3){margin-right:px}.dashboard .task-statuses span:nth-child(4){margin-right:50px}.dashboard .bar{width:60%;margin-left:10%;align-items:center;padding:1%;display:flex;height:10rem;justify-content:space-evenly}.dashboard .bar .search-bar{width:50%;height:100%;margin-top:2%}.dashboard .bar .search-bar>input{border-bottom:1px solid rgba(0,0,0,.37);padding:0 1rem;border:none;background-color:inherit;width:100%;outline:none}.dashboard .bar .search-bar>input:focus{border-bottom:2px solid blue}.dashboard .bar .ticketCounters{--dark-grey: #353535;--middle-grey: #767676;--lightest-grey: linear-gradient(#fafafa, #ebebeb);--shadow: 0 5px 15px 0 #00000026;--shadow-active: 0 5px 5px 0 #00000026;--border-radius-main: 10px;--border-radius-icon: 50px;position:relative;display:flex;text-align:center;width:100%;justify-content:space-evenly;align-items:center;cursor:default;color:var(--dark-grey);opacity:.9;margin:auto;padding:1rem;font-weight:600;background:var(--lightest-grey);max-width:13rem;border-radius:var(--border-radius-main);box-shadow:var(--shadow);transition:.2s ease all}.dashboard .bar .ticketCounters:focus{box-shadow:var(--shadow-active)}.dashboard .bar .ticketCounters>.ticketCounters-para{margin-left:1%;width:100%;display:flex;justify-content:space-between}.dashboard .bar .ticketCounters>.ticketCounters-para .ticketCounters-para>span.done,.dashboard .bar .ticketCounters>.ticketCounters-para .ticketCounters-para>span.que{margin-left:1%}.dashboard .bar .ticketCounters>.ticketCounters-para>span.done{background-color:green;color:#ddd;border-radius:10px;padding:5px;align-items:center;justify-content:center;box-shadow:var(--shadow-active)}.dashboard .bar .ticketCounters>.ticketCounters-para>span.que{background-color:#f00c;color:#ddd;border-radius:10px;padding:5px;box-shadow:var(--shadow-active)}.dashboard .bar .profile{display:flex;align-items:center;justify-content:space-between;margin-right:4%;top:1%;right:0;position:absolute}.dashboard .bar .profile .dropdown{position:relative;cursor:pointer}.dashboard .bar .profile .dropdown img{height:2rem;width:2rem;border-radius:50%}.dashboard .bar .profile .dropdown .dropdown-content{display:none;background:#f1f1f1;min-width:160px;position:absolute;z-index:1;box-shadow:0 8px 16px #0003;border-radius:10px;transition:opacity .3s,transform .5s}.dashboard .bar .profile .dropdown .dropdown-content a{display:block;color:#000;text-decoration:none;padding:17px;font-size:18px}.dashboard .bar .profile .dropdown .dropdown-content a:hover{background:white}.dashboard .bar .profile .dropdown:hover .dropdown-content,.dashboard .bar .profile .dropdown.show .dropdown-content{display:block}.dashboard .bar .profile>p{margin-left:10px}.dashboard .bar>p{align-items:center;color:green}.dashboard .widget-container{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:10rem;padding:2rem 10rem 2rem 0;margin-left:65px}.dashboard .widget-container .widget{width:16rem;background-color:#fff;box-shadow:0 0 10px #0002;border-radius:10px;padding:2rem;display:flex;flex-direction:row;justify-content:stretch;align-items:0;gap:1rem;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.dashboard .widget-container .widget:hover{transform:scale(1.05);box-shadow:0 0 20px #0003}.dashboard .widget-container .widget .widget-info>p{opacity:.7;font-size:.9rem}.dashboard .widget-container .widget .widget-info>h4{font-size:3rem}.dashboard .widget-container .widget .widget-info>span{display:flex;flex-direction:row;justify-content:unset;align-items:center;gap:.2rem}.dashboard .widget-container .widget .widget-circle{position:relative;height:5rem;width:5rem;border-radius:50%;flex:none;display:grid;place-items:center;background-color:#7fffd4}.dashboard .widget-container .widget .widget-circle:before{content:"";position:absolute;height:4rem;width:4rem;background-color:#fff;border-radius:100%}.dashboard .widget-container .widget .widget-circle span{position:relative}.dashboard .graph-container{width:90%;justify-content:center;align-items:center;display:flex;flex-direction:column;justify-content:unset;align-items:unset;gap:2rem;padding:0 2rem 2rem 0}.dashboard .graph-container>div{background-color:#fff;border-radius:10px}.dashboard .graph-container .revenue-chart{width:100%;padding:1rem 3rem}.dashboard .graph-container .revenue-chart>h2{letter-spacing:3px;font-weight:300;text-transform:uppercase;margin:1rem 0 2rem .25rem;text-align:center}.dashboard .graph-container .dashboard-categories{width:100%;max-width:16rem;display:flex;flex-direction:column;justify-content:center;align-items:unset;gap:0;padding-bottom:2rem}.dashboard .graph-container .dashboard-categories>h2{letter-spacing:3px;font-weight:300;text-transform:uppercase;margin:1.5rem 0 2rem;text-align:center}.dashboard .graph-container .dashboard-categories>div{overflow-y:auto;padding-left:.5rem}.dashboard .graph-container .dashboard-categories .category-item{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;padding:1rem}.dashboard .graph-container .dashboard-categories .category-item>h5{letter-spacing:1px;font-weight:300}.dashboard .graph-container .dashboard-categories .category-item>div{margin-left:auto;width:6rem;background-color:#d9d9d9;border-radius:20px;height:.5rem;flex:none}.dashboard .graph-container .dashboard-categories .category-item>div>div{border-radius:20px;height:100%}.dashboard .graph-container .dashboard-categories .category-item>span{font-size:.8rem;font-weight:700}.dashboard .transaction-container{display:flex;gap:2rem;padding:0 2rem 2rem 0;height:30rem}.dashboard .transaction-container>div{background-color:#fff;box-shadow:0 10px 10px #0002;border-radius:10px}.dashboard .transaction-container .gender-chart{width:100%;max-width:20rem;padding:1rem;position:relative}.dashboard .transaction-container .gender-chart>h2{text-align:center;margin:1.5rem 0 2rem;letter-spacing:3px;font-weight:300;text-transform:uppercase}.dashboard .transaction-container .gender-chart>p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem;color:#000000a2}.dashboard .transaction-container .cancel-option{color:red}.dashboard .transaction-container .transaction-box{width:100%;padding:1rem;overflow-x:auto}.dashboard .transaction-container .transaction-box>h2{margin:1.5rem 0 0;letter-spacing:3px;font-weight:300;text-transform:uppercase}*{box-sizing:border-box;margin:0;top:0}.container-agent{width:99vdw;height:90dvh;display:flex;justify-content:space-between;top:0;margin-top:0}.container-agent{width:99vw;height:90vh;display:flex;justify-content:space-between;top:0;margin-top:0}.lane{width:90%;margin-bottom:15px;border:1px solid #ddd;padding:10px}.sign-out-container{text-align:right;padding:1rem;display:flex;justify-content:space-evenly;height:10vh;width:100vw;position:absolute}.sign-out-container{text-align:right;padding:1rem;display:flex;justify-content:space-evenly;height:10dvh;width:100dvw;position:absolute}.section{border:1px solid #ddd;background-color:#f9f9f9;padding:10px;margin:10px;border-radius:5px}.list-group{display:flex;height:50px;overflow-y:auto;z-index:20}.section.in-Queue{background-color:#e7f4e4}.section.Serving{background-color:#fef7e0}.section.Done{background-color:#e0f2fe}.section.Cancel{background-color:#fde0e0}.card:hover{background-color:#f5f5f5;cursor:pointer}.dashboard-product-box{padding:2rem;overflow:auto;height:100%;width:100%}.create-product-btn{position:fixed;right:2rem;top:2rem;height:2.5rem;width:2.5rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;border-radius:50%;background-color:#c90909;color:#fff}.create-product-btn:hover{opacity:.8}.product-button{padding:1rem;border:none;background-color:#056be0;color:#fff;width:100%;border-radius:5px;font-size:1.1rem;cursor:pointer}.product-management{display:flex;flex-direction:row;justify-content:center;align-items:unset;gap:1rem;padding:4rem}.product-management>section{overflow-y:auto;width:100%;height:85vh;max-width:500px;box-shadow:0 5px 5px #00000037;background-color:#fff;padding:5rem;display:flex;flex-direction:column;justify-content:unset;align-items:unset;gap:1rem;position:relative;border-radius:5px}.product-management>section>h2{letter-spacing:2px;font-weight:300;text-transform:uppercase;text-align:center}.product-management>section>img{height:100%;width:100%;object-fit:cover}.product-management>section>strong{font-weight:300}.product-management>section>span{position:absolute;right:2rem;top:2rem}.product-management>section>p{text-align:center;letter-spacing:2px;text-transform:uppercase}.product-management>section>h3{text-align:center;font-size:2rem}.product-management>article{height:100%;padding:2rem;width:100%;max-width:500px;background-color:#fff;border-radius:5px;display:flex;flex-direction:column;box-shadow:5px 5px 10px #00000037}.product-management>article>form{display:flex;flex-direction:column;justify-content:unset;align-items:center;gap:1rem;height:100%}.product-management>article>form .form_input{padding:5%}.product-management>article>form .service_option{display:flex;flex-direction:column}.product-management>article>form>h2{text-transform:uppercase;letter-spacing:2px}.product-management>article>form>img{height:5rem;width:5rem;object-fit:cover;border-radius:5px}.product-management>article>form>div{width:100%;position:relative}.product-management>article>form>div>label{position:absolute;left:0;top:-1.5rem}.product-management>article>form>div>input,.product-management>article>form>div select{padding:1rem;border:1px solid rgba(13,13,13,.196);background-color:unset;width:100%;outline:none;border-radius:5px}.product-management>article>form>button{padding:1rem;border:none;background-color:#056be0;color:#fff;width:100%;border-radius:5px;font-size:1.1rem;cursor:pointer}.product-management .shipping-info-card>h1{text-align:center;letter-spacing:2px;font-weight:300;text-transform:uppercase}.product-management .shipping-info-card>h5{margin:2rem 0 0 .5rem;font-size:1.1rem;font-weight:700}.product-management .shipping-info-card>p{margin:.5rem}.product-management .shipping-info-card>button{margin:2rem 0;padding:1rem;border:none;background-color:#056be0;color:#fff;width:100%;border-radius:5px;font-size:1.1rem;cursor:pointer}.product-management .shipping-info-card>button:hover{opacity:.8}.transaction-product-card{display:flex;flex-direction:row;justify-content:unset;align-items:center;gap:1rem}.transaction-product-card>img{height:4rem;width:4rem;object-fit:cover;border-radius:5px}.transaction-product-card>span{margin-left:auto}.checkBox{display:flex;flex-direction:column;justify-content:center}.chart-container{padding:4rem;overflow-y:auto}.chart-container>h1{margin:0 0 5rem 2rem}.chart-container>section{width:80%;margin:4rem auto}.chart-container>section>div{max-width:25rem;margin:auto;margin-top:6rem;margin-bottom:-1rem}.chart-container>section>h2{margin:2rem 0;text-align:center;letter-spacing:2px;font-weight:300;text-transform:uppercase}.dashboard-app-container{padding:4rem}.dashboard-app-container>section{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;height:100%}.dashboard-app-container>section .stopwatch>h2{font-size:2rem;font-weight:300;text-align:center}.dashboard-app-container>section .stopwatch>button{padding:1rem 2rem;border:none;cursor:pointer;color:#fff;margin:2rem;font-weight:700;border-radius:10px}.dashboard-app-container>section .stopwatch>button:first-of-type{background-color:#0062ff}.dashboard-app-container>section .stopwatch>button:last-of-type{background-color:red}.dashboard-app-container>section .tosscoin{margin:2rem;height:15rem;width:15rem;position:relative;cursor:pointer;transform-style:preserve-3d;transition:all .5s}.dashboard-app-container>section .tosscoin>div{border-radius:50%;height:100%;width:100%;position:absolute;display:grid;place-items:center;background-repeat:no-repeat;background-size:contain;backface-visibility:hidden;filter:drop-shadow(0px 10px 10px rgba(0,0,0,.521))}.dashboard-app-container>section .tosscoin>div:first-of-type{background-image:url(/assets/heads-33214751.png)}.dashboard-app-container>section .tosscoin>div:last-of-type{background-image:url(/assets/tails-91e4a6ee.png);transform:rotateY(-180deg)}.dashboard-app-container>section .coupon-form{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:unset;gap:2rem;max-width:30rem;width:100%}.dashboard-app-container>section .coupon-form>input{padding:1rem;border:1px solid rgba(0,0,0,.359);outline:none;border-radius:5px}.dashboard-app-container>section .coupon-form>fieldset{padding:1rem;border:1px solid rgba(0,0,0,.359);border-radius:5px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;flex-wrap:wrap;grid-column:1/3}.dashboard-app-container>section .coupon-form>fieldset span{font-size:.8rem;font-weight:300;margin-inline-start:.25rem;margin-inline-end:1rem}.dashboard-app-container>section .coupon-form>button{font-weight:700;font-size:1.1rem;width:100%;padding:1rem;border:none;color:#fff;cursor:pointer;margin:2rem 0;border-radius:10px;grid-column:1/3;background-color:#0062ff}.dashboard-app-container>section>code{position:relative;font-size:1.2rem;letter-spacing:2px;cursor:pointer}.dashboard-app-container>section>code:hover>span{opacity:1}.dashboard-app-container>section>code>span{opacity:0;height:100%;width:100%;top:0;left:0;position:absolute;border-radius:5px;background-color:#0f0f0f;color:#fff;font-size:.8rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}@media screen and (width <= 1200px){.admin-container{overflow:auto}.dashboard .widget-container,.dashboard .graph-container,.dashboard .transaction-container{justify-content:center;flex-wrap:wrap}.dashboard .graph-container{padding:2rem}.dashboard .transaction-container{padding:2rem;height:unset}.product-management{padding:2rem}}@media screen and (width <= 1100px){.admin-container{grid-template-columns:2fr!important}}@media screen and (width <= 600px){.product-management{flex-direction:column;align-items:center;padding:0}.product-management>section{max-width:400px}.chart-container{padding:0}.chart-container>h1{margin:0;text-align:center}.chart-container>section{margin:8rem auto}.dashboard-app-container>section .coupon-form,.dashboard-app-container>section .stopwatch{display:flex;flex-direction:column}.dashboard-app-container>section .stopwatch{align-items:center}}.faq-page{display:flex;flex-direction:column;justify-content:center;align-items:center}.faq-page .faq-container{display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;width:80%;max-width:700vw;font-family:Arial,sans-serif;color:#333}.faq-page .faq-container .faq-title{color:#004990;font-weight:700;margin-top:20px;margin-bottom:40px;width:100%}.faq-page .faq-container .faq-item{display:flex;justify-content:center;margin-bottom:10px;text-align:center;align-items:center;width:60vw;flex-direction:column}.faq-page .faq-container .faq-item.open .faq-answer{padding-top:10px;display:block}.faq-page .faq-container .faq-item .faq-question{cursor:pointer;display:inline-block;text-align:center;border:2px solid #0057b7;margin:8px 0;width:100%;border-radius:10px;padding:15px;background-color:#f9f9f9;transition:background-color 1s ease-in-out,border-color 1s ease-in-out}.faq-page .faq-container .faq-item .faq-question:hover{background-color:#e8f0fe;border-color:#0057b7}.faq-page .faq-container .faq-item .faq-answer{display:none;padding:15px;border-left:4px solid #0057b7;border-right:4px solid #0057b7;border-bottom:2px solid #0057b7;background-color:#fff;transition:all 1s ease-in-out}.faq-page .faq-container .faq-icon{display:inline-block;color:#9d8b57;font-weight:700;margin-right:8px}.faq-page .faq-container .faq-text{display:inline;font-size:16px;vertical-align:top}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:#000}.red{color:red}.purple{color:#2f00ff}.green{color:#00c300}.admin-container{height:100vh;width:100vw;background-color:#f7f7f7}.admin-container>aside{width:100%;background-color:#fff;padding:1rem;z-index:10;overflow-y:auto}.admin-container>aside::-webkit-scrollbar{display:none}.admin-container>aside>div{margin:2rem 1rem}.admin-container>aside>div>h5{letter-spacing:2px;font-weight:300;text-transform:uppercase;opacity:.8;margin:1rem 0}.admin-container>aside>div>ul{display:flex;flex-direction:column;justify-content:unset;align-items:unset;gap:.5rem;list-style:none}.admin-container>aside>div>ul>li{padding:.5rem 1rem;border-radius:10px}.admin-container>aside>div>ul>li a{color:#000000d2;display:flex;flex-direction:row;justify-content:unset;align-items:center;gap:1rem}.table{border-collapse:collapse;width:100%}.table th,.table td{padding:8px;text-align:left;vertical-align:middle}.table th{font-weight:700;color:#0000009e;font-size:1.1rem;font-weight:400;padding:2rem 1rem}.table tbody tr{box-shadow:0 1px 1px #00000018}.table tbody td{padding:1rem}.table tbody td img{width:4rem;height:4rem;object-fit:contain;border-radius:10px}.table tbody td button{width:2rem;height:2rem;font-size:1.1rem;border:none;outline:none;background-color:transparent;cursor:pointer;color:#ff2c2c}.table tbody td button:hover{opacity:.6}.table tbody td:first-child{border-left:none}.table tbody td:last-child{border-right:none}.table-pagination{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;padding:2rem}.table-pagination>button{padding:.5rem 1rem;border:none;outline:none;border-radius:10px;cursor:pointer;background-color:#0073ff;color:#fff}.table-pagination>button:disabled{background-color:#0073ff1a;cursor:not-allowed}#hamburger{display:grid;place-items:center;height:3rem;width:3rem;border:none;outline:none;cursor:pointer;color:#2c68ff;position:fixed;top:1rem;left:1rem;font-size:2rem;background-color:#fff;border-radius:50%;z-index:9}#close-sidebar{width:80%;margin:1rem auto;display:block;padding:.75rem;border:none;outline:none;cursor:pointer;background-color:#a80202;color:#fff;border-radius:10px}.loader{width:100%;height:100vh;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.loader>div{height:10rem;width:10rem;border-radius:50%;border-top:1rem solid rgb(43,43,43);border-left:1rem solid rgb(43,43,43);border-right:1rem solid #fff;border-bottom:1rem solid #fff;animation:loading-animation .5s linear infinite}@keyframes loading-animation{to{transform:rotate(360deg)}}
