@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --primary: #B50F09;
  --title: black;
  --text: #212529;
  --bs-primary-rgb: var(--primary);
  --bs-light-rgb: #FFFFFF;
  --bs-link-color-rgb: #000000;
  --bs-modal-padding: 28px 32px;
  --bs-form-valid-color: var(--primary);
  --bs-form-valid-border-color: var(--primary);
  --bs-border-color: #dee2e6;
  --bs-body-color: var(--text);
  --bs-heading-color: var(--title);
}

body {
  --bs-body-font-family: Poppins, sans-serif;
  --bs-font-sans-serif: Poppins, sans-serif;
  --bs-body-bg: #F4F5F8;
}

a {
  text-decoration: none;
}
a:hover {
  color: var(--primary);
  filter: brightness(90%);
}
a.link-icon, a.primary {
  color: var(--primary);
}
a.link-icon:hover, a.primary:hover {
  filter: brightness(90%);
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0px;
}

.btn {
  --bs-btn-font-family: Poppins, sans-serif;
  --bs-btn-font-size: 14px;
  --bs-border-radius: 40px;
  --bs-btn-padding-x: 32px;
  --bs-btn-padding-y: 8px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary);
  --bs-btn-hover-border-color: var(--primary);
  --bs-btn-focus-shadow-rgb: var(--primary);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary);
  --bs-btn-active-border-color: var(--primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary);
  --bs-btn-disabled-border-color: var(--primary);
}
.btn-primary:hover {
  filter: brightness(95%);
}
.btn-primary:active {
  filter: brightness(90%);
}

.btn-secondary {
  --bs-btn-color: $gray_500;
  --bs-btn-bg: #F4F5F8;
  --bs-btn-border-color: #F4F5F8;
  --bs-btn-hover-color: $gray_500;
  --bs-btn-hover-bg: #e4e7ee;
  --bs-btn-hover-border-color: #e4e7ee;
  --bs-btn-focus-shadow-rgb: 244,
  245,
  248;
  --bs-btn-active-color: $gray_500;
  --bs-btn-active-bg: #d5d9e4;
  --bs-btn-active-border-color: #d5d9e4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F4F5F8;
  --bs-btn-disabled-border-color: #F4F5F8;
}

.btn-outline-primary {
  --bs-btn-color: var(--primary);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary);
  --bs-btn-hover-border-color: var(--primary);
  --bs-btn-focus-shadow-rgb: var(--primary);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary);
  --bs-btn-active-border-color: var(--primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--primary);
}
.btn-outline-primary:active {
  filter: brightness(90%);
}

.btn-close {
  --bs-btn-close-color: #1C1B1F;
  --bs-btn-close-opacity: 1;
  --bs-btn-close-focus-shadow: none;
}

.table {
  --bs-table-color: var(--text);
  --bs-table-hover-color: var(--text);
}

.modal {
  --bs-modal-bg: #FFFFFF;
  --bs-modal-header-padding: 32px 28px 0px;
  --bs-modal-header-border-width: 0px;
  --bs-modal-padding: 28px 32px;
}

.modal-footer {
  --bs-modal-footer-border-width: 0px;
  padding: 0px 32px 28px;
}

.modal-header {
  align-items: start;
}

.text_xs {
  font-size: 12px;
}

.text_sm {
  font-size: 14px;
}

.text_md {
  font-size: 16px;
}

.border_md {
  border-radius: 16px;
}

.fw_medium {
  font-weight: 500;
}

.fw_normal {
  font-weight: 400;
}

.w-fit {
  width: fit-content;
}

.self-center {
  justify-self: center;
  align-self: center;
}

.list-group {
  --bs-list-group-active-color: var(--primary);
  --bs-list-group-active-bg: rgba(181, 15, 9, 0.1019607843);
  --bs-list-group-color: var(--title);
  --bs-list-group-bg: transparent;
  --bs-list-group-border-width: 0px;
}

.accordion {
  --bs-accordion-color: black;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 10px;
  --bs-accordion-btn-color: black;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-icon-width: 24px;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-body-padding-x: 0px;
  --bs-accordion-body-padding-y: 12px;
  --bs-accordion-active-color: black;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-border-radius: 0px;
}

