﻿/*   Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* ======font family=========
font-family: "Assistant", sans-serif;
font-family: "Open Sans", sans-serif;
*/

.main{
    direction:rtl;
}
:root {
  --thmColor: 0000;
  --textColor: fff;
  --greenColor: #5ace78;
  --blueColor: #006ce4;
  --redColor: #f00e00;

  --openSS: "Open Sans", sans-serif;

  --f18: 18px;
  --f20: 20px;
  --f22: 22px;
  --f24: 24px;
  --f28: 28px;
  --f30: 30px;
  --f32: 32px;
  --f36: 36px;
  --f40: 40px;
  --f48: 48px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #222222;
  font-family: "Assistant", sans-serif;
  direction:rtl;

}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
}

a:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: var(--f48);
}

h2 {
  font-size: var(--f36);
}

h3 {
  font-size: var(--f28);
}

h4 {
  font-size: var(--f24);
}

h5 {
  font-size: var(--f20);
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.pb_150 {
  padding-bottom: 150px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pb_50 {
  padding-bottom: 50px;
}

.w-1070 {
  max-width: 1070px;
}

.pt_150 {
  padding-top: 150px;
}

.pt_100 {
  padding-top: 100px;
}

.pt_50 {
  padding-top: 50px;
}

.mb_150 {
  margin-bottom: 150px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mt_150 {
  margin-top: 150px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_50 {
  margin-top: 50px;
}

.thm_btn {
  background: #000;
  color: #fff;
  display: inline-block;
  border-radius: 35px;
  font-weight: 600;
  padding: 13px 30px;
  line-height: 1;
  text-align: center;
}

.thm_btn.green {
  background: #3ca958;
}

.thm_btn.red {
  background: var(--redColor);
}

.border-btn {
  border: 1px solid #222;
  border-radius: 30px;
  box-shadow: 0px 0px 2px 0px #00000040;
  padding: 12px 20px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  cursor:pointer;
}
    .border-btn.selected
    {
        color:white;
        background-color:black;
    }
    /*.disabled {
        background-color: #f0f0f0;*/ /* צבע רקע בהיר */
        /*color: #a0a0a0;*/ /* צבע טקסט בהיר */
        /*cursor: not-allowed;*/ /* מצביע לא מורשה */
        /*opacity: 0.6;*/ /* שקיפות*/
    /*}*/
.modal-content {
    max-height: 90vh;
    overflow-y: auto;
}

    .modal-content::-webkit-scrollbar {
        display: none; /* עבור Chrome, Safari ו־Edge חדש */
    }
/*/* default-css END 
================================== */
.header-area {
    padding: 30px 0;
    width: 100%;
    z-index: 99;
}

.logo-area a,
.footer-logo a {
  width: 195px;
  height: 45px;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo-area a img,
.footer-logo a img {
  position: absolute;
  top: -43px;
  right: -42px;
  max-width: unset;
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}

.header_user:hover .user-dropdown {
  opacity: 1;
  left: 20px;
  z-index: 99999;
}

.menu-area nav ul li {
  list-style: none;
  display: inline-block;
}

.menu-area nav ul li a {
  font-size: 16px;
  display: inline-block;
  margin-left: 60px;
  position: relative;
}

.menu-area > ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 28px;
}

.menu-area > ul li {
  position: relative;
}

.user_nav {
  display: flex;
  flex-direction: column;
  text-align: right;
  box-shadow: 0px 0px 11.6px 4px #00000014;
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  width: max-content;
}

.user-dropdown {
  position: absolute;
  z-index: 999;
  left: 0;
  padding-top: 20px;
  pointer-events: none;
  opacity: 0;
}

.menu-area ul li:hover .user-dropdown {
  padding-top: 20px;
  opacity: 1;
  pointer-events: all;
}

.user_nav a {
  font-size: 17px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.user_nav a:hover {
  opacity: 0.5;
}

.user_nav a i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-area .border-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  height: 48px;
  padding: 0 20px;
}

a.border-btn.user {
  padding-right: 10px;
}

.border-btn.user i {
  font-style: normal;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4a4a4a;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

/* humbergar */
.humbergar {
  cursor: pointer;
  display: block;
  max-width: 35px;
  margin-left: auto;
  position: relative;
  z-index: 9999999;
}

.humbergar span,
.humbergar span:before,
.humbergar span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 1px;
  width: 24px;
  background: #000000;
  position: relative;
  display: block;
  content: "";
  transition: all 250ms ease-in-out;
}

.humbergar span:before {
  top: -7px;
}

.humbergar span:after {
  bottom: -6px;
}

.humbergar.active span {
  background-color: transparent;
}

.humbergar.active span:before {
  top: -2px;
  transform: rotate(45deg);
}

.humbergar.active span:after {
  bottom: 3px;
  transform: rotate(-45deg);
}

/* humbarger END */

/* mobile-menu START */
.mobile-menu {
  position: fixed;
  width: 260px;
  height: 100vh;
  background: #ffffff;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: 0.3s;
  margin-left: -400px;
  padding: 20px;
  padding-top: 80px;
  box-shadow: 0 0 30px #0002;
}

.mobile-menu a.help-icon {
  position: absolute;
  top: 26px;
}

.siteBar {
  margin-left: 0;
}

.mobile-menu ul#pills-tab {
  margin-top: 90px;
  margin-bottom: 35px !important;
  display: block;
}

.mobile-menu nav ul li {
  list-style: none;
  display: block;
}

/* Header section END */

/*============ Area Start =============*/

.src-filter {
  padding: 10px 0 40px;
}

.new-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: red;
  top: 0;
  left: 0;
  z-index: 99;
}

.src-filter-wrp {
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  height: 62px;
  border-radius: 50px;
  box-shadow: 0px 0px 6px 0px #0000001f;
}

.src-filter-wrp.top {
  height: 48px;
}

.src-filter-wrp.top > a {
  width: 35px;
  height: 35px;
  margin-left: 6px;
}

.src-filter-wrp.top > a img {
  width: 18px;
}

.dateBtn {
  position: relative;
}

.dateBtn__drodown {
  padding-top: 12px;
  visibility: hidden;
}

/*.dateBtn:hover .dateBtn__drodown {
  visibility: visible;
}*/

.dates__tabs {
  position: absolute;
  z-index: 999;
  background: #fff;
  box-shadow: 1px 0px 10px 0px #00000040;
  border-radius: 20px;
  padding: 20px;
  right: 0;
  min-width: 789px;
}

.src-filter-wrp > a {
  width: 52px;
  height: 52px;
  background: var(--greenColor);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  margin-left: 4px;
}

.src-filter-wrp input,
.src-filter-wrp button,
.location__btn,
.dateBtn,
.guestsBtn {
  border: none;
  border-right: 1px solid #cdcdcd;
  width: 100%;
  height: 100%;
  background: no-repeat;
  padding-right: 16px;
  text-align: right;
}

.guestsBtn {
  position: relative;
}

.guests__dropdown {
  padding-top: 15px;
  visibility: hidden;
}

.guestsBtn:hover .guests__dropdown {
  visibility: visible;
}

.location__btn {
  border: none;
}

.location__btn.active .location__area {
  visibility: visible;
}

.src-filter-wrp button:first-child {
  border: none;
}

.filter__btn a {
  width: max-content;
  display: flex;
  margin: auto;
  border-color: #e5e5e5;
  align-items: center;
  gap: 10px;
  padding: 18px 26px;
}

.location__area {
  position: absolute;
  z-index: 9999;
  width: 100%;
  max-width: 330px;
  visibility: hidden;
  padding-top: 15px;
}

.location__area.deactive {
  visibility: hidden !important;
}

.location__area > div {
  background: #ffffff;
  box-shadow: 1px 0px 10px 0px #00000040;
  border-radius: 20px;
  padding: 20px 0;
}

.location__area hr {
  opacity: 0.1;
}

.location__area ul li button {
  padding: 7px 12px;
  border: 1px solid #b2b2b2 !important;
  border-radius: 30px;
  font-size: 14px;
}

.location__area ul li button.active,
.location__area ul li button:hover {
  border-color: #000 !important;
}

.location__area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0 20px;
}

.location__area label {
  padding-right: 20px;
  margin-bottom: 5px;
}

.location__btn.active .master-box {
  visibility: visible;
}

.master-box {
  padding-top: 14px;
  position: absolute;
  width: 100%;
  z-index: 999;
  max-width: 330px;
  visibility: hidden;
  transition: all 0.3s;
}

.filter-search {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location__btn.active label {
  font-size: 12px;
  color: #575757;
  padding-right: 10px;
}

.location__btn.active #myInput {
  position: unset;
  opacity: 1;
}

.filter-search label {
  transition: all 0.3s;
}

#myInput {
  width: 100%;
  font-size: 16px;
  border: none;
  position: absolute;
  right: 0;
  opacity: 0;
  height: 24px;
  padding-right: 10px;
  transition: all 0.3s;
}

/* Style the buttons */

#myUL {
  list-style-type: none;
  width: 100%;
  padding: 0;
  background: #fff;
  max-width: 328px;
  box-shadow: 1px 0px 10px 0px #00000040;
  padding: 24px;
  border-radius: 20px;
  padding-bottom: 0;
  height: 388px;
  overflow: auto;
}

#myUL::-webkit-scrollbar {
  display: none;
}

#myUL li a {
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  margin-top: -1px;
  padding: 4px 0;
  margin: 0;
  text-decoration: none;
  font-size: 14px;
  display: block;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
  transition: none;
}

#myUL li a i {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  flex-shrink: 0;
}

