@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

:root {
  --pulse-shadow-color: rgba(64, 120, 57, 0.3);
  color-scheme: light;
  /* Default shadow color */
}

/* Body */
body {
  font-family: "Sen", sans-serif;
}

a {
  text-decoration: none;
  color: #1b1b1b;
}

#app {
  overflow-x: hidden;
}

a:hover {
  color: #79bea8;
}

.tasty-nav a.nav-link {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  color: #fff;
}

.tasty-nav a.nav-link:hover,
.tasty-nav a.nav-link.active {
  color: #ffc2c2;
}

/* Custom Classes */
.three-slider .slick-arrow {
  display: none;
}

.page-link {
  color: #79bea8;
}

.active > .page-link,
.page-link.active {
  background: #79bea8;
  border-color: #79bea8;
  color: white !important;
}

.bg-dark {
  background-color: #ffc2c2 !important;
}

.bg-fitform-subtle {
  background: rgb(13 202 240 / 8%);
  color: #596a90;
}

.btn-sm {
  font-size: 15px;
  padding: 13px 30px;
}

.btn-lg {
  font-size: 15px;
  padding: 12px 18px;
}

.btn-fitform:hover {
  background-color: #79bea8cc !important;
}

.nav-pills .btn-fitform:not(.active) {
  background-color: transparent !important;
  border-color: none !important;
  color: #79bea8 !important;
}

.btn-fitform-yellow {
  background-color: #deb217;
  border-color: #deb217;
}

.btn-fitform-yellow:hover {
  background-color: #deb217 !important;
  border-color: #deb217 !important;
  opacity: 0.8;
}

.btn-outline-fitform {
  color: #79bea8;
  border-color: #79bea8;
}

.btn-outline-fitform:hover {
  background-color: #79bea8;
  border-color: #79bea8;
  color: #fff;
}

.text-bg-fitform {
  background-color: #79bea8;
  color: white;
}

.text-bg-fitform:hover {
  color: white;
  opacity: 0.8;
}

.text-bg-fitform-white {
  background-color: white;
  color: black;
}

.text-fitform {
  color: #79bea8;
}

.osahan-profile-pic {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin: auto;
}

/* Sidebar Nav */
.sidebar-nav .nav-link.active {
  color: #79bea8;
}

/* Index */
.by-profile {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.post-profile {
  width: 33px;
  margin-right: 7px;
  height: 33px;
  object-fit: cover;
}

.store {
  width: 10rem;
}

.icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* About */
.terminal-profile {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

/* Footer */
.trending-img {
  width: 60px;
}

.footer-top a:hover {
  color: #79bea8 !important;
}

.lang-show-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.dropdown-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
  white-space: normal;
}

.dropdown-item:hover {
  width: calc(100% - 6px);
}

.dropdown-item:after {
  right: 10px !important;
}

.dropdown-item:active {
  background-color: #79bea8 !important;
}

.bg-inherit {
  background-color: #79bea8;
}

.bg-fitform {
  background-color: #eff9f0 !important;
}

.btn-fitform {
  background-color: #79bea8 !important;
  color: white !important;
  border: none !important;
}

.animate-btn {
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  cursor: pointer;
}

.banner-header-title {
  line-height: 1;
}

.custom-progress {
  height: 25px;
  border-radius: 25px;
}

.custom-progress .bg-info {
  color: white !important;
}

.bg-info {
  background-color: #596a90 !important;
}

.start-16 {
  left: 16%;
}

.start-33 {
  left: 33%;
}

.start-66 {
  left: 66%;
}

.start-83 {
  left: 83%;
}

.answers-container,
.action-quiz-btn,
.finish-btn,
.final-loader-container,
.final-response-container,
.user-details,
.submit-create-menu,
#show-first-menu-section {
  display: none;
}

.action-quiz-btn {
  width: fit-content;
  height: fit-content;
}

.answers-container .indicator-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: auto;
}

.answers-container .indicator-btn.btn-primary {
  background-color: #596a90;
  border-color: #596a90;
}

.answers-container .progress {
  --bs-progress-bar-bg: #596a90;
}

.answers-container-section {
  margin-top: 50px;
}

.single-answer-element {
  cursor: pointer;
}

.single-answer-element.selected {
  outline: 1px solid #596a90;
}

