@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}
/* Disable mouse pointer for all elements */
/** {*/
/*    cursor: none !important;*/
/*}*/
body {
    height: 100vh;
   margin: 0;
   padding: 0;
    position: relative;
    /*background-color: #c9ced3;*/
    background-color: rgb(223 223 223);
    /*background-color: white;*/
    display:flex;
    flex-direction:column;
}
.container {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
  
    /* Additional styles for the container */
  }
ol {
   margin-left: 1.25em;
    margin-top: 0.625em;
    font-size: 0.9375em; /* 15px */
}

ol>li {
    padding: 0;
    display: list-item;
    list-style-type: upper-alpha;
     line-height: 1.875em; /* 30px */
}

ul {
    margin-top: 0.625em;
    font-size: 0.9375em; /* 15px */
}

.total-amount {
 margin-top: 1.25em; /* 20px */
}

ul li {
   line-height: 1.875em; /* 30px */
}



h1 {
    text-align: center;
    font-weight: 500;
    font-size: 1.5625em; /* 25px */
    font-family: sans-serif;
    letter-spacing: 2px;
}

a{
    text-decoration: none;
}
.rotate {
    transform: rotate(90deg);
}

.close-btn {
    position: absolute;
    color: #fff;
      font-size: 1.4375em; /* 23px */
    right: 0;
    margin: 1.25em; /* 20px */
    cursor: pointer;
}

.menu-height {
    width: 6%;
    height: 100%;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background-color: #12adcb;
    justify-items: center;
}

.menu-btn {
    font-size: 1.4375em; /* 23px */
    margin: 0.9375em; /* 15px */
    background-color: white;
    border-radius: 50%;
    height: 2.8125em; /* 45px */
    width: 2.8125em; /* 45px */
    text-align: center;
    padding-top: 0.5em; /* 8px */
}

.main {
    flex: 1;
}

.main h1 {
    font-size: 1.89em;
    text-align: left;
    color:black;
}


@media (max-width: 900px) {
    .main h1 {
        font-size: 40px;
        line-height: 60px;
    }
}

img {
    height: 85%;
    width: 90%;
}

.logo-images {
    width: 80%;
    height: 5em; /* 80px */
    background-color: white;
}

header {
    background: #12adcb;
    position: relative;
}
/*contents starts here*/

.topic-icons {
    background-color: #037085;
    font-size: 1.185em; /* 50px */
    padding: 0.625em; /* 10px */
    color: white;
    margin-right: 0.625em; /* 10px */
    border-radius: 0.3125em; /* 5px */
    text-align: center;
}
.topic-icons a {
    text-decoration: none;
}
.top-row {
    display: flex;
   flex-direction:column;
    padding: 0.325em; /* 10px */
    /*background: #2a3f3d;*/
}
.top-heading .users-option{
   
        
    margin-right: 20px;
    display:flex;
    justify-content:end;
    gap:30px;
}
.top-nav-heading {
    display: flex;
    align-items: center;
    
    gap: 1.25em; /* 20px */
    /*background: #a3c7cb;*/
    padding: 0.9375em; /* 15px */
}

.home-icon {
    width: 9.375em;
    display: flex;
    justify-content: center;
    align-items: center;
}


.top-nav-heading .home-icon i {
    font-size: 2.8125em; /* 45px */
    color: #04121a;
}

.top-nav-heading button {
    padding: 1.25em; /* 20px */
}
.top-nav-heading .title-page {
    width:70%;
}
.top-nav-heading .top-icon {

}
.topic-heading{
    display:flex;
    justify-content:space-between;
}
.top-nav-heading .topic-heading h1 {
    color: #01235d;
    text-align: center;
    align-items: center;
}

.topic-heading h2 {
    color: #1262cb;
    padding-left: 3.125em; /* 50px */
}

.top-icon {
   display:flex;
}

.headings {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.25em; /* 20px */
  
}
.headings-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.25em; /* 20px */
    /*margin: 0.625em 0;*/
    color:white;
    padding: 1.5625em 3.125em; /* 25px 50px */
}
.user-heading {

}
.dash-board-container-2 {
    background-color: #55a55e;
    /*background-color: ##AA4F4F;*/
    padding: 0.625em 1.25em; /* 10px 20px */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 0.625em 0.3125em; /* 10px 5px */
    border-radius: 0.3125em; /* 5px */
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0.0625em solid lightgray; /* 1px */
}
.dash-board-container-2.clicked {
    background-color: green;
}
.dash-board-container-2 h3 {
    font-weight: 200;
    font-size: 1.275em; /* 22px */
    margin: 0.625em 0; /* 10px */
}
/* Section POS options */

.pos-options {
    /*background-color: #5a6f8f;*/
    /*background-color:#083526;*/
    padding: 2.125em 2.125em; /* 50px */
    width: 100%;
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}

