@font-face {
  font-family: yekanbakhBoldNumber;
  src:
    url("../assets/fonts/FaNum/Yekan Bakh FaNum 06 Bold.eot"),
    url("../assets/fonts/FaNum/Yekan Bakh FaNum 06 Bold.ttf"),
    url("../assets/fonts/FaNum/Yekan Bakh FaNum 06 Bold.woffs");
}
@font-face {
  font-family: yekanBakhLight;
  src:
    url("../assets/fonts/Yekan bakh fanum/yekan bakh/Fonts/Fa-En/Yekan Bakh Fa-En 03 Light.eot"),
    url("../assets/fonts/Yekan bakh fanum/yekan bakh/Fonts/Fa-En/Yekan Bakh Fa-En 03 Light.ttf"),
    url("../assets/fonts/Yekan bakh fanum/yekan bakh/Fonts/Fa-En/Yekan Bakh Fa-En 03 Light.woff");
}

@font-face {
  font-family: yekanbakhBold;
  src:
    url("../assets/fonts/Yekan bakh fanum/yekan bakh/Fonts/Fa-En/Yekan Bakh Fa-En 06 Bold.eot"),
    url("../assets/fonts/Yekan bakh fanum/yekan bakh/Fonts/Fa-En/Yekan Bakh Fa-En 06 Bold.ttf"),
    url("../assets/fonts/Yekan bakh fanum/yekan bakh/Fonts/Fa-En/Yekan Bakh Fa-En 06 Bold.woff");
}

@font-face {
  font-family: yekanbakhBolder;
  src:
    url("../assets/fonts/Yekan bakh fanum/yekan bakh/Fonts/Fa-En/Yekan Bakh Fa-En 07 Heavy.eot"),
    url("../assets/fonts/Yekan bakh fanum/yekan bakh/Fonts/Fa-En/Yekan Bakh Fa-En 07 Heavy.ttf"),
    url("../assets/fonts/Yekan bakh fanum/yekan bakh/Fonts/Fa-En/Yekan Bakh Fa-En 07 Heavy.woff");
}