.filterDiv {
  display: none;
  /* Hidden by default */
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

.show {
  display: block;
}

.accordion-thumb {
  font-weight: bold;
  background: white;
}

/* Active answer */
.filterDiv.is-active .accordion-thumb::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-panel {
  margin: 0 0 0 3%;
  padding: 10px 20px 10px 20px;
  display: none;
  color: black;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  background: white;
}

/*============ Area End =============*/

/*============place Area Start =============*/

.place-area {
  /* overflow: hidden; */
  padding-bottom: 100px;
}

.tag__list {
  margin-bottom: 40px;
}

.tag__list.bordered > span {
  display: block;
  margin-bottom: 11px;
}

.tag__list.bordered {
  margin-bottom: 0;
}

.tag__list.bordered ul li a {
  border: 1px solid #b2b2b2;
  background: no-repeat;
}

.tag__list.bordered ul li a.active {
  border: 1px solid #222222;
  color: #222222;
}

.tag__list.bordered ul {
  flex-wrap: wrap;
}

.tag__content {
  max-width: 600px;
  margin-bottom: 40px;
}

.tag__list ul {
  display: flex;
  gap: 10px;
}

.tag__list ul a {
  display: block;
  padding: 10px 16px;
  background: #eeeeee;
  border: 1px solid #eee;
  border-radius: 30px;
  line-height: 1;
  font-size: 14px;
}

.tag__list.v3 ul a {
  font-size: 16px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 3px;
}

.tag__list.v2 ul a {
  padding: 16px 14px;
}

.tag__list ul a span {
  font-weight: 600;
}

.tag__list ul a.active {
  border: 1px solid #222222;
}

.place__wrp {
  overflow: hidden;
  margin-left: -300px;
  margin-bottom: 50px;
}

.place__wrp ul {
  gap: 15px;
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  will-change: transform;
  user-select: none;
  cursor: pointer;
  display: flex;
  margin-inline: auto;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 9px;
}

.place__wrp ul::-webkit-scrollbar {
  display: none;
}

.place__wrp ul a {
  text-align: center;
  display: block;
  color: #4a4a4a;
  position: relative;
}

.place__wrp ul a.checked:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: red;
  background-image: url(../img/all-icon/tick.svg);
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -7px;
  right: -10px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  background-color: #373737;
}

.place__wrp ul a i {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 16px;
  margin-bottom: 8px;
}

.place-card {
  position: relative;
  border: 1px solid #ececec;
  border-radius: 16px;
  box-shadow: 0px 0px 2px 0px #00000040;
  padding: 12px;
  transition: all 0.3s;
  margin-bottom: 20px;
  background: #fff;
}

.place-card.hovered .link-icons {
  opacity: 1;
  pointer-events: all;
}

.virt__popup {
  background: #ffffff;
  box-shadow: 1px 0px 10px 0px #00000040;
  border-radius: 20px;
  border: 0;
  padding: 20px;
  padding-bottom: 10px;
  position: relative;
}

.virt__popup-wrp {
  visibility: hidden;
  padding-bottom: 50px;
  width: 100%;
  height: 336px;
  right: -35px;
  position: absolute;
  bottom: 0;
  width: 300px;
}

.virt__popup__hover:hover .virt__popup-wrp {
  visibility: visible;
}

.virt__popup .close-x {
  position: absolute;
  left: 20px;
  top: 10px;
}

.virt__popup:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: #ffffff;
  rotate: 45deg;
  bottom: -10px;
  right: 43px;
  box-shadow: 11px 20px 20px #0002;
}

.virt__popup p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #8c8c8c;
}

.virt__popup h6 {
  margin-bottom: 5px;
}

.virt__popup h6 i {
  display: inline-block;
  max-width: 20px;
}

.virt__popup a {
  padding: 0 14px;
  width: max-content !important;
  background: #000 !important;
  border-radius: 10px !important;
  height: auto !important;
  padding: 9px 16px;
  margin-right: auto;
}

.virt__popup picture {
  display: block;
  margin-inline: 0 -20px;
  margin-right: -20px;
  margin-bottom: 13px;
  height: 140px;
  overflow: hidden;
}

.virt__popup picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.place-card-top {
  position: absolute;
  top: 8px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0px;
  padding-right: 0;
  margin-right: -30px;
}

.place-card-top label {
  background: #00000026;
  color: #fff;
  padding: 4px 10px;
  border-radius: 30px;
  font-size: 14px;
}

.place-card-top label.color {
  background: #5ace78;
}

.place-card:hover {
  box-shadow: 0px 0px 3.3px 3px #00000014;
}

.place-card:hover .swiper-buttons .swiper-button-left,
.place-card:hover .swiper-buttons .swiper-button-right {
  opacity: 1;
}

.swiper-buttons .swiper-button-left,
.swiper-buttons .swiper-button-right {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #0000004d;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}

.swiper-buttons .swiper-button-left:hover,
.swiper-buttons .swiper-button-right:hover {
  background: #000;
}

.swiper-buttons .swiper-button-right {
  right: 10px;
}

.swiper-buttons .swiper-button-left {
  left: 10px;
}

.place-card-img {
  border-radius: 16px;
  overflow: hidden;
}

.place-card-img span {
  position: absolute;
  background: #0005;
  width: 100%;
  z-index: 999;
  bottom: 0;
  right: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 5px 16px;
  border-radius: 0 0 13px 13px;
}

.place-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.place-card .link-icons {
  position: absolute;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  padding-left: 33px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.link-icons.active {
  opacity: 1;
}

.place-card:hover .link-icons {
  opacity: 1;
  pointer-events: all;
}

.place-card .link-icons ul {
  display: flex;
  gap: 6px;
}

.place-card .link-icons ul li {
  position: relative;
  cursor: pointer;
}

.virt__popup__hover:hover > a {
  background: #222222 !important;
}

.virt__popup__hover:hover > a img {
  filter: invert(1);
}

.virt__popup__hover.active .virt__popup-wrp {
  visibility: visible;
}

.place-card .link-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
}

.place-card .link-icons a img {
  max-width: 20px;
}

.place-card .link-icons a.active {
  background: none;
}

    .place-card .link-icons a:hover {
        /*        background: #0066cc;*/
        color: #0066cc !important;
        background: #F5F5F5 !important;
    }

.place-card .link-icons a:hover img,
.place-card .link-icons a.active img {
  filter: brightness(40.5);
}

.place-card-content {
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
}

.place-card-info {
  font-size: 14px;
  min-height: 137px;
}

.place-card-info .b,
.place-card-info b {
  font-size: 12px;
  font-weight: 700;
  color: var(--redColor);
  background: #f00e000a;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 12px;
}

.b.black {
  background: #1c1c1c14;
  color: #000;
}

.place-card-info span {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}

.place-card-info ul {
  display: flex;
  gap: 10px;
}

.place-card-info ol {
  display: flex;
  align-items: center;
  color: var(--blueColor);
  font-weight: 600;
  gap: 7px;
  margin: 4px 0;
}

.place-card-info ol li {
  flex-shrink: 0;
}

.place-card-pricing {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.place-card-pricing h5 {
  cursor: pointer;
}

.place-card-pricing h4 {
  margin: 0;
  font-weight: 700;
  margin-top: 5px;
}

.place-card-pricing h4 del {
  font-weight: 400;
  font-size: 16px;
}

.place-card-pricing a {
  padding: 4px 13px;
  font-size: 12px;
}

.place-card-pricing p {
  margin: 0;
  color: #4a4a4a;
  font-size: 14px;
}

.load-place-card {
  text-align: center;
  margin-top: 50px;
}

.load-place-card a {
  border-radius: 12px;
  padding: 13px 50px;
}

.bb-text {
  margin-top: 50px;
  max-width: 700px;
  color: #4a4a4a;
}

.bb-text ol li {
  list-style: auto;
  margin-right: 13px;
  font-size: 14px;
}

.bb-text p {
  font-size: 14px;
}

.bb-text h5 {
  font-weight: 400;
  margin-bottom: 30px;
}

.magic__hover:hover .magic__popup {
  visibility: visible;
}

.magic__popup {
  background: #fff;
  padding: 14px;
  position: absolute;
  left: 50%;
  top: 0px;
  border: 1px solid #4a4a4a;
  box-shadow: 0px 0px 11.6px 4px #0003;
  max-width: 350px;
  transform: translateX(-50%);
  font-size: 14px;
  width: 100%;
  border-radius: 12px;
  visibility: hidden;
  z-index: 9999;
  text-align: right;
}

.magic__hover {
  width: max-content;
  margin-right: auto;
}

.magic__popup-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 16px;
}

.magic__popup-top h5 {
  font-weight: 400;
}

.magic__popup-top p {
  width: max-content;
  display: block;
  margin: 0;
  text-align: left;
  font-size: 20px;
}

.magic__popup-top p a {
  width: max-content !important;
  height: auto !important;
  font-size: 14px;
  border-radius: 0 !important;
  border-bottom: 1px solid #000;
  line-height: 1;
  transition: unset !important;
  display: block;
  padding: 0;
}

.check-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 0px !important;
}

.check-list ul li {
  width: 33%;
  display: flex;
  gap: 3px;
}

.check-list ul li span {
  display: inline-block;
  width: 100%;
  font-family: "Assistant", sans-serif;
  width: max-content;
  font-size: 13px;
}

.check-list ul li i {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 0px;
}

.magic__popup-list {
    display: flex;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin: 12px 0 10px;
    text-align: right;
    min-width: 100%;
    flex-wrap: nowrap;
}

.magic__popup-list i {
  max-width: 13px;
  display: inline-block;
}

.magic__popup-list label {
  margin-bottom: 6px;
}

.magic__popup-list li {
  line-height: 1.3;
}

.magic__popup-list li span {
  color: #4a4a4a;
  width: 46px;
  display: inline-block;
}

    .magic__popup-list ul {
        /*  flex-direction: column;
  width: 50%;
  padding: 16px 10px;*/
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        min-width: 0;
    }
        .magic__popup-list ul li {
            white-space: nowrap;
            flex-shrink: 0;
        }
.magic__popup-btm {
  background: #f9f9f9;
  padding: 8px 10px 10px;
  border-radius: 16px;
}

.magic__popup-btm ul {
  gap: 15px !important;
  color: #006ce4;
}

.magic__popup-btm > span {
  display: block;
  margin-bottom: 6px;
}

/*============place Area End =============*/

/*============login Area Start =============*/

.login-form {
  max-width: 440px;
  margin: auto;
}

.otp-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0 20px;
}

.text-green {
  color: #3ca958;
}

