/*===== GOOGLE FONTS =====*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

/*===== VARIABLES CSS =====*/
:root{
  --header-height: 3rem;
  --nav-width: 68px;

  /*===== Colors =====*/
  --first-color: #4723D9;
  --first-color-light: #AFA5D9;
  --white-color: #F7F6FB;
  
  /*===== Font and typography =====*/
  --body-font: 'Nunito', sans-serif;
  --normal-font-size: 1rem;
  
  /*===== z index =====*/
  --z-fixed: 100;
}

/*===== BASE =====*/
*,::before,::after{
  box-sizing: border-box;
}

body{
  position: relative;
  margin: var(--header-height) 0 0 0;
  padding: 0 1rem;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  transition: .5s;
}

a{
  text-decoration: none;
}
a:focus,button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
/*===== HEADER =====*/
.header{
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: var(--white-color);
  z-index: var(--z-fixed);
  transition: .5s;
}

.header__toggle{
  color: var(--first-color);
  font-size: 1.5rem;
  cursor: pointer;
}

.header__img{
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.header__img img{
  width: 40px;
}

/*===== NAV =====*/
.l-navbar{
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: var(--first-color);
  padding: .5rem 1rem 0 0;
  transition: .5s;
  z-index: var(--z-fixed);
}

.nav{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.nav__logo, .nav__link{
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: .5rem 0 .5rem 1.5rem;
}

.nav__logo{
  margin-bottom: 2rem;
}

.nav__logo-icon{
  font-size: 1.25rem;
  color: var(--white-color);
}

.nav__logo-name{
  color: var(--white-color);
  font-weight: 700;
}

.nav__link{
  position: relative;
  color: var(--first-color-light);
  margin-bottom: 1.5rem;
  transition: .3s;
}

.nav__link:hover{
  color: var(--white-color);
}

.nav__icon{
  font-size: 1.25rem;
}

/*Show navbar movil*/
.show{
  left: 0;
}

/*Add padding body movil*/
.body-pd{
  padding-left: calc(var(--nav-width) + 1rem);
}

/*Active links*/
.active{
  color: var(--white-color);
}

.nav__link.active path {
  fill: #fff !important;
}

.active::before{
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: var(--white-color);
}
.btn.btn-sm.btn-primary.edit_cat.edit-btnnsf {
  border-radius: 60px;
  padding: 5px 30px;
  background: #e84141;
  border-color: #e84141;
}.btn.btn-sm.btn-primary.edit_cat.edit-btnnsf:hover {
  background: #000;
  border-color: #000;
  transition: .3s;
}
/* ===== MEDIA QUERIES=====*/
@media screen and (min-width: 768px){
  body{
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    padding-left: calc(var(--nav-width) + 2rem);
  }

  .header{
    height: calc(var(--header-height) + 1rem);
    padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
  }

  .header__img{
    width: 40px;
    height: 40px;
  }

  .header__img img{
    width: 45px;
  }

  .l-navbar{
    left: 0;
    padding: 1rem 1rem 0 0;
  }

  /*Show navbar desktop*/
  .showa{
    width: calc(var(--nav-width) + 156px);
  }

  /*Add padding body desktop*/
  .body-pd{
    padding-left: calc(var(--nav-width) + 188px);
  }
}







/*inner-pages-style*/

.form-control:focus {
  box-shadow: none!important;
}

.container.table-order-admin .view {
  color: transparent;
}.container.table-order-admin .table-wrapper .btn.btn-primary {
  color: #fff;
  background: #e84141;
}.modal-content .modal-header {
  background: #e84141 !important;
  color: #fff;
}.close span {
  color: #fff;
  opacity: 1;
}.close   { 
  opacity: 1;
}.orderStatus-model-box .modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) !important;
  width: 95%;
  margin: 0;
}.container.table-order-admin table thead {
  background-color: #e84141 !important;
  color: #fff;
}.container.table-order-admin .table-title {
  color: #fff;
  background: #000!important; 
}



.categorymanage-page .card-header {
  background-color: #e84141 !important;
  color: #fff;
}.categorymanage-page  .table.table-bordered.table-hover.mb-0 thead{
     background-color: #e84141 !important;
  color: #fff;
}.categorymanage-page .btn.btn-sm.btn-primary.col-sm-3.offset-md-4 {
  background: #e84141;
  border: 2px solid #e84141;
  font-weight: 800;
  width: 100%;
}.categorymanage-page .btn.btn-sm.btn-primary.col-sm-3.offset-md-4:hover {
  background: transparent;
  color: #e84141;
}


.horwl-status {
  background: #fff;
  padding: 20px 20px;
  border-radius: 4px;
  margin-top: 20px;
} .stats-div label { 
  margin-right: 20px;
  font-size: 18px;
  font-weight: 700;
}