body {
  direction: rtl !important;
  font-family: yekanbakhBold !important;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

a {
  text-decoration: none !important;
}

p {
  margin: 0 !important;
}

.fs-18 {
  font-size: 18px !important;
}

.container-wrapper {
  border: 1px dashed #dddddd;
  max-width: 576px;
  height: 100vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  position: relative;
}

.custom-link {
  text-decoration: underline;
}

.container-wrapper::-webkit-scrollbar {
  display: none;
  scroll-behavior: smooth;
}

.container-wrapper::-webkit-scrollbar-thumb {
  display: none;
  border-radius: 15px;
  background: #eee;
}

.offcanvas-backdrop {
  width: 100% !important;
  height: 100vh !important;
  position: absolute;
}

.header-wraper {
  background-color: #fff;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.border-header {
  border-bottom: 1px solid #ccc;
}

.main {
  background: url("./../assets/img/bg-index.png") -23px no-repeat;
  height: 100%;
  position: relative;
  z-index: 1;
}

.glass {
  background-color: #fff !important;
  /* filter: blur(3px); */

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 100;
  opacity: 80%;
}

.content-wrapper {
  z-index: 200 !important;
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;
}

.menu-content-wrapper {
  height: auto !important;
  width: 100%;
}

.content-hero {
  background: linear-gradient(135deg, #fff8dd, #ffffff);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
  padding: 30px;
  border-radius: 10px;
}

.content-hero img {
  width: 200px;
}

.menu-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -6px;
  width: 100%;
}

.menu-hero img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.hero-detail-title {
  font-size: 27px;
  font-weight: bold;
  font-family: yekanbakhBold !important;
}

.hero-detail-paragraph {
  color: #6d6d6d;
  font-size: 20px !important;
  font-weight: bold !important;
  font-family: yekanbakhBold !important;
}

.score-detail-paragraph {
  color: #6d6d6d;
  font-size: 22px;
  font-weight: bold;
  font-family: yekanbakhBold !important;
  margin-top: 20px !important;
  /*margin-bottom: 5px;*/
}

.question-span {
  color: #6d6d6d;
  font-size: 14px;
  /*margin-top: -12px !important;*/
  display: block;
}

.btn-submit {
  background-color: #265e27;
  width: 100%;
  text-decoration: none;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold !important;
  font-family: yekanBakhLight;
}

.nav-link {
  width: 85px !important;
  height: 6px !important;
  min-height: 3px !important;
  border-radius: 50px !important;
  padding: 0 !important;
  background-color: #e7e7e7 !important;
  pointer-events: none !important;
}

.page-title {
  font-size: 16px !important;
  font-family: yekanbakhBoldNumber;
}

.nav-link.active {
  background-color: #265e27 !important;
}

.score-wrapper {
  direction: ltr;
}

.score {
  border: 2px solid #e7e7e7 !important;
  width: 80px;
  height: 80px;
  /* margin: 0 auto; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px !important;
  font-size: 25px;
  color: #5f5f5f;
  cursor: pointer;
  background: transparent !important;
}

.score.active {
  border: 1px solid #0d657d !important;
  background: #34eaff !important;
}

.navs-wrapper {
  justify-content: center;
  gap: 20px;
  flex-wrap: unset !important;
}

.menu-wrapper {
  position: relative;
}

.search-box-wrapper {
  position: absolute;
  top: -89px;
  right: 0%;
  padding: 15px 20px;
  border: 2px solid #000;
  width: 100%;
  border-radius: 15px;
  background: #fff;
  display: flex;
  align-items: center;
}

.search-box-wrapper input {
  border: 0;
  font-size: 16px;
  color: #777 !important;
  padding-right: 15px;
  outline: none;
  width: 100%;
}

.search-box-wrapper input:focus {
  border: 0 !important;
}

.category {
  background-color: #265e27;
  color: #fff !important;
  height: auto !important;
  padding: 30px 20px;
  border-radius: 15px !important;
  text-align: center;
}

.category-border {
  border: 3px solid #265e27;
}

.category-image {
  background-color: #fff !important;
  width: max-content;
  border-radius: 15px;
  border: 2px solid #fff !important;
  width: 120px;
  /*padding: 15px !important;*/
  height: 120px;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.category-title {
  font-size: 20px;
  margin: 0 !important;
  font-family: yekanbakhBold;
}

/* .menu-price-title {
  font-size: 32px;
  color: #1c1c1c;
  margin: 0 !important;
} */

.border-middle {
  border: 2px solid #000;
  width: 50%;
  padding: 0 10px;
  flex: 1;
  margin: 0 30px;
}

.cold {
  background: #f2f0da;
}

.hot {
  background-color: #daf5da;
}

.cake {
  background-color: #f7edfa;
}

.menu-price-card {
  background-color: #f3efe4;
  border: 2px solid #3d3d3d;
  padding: 17px 15px;
  border-radius: 15px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  grid-template-areas:
    "image info"
    "desc desc";
  gap: 16px 26px;
}

.card-img-wrapper {
  grid-area: image;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 220px;
  border: 2px solid #3d3d3d;
  border-radius: 28px;
  background: #fff;
  overflow: hidden;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.drink-card {
  grid-area: info;
  min-width: 0;
  justify-content: center;
  gap: 20px;
}

.drink-title {
  margin: 0;
  font-size: 26px;
  font-family: yekanbakhBoldNumber;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.drink-price {
  font-size: 24px;
  font-family: yekanbakhBoldNumber;
}

.drink-price-span {
  font-size: 16px;
}

.drink-paragraph {
  font-family: yekanbakhBoldNumber;
  grid-area: desc;
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: #5e6278;
  line-height: 1.8;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media screen and (max-width: 575px) {
  .menu-price-card {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
    min-height: auto;
    padding: 14px 12px;
    border-radius: 18px;
  }

  .drink-paragraph {
    font-size: 13px;
    line-height: 1.9;
  }
}

.menu-price-card-wrapper.show {
  display: flex !important;
}

.menu-price-title-wrapper {
  cursor: pointer;
}

.footer-section {
  background: #214d22;
  border-radius: 28px 28px 0 0;
  padding: 40px 24px;
}

.footer-section ul {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  list-style: none;
}
.offcanvas-header {
  display: flex !important;
  /* padding: 0 27px !important; */
  align-items: center !important;
  padding: 1rem 2rem 1rem 1rem !important;
}

.profile-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555;
  justify-content: center;
}
.profile-wrapper span {
  font-size: 18px;
  font-family: "yekanbakhBold";
}
.profile-img-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.profile-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offcanvas-header {
  border-bottom: 1px solid #ccc !important;
}

.nav-link-footer {
  pointer-events: all !important;
  background: transparent !important;
  height: auto !important;
  color: #fff !important;
  font-size: 20px !important;
  font-family: yekanBakhLight;
  position: relative;
}

.footer-contact {
  font-size: 18px !important;
}

.nav-link-footer::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 20px;
  width: 100px;
  height: 20px;
  border-left: 3px solid #fff;
  /* background-color: red !important; */
}

.nav-item:last-child .nav-link-footer::after {
  border-left: 0 !important;
}

.nav-link-footer.active {
  background: transparent !important;
  font-family: yekanbakhBold;
}

.footer-logo {
  gap: 25px;
  align-items: center;
  color: #fff !important;
}

@media (max-width: 576px) {
  .footer-logo {
    gap: 20px;
  }
}

.tab-footer-content {
  width: 100% !important;
  min-height: 350px;
  padding-inline: 15px;
  position: relative;
}

.tab-footer-pane {
  min-height: 350px;
  padding-top: 20px;
}

.footer-address-wrapper {
  display: flex;
  flex-direction: column;

  direction: ltr;
  font-family: yekanbakhBold;
  /* font-weight: bold; */
  font-size: 18px !important;
}

.footer-map #mapDiv {
  width: 100% !important;
  height: 350px !important;
  border-radius: 30px !important;
}

.footer-about-p {
  font-family: yekanbakhBold;
  color: #e1e1e1 !important;
  text-align: justify;
  font-size: 22px;
}

.footer-about-span {
  font-size: 17px;
  text-align: justify;
  line-height: 35px;
  font-family: "yekanBakhLight" !important;
}

.clock-working {
  font-family: yekanbakhBoldNumber;
  font-weight: bold;
  direction: ltr;
}

.weekend-clock {
  font-family: yekanbakhBold;
}

/* .drink-card {
  justify-content: center;
  gap: 10px;
} */

.nav-item::marker {
  display: none !important;
}

.canvas-menu {
  height: 100vh;
  width: 400px !important;
  min-width: 400px !important;
  border-radius: 30px 0 0 30px;
  position: absolute !important;
  background: #efefef !important;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
}
.overflow-hide {
  overflow: hidden !important;
}

.hamburgur-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
  list-style: none;
  /* padding-right: 20px; */
}

.hamburgur-menu li {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #dfdfdf;
  padding: 5px 0px;
  padding-bottom: 17px;
}

.hamburgur-menu li:last-child {
  border: 0;
}

.hamburgur-menu li a {
  text-decoration: none;
  color: #333;
  display: flex;
  gap: 10px;
}

.hamburgur-menu-wrapper {
  all: unset;
  cursor: pointer;
}

.category-card-wrapper {
  align-items: center !important;
  margin-top: 30px !important;
}

.input-score {
  flex: 1;
  padding: 13px 20px;
  text-align: center;
  font-size: 16px !important;
  box-shadow: none !important;
  border-radius: 10px !important;
}
.input-score.disabled {
  background: #fff !important;
}

.plus-btn {
  border: 0;
  background: #35ccaa;
  color: #fff;
  width: 55px;
  height: 50px;
  border-radius: 10px;
  font-size: 25px;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.minus-btn {
  border: 0;
  background: #f87480;
  color: #fff;
  width: 55px;
  height: 50px;
  border-radius: 10px;
  font-size: 25px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.score-description {
  box-shadow: none;
  border-radius: 10px;
  height: 150px;
}

.dropdown-menu-wrapper {
  border: 1px solid #efefef !important;
  border-radius: 50px;
}
/* start of style invoices  */

.header-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}

.header-score-details {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: yekanbakhBoldNumber;
  font-size: 18px;
}

.header-score-details span {
  color: #265e27;
  font-size: 16px;
}

.dropdown-menu-wrapper {
  display: flex !important;
  align-items: center;
  gap: 20px;
  border: 1px solid #efefef !important;
  border-radius: 50px !important;
  /*width: 130px;*/
  justify-content: space-between;
}

.dropdown-menu-wrapper::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #265e27 !important;
}

.dropdown-ul {
  padding: 15px 5px !important;
}
.new-survey {
  background-color: #ffcc00;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.card-invoices-wrapper {
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100vh !important;
}

.card-invoices {
  background: #fff;
  border: 2px solid #dcdcdc;
  border-radius: 25px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  /* gap: 15px; */
}
.btn-answer {
  background: #e7e7e7;
  border: 0;
  padding: 13px 20px;
  border-radius: 13px;
  text-align: justify;
  font-size: 18px;
}

.card-invoice-answer {
  border-bottom: 3px dashed #e7e7e7;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 48px 24px !important;
}

.card-invoice-answer span {
  width: max-content;
  color: #989898;
  padding-right: 20px;
  font-size: 16px;
}

.card-invoice-answer h3 {
  color: #525252;
  padding-right: 10px;
  font-size: 17px;
  line-height: 25px;
  font-family: yekanbakhBoldNumber;
}

.card-score {
  align-self: end;
  background: #ffec41;
  padding: 3px 14px;
  border-radius: 50px;
  border: 1px solid #d19500;
  color: #d19500;
  margin-bottom: 18px;
}

.card-history-span {
  font-weight: bold;
  font-family: yekanbakhBoldNumber;
}
.score-details-wrapper {
  font-family: yekanbakhBoldNumber;
}
.btn-see {
  background: #265e27;
  color: #fff;
  border: 0;
  padding: 15px 0;
  font-size: 16px;
  border-radius: 17px;
  margin-top: 20px;
  cursor: pointer;
  display: block;
  text-align: center;
}
/* start style of scores */

.card-scores {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  color: #525252;
  background: #f6f6f6;
  border-radius: 15px !important;
  padding: 20px;
}

.card-date-status {
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 20px;
}

.big-score.success {
  color: #1bb191;
}

.card-date-status.success {
  color: #1bb191;
}

.big-score.expire {
  color: #ef394f;
  font-family: yekanbakhBoldNumber;
}

.card-date-status.expire {
  color: #ef394f;
  background: #fff1f1;
  border: 1px solid #ef394f;
}

.big-score.used {
  color: #e48b2b;
}

.card-date-status.used {
  color: #e48b2b;
  background: #fdf9ef;
  border: 1px solid #e48b2b;
}

.big-score.ready {
  color: #bd6bca;
}

.card-date-status.ready {
  color: #bd6bca;
  background: #fbf6fd;
  border: 1px solid #bd6bca;
}

.card-edit-wrapper {
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.edit-profile-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 15px 25px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}

.edit-profile-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.edit-title {
  color: #989898;
  font-size: 20px;
}

.edit-input {
  background: transparent !important;
  border: 0;
  font-size: 23px;
  outline: none;
  font-family: yekanbakhBoldNumber;
}
.edit-input:focus {
  border: 0 !important;
  outline: none;
}

.edit-svg {
  cursor: pointer;
}

.dashboard-score-wrapper {
  color: #265e27;
  font-weight: bold;
  font-size: 25px;
  font-family: yekanbakhBoldNumber;
}
.dashboard-score-wrapper a {
  color: #265e27;
  font-weight: bold;
  font-size: 25px;
  font-family: yekanbakhBoldNumber;
  text-decoration: none !important;
}

/* .recent-transaction {
  height: 50vh;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px !important;
} */

/* .traansaction-header {
  display: flex;
  justify-content: center;
} */

/* .traansaction-header span {
  border-bottom: 3px solid #5f5f5f;
  color: #5f5f5f;
  margin-top: 30px;
  font-size: 23px;
  font-weight: bold;
  font-family: yekanbakhBolder;
} */

.all-transaction {
  height: auto;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.transaction-history {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coffice-font {
  font-family: yekanbakhBoldNumber !important;
  color: white !important;
}

.input-form {
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: none;
  height: 44px;
}
.input-form:focus {
  box-shadow: none !important;
}

.form-control {
  font-family: yekanbakhBoldNumber !important;
}

.has-error .form-control:focus {
  border: 1px solid red !important;
  border-color: red !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.textarea-wrapper textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid #cccc;
  border-radius: 10px;
}
.textarea-wrapper textarea:focus {
  border: 1px solid #86b7fe !important;
  outline: none !important;
}
.input-label {
  font-size: 17px;
}
.btn-save {
  background: #265e27;
  color: #fff;
  padding: 8px 40px !important;
  font-size: 17px !important;
  border-radius: 8px !important;
  transition: 0.3s;
}

.btn-save:hover {
  background: #16a972;
  color: #fff;
  padding: 8px 40px !important;
  font-size: 17px !important;
  border-radius: 8px !important;
  transition: 0.3s;
}
.empty-state-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin: 150px 0;
}

.see-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px !important;
  background: #ffb000;
  color: #3b2a16;
  border: 1px solid #ffb000;
  padding: 10px 25px;
  border-radius: 10px !important;
  font-size: 16px;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.2s ease;
}
.see-menu:hover {
  background: #dfb568;
}

.go-login {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #265e27;
  font-size: 14px;
}

/* checkbox style */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .checkbox-wrapper-13 {
    display: flex;
    gap: 12px;
  }

  .checkbox-wrapper-13 input[type="checkbox"] {
    --active: #34eaff;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #34eaff;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 2px solid #d1d1d1;
    background: var(--b, var(--background));
    transition:
      background 0.3s,
      border-color 0.3s,
      box-shadow 0.2s;
  }

  .checkbox-wrapper-13 input[type="checkbox"]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition:
      transform var(--d-t, 0.3s) var(--d-t-e, ease),
      opacity var(--d-o, 0.2s);
  }

  .checkbox-wrapper-13 input[type="checkbox"]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    border: 0 !important;
  }

  .checkbox-wrapper-13 input[type="checkbox"]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }

  .checkbox-wrapper-13 input[type="checkbox"]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }

  .checkbox-wrapper-13 input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
  }

  .checkbox-wrapper-13
    input[type="checkbox"]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }

  .checkbox-wrapper-13 input[type="checkbox"]:focus {
    box-shadow: 0 0 0 var(--focus);
  }

  .checkbox-wrapper-13 input[type="checkbox"]:not(.switch) {
    width: 21px;
  }

  .checkbox-wrapper-13 input[type="checkbox"]:not(.switch):after {
    opacity: var(--o, 0);
  }

  .checkbox-wrapper-13 input[type="checkbox"]:not(.switch):checked {
    --o: 1;
  }

  .checkbox-wrapper-13 input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
    color: #6d6d6d;
    font-size: 18px;
    font-weight: bold;
    font-family: yekanbakhBold !important;
    /* margin-top: 20px !important; */
  }

  .checkbox-wrapper-13 input[type="checkbox"]:not(.switch) {
    border-radius: 7px;
  }

  .checkbox-wrapper-13 input[type="checkbox"]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }

  .checkbox-wrapper-13 input[type="checkbox"]:not(.switch):checked {
    --r: 43deg;
  }
}

