body {
  font-family: "Mulish", sans-serif;
  margin: 0;
}

.page-wrapper {
  position: relative;
}

.fm-map-container svg {
  z-index: 1;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

.fm-tooltip {
  display: none;
  position: absolute;
  z-index: 3;
  min-width: 200px;
}

.fm-tooltip-image {
  white-space: nowrap;
}

.fm-tooltip-image img {
  max-width: none;
}

.fm-tooltip-comment {
  font-size: 11px;
  font-family: arial;
  color: #000000;
}

.fm-tooltip-frame {
  background-color: #fff;
  border: 2px solid #bbb;
  border-radius: 10px;
  padding: 5px;
  opacity: 0.99;
  max-width: 350px;
  min-width: 200px;
  border-collapse: separate;
  margin-bottom: 0 !important;
  line-height: 1.4;
  vertical-align: top;
  table-layout: auto;
}

.fm-tooltip-frame td {
  background-color: inherit;
  border: none;
  padding: 5px;
  vertical-align: top;
  margin: 0;
}

.fm-tooltip-name {
  color: #000;
  text-shadow:
    -1px 0 white,
    0 1px white,
    1px 0 white,
    0 -1px white;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  font-family: arial;
  line-height: 1;
}

.fm-tooltip-x {
  color: #444;
  font:
    12px/100% arial,
    sans-serif;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  z-index: 5;
  visibility: hidden;
  cursor: pointer;
  margin: -5px -5px 5px 5px;
  border-bottom: none !important;
  float: right;
}

.fm-tooltip-x img {
  width: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.fm-tooltip-x.fm-frozen-x {
  visibility: visible;
}

.fm-tooltip-x.fm-mobile-x {
  visibility: visible;
}

.fm-scale {
  float: left;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  margin: 10px;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

.fm-scale div {
  float: left;
}

.fm-scale a {
  display: block;
  float: left;
  font-size: 31px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  color: #333;
  width: 41px;
  height: 37px;
  padding-top: 1px;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #bbb;
  text-decoration: none;
  margin-right: 3px;
  border-radius: 2px;
  background: #fff;
}

.fm-scale a:hover {
  color: #186ba3;
}

.fm-scale a.fm-inactive {
  cursor: default;
  color: #cdcdcd;
}

.fm-scale-display {
  clear: both;
  position: relative;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 1px;
  bottom: 0px;
  margin-bottom: 5px;
  background-color: #e8e8e8;
}

.fm-scale-display div {
  background-color: #237cbd;
  height: 1px;
  -webkit-transition: width ease-in-out 0.2s;
  transition: width ease-in-out 0.2s;
}

.fm-scale-buttons {
  clear: both;
}

.fm-no-events {
  pointer-events: none;
}

@media (max-width: 768px) {
  .fm-mobile-fixed .fm-tooltip-frame {
    max-width: 100%;
    width: 100%;
  }

  .fm-mobile-fixed .fm-tooltip-comment {
    width: 100%;
  }

  .fm-scale a {
    width: 31px;
    height: 27px;
    font-size: 21px;
    line-height: 28px;
  }
}

/* #map-container{
	max-height: 800px;
} */
.fm-map-container {
  max-width: 600px;
  margin: 0 auto;
}

.rep-content {
  /* border-bottom: 2px dashed #ccc; */
  padding: 20px;
  background-color: #f5f5f5;
}

.fancybox-content .rep-content:last-child {
  border-bottom: none;
}

.back-btn {
  left: 10px;
  font-size: 14px;
  position: fixed;
  top: 10px;
  display: block;
  padding: 1rem;
  text-decoration: none;
  background-color: #3e2b56;
  color: #fff;
}

.fancybox-content {
  padding: 1rem;
  background-color: #f5f5f5;
}

.rep-content_img {
  display: flex;
  gap: 1rem;
  position: relative;
  align-items: center;
}

.rep-content_img::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 2px;
  background-color: #cdcdba;
  bottom: -15px;
  left: 0px;
}

.rep-content_img img {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}

.rep-content_img h2 {
  color: #3e2b56;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 27.5px;
}

.rep-content_data {
  margin-top: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rep-content_data::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 2px;
  background-color: #cdcdba;
  bottom: -20px;
  left: 0px;
}

.rep-content_button {
  margin-top: 2rem;
  border: 0;
  /* background-color: #3e2b56; */
  color: #3e2b56;
  padding: 10px 12px;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #3e2b56;
  cursor: pointer;
}

.rep-number {
  display: flex;
  align-items: end;
  gap: 12px;
  font-weight: 700;
  line-height: 27px;
}

.rep-number span {
  width: 25px;
  height: 25px;
  position: relative;
}

.rep-number a {
  color: #9da55c;
  text-decoration: none;
}

.rep-email {
  display: flex;
  align-items: end;
  gap: 12px;
  font-weight: 700;
  line-height: 27px;
}

.rep-email span {
  width: 25px;
  height: 25px;
  position: relative;
}

.rep-email a {
  color: #708b8a;
  text-decoration: none;
}

.rep-label {
  position: fixed;
  bottom: 10px;
  left: 20px;
}

.rep-label ul {
  list-style: none;
  padding: 0;
}

.rep-label ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.rep-content_title h2 {
  margin: 0;
}

.rep-content_designation {
  color: #3e2b56;
  font-size: 14px;
}

#preview .preview__content {
  margin-top: 75px;
}

.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200000;
}

.modal-content {
  background: white;
  padding: 27px 40px 27px 27px;
  width: 400px;
  border-radius: 8px;
  position: relative;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.send-request {
  border: 0;
  /* background-color: #3e2b56; */
  color: #3e2b56;
  padding: 10px 12px;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #3e2b56;
  cursor: pointer;
}