.menumanage-page .card-header,.menumanage-page  .table-bordered thead th {
  background-color: #e84141 !important;
  color: #fff;
}.menumanage-page .col-md-4 .btn.btn-sm.btn-primary {
  background: #e84141;
  border: 2px solid #e84141;
  font-weight: 800;
  width: 100%;
  padding: 5px 25px;
}.menumanage-page .col-md-4 .btn.btn-sm.btn-primary:hover {
 background: transparent;
  color: #e84141;
}.menumanage-page .col-md-8 .btn.btn-sm.btn-primary {
  background: #000;
  border-color: #000;
}.menumanage-page .col-md-8 .btn.btn-sm.btn-primary:hover {
  background: transparent;
  color: #000;
}



.container-fluid.sitemanage-page .title {
  background-color: #e84141 !important;
  color: #fff;
}.container-fluid.sitemanage-page .btn.btn-info.btn-primary.btn-block.col-md-2 {
  background: #e84141;
  border-color: #e84141;
}
.btn.btn-outline-secondary.click-btnnt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}.table-striped.table-bordered.col-md-12.text-center thead {
  background: #e84141 !important;
  color: #fff;
}.padding-btmm p {
  margin-bottom: 2px;
}.food-sdsd {
  padding: 0;
  list-style: none;
  margin-top: 10px;
}.orderStatus-model-box form {
  border-bottom: 0px !important;
}.orderStatus-model-box form .row.mx-2 {
  margin: 0 !important;
} 



.horwl-status.home-page-css {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}.welcome-notif{ 
  text-align: center;
  margin-bottom: 30px;
} .search-menu-item {
  width: 100%;
  border-radius: 40px;
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #e8e8e8;
}.search-menu-item:focus-visible {
 border: 1px solid #e84141;
  outline: 0;
  box-shadow: none;
}.menumanage-page .col-md-8.menu-mange-cssss img {
  border-radius: 6px;
}.searchbar-form {
  position: relative;
  margin-bottom: 10px;
}.searchbar-form svg {
  width: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}.searchbar-form svg path {
  fill: #ccc;
}
#NoOrder .Status-m svg,#NoOrder .view svg {
  width: 25px;
  height: 25px;
}.header__img.mobilw-ewes {
  display: none;
}




/*delivery-boy-popup*/
   #delivery-notification.open-notify {
      bottom: 0;
      transition: .3s;
    }#delivery-notification {
      position: fixed;
      bottom: 0px;
      right: 10px;
      width: 350px;
      background: #fff; 
      border-radius: 4px 4px 0px 0px;
      display: none!important;
    }.section-of-notifictn {
      display: none;
    }#delivery-notification.open-notify .section-of-notifictn{
        display: block!important;
    }#delivery-notification .container {
      padding: 0;
    }#delivery-notification .container .row {
      margin: 0;
    }#delivery-notification .container .row .col-lg-12 {
      padding: 0;
    }#delivery-notification #closenotify-btn {
      position: absolute;
      right: 10px;
      top: 5px;
      cursor:pointer;
    }#delivery-notification #close-notify {
      color: #fff;
      font-size: 26px;
    }#delivery-notification .header-of-notifictn {
      background: #e84141;
      border-radius: 4px 4px 0px 0px;
      padding: 10px 20px;
      cursor:pointer;
      position: relative;
    }#delivery-notification .header-of-notifictn h2 {
      font-size: 20px;
      margin: 0;
      color: #fff;
      font-weight: 600;
    }#delivery-notification .section-of-notifictn {
      padding: 10px 20px 20px;
    }#delivery-notification .wrapper-info-notify {
      display: flex;
      gap: 20px;
    }#delivery-notification .wrap-image-notfy img {
      width: 50px;
      height: 50px;
      border-radius: 60px;
    }#delivery-notification .wrap-contet-notfy h3 {
      font-weight: bold;
      font-size: 18px;
      margin: 0;
      text-transform: capitalize;
    }#delivery-notification .wrap-contet-notfy a {
      color: #666;
    }#delivery-notification .wrapper-btuuton-notify {
      margin-top: 10px;
    }#delivery-notification .wrapper-btuuton-notify {
      display: flex;
      gap: 10px;
    }#delivery-notification .btn-notify {
      width: 50%;
    }#delivery-notification .btn-notify.btn-notify-accpt {
      background: #000;
      color: #fff;
      border: 1px solid #000;
      padding: 5px 10px;
    }#delivery-notification .btn-notify.btn-notify-call {
      background: #e84141;
      color: #fff;
      border: 1px solid #e84141;
      padding: 5px 10px;
    }#delivery-notification .btn-notify.btn-notify-unavailable {
      width: 100%;
      background: #e84141;
      color: #fff;
      border: 1px solid #e84141;
      padding: 5px 10px;
      opacity: .5;
    }#delivery-notification .wrapper-whole-notify  {
      margin: 10px 0px;
      border-bottom: 1px solid #ccc;
      padding: 10px 0px;
    }#delivery-notification .wrapper-whole-notify:last-child{
       border-bottom: 0px solid #ccc!important;
    }#delivery-notification #form-manage-delv {
      width: 50%;
    }#delivery-notification .btn-notify.btn-notify-accpt {
      width: 100%!important;
    }