.checkbox-wrapper-13 * {
  box-sizing: inherit;
}

.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
  box-sizing: inherit;
}

/* responsive design */
@media screen and (max-width: 575px) {
  .container-wrapper {
    border: 0 !important;
    width: 100% !important;
    /* height: 100% !important; */
    border-radius: 0 !important;
  }

  .canvas-menu {
    width: 400px !important;
    min-width: 400px !important;
    border-radius: 0px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}

@media screen and (max-width: 530px) {
  .hero-detail-paragraph {
    font-size: 18px !important;
  }

  .score {
    width: 60px !important;
    height: 60px !important;
    font-size: 20px;
  }

  .checkbox-wrapper-13 input[type="checkbox"] + label {
    font-size: 15px !important;
  }

  .btn-submit {
    font-size: 18px;
  }

  .category-image {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    width: max-content;
    border-radius: 15px;
    width: 100px;
    /*padding: 15px !important;*/
    height: 100px;
  }

  .category-image img {
    border-radius: 15px !important;
  }
  .menu-price-title {
    font-size: 25px;
  }

  .drink-title {
    font-size: 26px;
    margin: 0;
    line-height: 2rem;
  }

  /* .footer-section {
    background-color: #262626;
    border-radius: 35px;
    padding: 25px 20px;
  } */

  /* .footer-section ul {
    gap: 50px;
  } */

  /* .footer-logo img {
    width: 210px;
  } */

  .footer-about-p {
    font-size: 18px;
  }

  .footer-about-span {
    padding: 0 10px;
  }

  .canvas-menu {
    width: 300px !important;
    min-width: 300px !important;
  }

  .card-date-expire {
    font-size: 18px;
  }

  .card-date-status {
    font-size: 18px;
  }
  .category-title {
    font-size: 14px !important;
  }
  .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
  }

  .category-card-wrapper {
    align-items: center !important;
    margin-top: 15px !important;
  }
  .search-box-wrapper {
    top: -85px;
  }
  .card-invoice-answer h3 {
    color: #525252;
    padding-right: 10px;
    font-size: 16px;
  }
  .page-title {
    font-size: 14px !important;
  }
  .card-invoice-answer {
    border-bottom: 3px dashed #e7e7e7;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 48px 10px !important;
  }
}