.pagination {
  --bs-pagination-color: var(--primary);
  --bs-pagination-hover-color: white;
  --bs-pagination-hover-bg: var(--primary);
  --bs-pagination-hover-border-color: var(--primary);
  --bs-pagination-focus-color: var(--primary);
  --bs-pagination-active-bg: var(--primary);
  --bs-pagination-active-border-color: var(--primary);
}

.dropdown-menu {
  --bs-dropdown-link-hover-bg: rgba(181, 15, 9, 0.1019607843);
  --bs-dropdown-link-hover-color: var(--primary);
  --bs-dropdown-link-active-bg: rgba(181, 15, 9, 0.1019607843);
  --bs-dropdown-link-active-color: var(--primary);
}
.dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.form-select:focus {
  border-color: var(--primary) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(181, 15, 9, 0.1019607843);
}

.truncate-2-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}

.icon-wifi_calling {
  font-size: 24px;
  color: var(--primary);
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1366px !important;
  }
}
.btn-icon-primary {
  color: var(--primary);
  background-color: transparent;
  border: transparent;
  padding: 8px;
}

.btn-icon-primary:hover,
.btn-icon-primary:active {
  color: var(--primary);
  background-color: #e7e9ef;
  border: #e7e9ef;
}

.btn-quantity {
  color: #FFFFFF;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  font-size: 15px;
  padding: 0px;
}

.btn-minus {
  background-color: #CACACA;
}
.btn-minus:hover {
  background-color: #bdbdbd;
}

.btn-plus {
  background-color: var(--primary);
}
.btn-plus:hover {
  background-color: var(--primary);
  filter: brightness(95%);
}

.btn-cart-modal {
  width: 100%;
  background-color: #FFFFFF;
  border: none;
  border-radius: 30px;
  display: flex;
  padding: 10px 15px;
  align-items: center;
  gap: 16px;
}

.main-content {
  min-height: calc(100vh - 70px - 140px);
}

@media (min-width: 576px) {
  .main-content {
    min-height: calc(100vh - 70px - 90px);
  }
}
.payment-icon {
  height: 35px;
  width: 50px;
  padding: 0px 6px;
  box-shadow: 0px 0px 4.97px 0px rgba(0, 0, 0, 0.0705882353);
  border: 0.66px solid #D9D9D9;
  border-radius: 4px;
}

.login-page,
.sign-up-page,
.forgot-password-page,
.reset-password-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page .login-wrapper,
.login-page .sign-up-wrapper,
.login-page .forgot-password-wrapper,
.login-page .reset-password-wrapper,
.sign-up-page .login-wrapper,
.sign-up-page .sign-up-wrapper,
.sign-up-page .forgot-password-wrapper,
.sign-up-page .reset-password-wrapper,
.forgot-password-page .login-wrapper,
.forgot-password-page .sign-up-wrapper,
.forgot-password-page .forgot-password-wrapper,
.forgot-password-page .reset-password-wrapper,
.reset-password-page .login-wrapper,
.reset-password-page .sign-up-wrapper,
.reset-password-page .forgot-password-wrapper,
.reset-password-page .reset-password-wrapper {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.login-page h5,
.sign-up-page h5,
.forgot-password-page h5,
.reset-password-page h5 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.notfound {
  max-width: 710px;
  line-height: 1.4;
}
.notfound .notfound-404 h1 {
  font-family: "Passion One", cursive;
  color: var(--primary);
  font-size: 150px;
  letter-spacing: 15.5px;
  margin: 0px;
  font-weight: 900;
}
.notfound h2 {
  font-family: "Raleway", sans-serif;
  color: #292929;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-top: 0;
}
.notfound p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
}

.web-logo {
  max-width: 100px;
  max-height: 50px;
}