/*End-delivery-boy-popup*/

/*feedback-page*/
.container.table-order-admin.feedback-pagee {
  background: #f4f5fa !important;
}.container.table-order-admin.feedback-pagee .feedback {
  background: #fff;
  padding: 20px 20px;
  border-radius: 8px;
  box-shadow: 2px 1px 7px 4px #edeef2;
  margin-bottom: 20px;
}.container.table-order-admin.feedback-pagee hr {
  display: none;
}.container.table-order-admin.feedback-pagee .feedback p {
    text-transform: capitalize;
}
/*End-feedback-page*/

/*deliveryboy-page*/
.container.table-order-admin.deliveryboy-pagee .table-title {
    display: none;
}.container.table-order-admin.deliveryboy-pagee #NoOrder tr {
    background: #fff !important;
    margin-bottom: 30px !important;
    display: block;
}.container.table-order-admin.deliveryboy-pagee #NoOrder {
    background: #f4f5fa !important;
}.container.table-order-admin.deliveryboy-pagee  table.table tr td {
    padding-left: 100px;
    border: 0;
    padding-left: 15px!important;
    text-align: center;
}.container.table-order-admin.deliveryboy-pagee table.table tr td:first-child {
    display: none;
}.container.table-order-admin table thead {
  background-color: #e84141 !important;
  color: #fff;
  display: none;
}.container.table-order-admin.deliveryboy-pagee #NoOrder tr { 
    display: grid;
    box-shadow: 2px 1px 7px 4px #edeef2;
    border-radius: 8px;
}.container.table-order-admin.deliveryboy-pagee {
  background: transparent !important;
}

/*End-deliveryboy-page*/






/*new-register-page-css*/
#register-with-us .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}#register-with-us .row {
  margin: 0;
}#register-with-us .col-md-3 {
  padding: 0;
  background: #e84141;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}#register-with-us .quickeats-logo-wrapper img {
  height: auto;
  width: 80%;
  margin: auto;
}#register-with-us .quickeats-logo-wrapper .logo {
  background: #fff;
  border-radius: 250px;
  height: 250px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}#register-with-us .form-heading-top h1 {
  font-family: Roboto;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: bold;
}#register-with-us  .form-wrapper-register {
  padding: 40px 20px;
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  position: relative;
}#register-with-us  .form-calling-top {
  position: absolute;
  right: 0;
  top: 10px;
}#register-with-us .form-calling-top h4 a {
  color: #e84141;
}#register-with-us .form-calling-top h4 {
  font-family: Nunito;
  font-size: 22px;
  font-weight: 600;
  color: #222;
}#register-with-us .wrap-box-shoadaw {
  padding: 20px;
  background: #fff;
  margin:0px 0px 30px;
  box-shadow: 2px 1px 7px 4px #edeef2;
  border-radius: 8px;
}#register-with-us .wrap-box-shoadaw label {
  font-family: open sans;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #424242;
}#register-with-us .wrap-box-shoadaw .form-control {
  height: 50px;
  border-radius: 10px;
  text-transform: capitalize;
}#register-with-us .wrap-box-shoadaw.password-dldl .form-control  {
     border-radius: 10px 0px 0px 10px!important;
}#register-with-us .wrap-box-shoadaw .form-control#email {
  text-transform: none;
}#register-with-us .wrap-box-shoadaw .form-control#phone {
  border-radius: 0px 10px 10px 0px !important;
}#register-with-us .wrap-box-shoadaw .form-control#password {
  border-radius:  10px 0px 0px 10px   !important;
}#register-with-us .wrap-box-shoadaw .form-control#cpassword {
  border-radius: 10px 0px 0px 10px !important;
}#register-with-us .wrap-box-shoadaw .form-control:focus {
  box-shadow: none;
  border-color: #e84141;
}#register-with-us #location {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  padding: .375rem .75rem;
  margin-top: 10px;
}#register-with-us #location:focus-visible {
  outline: 0;
  border-color: #e84141;
}#register-with-us .btn.btn-outline-secondary:focus {
  box-shadow: none;
}#register-with-us .btn-outline-secondary { 
  border-color: #ced4da!important;
}#register-with-us .btn.btn-success.submmit-scuces {
  background: #e84141;
  border: 2px solid #e84141;
  width: 100%;
  height: 45px;
  font-family: ROboto;
  font-size: 18px;
}#register-with-us .btn.btn-success.submmit-scuces:hover {
  background: #fff;
  color: #e84141;
}#register-with-us .registernnrw {
  font-family: open sans;
  font-weight: bold;
  margin: 20px 0px !important;
}#register-with-us .registernnrw a {
  color: #e84141;
  font-size: 16px;
  background: transparent;
  border: none;
  font-family: open sans;
  font-weight: bold;
}#register-with-us .registernnrw a:focus {
  background: transparent;
  color:  #e84141;
  border: none;
  box-shadow: none;
}#register-with-us .registernnrw a:hover {
  background: transparent;
  color:  #222;
  border: none;
  box-shadow: none;
}
/*End-new-register-page-css*/