@media screen and (max-width: 430px) {
  /* .nav-link {
  width: 50px !important;
} */
  .page-title {
    font-size: 14px !important;
  }
  .hero-detail-paragraph {
    font-size: 16px !important;
  }

  .score-detail-paragraph {
    font-size: 18px !important;
  }

  .score {
    width: 50px !important;
    height: 50px !important;
  }

  .search-box-wrapper input {
    font-size: 17px;
    padding-right: 15px;
  }

  .search-box-wrapper {
    padding: 10px 15px !important;
  }

  .category-image {
    /*border-radius: 20px;*/
    width: 80px;
    height: 80px;
  }

  .category-title {
    font-size: 16px !important;
    margin: 0 !important;
  }

  .menu-price-title {
    font-size: 22px;
  }

  .drink-title {
    font-size: 22px;
    font-family: yekanbakhBoldNumber;
    margin: 0;
    line-height: 2rem;
  }

  .drink-paragraph {
    margin: 0;
    font-size: 14px;
  }

  .drink-price {
    font-size: 22px;
  }

  .drink-card {
    margin: 0px !important;
    justify-content: center;
    padding-right: 0 !important;
    /* gap: 10px; */
    padding: 15px;
  }

  /* .footer-section ul {
    gap: 20px;
  } */

  .nav-link-footer::after {
    right: -5px;
  }

  .footer-about-span {
    font-size: 16px !important;
    text-align: justify;
    line-height: 28px;
    font-family: "yekanBakhLight" !important;
  }

  .footer-map iframe {
    height: 270px;
  }

  .footer-address-wrapper {
    font-size: 14px !important;
  }

  .footer-contact {
    font-size: 14px !important;
  }

  .nav-link-footer {
    font-size: 17px !important;
  }

  .canvas-menu {
    width: 300px !important;
    min-width: 300px !important;
  }

  .category {
    padding: 30px 12px !important;
  }

  .card-history {
    font-size: 16px;
  }

  .card-history-span {
    font-size: 15px;
  }

  .card-invoices {
    padding: 15px;
  }

  .big-score {
    font-size: 18px;
  }

  .card-date-wrapper {
    padding: 0 !important;
  }

  .card-date-expire {
    font-size: 15px;
  }

  .card-date-status {
    font-size: 15px;
  }

  .score-details-wrapper {
    font-size: 17px;
  }

  .edit-title {
    font-size: 17px;
  }

  .edit-input {
    font-size: 20px;
  }

  .search-box-wrapper {
    top: -80px;
  }
  .card-invoice-answer h3 {
    color: #525252;
    padding-right: 10px;
    font-size: 16px;
  }
  .card-invoices-wrapper {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100vh !important;
  }

  .card-invoice-answer {
    padding: 10px 10px !important;
  }
}
@media screen and (max-width: 380px) {
  .search-box-wrapper {
    top: -75px;
  }
  .page-title {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 350px) {
  .score {
    width: 50px !important;
    height: 45px !important;
  }

  .navs-wrapper {
    gap: 10px;
  }

  .category-image {
    border-radius: 15px;
    width: 70px;
    height: 70px;
  }

  .category-title {
    font-size: 15px;
  }

  .menu-price-title {
    font-size: 18px;
  }

  .border-middle {
    border: 2px solid #000;
    width: 50%;
    padding: 0 10px;
    flex: 1;
    margin: 0 15px;
  }

  /* .drink-card {
    gap: 0 !important;
  } */

  .drink-title {
    font-size: 20px;
    font-family: yekanbakhBoldNumber;
    line-height: 2rem;
  }

  .footer-section {
    padding: 25px 20px;
  }

  .nav-link-footer::after {
    right: -15px;
  }

  .footer-section ul {
    gap: 10px;
  }

  .footer-address-wrapper {
    font-size: 13px !important;
  }

  .footer-contact {
    font-size: 13px !important;
  }

  .footer-clock-wrapper span {
    font-size: 15px !important;
  }

  .footer-about-span {
    padding: 0;
  }

  .btns-wrapper {
    gap: 10px !important;
  }

  .card-history {
    font-size: 16px;
  }

  .card-history-span {
    font-size: 13px;
  }

  .btn-see {
    font-size: 16px;
  }

  .card-invoices {
    padding: 15px !important;
  }

  .card-date-expire {
    font-size: 14px;
  }

  .card-date-status {
    font-size: 14px;
  }

  .edit-title {
    font-size: 15px;
  }

  .edit-input {
    font-size: 18px;
  }
  .category-image img {
    border-radius: 15px;
  }
}
/* condiotions for show hide icon */
.menu-price-title-wrapper .add-svg {
  display: none !important;
  transition: 0.3s;
}

.menu-price-title-wrapper .minus-svg {
  display: block !important;
  transition: 0.3s;
}

.menu-price-title-wrapper.collapsed .add-svg {
  display: block !important;
  transition: 0.3s;
}

.menu-price-title-wrapper.collapsed .minus-svg {
  display: none !important;
  transition: 0.3s;
}

input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 10px;
  background-color: transparent;
  position: relative;
  top: 6px;
  cursor: pointer;
}