.navbar {
  height: 70px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0509803922);
}
.navbar .nav-item {
  display: flex;
  align-items: center;
}
.navbar .email {
  padding: 8px 32px;
  border-radius: 100px;
  color: var(--primary);
  background-color: rgba(181, 15, 9, 0.1019607843);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.navbar .navbar-toggle-mobile {
  padding: 6px 8px;
  border-radius: 8px;
}
.navbar .navbar-toggle-mobile .navbar-toggler-icon {
  width: 1rem;
  height: 1rem;
}
.navbar .icon-info {
  font-size: 32px;
}

@media (min-width: 992px) {
  .navbar .email {
    max-width: 400px;
  }
}
footer:not(.custom-footer) {
  height: 140px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer:not(.custom-footer) a {
  font-size: 14px;
}
footer:not(.custom-footer) a.link-icon {
  font-size: 32px;
}

@media (min-width: 576px) {
  footer:not(.custom-footer) {
    height: 90px;
  }
}
.custom-footer .container {
  border-top: 1px solid #D9D9D9;
}
.custom-footer .container .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 14px;
}
.custom-footer .container .subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 16px;
  word-break: break-all;
}
.custom-footer .container .opening-hours {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
}
.custom-footer .container .icon {
  font-size: 32px;
}
.custom-footer .container .payment-container {
  display: grid;
  grid-template-columns: auto auto auto;
}

.cart {
  border-radius: 16px;
}
.cart .header h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--title);
}
.cart .header p {
  color: var(--text);
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}
.cart .header #delete-cart {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  border-radius: 50%;
  display: block;
  color: #FFFFFF;
  border: 0px;
  padding: 0px;
}
.cart .header #delete-cart::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.cart .header #delete-cart:hover {
  background-color: var(--primary);
  filter: brightness(95%);
}
.cart .cart-list {
  margin-top: 24px;
}
.cart .cart-list .cart-item {
  display: flex;
  gap: 1rem;
  background-color: #FFFFFF;
  padding: 12px;
  border-radius: 16px;
}
.cart .cart-list .cart-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
}
.cart .cart-list .cart-item .info {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: space-between;
}
.cart .cart-list .cart-item .info .name {
  color: var(--title);
  font-size: 14px;
  font-weight: 500;
}
.cart .cart-list .cart-item .info .price {
  color: var(--title);
  font-size: 14px;
  font-weight: 700;
}
.cart .fee-container {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #D9D9D9;
}
.cart .fee-container p {
  font-size: 14px;
  color: var(--text);
}
.cart .fee-container .total p {
  font-size: 16px;
  font-weight: 600;
  color: var(--title);
}

#cart-modal {
  position: sticky;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
#cart-modal .container {
  background-color: #F4F5F8;
}
#cart-modal .icon-cart {
  background-color: var(--primary);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #FFFFFF;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

#cart-content-modal .modal-dialog {
  display: flex;
  align-items: end;
  margin-top: 1rem;
  margin-bottom: 0px;
  height: calc(100% - 1rem);
}
#cart-content-modal .modal-dialog .modal-content {
  background-color: #F4F5F8;
  border-radius: 20px 20px 0px 0px;
  border: none;
}

#product-item-modal .modal-content {
  border-radius: 16px;
  border: none;
}
#product-item-modal .modal-body::-webkit-scrollbar {
  display: none;
}
#product-item-modal .btn-close {
  background-color: rgba(217, 217, 217, 0.1019607843);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0px;
  font-size: 14px;
}
#product-item-modal .btn-close:hover {
  background-color: rgba(217, 217, 217, 0.3529411765);
}
#product-item-modal .product-image {
  position: relative;
}
#product-item-modal .product-image img {
  max-height: 300px;
  object-fit: fill;
}
#product-item-modal .product-image .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#product-item-modal .content {
  padding: var(--bs-modal-padding);
}
#product-item-modal .content .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: var(--title);
}
#product-item-modal .content .description {
  font-size: 13px;
  font-weight: 400;
  margin: 8px 0px 24px;
  color: var(--text);
}
#product-item-modal .sticky-header {
  position: sticky;
  display: none !important;
  opacity: 0;
  transition: opacity ease-in 0.2s;
  z-index: 2;
  padding: 20px 32px;
  border-radius: 16px 16px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0px;
  background-color: white;
}
#product-item-modal .sticky-header p {
  color: var(--title);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