.dash-board-container {
    padding: 0.9375em 1.875em; /* 15px 30px */
    /*background-color: rgb(34 96 105);*/
background: radial-gradient(circle, #729ab9, #254683);
   
    height: 10em; /* 120px */
    width:10em;
    border-radius: 0.625em; /* 10px */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(188 188 215 / 20%) 0px 0px 0.3125em 0.125em; /* 5px 2px */
    border: 0.0625em solid grey; /* 1px */
}

.dash-board-container h3 {
    font-weight: 200;
    /*color: #ffffff;*/
    color: black;
    margin-bottom: 0.625em; /* 10px */
    font-size: 1.062em; /* 25px */
    text-align: center;
}

.dashboard-value {
    display: inline-flex;
}

.dashboard-value p {
    width: 70%;
    font-size: 1.875em; /* 30px */
    margin-top: 1.25em; /* 20px */
}

.icon-dash {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #097e95;
    border-radius: 50%;
    padding-top: 0.4375em; /* 7px */
   
}

.icon-dash i {
    color: white;
    font-size: 2.75em; /* 60px */
}

.dash-info {
    margin-top: 1.25em; /* 20px */
}

.dash-info p {
    color: #87888a;
}

.dash-info p i {
    color: rgb(30, 212, 30);
    font-size: 1.25em; /* 20px */
    margin-left: 0.9375em; /* 15px */
}

.width-full {
    width: 49.1%!important;
}

.dash-board-img img {
    height: 12.5em; /* 200px */
    width: 25em; /* 400px */
    margin-top: 1.25em; /* 20px */
    margin-bottom: 1.25em; /* 20px */
    margin-left: 1.25em; /* 20px */
}

.middle-dashboard {
    /*margin-top: 10px;*/
    /*padding: 0 10px;*/
}
.border-pos-unsettle {
    border-bottom: 0.0625em solid rgb(219 219 219); /* 1px */
    padding-top: 0.3125em; /* 5px */
    padding-bottom: 0.3125em; /* 5px */
    margin: 0 3.125em; /* 50px */
}
.border-pos-unsettle h2 {
    border-bottom: 0.0625em solid rgb(219 219 219); /* 1px */
    padding-bottom: 0.3125em; /* 5px */
    color: #2b511c;
    font-weight: 200;
    font-size: 1.023em;
}
.unsettle-row {
    margin: 0 auto;
    padding: 0.25em 2.125em; /* 20px 50px */
    display: flex;
    gap: 0.625em; /* 10px */
    overflow-y: auto;
    flex-wrap: wrap;
}
.unsettle-col {
    padding: 0.425em; /* 10px */
    border: 0.0625em solid #3e573e; /* 1px */
    border-radius: 0.225em; /* 10px */
    /*width: 14.0625em; /* 225px */
    background: #005132;
    /*width: 7.5em;*/

}
.unsettle-col .unsettle-head{
    display:flex;
    justify-content:space-between;
}
.unsettle-col h3 {
    color: #e6f0f3;
    font-weight: 100;
    font-size: 0.788em; /* 16px */
}
.unsettle-order-detail {
    display: flex;
    justify-content: space-between;
  
}

.table-heading {
    width: 100%;
    border-radius: 0.3125em; /* 5px */
    padding: 0.625em; /* 10px */
    margin-top: 0.625em; /* 10px */
}
.column-top{
    padding:0.5em;
    margin-top:0;
}
.column-top .row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
   
}
.column-top .row-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 0.5em; /* 100px */
}
.column-top .row-1 .date,
.column-top .row-1 .customer {
    display: flex;
    gap: 0.625em; /* 10px */
    justify-content: center;
    align-items: center;
}
.icon-filter {
    background-color: #12adcb;
   
}

.column-top button,
.column-top input[type='submit']{
    width:auto;
    
} 
.icon-filter > i {
    color: white;
}
.column-top .row-2 button {
    width:auto;
}
.column-top .row-2 h4 {
    margin-bottom: 0.625em; /* 10px */
}
table {
    width: 100%;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0.625em 0.625em; /* 10px 10px */
}

td,
th {
    border: none;
    text-align: center;
    padding: 0.625em; /* 10px */
    margin: 0.625em; /* 10px */
}

th {
    color: #ffffff;
    background-color: #0d182d;
}

td {
    color: #000000;
}

td button {
    width: 48%;
}

td .recepit-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

td .recepit-img {
    height: 4.375em; /* 70px */
    width: 100%;
}
button.edit-button,
button.action-button,
button.del-button {
    background-color: rgb(12, 206, 12);
    padding: 0.3125em; /* 5px */
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 0.3125em; /* 5px */
}

tr > td {
    /*background-color: #93b5e9;*/
    /*height: 4.375em; */
    
}

input[type='text'],
input[type='number'],
input[type='date'] {
    padding: 0.625em; /* 10px */
    width: 100%;
}

input[type='submit'],
button {
    width: 8.125em; /* 130px */
    padding: 0.8125em; /* 13px */
    border: none;
    background-color: #12adcb;
    color: white;
    cursor: pointer;
    border-radius: 0.3125em; /* 5px */
    transition: 0.3s;
}

input[type='submit']:hover,
button:hover {
    background-color: #0066FF;
}

input:focus {
    outline: none;
}

.submit {
    margin-top: 1.25em; /* 20px */
    text-align: right;
}