input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #265e27;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: appear 0.8s;
}

label {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

.radio-label {
  padding-right: 16px !important;
  font-size: 18px !important;
  color: #747474;
}

.btns-wrapper {
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  background: white;
  justify-content: center;
  height: 97px;
  max-width: 576px;
  width:100%;
  padding-inline: 10px;
  flex-direction: row-reverse;
}

.btns {
  padding: 12px 30px !important;
  border-radius: 10px;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  max-width: 576px !important;
}

.btn-next {
  background-color: #265e27;
  color: #fff;
  width: 65%;
}

.btn-prev {
  background: #eef7ef;
  color: #265e27;
  border: 1px solid #265e27 !important;
  width: 35%;
}

.form-check-input {
  float: right !important;
  margin-right: 1rem !important;
}

.DisableItems {
  pointer-events: none;
  position: relative;
  background-color: initial;
  border-radius: 5px;
  min-height: 100px;
}

.DisableItems::after {
}

.DisableItems * {
  pointer-events: none;
  opacity: 0;
}

.DisableItemsSelect {
  pointer-events: none;
  opacity: 0.3;
}

.DisableButton {
  pointer-events: none;
  opacity: 0.3;
}
/* custom class  */

.dropdown-muted {
  color: #7c7c7c !important;
}

.main-bg {
  background-color: rgb(235, 246, 231);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.loader-wrapper {
  position: fixed;
  inset: 0;
  z-index: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 90px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: #fff;
  border-radius: 16px;

  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.08);
}

.loader span {
  width: 10px;
  height: 10px;

  display: block;

  border-radius: 50%;
  background: #22c55e;

  animation: loader-bounce 0.6s infinite alternate;
}

.loader span:nth-child(2) {
  animation-delay: 0.2s;
}

.loader span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes loader-bounce {
  from {
    transform: translateY(0);
    opacity: 0.4;
  }

  to {
    transform: translateY(-10px);
    opacity: 1;
  }
}

#importantdiv {
  height: 20px;
  opacity: 0;
}