/*delivered-orders-page-css*/
#delivered-orders-wrapper {
  padding: 100px 0px;
}#delivered-orders-wrapper .col-lg-12.columns-wrpers {
  padding: 0;
}#delivered-orders-wrapper .order-wrap-orders {
  border-bottom: 0px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 8px 5px #eee;
  border-radius: 8px;
  background: #fff;
  height: 100%;
  position: relative;
}#delivered-orders-wrapper .col-lg-6.columns-wrpers {
    margin-bottom: 20px;
}#delivered-orders-wrapper .row.row-wrpers {
  justify-content: center;
}#delivered-orders-wrapper .order-wrap-orders .delivered-imagee {
  position: absolute;
  opacity: .15;
  left: 60%;
  top: 35%;
  transform: translate(-50%,-50%);
  rotate: -20deg;
}#delivered-orders-wrapper .top-header-orders1 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}#delivered-orders-wrapper .middle-header-orders1 ul {
  padding: 0;
  list-style: none;
}#delivered-orders-wrapper .veg-ssmenu, #delivered-orders-wrapper .nonveg-ssmenu {
  display: none;
}#delivered-orders-wrapper .food-type.red .nonveg-ssmenu {
  display: block !important;
}#delivered-orders-wrapper .food-type.green .veg-ssmenu {
  display: block !important;
}#delivered-orders-wrapper .veg-ssmenu, #delivered-orders-wrapper .nonveg-ssmenu {
  display: none;
}#delivered-orders-wrapper .middle-header-orders1 ul li {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
  justify-content: space-between;
}#delivered-orders-wrapper .align-venter {
  display: flex;
  align-items: center;
  gap: 5px;
}#delivered-orders-wrapper .top-header-orders1, #delivered-orders-wrapper .top-header-ordersname, #delivered-orders-wrapper .middle-header-orders1, #delivered-orders-wrapper .bottom-header-orders1 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}#delivered-orders-wrapper .bottom-header-orders1 {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}#delivered-orders-wrapper .custermer-price-total {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}#delivered-orders-wrapper .custermer-delivery-boy span {
  text-transform: capitalize;
}#delivered-orders-wrapper .heading-wrapper-h1 h1 {
  text-align: center;
  font-family: Nunito;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 30px;
}
/*End-delivered-orders-page-css*/







/*Next-login-page-css*/ 
#next-loin-form .border-line-ds {
  background: #f4f6fb;
  height: 3px;
  width: 100%;
  margin: 50px 0px;
}#next-loin-form  .control-label.new-label-heading {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}#next-loin-form .heading-of-resstoo p {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}#next-loin-form .heading-of-resstoo {
  margin-bottom: 40px;
}#next-loin-form .row.row-images-fssai .control-label.new-label-heading,#next-loin-form .row.row-images-fssai .heading-of-resstoo p {
  text-align: center;
  display: block;
}


#next-loin-form .wrap-cusine-box label {
  border: 1px solid #e8eaf5;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}


#next-loin-form .wrap-cusine-box label:hover {
  background: #f4f6fb;
  transition: .2s;
}#next-loin-form .wrap-cusine-box label input {
  opacity: 0;
}
 #next-loin-form .file-upload-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#next-loin-form .file-upload-box {
    position: relative;
    padding: 2rem;
    text-align: center;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
}

#next-loin-form .file-upload-box:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

#next-loin-form .file-upload-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

#next-loin-form .upload-content {
    position: relative;
    z-index: 0;
}

#next-loin-form .upload-icon {
    font-size: 2.5rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

#next-loin-form .file-list {
    margin-top: 1.5rem;
}

#next-loin-form  .file-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    transition: all 0.2s ease;
}

#next-loin-form .file-item:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

#next-loin-form .file-icon {
    color: #6c757d;
    margin-right: 0.75rem;
    font-size: 1.25rem;
}

#next-loin-form .file-name {
    flex-grow: 1;
    color: #495057;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 1rem;
}

#next-loin-form .file-name:hover {
    color: #007bff;
    text-decoration: none;
}

#next-loin-form .remove-file {
    color: #dc3545;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    font-size: 1.25rem;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

#next-loin-form .remove-file:hover {
    color: #c82333;
}

#next-loin-form  .drag-over {
    background-color: #e9ecef;
    border-color: #007bff;
}
 
