svg text {
  font-family: "Kanit" !important;
}

svg .cls-1,
svg .cls-2,
svg .cls-3,
svg .cls-4,
svg .cls-5,
svg .cls-6,
svg .cls-7,
svg .cls-8,
svg .cls-9,
svg .cls-10,
svg .cls-19,
svg .cls-20,
svg .cls-21,
svg .cls-23,
svg .cls-24,
svg .cls-26,
svg .cls-25,
svg .cls-45,
svg .cls-46,
svg .st1,
svg .st7,
svg .st23,
svg .st6,
svg .st19,
svg .st49,
svg .st8,
svg .st25,
svg .st48 {
  cursor: pointer;
}

svg text {
  pointer-events: none;
}

.area-map__container {
  margin-top: 3rem;
}

.area-map__select-section {
  max-width: 800px;
  margin: auto;
}

.area-map__select-section p.label-title {
  color: #5e5e5e;
  font-size: 1.2rem;
}

.area-map__select-section .custom-check.has-value {
  border: 1px solid #c0d9ff;
  background-color: #c0d9ff;
  color: #194eaa !important;
}

.area-map__select-section .custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.area-map__select-section .custom-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #5e5e5e;
  border: 1px solid #7B8184;
  padding: 0 10px 0 55px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.area-map__select-section .custom-check input:checked ~ .checkmark {
  background-color: transparent;
}

.area-map__select-section .checkmark {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 25px;
  width: 25px;
  /* background-color: #000; */
  border-radius: 50%;
  border: 2px solid #7b8184;
}

.area-map__select-section .custom-check input:checked ~ .checkmark:after {
  display: block;
}

.area-map__select-section .custom-check .checkmark:after {
  top: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #619fff;
}

.area-map__select-section .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.area-map__select-section .custom-check:hover input ~ .checkmark {
  background-color: #7b8184;
}

.area-map__select-building {
  max-width: 800px;
  margin: auto;
}

.area-map__select-building p.label-title {
  color: #5e5e5e;
  font-size: 1.2rem;
}

.area-map__select-building .form-control {
  background-color: transparent;
  border: 1px solid #7B8184;
  border-radius: 15px;
  margin-bottom: 10px;
}

.area-map__popup {
  padding: 5px;
  border: 1px solid white;
  background-color: white;
  position: absolute;
  z-index: 999;
  pointer-events: visible;
  border-radius: 3px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  left: -9999px;
  top: 0px;
  visibility: hidden;
}

.area-map__popup .description {
  padding-top: 5px;
  padding-bottom: 5px;
}

.area-map__popup .description p {
  margin-bottom: 0.2rem;
}

.area-map__popup .description__group {
  display: inline-table;
}

.area-map__popup .description__text-group {
  max-width: 200px;
  word-break: break-word;
}

.area-map__popup .description__title {
  color: #717171;
}

.area-map__popup .description__text {
  font-weight: bold;
}

.area-map__popup .description__text--area-code {
  background-color: #61d3c8;
  /* padding: 0 10px 0 10px; */
  padding:0px 5px;
  border-radius: 7px;
}

.area-map__popup .description__text-vacant {
  color: #65d729;
}

.area-map__popup .description__image {
  max-height: 100px;
}

.area-map__popup .description__panorama-image {
  max-height: 200px;
}

.area-map__popup .description__panorama-image-vr-icon {
  max-height: 200px;
  position: absolute;
  max-height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.area-map__popup .caret {
  position: absolute;
  margin-top: -6px;
  margin-left: 0 auto;
  font-size: 30px;
  color: white;
}

.area-map__popup .btn-book {
  border-color: #60d3c8;
  margin-top: 10px;
  background-color: #60d3c8;
  border-radius: 9px;
  color: #fff;
  padding: 5px 18px;
}

.area-map .text-explain__marker {
  vertical-align: middle;
  padding: 5px;
  height: 10px;
  width: 10px;
  border-radius: 50rem;
  background: #2a5391;
  display: inline-block;
}

.max-width-800 {
  max-width: 800px;
  margin: auto;
}

.btn-search-outline {
  background-color: transparent;
  border-color: #8a969b;
  padding: 0.5rem 1.5rem;
  color: #8a969b;
  border-radius: 50px;
  margin: 0 5px;
}

.search-container {
  padding: 2rem 0;
  background-color: #efefef;
}

.search-card__title {
  width: 100px;
  float: left;
}

.search-card__title span {
  width: 100%;
  display: block;
}

.search-card__value {
  float: left;
}

.search-card__value span {
  width: 100%;
  display: block;
}

.search-card__area-code {
  padding: 0 5px;
  border-radius: 8px;
  width: 55px;
}

.search-card__area-code--category-1 {
  background-color: #f6aa54;
}

.marker-point-vr {
  -webkit-animation: blinker 0.5s cubic-bezier(0.3, 0, 1, 1) infinite alternate;
          animation: blinker 0.5s cubic-bezier(0.3, 0, 1, 1) infinite alternate;
  cursor: pointer;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.3;
  }
}

@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.3;
  }
}

.vel-img-wrapper {
  top: calc(50% - -5vh) !important;
}

.vel-btns-wrapper {
  margin-top: 100px;
  position: relative;
}

.vel-btns-wrapper .btn__close {
  top: 24px;
  right: calc(5%) !important;
}

.vel-toolbar {
  display: none !important;
}

.thumbnail-area-modal {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
}

.thumbnail-area-modal__wrapper {
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  top: calc(50% + 0px);
  left: calc(50% + 0px);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50% -50%);
  transition: 0.3s ease-in-out;
  will-change: transform opacity;
}

.thumbnail-area-modal .area-thumbnail {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 80vw;
  max-height: 80vh;
  vertical-align: middle;
  position: relative;
  transition: transform 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.7) 0 5px 20px 2px;
  background-color: rgba(0, 0, 0, 0.7);
}

.thumbnail-area-modal .btn__close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 10px;
  left: 100%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.6;
  font-size: 32px;
  color: #fff;
  transition: 0.15s linear;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

.thumbnail-area-modal .btn__close svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.u-pointer {
  cursor: pointer;
}

.field-contactform-recaptcha{
    display: flex;justify-content: space-between;
}