.viewmore {
    margin-top: 1.25em; /* 20px */
}

/* Delivery and order summary section */

.route i {
    font-size: 1.5625em; /* 25px */
}

.next-page {
    display: flex;
    gap: 1.25em; /* 20px */
    justify-content: center;
    align-items: center;
   
}

.next-page .icon {
    background-color: #12adcb;
    padding: 0.625em 0.9375em; /* 10px 15px */
}

.next-page i {
    font-size: 1.5625em; /* 25px */
}

/* Combobox */

.combo-box-wrapper {
    width: 100%;
    position: relative;
}

.combo-box-btn,
li {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.combo-box-btn {
    border: 0.0625em solid #a1a1a1; /* 1px */
    padding: 0.625em; /* 10px */
    background: #fff;
    justify-content: space-between;
    font-size: 0.875em; /* 14px */
    width: 100%;
}

.combo-box-btn i {
    transition: transform 0.3s linear;
}

.combo-box-wrapper.active .combo-box-btn i {
    transform: rotate(-180deg);
}

.combo-content {
    display: none;
    padding: 1.25em; /* 20px */
    margin-top: 0.9375em; /* 15px */
    background: #fff;
    box-shadow: 0 0.625em 1.5625em rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
}

.combo-box-wrapper.active .combo-content {
    display: block;
}

.combo-content .search {
    position: relative;
}

.search i {
    top: 50%;
    left: 0.9375em; /* 15px */
    color: #999;
    font-size: 1.25em; /* 20px */
    pointer-events: none;
    transform: translateY(-50%);
    position: absolute;
}

.search input {
    height: 3.125em; /* 50px */
    width: 100%;
    outline: none;
    font-size: 1.0625em; /* 17px */
    padding: 0 1.25em 0 2.6875em; /* 20px 43px */
    border: 0.0625em solid #B3B3B3; /* 1px */
}

.search input:focus {
    padding-left: 2.625em; /* 42px */
    border: 0.125em solid #4285f4; /* 2px */
}

.search input::placeholder {
    color: #bfbfbf;
}

.combo-content .options-combo {
    margin-top: 0.625em; /* 10px */
    overflow-y: auto;
    padding-right: 0.4375em; /* 7px */
    font-size: 0.875em; /* 14px */
}

.options-combo::-webkit-scrollbar {
    width: 0.4375em; /* 7px */
}

.options-combo::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.options-combo::-webkit-scrollbar-thumb {
    background: #ccc;
}

.options-combo::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

.options-combo li {
    height: 1.875em; /* 30px */
    padding: 0 0.8125em; /* 13px */
    font-size: 0.875em; /* 14px */
}

.options-combo li:hover {
    background: #f2f2f2;
}

.black {
    color: rgb(78, 78, 78) !important;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.3125em; /* 5px */
}

footer {
    color: black;
    padding: 1.25em; /* 20px */
    text-align: center;
}

.footer h2,
.footer h5 {
    color: #7f9eb9;
    font-weight: 400;
}

.footer-content {
    max-width: 60em; /* 960px */
    margin: 0 auto;
}

.sweetmessage {
    position: fixed;
    height: 4.375em; /* 70px */
    top: 1.875em; /* 30px */
    right: 0.625em; /* 10px */
    background-color: #12adcb !important;
    color: white;
    padding: 1.5625em; /* 25px */
    animation: fadeOut 4s linear forwards;
}

.unsettle-order {
    flex: 2;
}

.main .headings-2 .users-option{
    display:flex;
    gap:1.825em;
}
.main .headings-2 .resturant-heading{
    display:flex;
    justify-content:center;
    align-items:center;
}
.resturant-heading img{
    height: 8.2em;
    width: 12.2em;
}
@media (max-width: 48em) {
  /* Adjust styles for smaller screens */
}
.report-column-top{
    display:flex;
    justify-content:space-between;
}
.box-setting{
    border:1px solid lightgray;
    padding:0.3em;
    background:#a7a3a3;
    border-radius: 0.2em;
}
.main .box-setting input[type='submit'], 
.main .box-setting button{
    background:#35585f;
    padding:0.6em;
    
}
.order-table-container{
    flex:1;
}
.list-order-table{
    margin:0;
    padding:0 0.5em;
    display:flex;
    flex-direction:column;
    height:70vh;
    
}
.list-order-table table{
    border-spacing:0;
}
.list-order-table td,
.list-order-table th{
    padding:0.2em;
    font-weight:400;
    width:0;
    background: linear-gradient(to bottom, #c9c9c9, #969797);
    /* margin: 0.2em 0; */
    color: #000000;
    border: 1px solid gainsboro;
}
.list-order-table th{
    background: #736868;
}
.list-order-table tr>td{
    height:3.5em;
}
.list-order-table td>h5{
    font-weight:300;
}
.list-order-table tr .bg-white{
    opacity:0;
    
}
.list-order-table i{
   
}
.column-top .row-1-add{
    justify-content:start;
    gap:5em;
    padding:0.5em;
}
.column-top .row-2-add{
    justify-content:space-evenly;
    padding:0.5em;
}