.error-container {
  min-height: 100vh;
  background: #f6f6f6;
}

.error-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 50px 0;
}

.error-title {
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  font-family: "yekanbakhBold";
}

.back-link {
  background: #00c9e5;
  color: #fff;
  width: 90%;
  padding: 15px 20px;
  border-radius: 16px;
  text-align: center;
  font-size: 25px;
}
.error500-p {
  font-weight: bold;
  font-size: 28px !important;
}
.error-svg {
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 530px) {
  .error-svg {
    width: 350px;
    height: 350px;
  }
  .error-title {
    font-size: 20px !important;
  }
  .back-link {
    font-size: 20px !important;
  }
  .error-row {
    gap: 50px;
  }
  .error500-p {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 430px) {
  .error-svg {
    width: 300px;
    height: 300px;
  }
  .error-title {
    font-size: 16px !important;
  }
  .back-link {
    font-size: 16px !important;
  }
  .error-row {
    gap: 40px;
  }
  .error500-p {
    font-size: 20px !important;
  }
}
.back-to-category {
  position: fixed;
  bottom: 20px;
  background: #fff;
  border-radius: 50px;
  left: 40px;
  padding: 10px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.back-to-category.hidden {
  opacity: 0;
  visibility: hidden;
}
.footer-map #mapDiv {
  border-radius: 10px;
}
@media screen and (max-width: 1920px) {
  .back-to-category {
    left: 720px !important;
  }
}
@media screen and (min-width: 1366px) {
  .back-to-category {
    left: 500px !important;
  }
}
@media screen and (max-width: 1366px) {
  .back-to-category {
    left: 340px !important;
  }
}
@media screen and (max-width: 1200px) {
  .back-to-category {
    left: 340px !important;
  }
}
@media screen and (max-width: 991px) {
  .back-to-category {
    left: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  .back-to-category {
    left: 150px !important;
  }
}

@media screen and (max-width: 576px) {
  .back-to-category {
    left: 40px !important;
  }
}
.dropdown-item:active {
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* new */

.footer-logo-image {
  width: 170px;
  aspect-ratio: 1 / 1;
}

@media (max-width: 768px) {
  .footer-logo-image {
    width: 160px;
    aspect-ratio: 1 / 1;
  }
}

.footer-logo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hero-icon-wrapper {
  position: relative;
  width: 100%;
  height: 50vh;
}

.hero-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 992px) {
  .hero-icon-wrapper {
    height: 55vh;
  }
}

@media (max-width: 576px) {
  .hero-icon-wrapper {
    height: 38vh;
  }
}

.header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease;
}

/* new */

.dashboard-hero {
  padding: 26px 0;
  display: flex;
  justify-content: center;
}

.dashboard-score-wrapper {
  width: 100%;
  padding-inline: 40px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff8dd, #ffffff);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.score-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #ffc107;
  color: #5c4400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.score-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.score-label {
  color: #777;
  font-size: 18px;
}

.score-value {
  color: #146c43;
  font-size: 22px;
  font-weight: 800;
}

.recent-transaction {
  background: #fff;
  border-radius: 28px 28px 0 0;
  padding-block: 34px;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.035);
  min-height: inherit;
}

