

.button {
  background-color: #0073EA;
  border-radius: 5px !important;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
    }

.aw-export-csv {
  background: transparent !important;
  color: #fff;
  border: none;
  font-size: 20px;
  margin-left: 15px;
  cursor: pointer;
}
.meal_image {
  font-size: 66px;
}
input[type=file] {
  display: none;
}
.top-heading {
  color: rgb(255 255 255 / 90%);
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: -20px;
}
.aw-table { width: 100%; margin-top: 40px; } .aw-table>thead>tr>th{
color: #AAA4A4; font-size: 16px; font-weight: 400; text-align:
left;padding-left: 10px; padding-bottom: 20px; box-sizing: border-box; }
.aw-table>tbody>tr>td { background: #33354B; border: 1px solid #181b34;
padding: 10px; color: rgba(255, 255, 255,0.8); font-size: 16px; }
 .aw-action{
    background: rgba(228, 66, 88, 1);
    color: rgb(255 255 255 / 80%);
    text-decoration: none;
    line-height: 30px;
    width: 30px;
    border-radius: 2px;
    text-align: center;
    margin-right: 5px;
}
.aw-sign-out{
    background: transparent !important;
    color: #fff;
    border: none;
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;

}
.error{
    color: red;
    font-size: 20px;
}
.success {
    color:rgb(9, 121, 24);
    font-size: 20px;
}
/* custom style for button*/
.btn {
height: 43px;
    border: none;
    border-radius: 5px;
    width: 200px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
    outline: none;
    background-color: #0073EA;
    cursor: pointer;
    opacity: .5;
  }

  .btn:hover{
     opacity: 1;
  }
/* Style buttons for Delete */
.btn2 {
    background-color: #fff0 !important; /* Transparent background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 10px 12px; /* Some padding */
    font-size: 12px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
  }

  /* Darker background on mouse-over */
  .btn2:hover {
    background-color: rgb(225, 65, 65);
  }
/* Style buttons for Edit*/
.btn1 {
    background-color: #fff0 !important; /* Transparent background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 10px 12px; /* Some padding */
    font-size: 12px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
  }

  /* Darker background on mouse-over */
  .btn1:hover {
    background-color: rgb(26, 39, 219);
  }


/* repeater data using API */
.aw-input-wrap{position:relative;}
.suggesstion-box-list {
    list-style: none;
    max-height: 235px;
    position: absolute;
    overflow-y: scroll;
    z-index: 99999;
    display: none;
    top: 50px;
    left: 50%;
    width: calc(100% - 20px);
    transform: translateX(-50%);
    border-radius: 4px;
    box-shadow: 0 5px 10px #000;
    background: #111;
    border:1px solid #fff;
    padding: 10px;
    box-sizing: border-box;
}

.suggesstion-box-list::-webkit-scrollbar {
  width:5px;
  color:white;
}

.suggesstion-box-list::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}

.suggesstion-box-list::-webkit-scrollbar-thumb {
  background-color: white;
  /* outline: 1px solid slategrey; */
}



.suggesstion-box-list-ul li{padding: 10px;  border-bottom: white 1px solid; color:white;}
.suggesstion-box-list-ul li:hover{background:#3f3f3e;cursor: pointer!important;
}
/* end repeater API style*/


/*Repeater Design start*/

.repeater-main {
    width: 100%;
}
		.fields-wrap {
    display: flex;
    justify-content: space-between;
}
.wd-50{
	width: calc(50% - 60px);
	padding: 10px;
	box-sizing: border-box;
}
.wd-25{
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}
.aw-input-wrap {
    display: flex;
    flex-direction: column;
}
.aw-input-wrap>label {
      color: rgb(255 255 255 / 80%);
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 8px;
  }

  .aw-input-wrap>.aw-input {
      background: transparent !important;
      border: 1px solid #C5C7D0  !important;
      border-radius: 4px !important;
      padding: 5px 10px !important;
      height: 48px !important;
      box-sizing: border-box;
      font-size: 16px !important;
      color: rgb(255 255 255 / 80%);
      outline: none !important;

  }
  .input-del{
  	width: 60px;
    justify-content: end;
    padding: 0 10px;
    box-sizing: border-box;
  }
  button.aw-del {
    margin-bottom: 10px;
    height: 48px;
    border: transparent;
    border-radius: 5px;
    background: #d91e1e;
    color: #fff;
    cursor: pointer;
}
.aw-del>i {
    font-size: 30px;
    font-weight: 300;
}
button.btn-add-row {
    height: 43px;
    border: none;
    border-radius: 4px;
    width: 150px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    outline: none;
    margin: 10px;
    background: #0085fe;
    cursor: pointer;;
}
/* repeater Design end*/