#product-item-modal .sticky-header.active {
  display: flex !important;
  opacity: 1;
}
#product-item-modal .total-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--primary);
}

@media (min-width: 1200px) {
  #cart-content-modal {
    display: block;
    opacity: 1;
    position: sticky;
    top: 30px;
    height: fit-content;
    z-index: 5;
  }
  #cart-content-modal .modal-dialog {
    margin: 0px;
    transform: none;
    height: fit-content;
  }
  #cart-content-modal .modal-content {
    border-radius: 0px !important;
  }
  #cart-content-modal .modal-body {
    padding: 0px;
  }
}
#select-time-modal .row .col:first-child {
  border-right: 1px solid #D9D9D9;
}
#select-time-modal .row .title {
  color: var(--title);
}
#select-time-modal .modal-header {
  position: relative;
  display: block;
}
#select-time-modal .modal-header .btn-close {
  position: absolute;
  margin: 12px 10px;
  top: 0px;
  right: 0px;
  background-color: rgba(217, 217, 217, 0.1019607843);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0px;
  font-size: 14px;
  z-index: 2;
}
#select-time-modal .modal-header .btn-close:hover {
  background-color: rgba(217, 217, 217, 0.3529411765);
}
#select-time-modal .modal-content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 20px;
}
#select-time-modal .modal-content .date-item {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  border-radius: 100px;
  width: 100%;
  padding: 10px 12px 10px calc(1.5rem + 10px);
  cursor: pointer;
}
#select-time-modal .modal-content .date-item:has(input:checked) {
  background-color: rgba(181, 15, 9, 0.1019607843);
}
#select-time-modal .modal-content .date-item label {
  width: 100%;
  cursor: pointer;
}
#select-time-modal .custome-scroll {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#select-time-modal .custome-scroll::-webkit-scrollbar {
  width: 3px;
}
#select-time-modal .custome-scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
#select-time-modal .custome-scroll::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}
#select-time-modal .custome-scroll::-webkit-scrollbar-thumb:hover {
  background: #DADADA;
}

.accordion .accordion-item {
  border-bottom: 1px solid #D9D9D9;
}
.accordion .accordion-item .accordion-button {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-family: var(--bs-body-font-family) !important;
}
.accordion .accordion-item .accordion-button::after {
  font-family: "icomoon" !important;
  color: #1C1B1F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-image: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  color: var(--primary);
}
.accordion .accordion-item .accordion-body {
  padding-top: 0px;
}

.form-template {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.01em;
}
.form-template .form-label {
  color: #0C1421;
}
.form-template .form-control:not(.form-phone):not(:disabled):not(.is-invalid) {
  border: 1px solid #D4D7E3;
  background-color: #F7FBFF;
  color: #0C1421;
  padding-left: 16px;
  padding-right: 16px;
}
.form-template .form-control:not(.form-phone):not(:disabled):not(.is-invalid).error {
  border-color: #dc3545;
}
.form-template .form-control:not(.form-phone):not(:disabled):not(.is-invalid)::placeholder {
  color: #8897AD;
  font-size: 14px;
}
.form-template .form-control:not(.form-phone):not(:disabled):not(.is-invalid):focus {
  border-color: var(--primary) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(181, 15, 9, 0.1019607843);
}
.form-template input.form-control,
.form-template .input.form-control {
  height: 45px;
  border-radius: 40px;
  color: #0C1421;
}
.form-template .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-template .form-check .form-check-input {
  margin-top: 0px;
}
.form-template .form-check .form-check-input.error {
  border-color: #dc3545;
}
.form-template .form-check .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-template .form-check .form-check-input:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 0.25rem rgba(181, 15, 9, 0.1019607843);
}
.form-template .form-check:not(.form-switch) .form-check-input {
  width: 18px;
  height: 18px;
}
.form-template .form-switch .form-check-input:focus {
  background-image: url("../images/switch.svg") !important;
}