@media (max-width: 576px) {
  .recent-transaction {
    padding-block: 15px;
  }
}

.traansaction-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #555;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 28px;
}

.traansaction-header span {
  border-bottom: 2px solid #555;
}

.transaction-factuar {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.transaction-history {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: yekanbakhBoldNumber;
}

.transaction-title {
  margin: 0;
  color: #333;
  font-size: 19px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: yekanbakhBoldNumber;
}

.transaction-price {
  color: #265e27;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: yekanbakhBoldNumber;
}

.transaction-meta {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.transaction-date {
  background: #f5f5f5;
  color: #8b8b8b;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center !important;
  gap: 6px;
  font-family: yekanbakhBoldNumber;
}

.traansaction-header i,
.transaction-title i,
.transaction-price i,
.transaction-date i {
  color: #c69b22;
}

.score-image {
  width: 190px;
  height: 105px;
  margin-right: -67px;

  img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.card-invoices {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.invoice-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* margin-bottom: 15px; */
}

.invoice-score-badge {
  background: #fff4c4;
  color: #9b7100;
  border: 1px solid #f2c230;
  border-radius: 999px;
  padding: 7px 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 15px;
}

.invoice-score-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.invoice-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-block: 20px;
}

.card-history {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 16px;
  color: #484747;
  font-family: yekanbakhBoldNumber;
}

.card-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #777;
}

.card-history-span {
  color: #273444;
  font-weight: 800;
  direction: ltr;
}

.invoice-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.invoice-btn {
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  color: inherit;
  cursor: pointer;
}

.invoice-btn-primary {
  background: #265e27;
  color: #fff;
}

.invoice-btn-secondary {
  color: #265e27;
  border: 1px solid #265e27;
}
.invoice-btn-secondary-disable {
  color: #777;
  border: 1px solid #777;
}

.invoice-btn:hover {
  opacity: 0.92;
}

.transaction-point {
  background: #fff4d6;
  color: #a16d00;
  padding: 1px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #f4d37b;
  font-family: yekanbakhBoldNumber;
}

.transaction-point-label {
  display: inline-flex;
  padding-left: 2px;
}
.star-icon path {
  stroke: #a16d00;
}

/* ── Score Tabs ── */
.score-tabs-wrapper {
  border-bottom: 2px solid #bbc5bb;
}

.score-tabs {
  display: flex;
}

.score-tab-btn {
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  padding-block: 20px;
  font-size: 0.9rem;
  color: #6c757d;
  cursor: pointer;
  width: 100%;
  transition:
    color 0.2s,
    border-color 0.2s;
  outline: none;
}

.score-tab-btn:hover {
  color: #333;
}

.score-tab-btn.active {
  color: #265e27;
  font-weight: 500;
  border-bottom-color: #265e27;
}

/* ── Tab Panes ── */
.score-tab-pane {
  display: none;
}

.score-tab-pane.active {
  display: block;
}

/* Cards */
.card-scores-wrapper {
  margin-top: 26px;
}

.card-invoices {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  margin-bottom: 16px;
  border: 1px solid #eeeeee;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);
}

.card-invoices::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5px;
}