body,html{
    margin: 0;
    padding: 0;
    font-family: "roboto";
  }
  .button{
      padding: 10px;
      margin-top: 10px;
      text-decoration: none;
      text-underline-offset: none;
      cursor: pointer;
  }
  .add-link {
    text-decoration: none;
  }
  .error {
      color: red;
  }
  .show_meals_button{
      color: white;
      font-size: 35px;
      cursor: pointer;
  }

  .bg-body{
    background:  #111111;
  }
  .bg-dark-gray{
      background: #2C2C2C;
  }
  .bg-btn{
      background: #0073EA;
  }
  .align-center{
      text-align: center;
  }

  .login-wrap {
      width: 720px;
      margin: 80px auto;
      border-radius: 15px;
      box-shadow: 0px 15px 50px rgb(0 0 0 / 30%);
      padding: 60px 90px;
      box-sizing: border-box;
  }
  h2.aw-heading {
      font-size: 32px;
      line-height: 35px;
      margin: 0;
      color: rgb(255 255 255 / 90%);
      font-weight: 500;
  }
  p.aw-small {
      font-size: 16px;
      line-height: 24px;
      color: rgb(255 255 255 / 80%);
  }
  .aw-input-group{
      width: 100%;
      display: flex;
      flex-direction: column;
      margin: 50px 0 30px;

  }
  .aw-input-group>label {
      color: rgb(255 255 255 / 80%);
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 8px;
  }

  .aw-input-group>.aw-input {
      background: transparent !important;
      border-radius: 5px !important;
      padding: 5px 10px !important;
      height: 48px !important;
      box-sizing: border-box;
      font-size: 16px !important;
      color: rgb(255 255 255 / 80%);
      outline: none !important;
        cursor: pointer;
      box-shadow: inset 0em 0em 5px -2px white;
    border: none;

  }
  .aw-input>option {
      background: #2c2c2c;
  }
  input.aw-btn {
      height: 43px;
      border: none;
      border-radius: 5px;
      width: 200px;
      box-sizing: border-box;
      color: #fff;
      font-size: 18px;
      margin-top: 40px;
      outline: none;
      background-color: #0073EA;
      cursor:pointer;
  }









  /*order page*/
  *{
      margin: 0;padding: 0;
  }
  .bg-bar{
      background: #212121;
  }

  .top-heading-wrap,.main-content-wrap{
      display: flex;
      justify-content: start;
  }
  .left-bar{
      width: 115px;
      text-align: center;
      position: relative;
  }
  .heading-content{
      width: calc(100% - 335px);
      box-sizing: border-box;
      padding: 60px 50px 15px 50px;
  }
  .right-item>a>i {
      color: rgb(255 255 255 / 80%);
      font-size: 20px;
      margin: 15px;
  }
  .right-item {

      justify-content: center;
      width: 200px;
      align-items: center;
  }
  .heading-content>h2 {
      color: rgb(255 255 255 / 90%);
      font-size: 35px;
      font-weight: 400;
      letter-spacing: 1px;
  }

  .main-content{
      width: calc(100% - 115px);
      box-sizing: border-box;
      padding: 0px 50px 15px 50px;
      padding-bottom: 80px;
  }

  .left-bar>li{
      list-style: none;
      padding: 10px;
      cursor: pointer;
      width: 40px;
      border-radius: 10px;
      height: 40px;
      line-height: 50px;
      transition: all 1s;
      margin:0 auto 3px auto;
  }
  .left-bar>li>a>i {
      font-size: 30px;
      color: #fff;
  }
  .left-bar>li:hover, .bg-active{
  background: rgb(255 255 255 / 30%) !important;}

  .aw-pointer {
      height: 30px;
      width: 30px;
      background: #181b34;
      transform: rotate(45deg);
      position: absolute;
      right: -25px;
      top: 30px;
      display:none;
  }

  .head-wrapper {
      display: flex;
      justify-content: start;
      margin-top: 20px;
      flex-wrap: wrap;
  }
  .head-wrap {
      margin-right: 10px;
      display: flex;
  }
  .head-wrapper>.head-wrap{

      margin-bottom: 2px;
  }
  .head-title {
      width: 200px;
      box-sizing: border-box;
      margin-left: 2px;
      border-radius: 5px;
  }
  .head-title>p{
      color: rgba(255, 255, 255,0.8);
      font-size: 16px;
      padding: 15px ;
  }
  .left-border{
      width: 10px;
      border-radius: 0px 5px;
  }
  .bd-green{
      background: rgba(0, 202, 114, 1);}
  .bd-red{
      background: rgba(228, 66, 88, 1);
  }
  .bd-yellow{
      background: rgba(255, 203, 0, 1);
  }
  .bd-blue{
      background: rgba(0, 133, 255, 1);
  }


  .table-row-wrapper{
      display: flex;
      margin-bottom: 30px;
  }
  .head-desc{
       width: calc(100% - 314px);
  }
  .custom-head-desc{
      width: 19%;
      flex-grow: 1;
  }
  .td-desc {

      box-sizing: border-box;
      margin-left: 2px;
      display: flex;
      border-radius: 5px;
      height: 100%;
  }
  .td-desc>p{
      color: rgba(255, 255, 255,0.8);
      font-size: 16px;
      min-height: 20px;
      padding: 15px ;
  }
  .head-qty{
      border-radius: 5px;
      margin-left: 2px;
      width: 100px;
  }
  .td-qty {
      box-sizing: border-box;
  }
  .td-qty>p{
      color: rgba(255, 255, 255,0.8);
      font-size: 16px;
      padding: 15px ;
  }

  .aw-divider{
      height: 30px;
      width: 100%;
  }


  .mb-show{display: none;font-weight: 500;color:rgba(255, 255, 255, 0.9);margin-right: 5px;}

 @media screen and (max-width: 1024px) {
      .main-content {
      width: calc(100% - 115px);}
      #rightItem{
          display: none
      }
      .custom-head-desc{
          width: 35%;
          margin: 0px;
      }
  }


  @media screen and (max-width: 768px) {
      .heading-content{width: calc(100% - 200px)}
      .right-item{
          align-items: end;
          margin-bottom: 20px;
      }

      .main-content {
      width: 100% !important;}

      .main-content-wrap{
          flex-direction: column;
      }
      .left-bar{
          background: transparent !important;
          width: 0px;
      }
      #leftBar{
          width: 100% !important;
      display: flex;
      justify-content: space-around;
          padding: 20px 50px  !important;
      box-sizing: border-box;
      }

      .left-bar>li{
          width: 45%;
          background: rgb(255 255 255 / 5%)
      }
      .aw-pointer{
          display: none;
      }

      .table-row-wrapper{
      flex-direction: column;
      }
      .head-wrap,.head-title,.head-desc,.head-qty{
          width: 100%;
          margin: 0px;
      }
      
      .td-desc{margin: 0px}
      #table-head{display: none}

      .head-wrapper{margin-bottom: 20px;}
      .mb-show{display: block;}
      .td-qty>p,.head-title>p{
          display: flex;
      }
      .custom-head-desc{
          width: 100%;
      }
  }



 





  @media screen and (max-width: 480px) {
      .login-wrap {
      width: 320px;
      margin: 80px auto;
      border-radius: 10px;
      box-shadow: 0px 15px 50px rgb(0 0 0 / 30%);
      padding:30px 20px;
      box-sizing: border-box;
  }
  h2.aw-heading {
      font-size: 26px;
      line-height: 30px;
  }
  p.aw-small {
      font-size: 13px;
  }
  .left-bar>li{width: 40%}
  .top-heading-wrap>.heading-content{padding-top: 50px !important}
  .heading-content,#leftBar,.main-content{padding: 0px 15px 15px 15px !important;}
  



  }
  table, td, th {
    text-align: left;
    color: white;
  }

  table {
    border-collapse: collapse;
    width: 80%;
  }

  th, td {
    padding: 10px;
  }
  .table_head {
    margin-top: 100px;
  }