.otp-input input {
  width: 58px;
  height: 58px;
  border: 1px solid var(--Color-3, #d4d4d4);
  border-radius: 8px;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.login-form .thm_btn {
  width: 100%;
  border-radius: 8px;
  padding: 16px 30px;
}

.login-form h3 {
  margin-bottom: 20px;
}

.border-text {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 50px 0 20px;
}

.border-text span {
  display: block;
  width: max-content;
  flex-shrink: 0;
}

.border-text hr {
  width: 100%;
}

.social__link {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 50px;
}

.login-btm small {
  color: #8f8f8f;
}

.login-btm p {
  max-width: 300px;
  margin: auto;
  margin-bottom: 16px;
}

.login-btm p a {
  text-decoration: underline;
}

.social__link a {
  border: 1px solid var(--Color-3, #d4d4d4);
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30%;
  border-radius: 8px;
  gap: 14px;
}

/*============login Area End =============*/

/*============Dalton Area Start =============*/

.container__md .container {
  max-width: 1115px;
}

.Dalton-title {
  margin-bottom: 50px;
}

.Dalton-title-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.Dalton-title-mobile span {
  font-weight: 600;
  font-size: 14px;
}

.Dalton-title-mobile span i {
  display: inline-block;
  position: relative;
  top: -3px;
  border-radius: 50%;
}

.Dalton-title-mobile * {
  margin: 6px 0;
}

.Dalton-title p {
  margin: 0;
}

.Dalton-title h4 {
  gap: 10px;
  display: flex;
  font-weight: 400;
}

.Dalton-title h4 p {
  margin-right: 30px;
}

.Dalton-title h4 p i {
  display: inline-block;
  line-height: 1;
}

.tab-nav {
  margin-bottom: 20px;
}

.tab-nav ul {
  display: flex;
  max-width: 1000px;
  border-bottom: 1px solid #f5f5f5;
  gap: 14px;
  width: max-content;
}

.tab-nav ul li a {
  display: block;
  padding: 10px 16px;
  border-bottom: 1px solid #0000;
}

.tab-nav ul li a.active {
  border-color: #000;
}

.Dalton__blk {
  background: #f3f3f3;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.div1.Dalton__blk.lg .place-card {
  height: 100%;
}

.Dalton__blk.lg .place-card > img {
  height: 100%;
}

.Dalton__blk > button {
  border-radius: 12px;
  line-height: 1;
  padding: 10px 16px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
}

.order__content {
  margin-right: 30px;
}

.order__content a {
  line-height: 1;
}

.order__content p {
  font-size: var(--f20);
}

.Dalton__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}

.my-image-links img {
  height: 100%;
  width: 100%;
}

.my-image-links img {
  display: block;
  height: 100%;
}

.div1 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}

.div2 {
  grid-column-start: 3;
}

.div3 {
  grid-column-start: 4;
}

.div4 {
  grid-column-start: 3;
  grid-row-start: 2;
}

.div5 {
  grid-column-start: 4;
  grid-row-start: 2;
}

.daltonModal__content {
  padding-top: 30px;
}

.daltonModal__content p {
  font-weight: 600;
  color: #292d32;
}

.daltonModal__content h3 {
  font-weight: 700;
}

nav.tab__nav button {
  border-bottom: 1px solid transparent;
}

nav.tab__nav {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 18px;
}

nav.tab__nav .nav {
  gap: 30px;
}

.daltonModal__content .btn-close {
  position: fixed;
  top: 30px;
  left: 40px;
}

nav.tab__nav button.active {
  border-color: #000;
}

.room__tab .place-card {
  margin-bottom: 20px !important;
}

.room__tab .place-card > a {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.room__tab .place-card > a img {
  width: 100%;
  object-fit: contain;
}

/*============Dalton Area End =============*/

/*============Host Area Start =============*/

.Host__content {
  max-width: 515px;
}

.date__popup {
  position: absolute;
  box-shadow: 1px 0px 10px 0px #00000040;
  max-width: 300px;
  padding: 14px;
  background: #fff;
  border-radius: 24px;
  bottom: 0;
  font-size: 14px;
  color: #4a4a4a;
  visibility: hidden;
  left: 0;
}

.date__popup p {
  line-height: 1.2;
}

.date__popup .box {
  background: #f9f9f9;
  border-radius: 24px;
  padding: 12px;
}

.date__popup .box strong {
  font-weight: 600;
}

.date__popup .box p {
  margin: 0;
}

.date__popup button {
  position: absolute;
  left: 20px;
  top: 10px;
}

.date__hover {
  position: relative;
}

.date__hover:hover .date__popup {
  visibility: visible;
}

.Host__content hr {
  max-width: 360px;
  opacity: 0.1;
}

.user__blk {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user__blk h5 {
  margin: 0;
}

.user__blk i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.user__blk i.s-24 {
  width: 24px;
  height: 24px;
}

/*============Host Area End =============*/

/*============Reviews Area Start =============*/

.Reviews-content {
  margin-bottom: 60px;
}

.Reviews-content h4 {
  margin-bottom: 24px;
}

.Reviews-content ul {
  display: flex;
  gap: 20px;
}

.Reviews-content ul h4 {
  margin-bottom: 5px;
}

.Reviews-content ul li {
  background: #f9f9f9;
  width: 112px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px;
  padding: 10px;
}

.Reviews-content ul li span {
  color: #4a4a4a;
  width: max-content;
}

.Reviews__card {
  border: 1px solid #d9d9d9;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 20px;
  height: 210px;
}

.Reviews__card > p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 100px;
}

.Reviews__card > a {
  border-bottom: 1px solid;
}

.Reviews__user {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.Reviews__user h6 {
  margin: 0;
}

.Reviews__user div div {
  display: flex;
  gap: 3px;
  font-size: 14px;
}

.Reviews__user p {
  margin: 0;
}

.Reviews__user ul {
  display: flex;
}

.Reviews__user > i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.Reviews__btn a {
  padding: 9px 16px;
  border-radius: 10px;
  line-height: 1;
}

/*============Reviews Area End =============*/

/*============packege Area Start =============*/

.selected__list {
  margin-bottom: 20px;
  transition: all 0.65s ease;
  position: fixed;
  opacity: 0;
}

.selected__list.show {
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  position: relative;
  opacity: 1;
}

.selected__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.selected__list ul li a {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px !important;
  font-size: 14px;
  border-radius: 40px;
  height: 37px;
  position: relative;
}

.selected__list ul li a:hover label {
  opacity: 1;
}

.selected__list ul li a label {
  position: absolute;
  background: #fff;
  text-transform: capitalize;
  padding: 10px 16px;
  border-radius: 12px;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0px 0px 11.6px 4px #00000014;
  font-size: 14px;
  width: max-content;
  color: #000;
}

.Vacation__form,
.book-blk {
  box-shadow: 1px 0px 10px 0px #00000040;
  border-radius: 24px;
  padding: 15px;
  padding-bottom: 24px;
  margin-bottom: 20px;
}

.book-blk a {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
  color: #616161;
}

.book-blk h6 {
  color: #616161;
  margin-bottom: 12px;
}

.cal__input {
  display: flex;
  border: 1px solid #dcdcdc;
  border-radius: 24px;
  margin-bottom: 16px;
}

.cal__input input {
  font-weight: 600;
}

.cal__input label {
  color: #222222;
  font-size: 14px;
}

.cal__input > div {
  width: 50%;
  padding: 6px;
  padding-right: 15px;
}

.border-mid {
  border-left: 1px solid #d9d9d9;
}

.cal__input > div input {
  margin: 0;
  height: auto;
}

.Vacation__form > a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3ca958;
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
}

.Vacation__form input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #dcdcdc;
  border-radius: 24px;
  margin-bottom: 16px;
}

.Vacation__form h4 {
  display: block;
  margin-bottom: 16px;
}

.Afford__item {
  background: #f4f4f4;
  border-radius: 16px;
  position: relative;
  padding: 10px;
  padding-bottom: 15px;
  margin-bottom: 16px;
}

.Afford__item h5 {
  position: absolute;
  left: 10px;
  bottom: 5px;
  font-weight: 700;
  color: #259743;
}

.close-btn {
  position: absolute;
  left: -5px;
  top: -5px;
}

.Afford__item__img {
  display: flex;
  gap: 6px;
}

.Afford__item__img a {
  display: block;
  font-size: 14px;
  text-decoration: underline;
}

.Afford__item__img picture {
  max-width: 60px;
}

.Afford__item-black {
  display: flex;
  align-items: center;
  background: #222222;
  color: #ffff;
  padding: 10px 20px;
  border-radius: 24px;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
}

.Afford__item-black a {
  text-decoration: underline;
}

.Afford__item-black h6 {
  font-size: 15px;
}

.Afford__item-black * {
  margin: 0;
}

.Afford__item-black picture {
  max-width: 60px;
}

.packege__blk {
  display: flex;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  padding: 16px;
  gap: 10px;
  position: relative;
  margin-bottom: 20px;
  height: 82px;
  overflow: hidden;
  padding: 10px;
}

.packege__blk.show {
  height: auto;
  padding-bottom: 70px;
}

.packege__content > p {
  height: 28px;
  overflow: hidden;
  display: block;
}

.show .packege__content > p {
  height: auto;
  overflow: unset;
}

button.pck__btn {
  position: absolute;
  left: 9px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 28px;
  z-index: 9;
}

.show button.pck__btn {
  visibility: hidden;
}

.packege__blk__wrp,
.packege__sgl__blk {
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  margin-bottom: 20px;
}

.packege__blk__btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  border-radius: 0 0 24px 24px;
  padding: 0 20px 5px;
  padding-left: 10px;
  border-top: 1px solid #d9d9d9;
}

.packege__blk__btm .packege__options {
  padding-left: 0;
}

.packege__blk__btm .packege__content > p {
  height: auto;
  margin: 0;
}

.packege__img {
  max-width: 245px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  position: relative;
  max-width: 80px;
  gap: 0;
}

.show .packege__img {
  max-width: 245px;
  flex-shrink: 0;
  width: 100%;
  gap: 12px;
}