.card-invoices.pending::before {
  background: #ffc107;
}

.card-invoices.success::before {
  background: #21652a;
}

.card-invoices.expire::before {
  background: #dc3545;
}

.card-scores {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.score-details-wrapper {
  width: auto !important;
  flex: 1;
}

.score-details {
  margin: 0;
  color: #333;
  font-size: 17px;
  font-weight: 800;
}

.score-date {
  margin: 0;
  color: #999;
  font-size: 13px;
  font-weight: 600;
}

.big-score {
  height: 46px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-inline: 2px;
  font-family: yekanbakhBoldNumber;
}

.big-score-unit {
  font-size: 16px;
  padding-right: 2px;
}

.big-score.pending {
  color: #a16d00;
  font-family: yekanbakhBoldNumber;
}

.big-score.success {
  color: #21652a;
}

.big-score.expire {
  color: #dc3545 !important;
}

.card-date-status-wrapper {
  margin-top: 16px;
  padding: 0 !important;
  gap: 10px;
}

.card-date-expire {
  background: #f7f7f7;
  color: #777;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: yekanbakhBoldNumber;
  justify-content: start;
}

.card-date-expire i {
  color: #c69b22;
}

.card-date-status {
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.card-date-status.pending {
  background: #fff4d6;
  color: #a16d00;
  border: 1px solid #e7c98f;
  font-family: yekanbakhBoldNumber;
}

.card-date-status.success {
  background: #e8f8ee;
  color: #21652a;
}

.card-date-status.expire {
  background: #ffe8e8;
  color: #dc3545;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
}

.checkbox-wrapper label {
  padding-right: 16px !important;
  font-size: 18px !important;
  color: #747474;
}

.checkbox-wrapper input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  accent-color: #265e27;
}

.participate-poll-form {
  height: 100vh;
}

.text-success {
  font-family: yekanbakhBoldNumber;
  color: #265e27 !important;
  font-size: 18px !important;
}

.menu-logout {
  padding: 0 38px 30px;
}

.menu-logout-link {
  color: #333;
}

.order-card__survey {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 6px;
  margin-top: 10px;
  color: #777;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  transition: all 0.2s ease;
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  justify-content: space-between;
  z-index: 2;
  padding-block: 40px;
}

.hero-title-section {
  padding-top: 40px;
}

.hero-title-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hero-desc {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: #214d22;
  line-height: 1.2;
}

.hero-title {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 400;
  color: #214d22;
  opacity: 0.75;
  line-height: 1.6;
}

.hero__actions {
  height: 48px;
  border-radius: 12px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .hero-content {
    padding-block: 26px;
  }

  .hero-title-section {
    padding-top: 0;
  }

  /* .hero-title {
    font-size: 26px;
  }

  .hero-desc {
    margin-bottom: 26px;
  } */
}

.footer-hours {
  list-style: none !important;
  margin: 0;
  padding: 0;
  direction: rtl;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px !important;
}

.footer-hours-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 0;
  gap: 12px;
  border-bottom: 1px solid rgba(210, 209, 209, 0.08);
  font-family: yekanbakhBoldNumber;
}

.footer-hours-item:last-child {
  border-bottom: none;
}

.footer-hours-day {
  text-align: right;
  font-size: 17px;
}

.footer-hours-time {
  text-align: left;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 400 !important;
}

.content-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.participate-user-poll {
  background-color: rgb(235, 246, 231);
  min-height: 100vh;
}

.dashboard-empty-state {
  text-align: center;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.icon-container {
  margin: 10px auto 25px auto;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #f4f8f4 0%, #e3ebe3 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-svg {
  width: 42px;
  height: 42px;
  fill: #113c1c;
}

.empty-description {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 28px;
  padding: 0 15px;
}

.address-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