.fa, .fas {
    font-weight: 300 !important;
    font-size: 18px;
    opacity: .5;
}

.fa:hover {
    opacity: 1;
    font-size: 20px;
}


.with-tooltip {
  position: relative;
}

.with-tooltip::after {
  content: attr(data-tooltip-content);
  padding: 8px;
  border-radius: 4px;
  position: absolute;
  color: white;
  bottom: 120%;
  right: 50%;
  left: 50%;
  width: max-content;
  background-color: gray;
  opacity: 0;
  font-size: 0.8rem;
  visibility: hidden;
  transform: translate(-50%, 18px) scale(0.8);
  transition: visibility, opacity, transform 200ms;
}

.with-tooltip:hover::after {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
  color:#fff;
}

button.button.filter-btn {
    margin-left: 10px;
    border: none;
    cursor: pointer;
}

div#table-head {
    position: sticky;
    top: 0px;
    background: #111;
    z-index: 20;
}


.select2-container--default .select2-selection--multiple {
    border: none !important;
    outline: 0;
    background-color: #212121 !important;
    min-height: 50px !important;
}

.a-btn{
    padding: 10px 30px;
    text-decoration: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #86e3a8 !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 3px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #111!important;
    font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    padding-left: 20px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none !important;
    color: #11111170 !important;
    top: 6px !important;
    padding-left: 5px !important;
}









 /**   pagination css start  ***/
      
   /* Ensures the base styling is overridden */