@keyframes upload-progress {
    0% { width: 0%; }
    100% { width: 100%; }
}

#next-loin-form .upload-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #007bff;
    animation: upload-progress 1s ease-in-out;
} 

/*End-Next-login-page-css*/


/*policices-page-css*/
#page-policices .container {
    max-width: 100%;
    width:70%;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}#page-policices h1 {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}#page-policices p.section-content {
  font-size: 16px;
  margin-bottom: 20px;
  padding-left:  0px;
  font-weight: bold;
  color: #222;
}#page-policices h2.section-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  text-transform: capitalize;
  font-weight: bold;
}#page-policices .section-content ul {
  margin-bottom: 30px;
  padding-left: 15px;
  list-style: disc;
}#page-policices .section-content ul li {
    margin-bottom: 10px;
}#page-policices .contact-info {
    background-color: #f0f8ff;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    margin-top: 30px;
}#page-policices .contact-info p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}#page-policices .contact-info a {
    font-size: 16px;
    color: #0056b3;
    text-decoration: none;
}#page-policices .footer {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-top: 50px;
}#page-policices .footer a {
    color: #0056b3;
   
} 
/*End-policices-page-css*/
.categorymanage-page .row.mx-auto.remove-hotels .btn.btn-sm.btn-danger {
  border-radius:60px;
  padding:5px 30px;
  background:#e84141;
  border-color:#e84141;
}.categorymanage-page .row.mx-auto.remove-hotels .btn.btn-sm.btn-danger:hover{
    background:#000!important;
  border-color:#000!important; 
}.categorymanage-page .row.mx-auto.remove-hotels {
  justify-content: center;
  gap:10px;
}#deleete-popupp {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background:#fff;
    padding:40px 20px;
    width: 90%;
    border-radius:8px;
    z-index: 1111;
    display: none;
} #deleete-popupp .headerr-deletere h2 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}#deleete-popupp .footer-deletere {
    display: flex;
    justify-content: center;
    margin:20px 0px 0px;
}#cancel-poppup-deletees {
  color: #fff;
  line-height: normal;
  cursor: pointer;
  border-radius:60px;
  padding:5px 30px;
  background:#000;
  border-color:#000;
}.important-delete::before {
    content: '';
    background:rgba(0,0,0,0.4);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1111;
}.important-delete #deleete-popupp {
    display: block;
}


.open-category-modeels .file-upload-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.open-category-modeels .file-upload-box {
    position: relative;
    padding: 2rem;
    text-align: center;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
}

.open-category-modeels .file-upload-box:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.open-category-modeels .file-upload-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.open-category-modeels .upload-content {
    position: relative;
    z-index: 0;
}

.open-category-modeels .upload-icon {
    font-size: 2.5rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.open-category-modeels .file-list {
    margin-top: 1.5rem;
}

.open-category-modeels .file-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    transition: all 0.2s ease;
}

.open-category-modeels .file-item:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.open-category-modeels .file-icon {
    color: #6c757d;
    margin-right: 0.75rem;
    font-size: 1.25rem;
}

.open-category-modeels .file-name {
    flex-grow: 1;
    color: #495057;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 1rem;
}

.open-category-modeels .file-name:hover {
    color: #007bff;
    text-decoration: none;
}

.open-category-modeels .remove-file {
    color: #dc3545;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    font-size: 1.25rem;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.open-category-modeels .remove-file:hover {
    color: #c82333;
}

.open-category-modeels .drag-over {
    background-color: #e9ecef;
    border-color: #007bff;
}

.open-category-modeels .upload-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #007bff;
    animation: upload-progressw 1s ease-in-out;
} 

/* Add loading animation */
@keyframes upload-progressw {
    0% { width: 0%; }
    100% { width: 100%; }
}
.open-category-modeels .btn.btn-success.my-1 {
  width: 100%;
  background: #e84141;
  border-color: #e84141;
}.open-category-modeels .btn.btn-success{
     width: 100%;
  background: #e84141;
  border-color: #e84141;
}.container-fluid.sitemanage-page #forgot-a {
  background: transparent;
  border: 0;
  margin: 10px 0px;
  float: left !important;
  color: #e84141;
  font-weight: bold;
}