.single-answer-element:hover {
  outline: 1px solid #596a90;
}

.cursor-pointer {
  cursor: pointer;
}

.final-response-container,
.final-loader-container,
.answers-container {
  height: 100vh;
  min-height: 100%;
}

.final-loader-container .loader-container {
  margin: 0 auto;
}

.answers-container.logged-user {
  height: auto;
  min-height: auto;
  display: block;
}

.loader-dynamic-text {
  text-align: center;
  padding-top: 80px;
}

.loader-dynamic-text span:not(:first-child) {
  display: none;
}

.final-response-container {
  padding-top: 80px;
}

.title-el {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.title-el span {
  background-color: #79bea8;
}

.mobile-menu {
  display: none;
}

.weight-input,
.height-input,
.age-input {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
}

#form #age.is-invalid {
  padding-right: 35px !important;
}

.link-fitform {
  cursor: pointer;
  color: #79bea8;
  text-decoration: underline;
}

.link-fitform:hover {
  text-decoration: none;
}

.hero-section {
  min-height: 100vh;
  max-height: 100%;
}

.full-height {
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
}

.register-btn-header,
.login-btn-header {
  margin-left: 10px;
}

.additional_info {
  white-space: break-spaces;
  text-align: left;
  font-size: 14px;
}

#birthdate.is-invalid {
  padding-right: 30px !important;
}

/* notifications */

.notification-section {
  position: fixed;
  top: 20px;
  right: 20px;
  width: fit-content;
  z-index: 10000000;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  opacity: 0.97;
}

.notification .status {
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}

.notification .status.success {
  background-color: #66cc99;
}

.notification .status.warning {
  background-color: #ffcc33;
}

.notification .status.error {
  background-color: #cc3333;
}

.notification .text-notification {
  color: white;
  font-size: 14px;
}

.text-error {
  display: block;
  padding: 5px 10px;
  background: #cc3333;
  width: fit-content;
  border-radius: 0 15px;
  color: white;
  margin-bottom: 8px;
}

.flex {
  display: flex;
}

.notification i::before {
  color: white;
  font-size: 20px;
}

.border-fitfor {
  border-color: #c5c5c5;
}

/* notifications */

/*----------multiple-file-upload-----------*/
.file-uploader {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ced4da;
  padding: 0;
}

.file-uploader .uploader-header {
  display: flex;
  padding: 10px 20px;
  background: rgb(13 202 240 / 8%);
  align-items: center;
  border-radius: 5px 5px 0 0;
  justify-content: space-between;
}

.uploader-header h5 {
  margin: 0;
}

.uploader-header .file-completed-status {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

.file-uploader .file-list {
  list-style: none;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-color: #999 transparent;
  scrollbar-width: thin;
}

.file-uploader .file-list:has(li) {
  padding: 20px;
}

.file-list .file-item {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.file-list .file-item:last-child {
  margin-bottom: 0px;
}

.file-list .file-item .file-extension {
  height: 50px;
  width: 50px;
  color: #fff;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #5145ba;
}

.file-list .file-item .file-content-wrapper {
  flex: 1;
}

.file-list .file-item .file-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.file-list .file-item .file-name {
  font-size: 1rem;
  font-weight: 600;
}

.file-list .file-item .file-info {
  display: flex;
  gap: 5px;
}

.file-list .file-item .file-info small {
  color: #5c5c5c;
  margin-top: 5px;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}

.file-list .file-item .file-info .file-status {
  color: #5145ba;
}

.file-list .file-item .cancel-button {
  align-self: center;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-size: 1.4rem;
}

.file-list .file-item .cancel-button:hover {
  color: #e3413f;
}

.file-list .file-item .file-progress-bar {
  width: 100%;
  height: 3px;
  margin-top: 10px;
  border-radius: 30px;
  background: #d9d9d9;
}

.file-list .file-item .file-progress-bar .file-progress {
  width: 0%;
  height: inherit;
  border-radius: inherit;
  background: #5145ba;
}

.file-uploader .file-upload-box {
  margin: 0 20px 20px 20px;
  border-radius: 5px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #79bea8;
  transition: all 0.2s ease;
  text-align: center;
}

.file-uploader .file-upload-box.active {
  border: 2px solid #5145ba;
  background: #f3f6ff;
}

.file-uploader .file-upload-box .box-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #626161;
}

.file-uploader .file-upload-box.active .box-title {
  pointer-events: none;
}

.file-upload-box .box-title .file-browse-button {
  color: #5145ba;
  cursor: pointer;
}

.file-upload-box .box-title .file-browse-button:hover {
  text-decoration: underline;
}

.file-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}