nav[role="navigation"] .inline-flex.items-center {
    color: #ddd; /* Light grey text */
    background-color: #333; /* Darker element background */
    border-color: #444; /* Border color */
    padding: 8px 16px; /* Padding adjusted for better visuals */
}

/* Styling for hover and active states */
nav[role="navigation"] .inline-flex.items-center:hover,
nav[role="navigation"] .inline-flex.items-center:focus {
    background-color: #555; /* Lighter background on hover */
    color: #fff; /* White text on hover */
    border-color: #666; /* Lighter border on hover */
}

/* SVG icon styling inside the links */
nav[role="navigation"] svg {
    width: 20px; /* Adjust width as needed */
    height: 20px; /* Adjust height as needed */
    fill: #ddd; /* Color of the SVG icon */
}

/* Adjustments for current and disabled pagination items */
nav[role="navigation"] .cursor-default {
    color: #aaa; /* Dimmed text for disabled or active links */
    pointer-events: none; /* Disable link functionality */
}

/* Adjustments for rounded corners specifically */
nav[role="navigation"] .rounded-l-md {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

nav[role="navigation"] .rounded-r-md {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

p.text-sm.text-gray-700.leading-5
{
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}


/***   pagination css end    ****/




/* Define variables */
:root {
  --success: #2ecc71;
  --warning: #e67e22;
  --danger: #e74c34;
  --grey: #cccccc;
}

.alert {
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
  color: white;
  font-size: 1.5em;
  margin: 0 auto;
  margin-bottom: 1em;
  padding: 1em;
  width: calc(100% - 100px);
}

.alert-success {
  background-color: var(--success);
}

.alert-warning {
  background-color: var(--warning);
}

.alert-danger {
  background-color: var(--danger);
}

button:focus {
  outline: 0;
}

.close {
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  font-size: 2em;
  color: var(--grey);
  cursor: pointer;
}

.close:hover {
  color: inherit;
}

.btn {
  border-radius: 5px;
  border: solid 1px #000000;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.5em;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1em;
  padding: 1em;
  width: 40%;
}

.reset {
  background-color: transparent;
  border: solid 3px var(--grey);
  color: var(--grey);
  transition: background-color 0.5s linear 0.1s;
}

.reset:hover {
  background-color: var(--grey);
  color: white;
}