@media only screen and (max-device-width: 540px) and (orientation: portrait), screen and (max-device-height: 540px) and (orientation: landscape), screen and (max-width: 540px) and (orientation: portrait), screen and (max-height: 540px) and (orientation: landscape) {
    .welcome-notif {
    font-size: 32px;
    }.horwl-status.home-page-css {
    padding: 40px 20px!important;
    }.horwl-status-tttle h2 {
    font-size: 26px!important;
    }.wrap-new-ceedd .wrap-title-dash h2 {
    font-size: 24px!important;
    }.wrap-new-ceedd .wrap-g2-total {
    font-size: 18px!important; 
    }.container-fluid.menumanage-page .card-header {
    display: none;
    }.container-fluid.menumanage-page .card-body.item-food-add::before {
    content: 'Add Menu';
    margin: 0 auto;
    margin-bottom: 0px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    }.card-body.create.coupne::before {
    content: 'Create Coupon Code';
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    }.container-fluid.sitemanage-page .title.title-dispplay {
    display: none;
    }.container-fluid.sitemanage-page  .card-body::before {
    content: 'Profile Info';
    margin: 0 auto;
    margin-bottom: 0px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    }.container-fluid.sitemanage-page .card-body input {
    text-transform: capitalize;
    }.open-category-modeels .modal-dialog.modal-dialog-centered {
    margin: 0;
    }.open-category-modeels .modal-content {
    height: auto;
    border: 0;
    border-radius: 0;
    }.open-category-modeels .modal-body {
    background: #fff;
    }#tabl-sectionjs.tab button {
      color: #000 !important;
    }#tabl-sectionjs.tab .tablinks.active {
      color: #fff !important;
    }.open-category-modeels .modal-content .modal-header {
    border-radius: 0;
    }

    .header__img.mobilw-ewes {
    display: block!important;
    }.header__img {
    display: none;
    }#header .header__toggle {
    position: absolute;
    right: 10px;
    }#header .header__namess {
    text-transform: capitalize;
    display: block;
    width: 100%;
    text-align: center;
    }#nav-bar.l-navbar.showa {
    left: 0px!important;
    width: 60%;
    }.container.table-order-admin table.table thead {
    display: none;
    }.container.table-order-admin table.table tr th, .container.table-order-admin table.table tr td {
    display: block;
    position: relative;
    text-align: right;
    }.container.table-order-admin table.table tr td::before {
    text-align: left;
    position: absolute;
    left: 10px;
    color: #e84141;
    font-weight: 600;
    }.orderis-m::before {
    content: 'Order Id :';
    }.userid-m::before {
    content: 'User Id :';
    }.address-m::before {
    content: 'Address :';
    }.phoneNo-m::before {
    content: 'Phone No :';
    }.amount-m::before {
    content: 'Amount :';
    }.city-m::before{
    content: 'City :';
    }.paymentMode-m::before {
    content: 'Payment Mode :';
    }.orderDate-m::before {
    content: 'Order Date :';
    }.Status-m::before {
    content: 'Status :';
    }.Items-m::before {
    content: 'View Items :';
    }.container.table-order-admin .table-title .row .col-sm-4 {
    width: 60%;
    padding: 0;
    }.container.table-order-admin .table-title .row .col-sm-8 {
    width: 40%;
    padding: 0;
    }.container.table-order-admin .table-title {
    color: #fff;
    background: #000;
    padding: 16px 25px;
    margin: 0px;
    border-radius: 0px !important;
    }.container.table-order-admin {
    padding: 0!important;
    }.order-model-box .table-responsive {
    max-height: 400px!important;
    }.orderis-hotel::before {
      content: 'Hotel Name :';
    }.orderis-user::before{
    content: 'Customer Name :';
    }.container.table-order-admin table.table tr td { 
    padding-left: 100px;
    }.top-header-orders1 {
    display: block!important;
    }
    
    .order-model-box .modal-body {
    padding: 0;
    }.order-model-box .table.text tbody tr {
    border-top: 1px solid #e84141;
    }.order-model-box .table td, .order-model-box .table th {
    border: none!important;
    }.order-model-box  tbody tr th .p-2 {
    display: flex;
    }.order-model-box table.table tr th:first-child {
    width: 100% !important;
    }.orderStatus-model-box .row.mx-2{
    display: flex;
    flex-wrap:unset;
    margin: 0 !important;
    }.orderStatus-model-box  form {
    border: none !important;
    }.orderStatus-model-box .btn.btn-success.mb-2 {
    background: #e84141;
    border-color: #e84141;
    }.wrap-new-ceedd #NoOrder tr td { 
      padding-left: 100px;
    }
    
    
    .container-fluid.menumanage-page .col-md-4 form {
    box-shadow: 2px 1px 7px 4px #edeef2;
    }.container-fluid.menumanage-page .table-bordered tbody tr { 
    margin-bottom: 30px !important;
    display: block;
    background: #fff;
    box-shadow: 2px 1px 7px 4px #edeef2;
    border-radius: 8px;
    display: block;
    }.container-fluid.menumanage-page  .table-bordered {
    border: 0px solid #dee2e6; 
    background: #f4f5fa;
    } .container-fluid.menumanage-page .card {
    border: 0!important;
    }.container-fluid.menumanage-page .mx-auto {
      width: 90%!important;
    } .container-fluid.menumanage-page {
    padding: 0;
    margin-top: 70px !important;
    }.container-fluid.menumanage-page .col-lg-12 {
    padding: 0;
    }.container-fluid.menumanage-page .table-bordered td, .container-fluid.menumanage-page .table-bordered th {
    border: 0px solid #dee2e6;
    display: block;
    width: 100%!important;
    max-width: 100%;
    }.container-fluid.menumanage-page .table-bordered tbody tr:nth-child(2n+1) {
    background: #fff;
    box-shadow: 2px 1px 7px 4px #edeef2;
    }.container-fluid.menumanage-page .col-md-8 .card-body {
    padding: 0;
    }.container-fluid.menumanage-page .table-hover tbody tr:hover {
    color: #212529;
    background-color: #fff!important;
    }.container-fluid.menumanage-page .table-hover tbody tr:nth-child(2n+1):hover {
    color: #212529;
    background-color: #fff !important;
    }.updateitem-page .modal-content {
    max-height: fit-content;
    overflow-y: auto;
    height: 100vh;
    border: 0;
    border-radius: 0;
  }.updateitem-page .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    width: 100%;
    margin: 0;
    min-height: calc(100% - 1rem);
    }.updateitem-page .modal-dialog .btn.btn-success {
      width: 100%;
      background: #e84141;
      border-color: #e84141;
    }.container-fluid.categorymanage-page .card {
    border: 0 !important;
    box-shadow: 2px 1px 7px 4px #edeef2;
    border-radius: 8px;
    }.container-fluid.categorymanage-page .table-bordered {
    border: 0px solid #dee2e6!important;
    }.container-fluid.categorymanage-page .table-bordered td:first-child {
    display: none;
    }.container-fluid.categorymanage-page .table-hover tbody tr:hover {
    color: #212529;
    background-color: #fff;
    }
    
   
    
    .container-fluid.categorymanage-page {
      padding: 0!important;
    }.container-fluid.categorymanage-page .col-lg-12 {
      padding: 0;
    }.horwl-status-tttle h2 {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
    }.stats-div {
      text-align: center;
    }.categorymanage-page .table-bordered td, .categorymanage-page .table-bordered th {
      border: 0px solid #dee2e6;
      display: block;
      text-align: center;
    }.categorymanage-page .table-bordered thead th {
      width: 100% !important;
      border-bottom: 0px;
    }.categorymanage-page .col-md-8.mb-3 .card {
      margin-top: 20px;
    }
    
    .categorymanaggee thead {
      display: none;
    }
    .col-md-8.menu-mange-cssss .table.table-bordered thead {
      display: none;
    }.col-md-8.menu-mange-cssss .table.table-bordered tbody tr td:first-child {
      display: none;
    }.text-center.menu-center-cat .row.mx-auto {
      margin-left: 0 !important;
    }.text-center.menu-center-cat .row.mx-auto.margin-top p {
      text-align: left !important;
      font-size: 20px !important;
      margin-bottom: 10px !important;
      display: block;
    }.col-md-8.menu-mange-cssss {
      padding-bottom: 20px !important;
    }
    
    
    .wrap-new-ceedd .container, .wrap-new-ceedds .container {
      padding: 0;
    }.wrap-new-ceedd .container .col-lg-6:last-child {
      margin-top: 30px;
    }.wrap-new-ceedd #NoOrder tr td::before { 
      left: 0px!important; 
    }
    
    

    
    
    .container-fluid.sitemanage-page {
      padding: 0 !important;
    }.container-fluid.sitemanage-page .card.col-lg-6.p-0 {
      border: 0;
      box-shadow: 2px 1px 7px 4px #edeef2;
    }
    
    .container.table-order-admin.feedback-pagee {
      background: #f4f5fa !important;
    }.container.table-order-admin.feedback-pagee .feedback {
      background: #fff;
      padding: 20px 20px;
      border-radius: 8px;
      box-shadow: 2px 1px 7px 4px #edeef2;
      margin-bottom: 20px;
    }.container.table-order-admin.feedback-pagee hr {
      display: none;
    }.container.table-order-admin.feedback-pagee .feedback p {
        text-transform: capitalize;
    }
    
    
    
    
    #register-with-us .col-md-3 { 
      height: 27vh!important; 
    }#register-with-us .quickeats-logo-wrapper .logo { 
      height: 100px!important;
      width: 100px!important; 
    }#register-with-us .form-wrapper-register {
      padding: 40px 00px!important;
      position: unset;
    }#register-with-us .form-heading-top h1 { 
      font-size: 32px!important; 
    }#register-with-us .wrap-box-shoadaw label { 
      font-size: 16px!important; 
      margin-bottom: 15px!important; 
    }#register-with-us .wrap-box-shoadaw .form-control#cpassword {
      border-radius: 10px 0px 0px 10px !important;
    }#register-with-us .wrap-box-shoadaw .form-control#password {
      border-radius: 10px 0px 0px 10px !important;
    }#register-with-us .wrap-box-shoadaw .form-control#phone {
      border-radius: 0px 10px 10px 0px !important;
    }#register-with-us .input-group.mb-3 {
      margin-bottom: 0px !important;
    }#register-with-us .form-calling-top {
      position: fixed;
      right: unset;
      top:  5px!important;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      text-align: center;
    }#register-with-us .form-calling-top h4 {
      font-family: Nunito;
      font-size: 14px!important;
      font-weight: 600;
      color: #fff!important;
    }#register-with-us .form-calling-top h4 a {
      color: #fff!important;
    }#register-with-us .row.row.row-sedsd .form-group.col-md-6,#register-with-us .row.row.row-sedsd .form-group.col-md-12 {
      padding: 0;
    }
    
    #delivered-orders-wrapper .container.container-wrpers {
      padding: 0;
    }#delivered-orders-wrapper .col-lg-6.columns-wrpers {
      margin-bottom: 20px;
    }#delivered-orders-wrapper .row.row-wrpers .asd-h2-das {
      padding: 0 15px;
    }
    
    .wrap-new-ceedd .wrap-col-dash { 
      padding: 20px 10px!important; 
    }#tabl-sectionjs.tab button {
        font-size: 12px !important;
        padding: 14px 0px !important;
        width: 25%;
        text-align: center;
    }
    
    #next-loin-form .order-or::before { 
      width: 40%!important; 
    }#next-loin-form .order-or::after { 
      width: 40%!important; 
    }
    
    #page-policices .container {
         width: 100% !important;
    }#page-policices {
        margin: 100px 0px 50px;
    }#page-policices h1 {
        font-size: 24px!important;
    }
    
}