.payment-form-template {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.01em;
}
.payment-form-template .form-label {
  color: #0C1421;
}
.payment-form-template .form-control,
.payment-form-template .form-select {
  border-radius: 10px;
  border: 1px solid #C4C4C4;
  background-color: white;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 400;
  color: black;
  height: 45px;
}
.payment-form-template .form-control.error,
.payment-form-template .form-select.error {
  border-color: #dc3545;
}
.payment-form-template .form-control::placeholder,
.payment-form-template .form-select::placeholder {
  color: #999999;
  font-size: 14px;
}
.payment-form-template .form-control:focus,
.payment-form-template .form-select:focus {
  border-color: var(--primary) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(181, 15, 9, 0.1019607843);
}
.payment-form-template .form-select {
  --bs-form-select-bg-img: url(../images/select-down.svg);
  background-size: 12px 6px;
}

.form-check-input {
  --bs-form-check-bg: transparent;
}
.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-check-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.25rem rgba(181, 15, 9, 0.1019607843);
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.quantity {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  width: 30px;
  text-align: center;
  border: none;
}
.quantity:focus-visible {
  outline: none;
}

label.error {
  margin-top: 0.5rem;
  color: #dc3545;
}

.form-control.date-range-picker {
  background-color: #F4F2F2;
  border-color: transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  position: relative;
  padding-left: calc(1rem + 20px);
  padding-right: calc(1rem + 20px);
}
.form-control.date-range-picker input {
  background-color: #F4F2F2;
  border-color: transparent;
  width: 200px;
}
.form-control.date-range-picker input:focus-visible {
  outline: none;
}
.form-control.date-range-picker:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.25rem rgba(181, 15, 9, 0.1019607843);
}
.form-control.date-range-picker::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/calendar.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.form-control.date-range-picker::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/select-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  .form-control.date-range-picker {
    padding-left: 0.75rem;
  }
  .form-control.date-range-picker::before {
    display: none;
  }
}
.form-phone {
  background-color: transparent;
  border: none;
  height: calc(43px - 0.75rem) !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  border-radius: 40px;
}
.form-phone::placeholder {
  color: #8897AD;
  font-size: 14px;
}
.form-phone:focus {
  box-shadow: none !important;
  background-color: transparent;
  border: none;
}

.form-control:has(.is-invalid) ~ .invalid-feedback {
  display: block;
}

.form-control-parent {
  padding-right: 0px !important;
}
.form-control-parent > div {
  width: 100%;
}