.packege__img i {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border-radius: 16px;
  height: 60px;
}

.show .packege__img i {
  height: auto;
}

i.pci {
  height: 150px;
  display: none;
}

.show i.pci {
  display: block;
}

.packege__img i:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
  background: linear-gradient(1deg, rgba(0, 0, 0, 0.3) 29.2%, rgba(102, 102, 102, 0) 87.92%);
  border-radius: 24px;
}

.packege__img a {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  padding-top: 6px;
  bottom: 14px;
  z-index: 99;
  display: none;
}

.show .packege__img a {
  display: flex;
}

.packege__img a img {
  height: auto;
}

.packege__img img {
  height: 180px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.packege__content > .flex {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
  justify-content: flex-start;
}

.packege__content > p b {
  font-weight: 600;
}

.packege__content > .flex span {
  color: #6c6c6c;
}

.packege__content > .flex span i,
.packege__content > p i {
  width: 3px;
  height: 3px;
  background: #4a4a4a;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
  position: relative;
  top: -3px;
}

.packege__content > .flex h5 {
  margin: 0;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.packege__list {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
}

.packege__list h6 {
  margin-top: 10px;
}

.packege__list .flex {
  display: flex;
  justify-content: unset;
}

.packege__list .flex {
  gap: 30px;
}

.packege__options {
  position: absolute;
  left: 12px;
  top: 0;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
  padding-left: 34px;
}

.show .packege__options {
  padding-left: 0;
}

.packege__options h5 span {
  color: #6c6c6c;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.packege__options h5 {
  color: #259743;
  font-weight: 700;
  margin-bottom: 50px;
}

.show .packege__options h5 {
  margin: 0;
}

.packege__options button {
  line-height: 1;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 36px;
}

.packege__options a {
  background: #3ca958;
  color: #fff;
  padding: 9px 20px;
  border-radius: 30px;
  border: none;
}

.packege__options a img {
  margin-left: 4px;
}

.packege__count {
  margin-bottom: 50px;
  padding-top: 40px;
}

.packege__count .order_quantity p#count {
  font-size: 20px;
  width: max-content !important;
  padding: 0 9px;
}

.packege__count .order_quantity button {
  border-radius: 50% !important;
  border-color: #e5e5e5 !important;
}

.sec__title.m__20 {
  margin-bottom: -34px;
}

.packege__count ul {
  display: flex;
  align-items: center;
  border: 1px solid #cdcdcd;
  box-shadow: 0px 0px 2px 0px #00000040;
  border-radius: 33px;
  height: 50px;
}

.packege__count ul li {
  display: flex;
  align-items: center;
  width: 33%;
  justify-content: space-between;
  border-right: 1px solid #cdcdcd;
  padding: 0 10px;
  height: 100%;
}

.packege__count ul li:last-child {
  width: 40%;
}

.packege__count ul li:first-child {
  border: none;
}

.srcBtn-black {
  background: #1c1c1c;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  margin-left: -18px;
}

.packege__sgl__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.packege__sgl__right span {
  font-size: 14px;
  color: #6c6c6c;
}

.packege__sgl__right span i {
  width: 3px;
  height: 3px;
  background: #4a4a4a;
  display: inline-flex;
  border-radius: 50%;
  margin: 0 3px;
  position: relative;
  top: -2px;
}

.packege__sgl__blk {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  padding-left: 30px;
}

.pkg__img {
  width: 80px;
  height: 60px;
  border-radius: 16px;
  overflow: hidden;
}

.pkg__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.packege__sgl__left {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: end;
}

.packege__sgl__left span {
  color: #6c6c6c;
}

.packege__sgl__left h5 {
  color: #259743;
}

.packege__sgl__left a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.packege__sgl__left a img {
  width: 14px;
}

.AffordModal__content ul {
  padding: 0 50px;
  margin-top: 20px;
}

.AffordModal__content ul li {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #0001;
}

.AffordModal__content ul li .guests__content {
  width: max-content;
  margin-top: 20px;
}

.AffordModal__content ul li .guests__content p {
  width: auto !important;
  margin: 0 16px;
  font-size: 16px;
  font-weight: 600;
}

.AffordModal__content > p {
  color: #006ce4;
}

.AffordModal__content h5 {
  color: #4a4a4a;
}

.food-item {
  display: flex;
  gap: 16px;
}

.food-item p {
  margin: 0;
  padding-top: 12px;
}

.food-item p b {
  display: block;
  font-size: 20px;
}

.food-item picture {
  width: 100px;
  height: 100px;
  position: relative;
}

.food-item picture i {
  position: absolute;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  right: -11px;
  top: -10px;
  cursor: pointer;
}

.food-item.checked picture i {
  background: #000;
  border-color: #ffff;
}

.packageModal__content {
  text-align: center;
  padding-top: 30px;
}

.packageModal__content h4 {
  margin-bottom: 50px;
}

.packageModal__content span {
  display: block;
  margin: 10px 0;
}

.packageModal__content .btn-grp {
  justify-content: center;
}

.packageModal__content .btn-grp a {
  font-size: 16px;
  width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thm_btn.offw {
  background: #f4f4f4;
  color: #000000;
}

/*============packege Area End =============*/

/*============place Area Start =============*/

.place__btn {
  display: flex;
  justify-content: end;
  margin-top: 50px;
}

.place__nav ul {
  margin-bottom: 20px;
}

.place__nav ul p {
  margin-bottom: 6px;
  font-weight: 600;
}

.green-btn {
  background: #4fb469;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  line-height: 1;
  border-radius: 10px;
}

/*============place Area End =============*/

/*============Location Area Start =============*/

.Location-img {
  border-radius: 12px;
  overflow: hidden;
  height: 420px;
}

.Location__content a {
  border-radius: 12px;
  line-height: 1;
  width: max-content;
  float: inline-end;
}

.Location__content h4 {
  margin-bottom: 28px;
}

.Location__content ul {
  margin-bottom: 40px;
}

.Location__content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

/*============Location Area End =============*/

/*============faq Area Start =============*/

.faq-area .tab-nav {
  max-width: 800px;
}

.faq-area .accordion {
  max-width: 800px;
}

.faq-area .accordion-item {
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
}

.faq-area .accordion-item button {
  background: no-repeat !important;
  padding: 24px 20px;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}

.accordion-item button:after {
  position: absolute;
  left: 20px;
}

.faq-area .accordion-button:not(.collapsed) {
  background: #f6f6f6 !important;
  padding: 16px 20px 7px;
}

.faq-area .accordion-button {
  border: none;
}

.accordion-collapse {
  border: none;
}

.faq-area .accordion-body {
  background: #f6f6f6;
  padding: 10px 20px;
}

/*============faq Area End =============*/

/*============House Area Start =============*/

.House__content {
  border: 1px solid #d9d9d9;
  max-width: 800px;
  border-radius: 12px;
}

.House__content ul li {
  padding: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.House__content ul li:last-child {
  border: none;
}

.House__content ul li p {
  margin: 0;
}

/*============House Area End =============*/

/*============details Area Start =============*/

.container.md {
  max-width: 1000px;
}

.details-form hr {
  margin: 20px 0 40px;
}

.details-form h3 {
  margin-bottom: 40px;
}

.input__blk {
  margin-bottom: 24px;
  position: relative;
}

.input__blk textarea {
  width: 100%;
  border-radius: 8px;
  height: 120px;
}

.input__blk small {
  float: inline-end;
  display: block;
  margin-top: 5px;
}

.input__blk input {
  width: 100%;
  height: 48px;
  border: 1px solid var(--Color, #616161);
  border-radius: 8px;
  padding: 0 20px;
}

.input__blk .label{
    position: absolute;
    background-color: white;
    color: #C2C2C2;
    right: 16px;
    padding: 0 4px;
    transition: all .2s ease-in;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}


/* When input is focused or has value (not placeholder shown) */
.input__blk input:focus + .label,
.input__blk input:not(:placeholder-shown) + .label {
  top: 0;
  color: #000;
  padding: 0 5px;
}


input.border-d9 {
  border: 1px solid #d9d9d9;
}

input.h-36 {
  height: 36px;
  font-size: 12px;
}

input.h-44 {
  height: 44px;
}

.input__blk label {
  display: block;
  margin-bottom: 8px;
}

.details-form-info {
  box-shadow: 1px 0px 10px 0px #00000040;
  border-radius: 12px;
  margin-right: 20px;
  padding: 16px;
  padding-bottom: 0;
}

.details-form-info ol li {
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
}

.details-form-info h5 {
  font-weight: 700;
  margin-bottom: 3px;
}

.details-form-info > h4 {
  margin: 7px 0;
}

.details-form-info > label,
.details-form-info ul li .text label {
  color: #3ca958;
}

.details-form-info p {
  margin-bottom: 0px;
}

.details-form-info ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 18px 0;
}

.details-form-info ul li:last-child {
  border: none;
}

.details-form-info ul li h6 {
  margin: 20px 0;
}

.details-form-info ul li .list-disk {
  margin-right: 19px;
  margin-top: 15px;
}

.details-form-info ul li h4 span {
  font-size: 16px;
  font-weight: 400;
}

.details-form-info ul li .text {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 20px;
}

.details-form-info ul li .text i,
.Dalton-title-mobile span i {
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  margin: 0 3px;
}

.list-disk li {
  list-style: disc !important;
  border: none !important;
  padding: 0 !important;
}

.form-check {
  padding-left: 0;
}

.form-check-input {
  margin-left: unset !important;
}

.form-check-label {
  margin-right: 4px;
  color: #616161;
}

.form-check-label h5 {
  display: inline-block;
  margin-left: 5px;
}

.form-check-label a {
  text-decoration: underline;
  color: #000;
}

.details-form-info .thm-btn {
  background: #dcdcdc;
  width: 100%;
  height: 52px;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
}

.details-form-info .thm-btn.active {
  background: #000;
}

/*============details Area End =============*/

/*============order Area Start =============*/

.order__top {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 30px;
}

.order__top > div a {
  color: #3ca958;
  text-decoration: underline;
}

.order__top__btn {
  display: flex;
  gap: 30px;
}

.order__top__btn a span {
  text-decoration: underline;
  color: #000;
}

.order__nav ul li {
  padding: 16px 0;
  border-bottom: 1px solid #d9d9d9;
  max-width: 120px;
}

.order__nav ul li.active a {
  filter: invert(48%) sepia(87%) saturate(322%) hue-rotate(83deg) brightness(97%) contrast(91%);
  font-weight: 700;
}

.order__nav ul li:last-child {
  border: none;
}

.order__nav ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.order__nav ul li i {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.order__nav ul li i.dot:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 1px;
  right: 0;
  background: red;
}

.order__wrp {
  max-width: 620px;
  font-size: 14px;
}

.order__summary {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 10px 0 50px;
}

.order__item.v2 {
  position: relative;
  padding-bottom: 50px;
}

.order__item.v2 > p {
  color: #9e9e9e;
}

.order__item.v2 > p del {
  display: block;
  color: #4a4a4a;
}

.order-sum-btm {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: #9c9c9c1a;
  color: #3ca958;
}

.order__summ-img {
  width: 85px;
  height: 85px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.order__summ-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order__summ-text {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}

.delicious__blk {
  margin-bottom: 50px;
}

.delicious__blk ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 18px 0;
}

.delicious__blk ul li:last-child {
  border: none;
}

.delicious__blk ul li i {
  width: 50px;
  height: 50px;
  border-radius: 12px;
}

.delicious__blk ul li a {
  border-radius: 10px;
  width: 115px;
}

.delicious__blk ul {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 0px 20px;
}

.delicious__blk .flex {
  margin-bottom: 10px;
}

.delicious__blk .flex a {
  color: #006ce4;
}

.order__qsn__blk {
  margin-bottom: 24px;
}

.order__qsn__blk p {
  margin-bottom: 5px;
}

.order__qsn hr {
  max-width: 150px;
}

.order__qsn a {
  color: #34974e;
  font-weight: 600;
  text-decoration: underline;
}

.help__blk {
  background: #f5f5f5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 25px;
  margin-bottom: 30px;
}

.help__blk a {
  color: #34974e;
  text-decoration: underline;
  font-weight: 600;
}

.help__blk h6 {
  font-weight: 700;
}

.help__blk p {
  margin-bottom: 8px;
}

.help__blk > i {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box__style {
  /* border: 1px solid #D9D9D9; */
  box-shadow: 1px 0px 10px 0px #0003;
  padding: 16px;
  border-radius: 12px;
}

.rounded-20 {
  border-radius: 20px;
}

.order__item-info > a {
  color: var(--blueColor);
  display: block;
  margin-bottom: 16px;
}

.order__item ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
}

.order__item ul li h6 {
  margin: 0;
}

.order__item ul li p {
  margin: 0;
}

.policy-box {
  height: 140px;
}

.Reason-content {
  margin-top: 31px;
  margin-right: 50px;
  padding-bottom: 30px;
}

.Reason-content p {
  margin: 0;
}

.select__blk {
  max-width: 320px;
}



.select__blk .nice-select {
  height: 56px;
  display: flex;
  align-items: center;
  padding-left: 46px;
}

.nice-select.black {
    background: no-repeat;
    border: 1px solid #fff;
}

.nice-select.black ul {color: #000;}

.nice-select.black:after {
    border-color: #fff;
}

.select__blk .border-d9 {
  border: 1px solid #d9d9d9;
}

.h-44 .nice-select {
  height: 44px;
}

.nice-select.rounded {
  border-radius: 50px !important;
}

.sl-0 .nice-select {
  margin-top: -24px;
}

.btn-grp {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card__info {
  margin-top: 30px;
}

.card__info .select__blk .nice-select {
  height: 48px;
  margin-top: 7px;
}

.visa-number {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d999;
  margin: 20px 0 30px;
  gap: 10px;
}

.visa-number input {
  width: 100%;
  border: none;
  background: no-repeat;
}

.counter__blk {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.counter__blk p {
  margin: 0;
}

p#count {
  width: 100%;
  text-align: center;
}

.order_quantity {
  display: flex;
  border: 1px solid var(--Color, #616161);
  width: 100%;
  max-width: 170px;
  height: 56px;
  align-items: center;
  padding: 0 16px;
  border-radius: 24px;
}

.multi-counter-wrapper.order_quantity {
  justify-content: space-between;
}

.order_quantity button {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.Rooms-count .guests__content button.multi-counter-minus,
.Rooms-count .guests__content button.multi-counter-plus {
  width: 40px;
  height: 40px;
}

.Rooms-count .guests__content p.multi-counter-display {
  width: 80px !important;
  font-weight: 600;
}

/*============order Area End =============*/

/*============All of Modal Area Start =============*/

.dates__tab-btn {
  margin-bottom: 30px;
}

.dates__tab-btn button {
  border: none !important;
  border-bottom: 1px solid #f5f5f5 !important;
  padding: 10px 20px;
}

.nav-tabs {
  justify-content: center;
  width: max-content;
  margin: auto;
}

.dates__tab-btn button.active {
  border-color: #000 !important;
}

.calender__tab {
  margin-top: -20px;
}

.calendar__blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
}

.calendar-nav-prev {
  width: 15px;
  height: 15px;
  background-image: url(../img/all-icon/arrow-left.svg);
  background-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar__blk th,
.calendar__blk td {
  padding: 8px 16px;
  text-align: center;
}

.calendar__blk th {
  font-weight: 600;
  border-bottom: 1px solid #0002;
}

.calendar {
  margin: auto;
}

.calendar-nav-date {
  text-align: center;
  font-weight: 700;
  margin-bottom: -15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.calendar-nav-date button {
  font-weight: 700;
  padding: 16px;
  padding: 0;
  width: auto;
  border: none;
}

.Deadlines__tab > a.green-btn {
  float: inline-end;
  margin-top: 40px;
}

.search__tag {
  display: flex;
  gap: 50px;
}

.rangeSlider__blk {
  width: 50%;
}

/* guests Modal */

.guests__dropdown .guests__content {
  padding-top: 10px;
  width: 100%;
  position: absolute;
  min-width: 320px;
  background: #ffff;
  z-index: 999;
  box-shadow: 1px 0px 10px 0px #00000040;
  border-radius: 20px;
  right: 0;
}

.guests__content .order_quantity {
  border: none;
  height: auto;
  padding: 0;
  margin: 0;
  justify-content: end;
}

.guests__content .order_quantity p {
  width: 49px !important;
}

.order_quantity p {
  margin: 0;
}

.span-none span {
  display: none;
}

.guests__content .order_quantity button {
  width: 32px;
  height: 32px;
  border: 1.2px solid #b4b4b4;
  border-radius: 8px;
}

.guests__content ul li {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 20px;
  border-bottom: 1px solid #efefef;
}

.guests__content ul li:last-child {
  border: none;
}

/* filter Modal Start */

.filter__top {
  display: flex;
}

.filter__content .accordion-item {
  border-bottom: 1px solid #ebebeb;
}

.filter__content button.accordion-button {
  background: none;
  font-weight: 600;
  font-size: 20px;
  padding: var(--f28);
  padding-right: 10px;
  border: none;
}

.filter__content .accordion-body {
  padding-top: 0;
}

.price__acc {
  max-width: 500px;
}

.filter__content {
  max-width: 620px;
  margin-inline: auto;
}

.range-slider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.range-slider-values input {
  border: 1px solid #e5e5e5;
  background: no-repeat;
  width: 80px;
  text-align: center;
  height: 50px;
  font-size: 16px;
  border-radius: 50px;
  line-height: 1;
  margin-top: 5px;
}

.range-slider-values span {
  display: block;
  text-align: center;
}

.range-slider-values span input {
  border: 1px solid #e5e5e5;
}

.filter__content .btn-grp {
  justify-content: end;
  margin-top: 30px;
}

.filter__content .btn-grp a {
  width: 150px;
  padding: 15px 0;
}

.price__acc input[type="number"]::-webkit-inner-spin-button,
.price__acc input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.range-slider {
  position: relative;
  width: 100%;
  height: 16px;
  border-radius: 15px;
  /* background: #DCDCDC; */
  direction: ltr;
}

.range-slider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  left: 0;
  top: 40%;
  background: #dcdcdc;
  transform: translateY(-50%);
  border-radius: 30px;
}

.range-slider .progress {
  position: absolute;
  left: 25%;
  right: 0%;
  height: 12px;
  border-radius: 15px;
  background: #3ca958;
}

.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  height: 13px;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;
  background: none;
  outline: none;
}

.range-slider .range-min::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #3ca958 no-repeat padding-box;
  border: 3px solid #ffffff;
  border-radius: 20px;
  opacity: 1;
  box-shadow: 1px 0px 10px 0px #0003;
  cursor: pointer;
}

.range-slider .range-max::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #3ca958 no-repeat padding-box;
  border: 3px solid #ffffff;
  border-radius: 20px;
  opacity: 1;
  box-shadow: 1px 0px 10px 0px #0003;
  cursor: pointer;
}

/* range Slider two */

.range-sliders {
  --range-slider-value-low-fallback: calc(var(--range-slider-value-low, 0) * 1%);
  --range-slider-value-high-fallback: calc(var(--range-slider-value-high, 100) * 1%);
  --range-slider-thumb-size: 20px;
  --range-slider-thumb-radius: calc(var(--range-slider-thumb-size) / 2);
  position: relative;
  width: 100%;
  height: 20px;
  direction: ltr;
  border: none;
}

@media (max-width: 500px) {
  .range-sliders {
    --range-slider-thumb-size: 36px;
  }
}

.range-sliders::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 8px;
  margin-top: -2px;
  border-radius: 100vmax;
  background-color: #ebebeb;
  background-image: linear-gradient(
    to right,
    transparent var(--range-slider-value-low-fallback),
    #000 var(--range-slider-value-low-fallback),
    #000 var(--range-slider-value-high-fallback),
    transparent var(--range-slider-value-high-fallback)
  );
  pointer-events: none;
}

.range-slider__display {
  pointer-events: none;
}

.range-slider__display::before,
.range-slider__display::after {
  content: attr(data-span);
  position: absolute;
  color: #000;
  white-space: nowrap;
  transform: translateX(-50%) translateX(calc(var(--range-slider-thumb-radius) * calc(-0.02 * var(--pos) + 1)));
  background: #fff;
  width: 30px;
  height: 30px;
  box-shadow: 1px 0px 10px 0px #00000040;
  border-radius: 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.range-slider__display::before {
  --pos: var(--range-slider-value-low);
  content: attr(data-low);
  bottom: 100%;
  margin-bottom: calc(var(--range-slider-thumb-size) / 4);
  left: var(--range-slider-value-low-fallback);
  top: auto;
  bottom: -40px;
}

.range-slider__display::after {
  --pos: var(--range-slider-value-high);
  content: attr(data-high);
  top: 100%;
  margin-top: calc(var(--range-slider-thumb-size) / 4);
  left: var(--range-slider-value-high-fallback);
}

.range-slider__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  transform: translateY(-50%);
  background-color: transparent;
  pointer-events: none;
  border: none !important;
}

@supports selector(:focus-visible) {
  .range-slider__input:focus-visible {
    outline: none;
  }

  .range-slider__input:focus-visible::-webkit-slider-thumb {
    outline: 2px solid blue;
    outline-offset: 2px;
  }

  .range-slider__input:focus-visible::-moz-range-thumb {
    outline: 2px solid blue;
    outline-offset: 2px;
  }
}

@supports not selector(:focus-visible) {
  .range-slider__input:focus {
    outline: none;
  }

  .range-slider__input:focus::-webkit-slider-thumb {
    outline: 2px solid blue;
    outline-offset: 2px;
  }

  .range-slider__input:focus::-moz-range-thumb {
    outline: 2px solid blue;
    outline-offset: 2px;
  }
}

.range-slider__input:active::-webkit-slider-thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.range-slider__input:active::-moz-range-thumb {
  cursor: grabbing;
}

.range-slider__input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
}

.range-slider__input::-moz-range-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
}

.range-slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: all;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #000;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  box-shadow: 0 0 10px #0005;
}