/*----------multiple-file-upload-----------*/

.size-small {
  font-size: 13px;
}

.modal-dialog .modal-title,
.modal-dialog .kv-zoom-title {
  display: none !important;
}

.top-card-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-card-items i {
  font-size: 30px;
  cursor: pointer;
}

.kv-zoom-actions {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

.bottom-card-actions {
  display: flex;
  column-gap: 10px;
  flex-direction: column;
  align-items: flex-end;
}

.bottom-card-actions button {
  width: fit-content;
}

.menu-image {
  height: 100%;
  object-fit: cover;
}

.view-menu-btn {
  min-width: fit-content;
}

.inner-meal-img {
  max-width: 240px;
}

.invalid-feedback-inline-block {
  display: inline-block;
  margin: 0;
}

.recipe-image {
  max-width: 400px;
}

.show-pre-text {
  white-space: pre-line;
}

/*----------custom-modal-----------*/
.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.custom-modal-content {
  position: relative;
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.custom-modal-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.custom-modal-footer {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 20px;
  text-align: right;
}

.custom-btn {
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  margin-left: 10px;
}

.custom-btn-secondary {
  background-color: #6c757d;
  color: white;
}

.custom-btn-danger {
  background-color: #dc3545;
  color: white;
}

/*----------custom-modal-----------*/

.pointer-none {
  pointer-events: none !important;
}

.manager-image-section,
.client-image-section {
  width: fit-content;
  margin: 0 auto;
}

.manager-image-section .btn-file,
.client-image-section .btn-file {
  position: absolute !important;
  top: 0 !important;
  right: -35px !important;
  border-radius: 50% !important;
}

.dropdown-toggle::after {
  vertical-align: 0.15em !important;
}

.menu-item-image {
  max-width: 400px;
  max-height: 200px;
  min-height: 200px;
  object-fit: cover;
}

.menu-card-price {
  font-size: 20px;
  font-weight: 500;
  padding: 0 5px;
  display: block;
  width: fit-content;
  border-radius: 8px;
}

.class-1-risk {
  background-color: #bbb !important;
}

.class-2-risk {
  background-color: #79bea8 !important;
}

.class-3-risk {
  background-color: #efea53 !important;
}

.class-4-risk {
  background-color: #ed7f10 !important;
}

.class-5-risk {
  background-color: #cc3333 !important;
}

.btn-cart-header i,
.btn-favorite-header i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.btn-cart-header sup,
.btn-favorite-header sup {
  padding: 5px;
  color: white;
  border-radius: 50%;
  background: #79bea8;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  top: -12px;
}

/** loader */
.lds-ring {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: white transparent transparent transparent;
}

.lds-ring.custom div,
.lds-ring.custom div {
  border: 3px solid rgb(25, 174, 201);
  border-color: rgb(25, 174, 201) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.checkbox-loading,
.radio-loading {
  position: absolute;
  left: 8px;
  top: 13px;
  height: unset;
  width: unset;
}

.checkbox-loading div,
.radio-loading div {
  width: 15px;
  height: 15px;
}

/** loader */

.addToCart,
#confirmRating,
#confirmDelete,
#confirmSendPayment,
#confirmGenerateReportBtn,
#confirmMultiTranslate {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.completed-cart .addToCart {
  min-height: 36px;
  width: fit-content;
  margin-left: auto;
}

.ri-heart-fill {
  color: #cc3333 !important;
}

.addToFavorite,
.removeFromFavorite {
  min-height: 38px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.addToFavorite .lds-ring div,
.removeFromFavorite .lds-ring div,
.romveFromCart .lds-ring div,
.removeFromFavorite .lds-ring div {
  border: 3px solid #79bea8;
  border-color: #79bea8 transparent transparent transparent;
}

.romveFromCart,
.removeFromFavorite {
  cursor: pointer;
}

.romveFromCart .lds-ring,
.removeFromFavorite .lds-ring {
  justify-content: flex-end;
}

.removeFromFavorite.favorite-page {
  justify-content: flex-end;
}

/** rate */

.rate {
  height: 46px;
  padding: 0 10px;
  display: inline-block;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.rate-container {
  margin-left: 27px;
}

.rate-container .lds-ring {
  height: 46px;
  padding: 0 10px;
  justify-content: flex-start;
}

.rate-container .lds-ring div {
  border: 3px solid #79bea8;
  border-color: #79bea8 transparent transparent transparent;
}

/** rate */

.text-fitform-yellow {
  color: #deb217;
}

.rating-card-info {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #79bea8;
  color: white;
  z-index: 99;
  border-radius: 10px;
  padding: 5px;
}

/** swiper */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories-swiper .swiper-slide {
  height: auto !important;
}

.categories-swiper .swiper-slide .card {
  height: 100%;
}

.categories-swiper .swiper-slide .card .flex-1 {
  flex: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body {
  text-align: left;
}

.swiper-slide {
  cursor: pointer;
}

.swiper-slide:hover,
.swiper-slide.active-item-slide {
  box-shadow: 0 0.125rem 0.25rem #79bea8;
}

.categories-swiper {
  padding: 15px 24px !important;
}

/** swiper */

#purchaseModal .modal-title,
#ratingConfirmationModal .modal-title,
#accountDeleteConfirmationModal .modal-title,
#paymentRequestConfirmationModal .modal-title,
#generateReportConfirmationModal .modal-title,
#multiLanguageTranslateModal .modal-title,
#personalDescriptionTranslateModal .modal-title {
  display: block !important;
}

.btn-fitform-transparent {
  background: rgb(121 190 168 / 70%);
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: unset;
}

.btn-fitform-transparent:hover {
  background: rgb(121 190 168 / 80%);
  color: white;
}

.next-day {
  opacity: 0.2;
  position: relative;
}

.above-element {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(350deg);
  color: #00000096;
}

.above-element.small-data {
  font-size: 12px;
}

.above-element.medium-data {
  font-size: 18px;
}

.above-element.big-data {
  font-size: 24px;
}

.text-left {
  text-align: left;
}

.show-menu-top-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}

.pdf-card-img {
  height: 300px;
}

.pdf-card-img img {
  object-fit: contain !important;
  height: fit-content !important;
}

.pdf-card-img span {
  position: absolute;
  font-size: 12px;
  bottom: 0;
  background: white;
  border-radius: 15px;
  padding: 15px;
}

#days-container .day-container:nth-child(odd) {
  background: rgb(13 202 240 / 5%);
}

[id^="meals-container-"] .meal-container:nth-child(odd) {
  background: #72bba31f;
}

[id^="products-container-"] .product-container:nth-child(odd) {
  background: #bbbbbb30;
}

.pagination-section .pagination {
  margin-bottom: 0;
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}

.page-item.active,
.page-item.disabled {
  opacity: 0.65;
}

.pagination-section .pagination a,
.pagination-section .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #f2f2f2;
  border-radius: 50% !important;
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  margin-right: 6px;
}

.clear-search {
  display: none;
  top: 0;
  right: 5px;
  fill: #8a8a8a;
}

.clear-filter {
  white-space: nowrap;
  display: none;
}

.next-quiz-btn:not(:disabled),
.finish-quiz-btn {
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

.quiz-actions {
  display: flex;
}

.nav-pills {
  position: sticky;
  top: 20px;
}

.quiz-results-list-answer {
  row-gap: 10px;
}
.quiz-results-list-answer dt,
.quiz-results-list-answer dd {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
}

.quiz-results-list-answer dd {
  margin-bottom: 0;
}

.text-underline {
  text-decoration: underline;
}

.text-underline:hover {
  text-decoration: none;
}

.statistics-badge span {
  font-size: 15px;
}

.btn-success,
.btn-success:hover {
  background: #79bea8;
  border: #79bea8;
}

.text-right {
  text-align: right;
}

/** food loader */

.loader-container {
  position: relative;
  width: 300px;
  height: 300px;
}

.loader-container .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: float 2s ease-in-out infinite;
}

.loader-container .burger {
  position: absolute;
  font-size: 4em;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  animation: burgerSpin 1.5s linear infinite;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5));
}