.table {
  --bs-table-bg: transparent;
}
.table thead th {
  padding: 16px;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: rgba(35, 35, 33, 0.8);
}
.table thead.bold-header th {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.table tbody td {
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
}
.table tbody td img.circle-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.table tbody td img.square-avatar {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.home-page .banner {
  color: #FFFFFF;
  position: relative;
  margin-bottom: 50px;
}
.home-page .banner .banner-bg {
  width: 100%;
  height: 300px;
  border-radius: 16px;
}
.home-page .banner .info {
  border-radius: 16px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 18px 38px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.home-page .banner .info .name {
  margin-top: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.home-page .banner .info .address {
  font-size: 14px;
  line-height: 21px;
}
.home-page .banner .info .close-time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 21px;
}
.home-page .banner .info .close-time .icon {
  font-size: 24px;
  color: var(--primary);
}
.home-page .title {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
.home-page .home-item {
  color: #FFFFFF;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
}
.home-page .home-item .image-bg {
  height: 260px;
  object-fit: fill;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.home-page .home-item:hover .image-bg {
  transform: scale(1.1);
}
.home-page .home-item .info {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 16px;
}
.home-page .home-item .info .name {
  margin-top: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.home-page .home-item .info .address {
  font-size: 14px;
  line-height: 21px;
}
.home-page .home-item .info .close-time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 21px;
}
.home-page .home-item .info .close-time .icon {
  font-size: 24px;
  color: white;
}

.menu-page .banner {
  color: #FFFFFF;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}
.menu-page .banner .banner-bg {
  min-height: 320px;
  object-fit: cover;
  border-radius: 16px;
  height: 100%;
  width: 100%;
}
.menu-page .banner .info {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 16px;
}
.menu-page .banner .info .name {
  margin-top: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.menu-page .banner .info .address {
  font-size: 14px;
  line-height: 21px;
}
.menu-page .banner .info .close-time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 21px;
}
.menu-page .banner .info .close-time .icon {
  font-size: 24px;
  color: var(--primary);
}
.menu-page .banner .info .halal-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 21px;
}
.menu-page .menu-sidebar {
  position: sticky;
  top: 30px;
}
.menu-page .menu-sidebar h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--primary);
}
.menu-page .menu-sidebar p {
  color: var(--text);
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}
.menu-page .menu-sidebar #menu-list {
  margin-top: 24px;
}
.menu-page .menu-sidebar #menu-list ul {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu-page .menu-sidebar #menu-list ul li .list-group-item {
  padding-left: 25px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}
.menu-page .menu-sidebar #menu-list ul li .list-group-item::before {
  content: "";
  position: absolute;
  display: block;
  height: 5px;
  width: 5px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--primary);
  border-radius: 50%;
}
.menu-page .menu-sidebar #menu-list ul li .list-group-item.active {
  font-weight: 600;
}
@media (max-width: 768px) {
  .menu-page .menu-sidebar-wrapper {
    position: sticky;
    top: 0px;
    background-color: var(--bs-body-bg);
    z-index: 2;
  }
  .menu-page .menu-sidebar-wrapper .menu-sidebar #menu-list ul {
    flex-direction: row;
    overflow-x: scroll;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 16px;
  }
  .menu-page .menu-sidebar-wrapper .menu-sidebar #menu-list ul li .list-group-item::before {
    display: none;
    padding-left: 8px;
  }
}
.menu-page .category {
  padding-top: 1.5rem;
}
.menu-page .category h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--primary);
  margin-bottom: 12px;
}
.menu-page .category .product-item {
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 16px;
  display: flex;
  gap: 32px;
  align-items: start;
  cursor: pointer;
}
.menu-page .category .product-item .img-wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.menu-page .category .product-item img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.menu-page .category .product-item .info .name {
  color: var(--title);
  font-size: 18px;
  font-weight: 600;
}
.menu-page .category .product-item .info .description {
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  margin: 8px 0px 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.menu-page .category .product-item .info .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--primary);
}
.menu-page .category .product-item:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.menu-page #product-item-modal #product-item-modal-content {
  position: relative;
}
.menu-page #product-item-modal #product-item-modal-content #product-item-modal-loading,
.menu-page #product-item-modal #product-item-modal-content #product-item-modal-error {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.information-page .tab-container {
  display: none;
}
.information-page .tab-container .tab-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: var(--title);
  padding: 0px 8px 1.5rem;
  border-bottom: 1px solid #D9D9D9;
}
.information-page .tab-container .tab-body {
  padding-top: 2rem;
}
.information-page .tab-form {
  display: none;
}
.information-page .steps {
  min-width: 80%;
  max-width: 100%;
  position: relative;
}
@media (min-width: 576px) {
  .information-page .steps::after {
    content: " ";
    position: absolute;
    border-top: 1px dashed #999999;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
  }
}
.information-page .step {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  z-index: 2;
  background: #F4F5F8;
  padding: 2px 4px;
  border-radius: 15px;
}
.information-page .step .icon {
  font-size: 18px;
  color: #999999;
}
.information-page .step.active .icon,
.information-page .step.finish .icon {
  color: #34A853;
}
.information-page .select-item {
  height: 100%;
  padding-left: 0px;
}
.information-page .select-item input:not(:disabled).error ~ label {
  border-color: #dc3545;
}
.information-page .select-item label {
  display: flex;
  gap: 14px;
  font-size: 13px;
  color: #0C1421;
  align-items: center;
  background-color: #F7FBFF;
  border: 1px solid #D4D7E3;
  padding: 10px 16px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.information-page .select-item label .icon {
  color: rgba(0, 0, 0, 0.5411764706);
  font-size: 24px;
}
.information-page .select-item label .subtitle {
  font-size: 11px;
}
.information-page .select-item input {
  display: none;
}
.information-page .select-item input:checked ~ label {
  border-color: var(--primary);
}
.information-page .select-item input:checked ~ label .icon {
  color: var(--primary);
}
.information-page .select-item input:checked ~ label svg {
  fill: var(--primary);
}
.information-page .select-item input:disabled ~ label {
  opacity: 0.5;
}
.information-page .payment-price {
  color: black;
}
.information-page .payment-price .total {
  font-size: 16px;
  font-weight: 600;
}
.information-page .btn-back {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--title);
  cursor: pointer;
}
.information-page .btn-back:hover {
  color: rgba(0, 0, 0, 0.5411764706);
}
.information-page .logout {
  background: transparent;
  border: none;
  color: var(--primary);
}
.information-page .logout:hover {
  opacity: 0.8;
}