.range-slider__input::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: all;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #000;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: grab;
  -moz-transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition: transform 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  box-shadow: 0 0 10px #0005;
}

/*============ Area End =============*/

/*============Blog Area Start =============*/
.blog-area {
  position: relative;
}

.blog-area .place-card-info {
  min-height: 40px;
}

.blog__title h3 {
  font-size: 32px;
}

.blog__title span {
  display: block;
  font-size: 20px;
  margin-bottom: 32px;
}

.blog__title p {
  font-size: 14px;
  max-width: 520px;
}

.place-card.sm {
  padding: 8px;
}

.cover-img {
  height: 250px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: var(--f32);
}

.cover-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog__content {
  margin-bottom: 100px;
}

.blog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.blog__top a {
  border: 1px solid #222222;
  display: block;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 12px;
}

.blog__content a {
  border-bottom: 1px solid;
}

.blog__content ul li {
  margin-bottom: 32px;
}

.blog__content h3 {
  font-size: var(--f32);
  margin-bottom: var(--f32);
}

.blog__content p {
  font-size: 14px;
  max-width: 530px;
}

/*============Blog Area End =============*/

/*============Zimmer Area Start =============*/

.container.sm {
  max-width: 900px;
}

img.round-repet {
  position: absolute;
  left: -40px;
  top: -97px;
}