@media only screen and (min-device-width: 600px) and (max-device-width: 834px) and (orientation: portrait),
screen and (min-width: 600px) and (max-width: 834px) and (orientation: portrait) {
   .container-fluid.menumanage-page .col-md-4, .container-fluid.menumanage-page .col-md-8 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}.menumanage-page .col-md-8.menu-mange-cssss img { 
  width: 100px;
  height: 100px;
}.col-md-8.menu-mange-cssss .switch-btn span {
  font-size: 12px;
}.col-md-8.menu-mange-cssss .padding-btmm.padding-btmm1 p {
  font-size: 12px;
}.menumanage-page .card-header, .menumanage-page .table-bordered thead th {
  font-size: 12px;
}.container-fluid.menumanage-page .card-footer .mx-auto {
  width: 100%;
}.table.table-bordered.table-hover.mb-0.categorymanaggee p {
  font-size: 12px;
}.table.table-bordered.table-hover.mb-0.categorymanaggee img {
  width: 100px;
  height: 100px;
  border-radius: 6px;
}.table.table-bordered.table-hover.mb-0.categorymanaggee thead th {
  font-size: 12px;
}.table.table-bordered.table-hover.mb-0.categorymanaggee thead th:nth-child(3) {
  width: 50% !important;
}.table.table-bordered.table-hover.mb-0.categorymanaggee thead th:nth-child(4) {
  width: 30% !important;
}.categorymanage-page .row.mx-auto.remove-hotels .btn.btn-sm.btn-danger {
  font-size: 12px;
  padding: 7px 10px;
}.btn.btn-sm.btn-primary.edit_cat.edit-btnnsf{
    font-size: 12px;
  padding: 7px 30px;
}.open-category-modeels .modal-dialog {
  max-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0;
  border: 0;
}.open-category-modeels .modal-dialog img {
  width: 250px !important;
  margin: 0 auto;
  display: block;
}.open-category-modeels .modal-content {
  border: 0;
  border-radius: 0;
  height: 100vh;
}.container-fluid.sitemanage-page {
  padding: 0 !important;
} .card-body.create.coupne::before {
   content: 'Create Coupon Code';
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 20px;
    display: block;
} .container-fluid.menumanage-page .card-header {
    display: none;
}.container-fluid.menumanage-page.offers-page .card.mb-3,.col-md-8.menu-mange-cssss.offfer-page-csss .card-body {
    border: 0;
    box-shadow: rgb(237, 238, 242) 2px 1px 7px 4px;
    border-radius: 4px;
}.container-fluid.sitemanage-page .title.title-dispplay {
    display: none;
  }  .container-fluid.sitemanage-page .card-body::before{
      content: 'Profile Info';
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 20px;
    display: block;
  }.container-fluid.sitemanage-page .btn.btn-info.btn-primary.btn-block.col-md-2 {
  width: 100% !important;
  max-width: 100%;
}#page-policices .container {
  width: 100%!important;
}#section-faq h1 {
  font-size: 40px!important;
}#section-faq .accordion-button,#section-faq .accordion-content p {
  font-size: 14px!important;
}
}



@media only screen and (min-device-height: 600px) and (max-device-height: 834px) and (orientation: landscape),
screen and (min-height: 600px) and (max-height: 834px) and (orientation: landscape){
    
}