.my-profile-page {
  border-radius: 16px;
  padding: 24px 36px;
}
.my-profile-page .header p {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: var(--title);
}
.my-profile-page .info-container > .row {
  border-bottom: 1px solid #D9D9D9;
}
.my-profile-page .info-container .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0.5rem;
  color: var(--title);
}
.my-profile-page .info-container .subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.my-profile-page .btn-log-out {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 8px 20px;
  font-weight: 500;
}
.my-profile-page .btn-log-out .icon {
  font-size: 24px;
}

.order-list-page {
  border-radius: 16px;
  padding: 24px 36px;
}
.order-list-page .header p {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: var(--title);
}
.order-list-page .delivered {
  width: 8px;
  height: 8px;
  background-color: #44C42F;
  border-radius: 50%;
}
.order-list-page .canceled {
  width: 8px;
  height: 8px;
  background-color: #E3606D;
  border-radius: 50%;
}
.order-list-page .waiting-payment {
  width: 8px;
  height: 8px;
  background-color: #ffea00;
  border-radius: 50%;
}
.order-list-page .pending {
  width: 8px;
  height: 8px;
  background-color: #FFA52F;
  border-radius: 50%;
}
.order-list-page .btn-view {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F5F8;
  border-radius: 8px;
}
.order-list-page .btn-view:hover {
  background-color: #D4D7E3;
}

@media (max-width: 576px) {
  .order-list-page {
    padding: 24px 16px;
  }
}
.order-details-page .btn-back {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--title);
  cursor: pointer;
}
.order-details-page .btn-back:hover {
  color: rgba(0, 0, 0, 0.5411764706);
}
.order-details-page .title-container {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: var(--title);
}
.order-details-page .order-info {
  background-color: white;
  border-radius: 16px;
  padding: 22px;
}
.order-details-page .order-info .badge-status {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 8px 16px;
  border-radius: 100px;
  color: #232321;
}
.order-details-page .order-info .badge-status.pending {
  background-color: #FFA52F;
}
.order-details-page .order-info .badge-status.delivered {
  background-color: #44C42F;
}
.order-details-page .order-info .badge-status.canceled {
  background-color: #E3606D;
}
.order-details-page .order-info .time {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.order-details-page .order-info .order-info-item {
  border: 1px solid #E7E7E3;
  padding: 16px 18px;
  display: flex;
  gap: 16px;
  border-radius: 16px;
  height: 100%;
}
.order-details-page .order-info .order-info-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--text);
}
.order-details-page .order-info .order-info-item img {
  width: 40px;
  height: 40px;
}
.order-details-page .order-info .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--title);
}
.order-details-page .order-info .payment img {
  height: 20px;
  width: 36px;
  padding: 0px 8px;
  border: 0.3px solid #E7E7E3;
  border-radius: 4px;
}
.order-details-page .product-list {
  background-color: white;
  border-radius: 16px;
  padding: 22px;
}
.order-details-page .product-list .title-container {
  border-bottom: 0.5px solid rgba(35, 35, 33, 0.2);
}
.order-details-page .product-list .total-container {
  padding: 16px;
}
.order-details-page .product-list .total-container p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.order-details-page .product-list .total-container p.total {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--title);
}
.order-details-page .product-list .total-container p span:last-child {
  margin-left: auto;
}

/*# sourceMappingURL=style.css.map */