.loader-container .fries {
  position: absolute;
  font-size: 3em;
  left: 15%;
  top: 60%;
  animation: friesSlide 1.8s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(255, 165, 0, 0.5));
}

.loader-container .drink {
  position: absolute;
  font-size: 3em;
  left: 65%;
  top: 60%;
  animation: drinkBounce 2s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(0, 191, 255, 0.5));
}

.loader-container .progress-bar {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  overflow: hidden;
}

.loader-container .progress {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #ffd700, #ff8c00);
  transition: width 0.3s ease;
}

.loader-container .loading-text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #79bea8;
  font-size: 1.2em;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  animation: textPulse 1.5s ease-in-out infinite;
}

.badge {
  white-space: normal;
  width: fit-content;
  text-align: left;
}

.accordion-button {
  z-index: 1;
}

.active-link-item {
  color: black !important;
}

.swiper-wrapper {
  padding-bottom: 30px;
}

.menu-filter-items {
  width: 100%;
}

.card-content-menu {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.menu-link-by-image {
  display: contents;
}

.question-counter-mobile {
  font-size: 20px;
  font-weight: 500;
  display: none;
}

.info-item-container {
  padding: 45px 35px;
}

.info-item-container img {
  width: 60px;
  height: 60px;
}

.custom-info-image img {
  object-fit: contain;
  max-width: 300px;
  max-height: 300px;
  transform: rotate(350deg);
}

.results-img {
  object-fit: cover;
}

.results-people-swiper {
  padding: 65px 22px 0 22px !important;
}

.results-people-swiper-images {
  height: 432px;
  max-height: 432px;
  min-height: 432px;
}

.results-people-swiper .swiper-slide {
  background: transparent;
}

.results-people-swiper .swiper-slide:hover {
  box-shadow: none;
}

.card-img-overlay {
  z-index: 1;
}

.swiper-slide-card:not(.swiper-slide-visible-custom) {
  visibility: hidden;
}

.slide-to-next {
  width: 40px !important;
  height: 40px !important;
  left: 85px !important;
  top: 30px !important;
}

.slide-to-next-image {
  width: 30px !important;
  height: 30px !important;
  right: 10 !important;
}

.slide-to-next:not(.swiper-button-disabled),
.slide-to-prev:not(.swiper-button-disabled),
.slide-to-next-image:not(.swiper-button-disabled),
.slide-to-prev-image:not(.swiper-button-disabled) {
  -webkit-animation: pulse-arrow 1.5s infinite;
}

.slide-to-prev {
  width: 40px !important;
  height: 40px !important;
  left: 35px !important;
  top: 30px !important;
}

.slide-to-prev-image {
  width: 30px !important;
  height: 30px !important;
  left: 10px !important;
}

.slide-to-next:after,
.slide-to-prev:after {
  font-weight: bold;
  width: 40px;
  height: 40px;
  font-size: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #79bea8;
  color: white;
  border-radius: 50%;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
}

.slide-to-next:after {
  padding-left: 3px;
}

.slide-to-prev:after {
  padding-right: 3px;
}

.slide-to-next-image:after,
.slide-to-prev-image:after {
  font-weight: bold;
  width: 30px;
  height: 30px;
  font-size: 14px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #79bea8;
  color: white;
  border-radius: 50%;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
}

.slide-to-next-image:after {
  padding-left: 3px;
}

.slide-to-prev-image:after {
  padding-right: 3px;
}

.image-text-description {
  padding-left: 30px;
  padding-right: 30px;
}

.image-text-description span {
  font-size: 14px;
  display: block;
}

.final-result-quiz-responses .border-end:last-child {
  border-right: none !important;
}

.eye-password {
  position: absolute;
  right: 10px;
  top: 40px;
  cursor: pointer;
}

.with-error-form.eye-password {
  right: 35px;
}

.text-section-container p,
.text-section-container ol li,
.text-section-container ul li {
  font-size: 1.25rem;
  font-weight: 300;
}

.text-section-container p b,
.text-section-container p strong,
.text-section-container ol li b,
.text-section-container ul li b {
  font-weight: bold;
}

.text-section-container a {
  color: #79bea8;
}

.text-section-container a:hover {
  text-decoration: underline;
}

.text-custom-size {
  font-weight: bold;
  font-size: 20px;
}

.btn-fitform-in_progress {
  background-color: #bbb !important;
}

.btn-fitform-rejected {
  background-color: #cc3333 !important;
}

.btn-fitform-approved {
  background-color: #79bea8 !important;
}

.translate-by-ai {
  width: fit-content;
  white-space: nowrap;
}

.loader-wrapper-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  margin: 0 !important;
  z-index: 100;
  background: #bbbbbb99;
}