.Zimmer-title h3 {
  font-size: var(--f32);
  margin-bottom: 60px;
}

.Zimmer__blk {
  border: 1px solid #ececec;
  box-shadow: 0px 0px 3.3px 3px #00000014;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: var(--f48);
  background: #fff;
  z-index: 9;
  position: relative;
}

.Zimmer__blk ul {
  margin-top: 24px;
}

.Zimmer__blk ul li {
  display: flex;
  gap: 10px;
}

.Zimmer__blk ul li i {
  flex-shrink: 0;
  height: 20px;
}

.Zimmer__blk h4 {
  display: flex;
  justify-content: space-between;
}

.Zimmer__blk h4 b {
  font-size: 20px;
}

.Zimmer__wrp {
  background: #f7fff9;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
  flex-wrap: wrap;
  align-items: center;
}

.Zimmer__wrp h4 {
  margin: 0;
}

.Zimmer__wrp ul {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.Zimmer__wrp ul span {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.Zimmer__wrp ul li i {
  display: block;
  text-align: center;
  max-width: 40px;
  margin: auto;
}

/*============Zimmer Area End =============*/

/*============ Area Start =============*/

.review__popup {
  padding: 0 80px 20px;
  position: relative;
}

.review__popup a.thm_btn {
  width: 100%;
  border-radius: 8px;
}

.review__popup textarea {
  height: 96px;
}

.review__popup h3 {
  margin-bottom: 28px;
  font-size: var(--f32);
}

.review__popup input {
  height: 38px;
}

.review__popup .close-x {
  position: absolute;
  left: 20px;
}

.number__list {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.number__list label {
  width: 112px;
  font-size: 14px;
  flex-shrink: 0;
}

.number__list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.number__list ul li {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  font-size: 14px;
}

.number__list ul li.active {
  background: #424242;
  color: #fff;
  border-color: #424242;
}

/*============ Area End =============*/

/*============footer Area Start =============*/
.footer-area {
  padding: 50px 0 40px;
  border-top: 1px solid #e3e3e3;
}

.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.footer-social {
  max-width: 450px;
}

.footer-social hr {
  opacity: 0.1;
}

.footer-social ul {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.footer-nav a {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.footer-nav h6 {
  font-size: 14px;
  color: #000;
  margin-bottom: 14px;
}

/*============footer Area End =============*/

/*==================================================== Update Version ==========================================================*/

/*============ Desktop - 81 start =============*/

/* Upload Area */
.upload-area {
  border: 1px dashed #a8a8a8;
  border-radius: 8px;
}

.upload-area--open {
  /* Slid Down Animation */
  animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
  from {
    height: 28.125rem;
    /* 450px */
  }

  to {
    height: 35rem;
    /* 560px */
  }
}

/* Drop Zoon */
.upload-area__drop-zoon {
  position: relative;
  height: 135px;
  /* 180px */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.upload-area__drop-zoon:hover {
  border-color: var(--clr-blue);
}

.drop-zoon__icon {
  display: flex;
  font-size: 3.75rem;
  color: var(--clr-blue);
  transition: opacity 300ms ease-in-out;
}

.drop-zoon__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin: 0;
  margin-top: 0.625rem;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
  opacity: 0.7;
}

.drop-zoon__loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: var(--clr-light-blue);
  z-index: 10;
}

.drop-zoon__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 4px;
  border-radius: 10px;
  display: none;
  z-index: 1000;
  transition: opacity 300ms ease-in-out;
  object-position: center;
}

.drop-zoon:hover .drop-zoon__preview-image {
  opacity: 0.8;
}

.drop-zoon__file-input {
  display: none;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
  border-color: var(--clr-blue);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
  opacity: 0.7;
}

/* (drop-zoon--over) Modifier Class */

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
  display: none;
}

/*============ Area End =============*/

/*============desktop-82 Area start =============*/

.place__opt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  text-align:center;
}

.place__opt ul li a {
  width: 105px;
  height: 68px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  border-radius: 8px;
  gap: 5px;
}

.place__opt ul li a.active {
  background: #f3f3f3;
  border: 1px solid #222222;
}

.place__opt ul li a i {
  height: 20px;
  display: block;
  width:60px;
}

.progress__25,
.progress__50,
.progress__75,
.progress__25
{
  width: 25%;
  height: 1px;
  background-color: #222222;
  position: fixed;
  bottom: 74px;
}
.progress__50 {
  width: 50%;
}
.progress__75 {
  width: 75%;
}
/*============desktop-82 Area End =============*/

/*============ desktop-80 start =============*/
.multi-counter-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.count-round button {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.2px solid #222222;
  border-radius: 50%;
  padding: 5px;
}

.villa-top p {
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 600;
}

.input__blk .multi-counter-wrapper {
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

/*============ desktop-80 End =============*/

/*============ desktop-84 start =============*/
.question__content {
  font-family: "Open Sans", sans-serif;
}

.question__content small {
  color: #4a4a4a;
  display: block;
  margin-bottom: 10px;
}

.question__content ul {
  border: 1px solid #d9d9d9;
  width: max-content;
  border-radius: 50px;
  padding: 5px;
}

.question__content ul button {
  padding: 8px 20px;
  border-radius: 50px !important;
  color: #222222;
}

.question__content ul button.active {
  background: #f0f0f0 !important;
  color: #222222 !important;
}

.order__tab .count-round button {
  width: 32px;
  height: 32px;
}

.worning-blk {
  border: 1px solid #4a4a4a;
  width: max-content;
  padding: 13px 15px;
  line-height: 1;
  border-radius: 8px;
  font-size: 14px;
  color: #4a4a4a;
}

.worning-blk img {
  margin-left: 6px;
}

/*============ desktop-84 End =============*/

/*============ desktop-78 start =============*/

.side-nav {
  width: 200px;
  position: fixed;
  right: 0;
  background: #222222;
  height: 100vh;
  color: #fff;
  z-index: 99;
  transition: all 0.3s;
  top: 0;
}

.side-nav .select__blk {
    max-width: 78%;
}

.side-nav.show {
  right: 0;
}

.side-nav .logo-area {
  padding: 40px 0;
  filter: brightness(14.5);
}

.side-nav .logo-area a {
  width: 120px;
  margin: auto;
}

.side-nav .logo-area a img {
  top: -18px;
  right: -26px;
  width: 172px;
}

aside.side-nav nav ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  padding-right: 26px;
  font-family: "Open Sans";
}

aside.side-nav nav ul li a:hover img,
aside.side-nav nav ul li a.active img {
  filter: invert(54%) sepia(33%) saturate(763%) hue-rotate(83deg) brightness(95%) contrast(94%);
}

aside.side-nav nav ul li a:hover,
aside.side-nav nav ul li a.active {
  background: #ffffff33;
  border-left: 5px solid #3ca958;
}

.deshbord-area {
  font-family: "Open Sans";
}

.noti-date {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  position: relative;
}

.noti-date a {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ececec;
  border-radius: 50%;
}

.noti-date p {
  margin: 0;
  font-size: 20px;
  font-family: var(--openSS);
}

.noti-date .tooltips p {
  width: max-content;
}

.noti-date .tooltips {
  position: absolute;
  box-shadow: 1px 0px 10px 0px #00000040;
  background: #fff;
  border-radius: 16px;
  font-family: "Open Sans";
  padding: 12px;
  padding-bottom: 5px;
  bottom: -64px;
  z-index: 2;
  scale: 0;
  transition: all 0.3s;
  width: 300px;
}

.noti-date:hover .tooltips {
  scale: 1;
}

.noti-date .tooltips small {
  text-align: end;
  display: block;
}

.tooltips p {
  font-size: 16px;
  margin: 0;
}

.inc-card {
  border: 1px solid #c8c8c8;
  border-radius: 12px;
  text-align: center;
  height: 105px;
  padding: 10px;
  padding-top: 20px;
  position: relative;
  margin-bottom: 20px;
}

.inc-card .dropdown-menu a {
  text-align: right;
  font-size: 14px;
  line-height: 2;
  display: block;
}

.inc-card .dropdown-menu {
  padding: 24px;
  border: none;
  border-radius: 16px;
  box-shadow: 1px 0px 10px 0px #00000040;
  left: -73px !important;
}

.inc-card .dropdown {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.inc-card .dropdown > button:after {
  border: none;
  background: no-repeat;
}

.inc-card button {
  float: inline-end;
  position: absolute;
  top: 4px;
  left: 14px;
}

.inc-card.active {
  background: #222222;
  color: #fff;
}
.report-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

    .report-card-link:hover .report-card {
        box-shadow: 0 0 10px #aaa;
        cursor: pointer;
    }
.report-card {
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
  padding-right: 20px;
  gap: 20px;
  margin-bottom: 20px;
}

.report-card i {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.report-card h5 {
  margin: 0;
  font-family: "Open Sans";
}

.report-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chart-box {
  border: 1px solid #c8c8c8;
  padding: 14px;
  border-radius: 12px;
  height: 367px;
}

.mw-150 {
  max-width: 150px;
}

.chart-box .flex {
  align-items: center;
  margin-bottom: 50px;
}

.chart__cal {
  border: 1px solid #c8c8c8;
  border-radius: 12px;
  height: 367px;
}

.chart__cal .calendar {
  display: grid;
  grid-template-columns: repeat(7, 50px);
  gap: 10px 6px;
  justify-content: center;
  text-align: center;
  padding-bottom: 16px;
  width: max-content;
  margin: auto;
}

.chart__cal .day {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  width: auto;
}

.chart__cal .date {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
  font-size: 13px;
  margin: auto;
}

.chart__cal .date.done {
  background-color: #4caf50;
  color: white;
}

.hamburger {
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  display: none;
}

.hamburger span {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 2px;
  transition: 0.3s ease;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 10px;
}

.hamburger span:nth-child(3) {
  top: 20px;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

/*============ desktop-78 End =============*/

/*============ Desktop - 68 and 85 start =============*/
.comp__nav {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;

}

.comp__nav ul {
  display: flex;
  align-items: center;
  width: max-content;
}

.comp__nav ul a {
  padding-left: 15px;
  margin-left: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
  padding-right: 14px;
  width: max-content;
}

.comp__nav ul a.active {
  border-bottom: 1px solid;
  font-weight: 600;
}


.units__btns .dropdown {
  border: 1px solid #d9d9d9;
  border-radius: 50px;
}

.units__btns .dropdown .dropdown-menu {
  min-width: 259px;
  padding: 10px;
  border: 1px solid #bdbdbd !important;
  border-radius: 12px;
  margin-top: 10px !important;
  box-shadow: 0px 0px 6px 0px #0000001f;
}

.units__btns .dropdown ul a {
  width: 100%;
  display: block;
  padding: 6px 10px;
  border-radius: 12px;
}

.units__btns .dropdown ul a.active,
.units__btns .dropdown ul a:hover {
  background: #f5f5f5;
}

.units__btns .dropdown button {
  padding-left: 35px;
}

.units__btns > ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.units__btns > ul > li > a {
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid #d9d9d9;
}

.units__btns > ul > li > a.active {
  background: #4e4e4e;
  border-color: #4e4e4e;
  color: #fff;
  font-weight: 600;
}


.domain__dropdown {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    /*margin-top: 23px;*/
}

.mt23 {
    margin-top:23px;
}

.domain__dropdown .dropdown-menu {
    margin-top: 10px !important;
    border-radius: 10px;
    box-shadow: 1px 0px 10px 0px #00000040 !important;
    border: none;
    padding: 28px !important;
    font-family: var(--openSS);
}

.domain__dropdown .dropdown > button {
  height: 100%;
  height: 44px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.domain__dropdown .dropdown button {
  text-align: center;
}

.dropdown button:after {
  border: none;
  background-image: url(../img/all-icon/arrow-down-solid.svg);
  margin: 0;
  background-size: 16px;
  position: absolute;
  top: 56%;
  width: 16px;
  height: 8px;
  left: 11px;
  transform: translateY(-50%);
}

.domain__dropdown .dropdown {
  height: 100%;
}

.custom-radio {
  width: 16px;
  height: 16px;
  border: 1px solid #222;
  border-radius: 50%;
  position: relative;
}

.custom-radio.selected::after {
  content: "";
  width: 10px;
  height: 10px;
  background: black;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.option-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
  font-size: 14px;
}

.field-error-wrapper {
    min-height: 1.2rem; /* גובה קבוע לשורה של שגיאה */
    font-size: 0.8rem;
    color: red;
}


/*============ Desktop - 68 and 85 End =============*/

/*============ Desktop - 71 start =============*/

.order__card {
  max-width: 750px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  border-radius: 12px;
  margin-top: 1rem;
}

.order__card .flex {
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
}

.order__card .flex a {
  border-radius: 30px;
  padding: 7px 14px;
}

.solid-btn {
  line-height: 1;
  display: inline-block;
  border: 1px solid #dcdcdc;
  background: #dfdfdf33;
  font-weight: 700;
  color: #4a4a4a;
}

.org-btn {
  line-height: 1;
  font-weight: 700;
  color: #f84600;
  background: #f00e000f;
  border: 1px solid #ff7700;
  display: inline-block;
}
  .pink-btn {
  line-height: 1;
  font-weight: 700;
  color: #f84600;
  background-color: pink;
  border: 1px solid pink;
  display: inline-block;
    }
.order__card .flex h6 {
  margin: 0;
}

.order__card__btn {
  width: max-content;
  display: flex;
  align-items: center;
  cursor:pointer;
}

.order__card__btn .green-btn {
  border: 1px solid #3ca958;
  background: no-repeat;
  background: #3ca95812;
  color: #2c8242;
  font-weight: 700;
}

.order__card-info {
  display: flex;
  font-size: 12px;
}

.order__card-info ul {
  width: 30%;
  border-right: 1px solid #d8d8d8;
  padding-right: 15px;
}

.order__card-info ul li {
  line-height: 1.8;
}

.hover_order {
    display: inline-block;
    position: relative;
}

.hover_order > a {
    color: #3CA958;
}

.hover_order__content {
    display: inline-block;
    position: absolute;
    background: #fff;
    box-shadow: 1px 0px 10px 0px #00000040;
    border-radius: 20px;
    margin-top: 23px;
    width: 460px;
    padding: 8px 16px 10px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    z-index: 9;
    transition: all .3s;
}

.hover_order:hover .hover_order__content {
    transform: translateX(-50%) scale(1);
}

.hover_order__content label {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.hover_order__content ul {width: 50%;}

.hover_order__content ul li a {
    width: 100%;
    display: block;
    padding: 0 !important;
    width: max-content;
    color: #4A4A4A;
    font-weight: 400 !important;
}

.order__card-info ul li a {
  font-weight: 600;
}

.order__card-info ul:first-child {
  padding: 0;
  border: none;
}

.order__card-info ul i {
  width: 14px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  position: relative;
  top: 2px;
}

.order__card-info ul li .dot {
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -2px;
  margin: 0 3px;
}

.order__card .flex a.red-btn {
  color: #ba0b00;
  font-weight: 700;
  background: #f00e0012;
  border: 1px solid #f00e00;
  display: inline-block;
  line-height: 1;
}


.order__modal{
    padding: 24px;
    text-align: center;
    padding-top: 46px;
    padding-bottom: 50px;
    font-family: 'Open Sans';
}

.order__modal a {
    font-weight: 600;
    text-decoration: underline;
}


.order__modal h4 {
    max-width: 330px;
    margin: auto;
    margin-bottom: 40px;
}

.order__modal p {
    margin-bottom: 8px;
}

.order__modal button {
    position: absolute;
    top: 20px;
}

.order__modal i {
    max-width: 50px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}
/*============ Desktop - 71 End =============*/

/*============ Desktop - 72 start =============*/
.Special__blk {
  max-width: 700px;
  border: 1px solid #d9d9d9;
  margin-bottom: 1rem;
  border-radius: 12px;
  padding: 20px;
}

.Special__blk .form button {
  margin-right: auto;
  width: max-content;
  display: block;
}

.Special__blk .form input {
  width: 100%;
  background: #f9f9f9;
  border: none;
  padding: 10px;
  border-radius: 16px;
  margin: 10px 0;
}

.qust-nav {
  margin-bottom: 30px;
}

.qust-nav ul {
  display: flex;
  gap: 20px;
}

.qust-nav ul a.active {
  font-weight: 600;
}

.Special__blk h6 {
  margin-bottom: 4px;
}

.Special__blk p {
  margin: 0;
}

.Special__blk p.icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  margin-right: -12px;
}

.Special__blk p.icon + h6 {
  margin: 0;
  font-weight: 700;
}

.Special__blk p i {
  width: 24px;
  height: 24px;
  background: #d9d9d9;
  display: inline-block;
  border-radius: 50%;
}
.Special__blk a {
  color: #3ca958;
}
/*============ Desktop - 72 End =============*/


/*============ Desktop - 69 start =============*/
.setting__blk {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .setting__blk h5 {
        margin-bottom: 18px;
    }

/*    .setting__blk ul {
        display: flex;
        justify-content: space-between;
        text-transform: capitalize;
        border-top: 1px solid #bababa;
        min-width: 1020px;
    }*/

/*        .setting__blk ul li a {
            color: #959595;
            font-size: 12px;
            display: block;
            padding-top: 10px;
            position: relative;
        }

            .setting__blk ul li a i, .setting__blk ul li a button {
                width: 124px;
                height: 5px;
                border-bottom: 2px solid #000;
                display: block;
                position: absolute;
                top: -5px;
                left: 0;
                border-left: 2px solid #000;
                border-right: 2px solid #000;
            }*/
    .setting__blk ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .setting__blk ul li {
            list-style: none;
        }

            .setting__blk ul li a {
                position: relative;
                display: block;
                width: 90px;
                height: 36px;
                line-height: 36px;
                text-align: center;
                background-color: #f5f5f5;
                border-radius: 5px;
                font-size: 14px;
                color: #333;
                overflow: hidden;
            }

                .setting__blk ul li a i {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 5px;
                    border-radius: 5px 5px 0 0;
                    z-index: 2;
                    pointer-events: none;
                }

/*============ Desktop - 69 End =============*/

/*============ Area start =============*/

.timeline__item {
  padding-bottom: 24px;
  position: relative;
  padding-inline-start: 20px;
}

.timeline__item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 42px);
  border-right: 1px dashed #6e6e6e;
  right: 10px;
  top: 29px;
}

.timeline__item h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
  margin-inline-start: -20px;
}

.timeline__item h6 i {
  display: inline-block;
  z-index: 99;
  background: #fff;
}

.data__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
}

.data__nav ul a {
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 7px 12px;
  border-radius: 42px;
  line-height: 1;
}
    .disabled {
        pointer-events: none; /* מבטלת לחיצות */
        opacity: 0.5; /* שקיפות נמוכה להבהרה שהפריט לא פעיל */
        /*color: #999999;*/ /* צבע טקסט אפור חלש */

        cursor: not-allowed;
    }

.data__nav ul a i {
  width: 19px;
  height: 19px;
  outline: 2px solid #222222;
  border-radius: 50%;
  box-sizing: border-box;
  margin-inline-end: 6px;
}

.data__nav ul a.active i {
    background: #000;
    border: 2px solid #fff;
}

.timeline__item.form {
  max-width: 810px;
}

/*.timeline__item.calender {
  max-width: 670px;
}*/

.timeline__item.calender .calendar__blk {
  gap: 40px;
  padding-inline-start: 20px;
}
.timeline__item.calender .calendar__blk th,
.timeline__item.calender .calendar__blk td {
  padding: 8px 12px;
}
.after-none:after {
  display: none;
}
/*============ Area End =============*/



/*============ Desktop - 70 start =============*/

.Diary__nav ul {
  display: flex;
  justify-content: end;
  gap: 13px;
}

.action__dropdown .dropdown > button {
    border: 1px solid #222222;
    padding: 9px 20px;
    min-width: 165px;
    text-align: right;
    border-radius: 40px;
}

.action__dropdown  .dropdown-menu {
    padding: 0;
    border-radius: 0;
/*    margin-top: 14px !important;*/
}

.action__dropdown .dropdown-menu ul {
    background: #F0F0F0;
}

.action__dropdown .dropdown-menu ul button {
    border-bottom: 1px solid #C6C6C6;
    width: 100%;
    text-align: right;
    padding: 6.5px 15px;
    font-size: 14px;
}

.action__dropdown .dropdown-menu ul li:last-child button {
    border: none;
}

.action__dropdown .dropdown-menu ul button.active {
    padding: 10px 16px 11px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
}

.Diary__nav ul a {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 7px;
}

.Diary__nav ul a i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.Diary__table__wrp {
  display: flex;
  overflow: auto;
}
.Diary__table__wrp::-webkit-scrollbar-thumb{
  background: #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}
.Diary__table__wrp::-webkit-scrollbar{
  width: 8px;
  height: 10px;
}
.tb_info__popup {
  position: absolute;
  box-shadow: 0px 0px 11.6px 4px #00000014;
  background: #fff;
  z-index: 99;
  border-radius: 20px;
  padding: 10px 15px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  top: 35px;
  transition: all .3s;
}

td.show .tb_info__popup, td:hover .tb_info__popup {
    transform: translateX(-50%) scale(1);
}


.tb_info__popup > a {
  margin-right: auto;
  display: block;
  width: max-content;
  margin-top: 15px;
}

.tb_info__popup a {
  font-size: 12px;
}

.tb_info__popup li {
  margin: 2px 0;
}

.tb_info__popup li a {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 130px;
}
.table__nav {
  width: 140px;
  flex-shrink: 0;
}

.table__nav li {
  background: #f0f0f0;
  font-size: 14px;
  padding: 6px 10px 6.97px;
  border-bottom: 1px solid #d6d6d6;
  padding-right: 14px;
  border-right: 1px solid #d6d6d6;
}

.table__nav li.two-wrp {
  font-size: 16px;
  font-weight: 600;
  padding: 11px;
  padding-right: 14px;
  border-top: 1px solid #d6d6d6;
  background: #fff;
}
.Diary__table {
    font-size: 10px;
    overflow: auto;
    flex-shrink: 0;
/*    min-width: 900px;*/
    position: relative;
    min-height: 47vh;
    min-width: 100%
}

.Diary__table tbody td {
  padding-top: 16px;
  padding-bottom: 3px;
  position: relative;
  padding-right: 3px;
  border-color: #d6d6d6;
  cursor: pointer;
}

.Diary__table tbody tr {
  border-color: #d6d6d6;
}

.Diary__table thead th {
  font-weight: 400;
  border: none;
  background: #e6e6e666;
  padding: 4px 14.3px;
  text-align: center;
}

.Diary__table thead tr {
  border: none;
}

.Diary__table thead tr.tr-bg {
  background: #e6e6e6;
}
.Diary__table .table {
  min-width: 900px;
  overflow: auto;
}

.bg-gray {
  background: #e6e6e6 !important;
}
.bg-ash {
  background: #d8f7ff !important;
}
.bg-sred {
  background: #b6244f !important;
}
td .red, td .c-green, td .c-gray, td .c-ash {
  width: 8px;
  height: 8px;
  background: #b6244f;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 6px;
}
.bg-lb {
    background: #3b82f6 !important;
}
.bg-gn {
  background: #3ca958 !important;
}
td .c-green{
  background: #3ca958;
}
td .c-gray{
  background: #e6e6e6;
}
td .c-ash{
  background: #d8f7ff;
}

.tb__select .nice-select-dropdown{
    margin-top: 17px;
    border-radius: 0;
}
.tb__select ul {
    max-height: initial !important;
    border-radius: 0 !important;
}
.tb__select ul li.option{
    font-size: 14px;
    line-height: 34px;
    border-bottom: 1px solid #D4D4D4;
    background: #F0F0F0;
}

.tb__select ul li.option.selected {
    background: #fff !important;
    font-weight: 600;
    line-height: 46px;
}


 .day__dropdown .dropdown-menu{
   padding: 0 8px !important;
}

.day__dropdown .dropdown-menu a {
    display: block;
    height: 40px;
    display: flex;
    justify-content: space-around;
    padding: 0 9px;
    flex-direction: column;
    margin: 11px 0;
    border-radius: 9px;
}

.day__dropdown .dropdown-menu a small {
    color: #7C7C7C;
    margin-right: auto;
}

.day__dropdown .dropdown-menu a.active {
    background: #F0F0F0;
}
.Morning__dropdown .dropdown-menu{
    padding: 0 15px !important;
}

.Morning__dropdown .dropdown-menu .form-check {
    margin: 12px 0;
}

.Morning__dropdown .dropdown-menu .form-check input {
    width: 19px;
    height: 19px;
}
/*============ Desktop - 70 End =============*/

/*============ Area start =============*/
/*============ Area End =============*/







			#calendar-wrapper {
				margin: auto;
				border-radius: 10px;
				height: auto;
				display: flex;
			}

			/* Positioning and styling the calendar */
			.daterangepicker {
				position: static !important;
				display: block !important;
				box-shadow: none !important;
				margin: 0;
				height: 330px;
				border: none;
			}

			.daterangepicker .drp-calendar.left {
				padding: 0;
				transform: translateX(-30px);
			}

			.daterangepicker .drp-calendar {
				max-width: max-content;
			}

			.daterangepicker .drp-calendar.right {
				padding: 0;
			}

			/* Visually hide input but still allow JS to use it */
			#calendar-input {
				position: absolute;
				left: -9999px;
			}

			.drp-buttons {
				display: none !important; /* Hide Apply/Cancel buttons */
			}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    width: 41px;
    height: 41px;
    flex-shrink: 0;
    font-size: 14px;
    font-family: 'Open Sans' !IMPORTANT;
}

.daterangepicker td.active {
    border-radius: 50% !important;
    color: #000;
    font-weight: 600;
    background: #D9D9D9;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
}
/*    .deal-active-date {
    background-color: #fff3cd !important;
    border: 2px solid #ffc107 !important;
    position: relative;
}*/

.deal-active-date::after {
    content: "💰";
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 10px;
}

/* הדגשת תאריכים תפוסים מהאתר */
.occupied-date-site {
    background-color: #d1ecf1 !important;
    border: 2px solid #0c5460 !important;
}

/* הדגשת תאריכים תפוסים טלפונית */
.occupied-date {
    background-color: #d4edda !important;
    border: 2px solid #155724 !important;
}