.card-price-and-expert-section {
  flex-wrap: wrap;
  row-gap: 20px;
}

.tva-footer-note {
  font-size: 14px;
}

.form-group textarea {
  min-height: 350px;
}

.language-menu-switch {
  --bs-form-select-bg-img: none;
}

.file-uploader.is-invalid {
  border: 1px solid var(--bs-danger);
}

@-webkit-keyframes pulse-arrow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes burgerSpin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}

@keyframes friesSlide {
  0%,
  100% {
    transform: translateY(0) rotate(-15deg);
  }
  50% {
    transform: translateY(-30px) rotate(15deg);
  }
}

@keyframes drinkBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes textPulse {
  0%,
  100% {
    opacity: 0.7;
    transform: translateX(-50%) scale(0.95);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.05);
  }
}

@keyframes collapse {
  0% {
    transform: translate(-50%, -50%) rotate(var(--current-rotation, 0deg))
      scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%)
      rotate(calc(var(--current-rotation, 0deg) + var(--end-rotation, 0deg)))
      scale(0);
    opacity: 0;
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes checkPop {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes textAppear {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/** food loader */

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/** loader */

.bottom-navigation-menu {
  display: none;
}

@media (max-width: 991px) {
  .header-image {
    width: 60vmin;
  }

  .menu-filter-items {
    flex-direction: column;
  }

  .scroll-to-this > div {
    display: none;
  }

  .mobile-menu {
    display: block !important;
  }

  .descktop-menu {
    display: none !important;
  }

  .bottom-navigation-menu {
    display: flex;
    justify-content: space-around;
    background: #79bea8;
    padding: 20px 0 5px 0;
    align-items: center;
  }

  .bottom-navigation-menu a {
    color: white;
  }

  .bottom-navigation-menu a sup {
    background: #7389af;
    width: 20px;
    font-size: 13px;
    height: 20px;
    position: absolute;
    top: -15px;
    right: -20px;
  }

  .start-answer {
    text-align: center;
  }

  .mobile-br-0 {
    border-right: none !important;
  }

  .mobile-mt {
    margin-top: 10px !important;
  }

  .osahan-user-header {
    align-items: flex-start;
    padding-top: 25px;
  }

  #pills-tabContent .card-body {
    flex-direction: column;
    row-gap: 20px;
  }

  .bottom-navigation-menu a span {
    font-size: 10px;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .menus-container .card {
    flex-direction: row !important;
  }

  .menu-item-image {
    max-width: 30% !important;
    max-height: unset !important;
    min-height: auto !important;
    object-fit: contain !important;
  }

  .rating-card-info {
    right: 0 !important;
    left: 15px !important;
    width: fit-content !important;
    top: 15px !important;
    padding: 2px 10px !important;
  }
}

@media (max-width: 770px) {
  .switch-language-menu .dropdown-toggle {
    column-gap: 0;
  }

  .question-counter-mobile {
    display: block;
  }

  .question-counter-descktop {
    display: none;
  }

  .answers-container-section {
    margin-top: 0;
  }

  .switch-language-menu .dropdown-toggle span,
  .switch-language-menu ul li a span {
    display: none;
  }

  .switch-language-menu ul {
    min-width: fit-content;
  }

  .switch-language-menu ul li a {
    padding-right: 1rem;
  }

  .switch-language-menu ul li a:after {
    content: "";
  }

  .mobile-px-0 {
    padding: 0 !important;
  }

  .mobile-plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .final-result-quiz-responses {
    flex-direction: column;
  }

  .final-result-quiz-responses .border-end {
    width: 100%;
    border-right: none !important;
    border-bottom: var(--bs-border-width) var(--bs-border-style)
      var(--bs-border-color) !important;
  }
}

@media (max-width: 650px) {
  .header-image {
    width: 95vmin;
  }
}

@media (max-width: 350px) {
  .krajee-default.file-preview-frame:not([data-template="audio"])
    .kv-file-content {
    width: 90px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 15px var(--pulse-shadow-color);
  }

  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 var(--pulse-shadow-color);
  }
}
