/* * maker form */
:root {
  --primaryRed: #a00023;
}
.makerMapForm {
  padding: 64px 0;
}
.makerMapForm h1 {
  color: #1d1d1b;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding-bottom: 39px;
}
.borderMaker {
  height: 4px;
  /* width: 288px; */
  width: 41%;
  background-color: var(--primaryRed);
  border-radius: 9999px;
}
.checkedData label {
  text-align: start !important;
}
.makerFormDesc {
  display: flex;
  height: 115px;
  max-width: 768px;
  padding: 25px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 111px;
}
.formStepDesc h3 {
  color: var(--Style, #1d1d1b);
  text-align: start;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.makerMapForm p {
  color: #1d1d1b;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.5px; /* 162.5% */
}
.makerFormData p {
  color: #2c4644;
  text-align: start;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
.makerFormData span {
  color: var(--primaryRed);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}

.makerFormBorder {
  border-radius: 9999px;
  background-color: #f5e6eb;
  backdrop-filter: blur(2px);
  height: 16px;
}

.makerFormBorder .active {
  border-radius: 9999px;
  background: var(--primaryRed);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
}

.followMakerForm {
  padding-top: 32px;
}
.followMakerForm .step {
  border-radius: 9999px;
  display: flex;
  width: 48px;
  background: #f3f4f6;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.followMakerForm .active .step {
  background: var(--primaryRed);
}
.makerFormBorder .active::before {
  content: url(/wp-content/themes/CrownPrinceFoundationTheme/images/range.svg);
  position: absolute;
  left: -12px;
  top: -6px;
}

.followMakerForm p {
  font-size: 16px;
  font-weight: 400;
  color: #737d8b;
  line-height: 24px; /* 150% */
}

.followMakerForm .active p {
  color: var(--primaryRed);
}
.followMakerForm .formStepsDetails.active img.default,
.followMakerForm .formStepsDetails:not(.active) .step img.active {
  display: none;
}

.followMakerForm .formStepsDetails.active .step img.active,
.followMakerForm .formStepsDetails:not(.active) .step img.default {
  display: block;
}

.formMaker form {
  border-radius: 24px;
  padding: 49px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-top: 8px solid var(--primaryRed);
  margin-top: 44px;
}
.rowGap {
  row-gap: 24px;
}
.formStep span {
  color: #5d7573;
  font-weight: 400;
}
.formStep label,
.reportFormModal p {
  text-align: start;
  color: #2c4644;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.closeModalMap3 {
  border-radius: 9999px;
  background: #721f31;
  left: 20px;
  top: 6.5px;
  display: flex;
  position: absolute;
  width: 25px;
  height: 27px;
  padding: 8px;
  justify-content: center;
  align-items: center;
}
.formStep label span,
.reportFormModal label span,
.reportFormModal p span {
  color: #ef4444;
}
.googledIRECTION a {
  font-size: 14px;
  color: #721f31;
}
.formStepDesc {
  padding-bottom: 34px;
  border-bottom: 2px solid var(--borders, #f3f4f6);
  width: 100%;
  text-align: start;
  margin-bottom: 32px;
}
.formStep input,
.formStep select,
.formStep textarea,
.filterDataMap input,
.filterDataMap .dropdown,
.reportFormModal textarea,
.reportFormModal input {
  border-radius: 12px;
  padding: 18px 26px;
  text-align: start;
  border: 2px solid #e5e7eb;
  background-color: #f9fafb;
}
.filterDataMap .dropdown-toggle {
  background-color: #fff !important;
  justify-content: space-between;
  display: flex;
  border: 0;
  width: 100%;
}
.filterDataMap .dropdown-toggle:after {
  content: unset;
}
.filterDataMap .dropdown {
  padding: 10px;
  box-shadow: unset;
  border: unset;
}
.filterDataMap .dropdown-menu {
  padding: 8px;
  max-width: 241px;
  min-width: 190px;
  border: 0;
  border-radius: 8px;
  border: 1px solid var(--borders, #f3f4f6);
  background: var(--Style, #fff);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.filterDataMap .maker-btn {
  white-space: nowrap;
  gap: 8px;
}
.eventDropDown .dropdown-menu {
  width: 270px;
}
.filterDataMap * {
  color: #737d8b;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.filterDataMap {
  padding: 16px;
  border-top: 1px solid #e5e7eb;
  background: var(--Light-bg, #f9fafb);
}
.searchMapMaker {
  width: -webkit-fill-available;
}
.searchMapMaker input {
  width: 100%;
  padding: 13px 41px;
}
.filterDataMap .dropdown-item {
  padding: 8px 2px;
}
.filterDataMap .dropdown-item,
.filterDataMap .dropdown-item span {
  color: var(--Style, #1d1d1b);
  text-align: start;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.blueList img {
  border-radius: 4px;
  padding: 6px;
  background: var(--00007-b, #00007b);
}
.lightBlueList img {
  border-radius: 4px;
  padding: 6px;
  /* background: var(--4-f-6-bd-1, #4f6bd1); */
  background: var(--2-e-4-bb-4, #2e4bb4);
}
.YellowList img {
  border-radius: 4px;
  padding: 6px;
  /* background: var(--f-9-d-449, #f9d449); */
  background: var(--ffba-00, #ffba00);
}
.lightGreenList img {
  border-radius: 4px;
  padding: 6px;
  /* background: var(--8-ddace, #8ddace); */
  background: var(--2-a-7374, #2a7374);
}
.purbleList img {
  border-radius: 4px;
  padding: 6px;
  background: var(--4-c-4-c-4-c, #4c4c4c);
}
.RedList img {
  border-radius: 4px;
  padding: 6px;
  background: var(--primaryRed);
}
.lightPurbleList img {
  border-radius: 4px;
  padding: 6px;
  background: var(--7-f-81-b-9, #7f81b9);
}
.searchMapMaker img {
  position: absolute;
  right: 20px;
  top: 18px;
}
.learn-more-btn {
  background: var(--a-00023, #a00023);
}

.formStep select {
  font-size: 14px;
  color: var(--sub---input, #737d8b);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.formStep ::placeholder,
.searchMapMaker ::placeholder,
.reportFormModal textarea,
.reportFormModal input,
.formStep input[type="button"] {
  color: var(--sub---input, #737d8b);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.reportFormModal textarea:focus,
.reportFormModal input:focus,
.formStep input:focus {
  border-color: #e5e7eb;
}

.formStep select {
  padding: 13px 17px 13px 25px !important;
  background-position: left 0.75rem center;
}
p.invalid {
  position: absolute;
  color: var(--primaryRed) !important;
  font-size: 12px !important;
  text-align: start;
  font-weight: 400 !important;
  bottom: -20px;
}
.error-border {
  border: 1.5px solid var(--primaryRed) !important;
}
.numberOfLetter span {
  color: #9ca3af;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}

.card-trigger:hover {
  color: #fff;
}
.nextStepsDetails {
  border-radius: 16px;
  padding: 32px;
  margin-top: 48px;
  border-radius: 16px;
  background: rgba(245, 230, 235, 0.3);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.nextStepsDetails h4 {
  color: var(--Style, #1d1d1b);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.cardBox {
  padding: 24px;
  border-radius: 12px;
  height: 100%;
  background: var(--Style, #fff);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.iconCircle {
  border-radius: 9999px;
  background: #f5e6eb;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.contactMakerDetails {
  border-radius: 4px;
  direction: ltr;
  display: flex;
  background: var(--Light-bg, #f9fafb);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 12px 24px;
}
.cardBox h4 {
  color: var(--primaryRed);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding-top: 8px;
  line-height: 28px;
}

.cardBox p {
  color: #1d1d1b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.bigCircle {
  border-radius: 9999px;
  background: var(--primaryRed);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 96px;
  height: 96px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.sendData {
  border-top: 4px solid #f3f4f6;
  padding-top: 32px;
}

.sendData h3 {
  color: var(--Style, #1d1d1b);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 111.111% */
}
.tahanksSendData {
  height: 65px;
  padding-bottom: 24px;
  color: var(--Style, #1d1d1b);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  /* max-width: 672px; */
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  line-height: 32.5px; /* 162.5% */
}
.sendData p {
  color: var(--Style, #1d1d1b);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.sendDetails p {
  color: var(--Style, #1d1d1b);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.sendDetails p span {
  font-weight: 700;
  color: var(--Style, #1d1d1b);
}

.sendDetails,
.sendData {
  padding: 24px;
}

.mapMarker {
  position: absolute;
  left: 20px;
}
.contactMaker a {
  color: var(--sub---input, #737d8b);
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.FaqMaker p {
  color: var(--primaryRed);
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-style: normal;
  height: unset;
  direction: ltr;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.FaqMaker {
  padding: 32px 0 24px;
}
.FaqMaker h3 {
  color: var(--Style, #1d1d1b);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}

.checkedData label {
  color: var(--Style, #1d1d1b);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.checkedData label a {
  color: var(--primaryRed) !important;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  text-decoration-line: underline !important;
}

.checkedData input {
  border-radius: 4px;
  border: 1px solid #d1d5db;
  width: 16px;
  height: 16px;
  background: var(--Style, #fff);
}

.mapMaker .modal-dialog {
  min-height: unset;
  max-width: var(--bs-modal-width);
  border-radius: 16px;
}

.upload-box {
  border-radius: 8px;
  border: 2px dashed #d1d5db;
  border-radius: 15px;
  padding: 26px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.upload-box:hover {
  background: #f0f0ff;
}

.upload-box input {
  display: none;
}

.upload-box img {
  width: 37.5px;
  height: 26.25px;
  flex-shrink: 0;
}
.upload-box p,
.upload-box span {
  font-style: normal;
  color: var(--sub---input, #737d8b) !important;
  text-align: center;
  font-weight: 400;
}
.upload-box span {
  font-size: 12px;
  line-height: 16px; /* 133.333% */
}
.upload-box p {
  font-size: 16px;
  line-height: 24px; /* 150% */
}

.boxMapDataCard {
  display: flex;
  height: 100vh;
  /* max-height: 1092px; */
  overflow-y: scroll;
  /* padding: 24px; */
  gap: 24px;
  background: var(--Light-bg, #f9fafb);
  flex-direction: column;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.boxMapDataCard::-webkit-scrollbar {
  display: none;
}

.boxDataText {
  border-radius: 12px;
  border: 2px solid var(--borders, #f3f4f6);
  background: var(--Style, #fff);
  padding: 22px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.boxDataText.active {
  border: 1px solid var(--primaryRed);
}
/* .boxDataImage {
  width: 64px;
  height: 64px;
  max-width: 291px;
} */
.boxDataImage img {
  width: 64px;
  height: 64px;
  max-width: 291px;
  flex-shrink: 0;
  border-radius: 8px;
}

.boxDataText p {
  color: var(--sub---input, #737d8b);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}

.location a {
  color: #a0a0a0;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.mapDataCardDesc p {
  /* overflow: hidden; */
  color: var(--sub---input, #737d8b);
  text-align: start;
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  /* max-width: 150px; */
  word-break: break-word;
  line-height: 16px; /* 133.333% */
}
.makerMap p {
  text-align: justify;
}
.aboutMakerMap ul {
  padding: 0 32px;
  font-weight: 400;
  list-style: disc;
}

.goToForm p {
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.goToForm {
  max-width: unset;
  gap: 30px !important;
  padding: 11px 23px 10px;
}

.submitreportModal,
.learn-more-btn p {
  color: #ffba00 !important;
}
.learn-more-btn {
  border: unset;
}
.smallCircle {
  width: 10px;
  background-color: var(--primaryRed);
  height: 10px;
  border-radius: 9999px;
}
.numberOfSteps p,
.numberOfSteps span {
  color: var(--sub---input, #737d8b);
  font-size: 15px;
  line-height: 20px; /* 133.333% */
  direction: rtl;
  font-weight: 400;
}

#searchInput {
  width: 100%;
  padding: 13px 41px 13px 17px;
  color: var(--sub---input, #737d8b);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  text-align: start;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid var(--borders, #f3f4f6);
  background: var(--Style, #fff);
  margin: 13px 0 20px;
}

.fixedModalMap .modal-body {
  padding: 24px 24px 16px 24px;
  border-radius: 16px;
}

.search {
  position: absolute;
  right: 4%;
  top: 37%;
}

#mapMaker {
  height: 384px;
}

#suggestions {
  position: absolute;
  top: 40px;
  left: 10px;
  width: 250px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
}
#suggestions div {
  padding: 8px;
  cursor: pointer;
}
#suggestions div:hover {
  background: #f0f0f0;
}
.learn-more-btn.disabeled {
  width: unset;
  pointer-events: none;
  background: #bac1cd;
}
.learn-more-btn {
  gap: 8px;
  white-space: nowrap;
}
.learn-more-btn.disabeled p {
  color: #fff !important;
}
.goToFormDiv {
  border-top: 1px solid #f3f4f6;
  /* background: #fff; */
  /* padding-bottom: 16px; */
  /* box-shadow: 0 -4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1); */
  z-index: 1000;
  /* position: absolute; */
  /* bottom: 0; */
  width: 100%;
}
.numberOfEvents {
  border-radius: 9999px;
  background: var(--shade, #f5e6eb);
  padding: 4px 12px;
}

.numberOfEvents span {
  color: var(--primaryRed);
  font-weight: 400;
}
/* .learn-more-btn:hover p {
  color: var(--primaryRed);
} */

.filterDataMap .firstDropDown .dropdown-item:hover span,
.filterDataMap .firstDropDown .dropdown-item.active span,
.filterDataMap .firstDropDown .dropdown-item.active span {
  color: #fff;
}
.filterDataMap .firstDropDown .dropdown-item.active,
.filterDataMap .firstDropDown .dropdown-item:focus,
.filterDataMap .firstDropDown .dropdown-item:hover {
  background-color: var(--primaryRed);
}
.filterDataMap .eventDropDown .dropdown-item:focus,
.filterDataMap .eventDropDown .dropdown-item:hover,
.filterDataMap .eventDropDown .dropdown-item:hover,
.filterDataMap .eventDropDown .dropdown-item:hover span,
.filterDataMap .eventDropDown .dropdown-item.active,
.filterDataMap .eventDropDown .dropdown-item.active span {
  background-color: #fff;
  font-weight: 700;
}
.filterDataMap .dropdown-item {
  cursor: pointer;
}
.filterDataMap .dropdown {
  width: -webkit-fill-available;
}
.filterName {
  padding-left: 10px;
}
.filterDataMap .dropdown {
  border-radius: 8px;
  border: 1px solid var(--borders, #f3f4f6);
  background: var(--Style, #fff);
  display: flex;
}
.custom-marker {
  width: 37px;
  height: 56.883px;
  flex-shrink: 0;
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
}
.custom-marker:hover {
  width: 50px;
  height: 70.883px;
}
.custom-marker.active {
  width: 50px;
  height: 70.883px;
}
.mapboxgl-popup {
  max-width: 318px !important;
}
.mapboxgl-popup-content {
  padding: 0 !important;
  border-radius: 16px !important;
}
.locationCity {
  position: absolute;
  top: 12px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: flex;
  right: 16px;
  padding: 4px 12px;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}
.smallBox {
  border-radius: 8px;
  background: #f0f1f2;
  padding: 8px;
}

.ModalDataShowDetails {
  border-radius: 16px;
  padding: 16px;
  background-color: #fff;
  gap: 12px;
}

.ModalDataShowDetails a {
  white-space: nowrap;
  gap: 8px;
}

.eventsDesc {
  position: absolute;
  display: flex;
  gap: 10px;
  bottom: 10%;
  display: flex;
  gap: 10px;
  right: 5%;

  align-items: center;
  /* padding: 0 10px; */
}
.locationCity {
  display: flex;
  align-items: center;
  gap: 8px;
}
.imageModal::after {
  width: 100%;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 75%
  );
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.imageModal {
  width: 100%;
  height: 140px;
}
.imageModal img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.ModalDataShowDetails p {
  overflow: hidden;
  color: #4b5563;
  line-height: 19.5px;
}
.ModalDataShowDetails p {
  word-break: break-word;
}
.eventsDesc span,
.locationCity span {
  color: rgba(255, 255, 255, 0.9);
  line-height: 16px; /* 133.333% */
}
.mapDataCardDesc p,
.ModalDataShowDetails p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.mapDetailsModal .ModalDataShowDetails p {
  display: block;
}
.ModalDataShowDetails p {
  color: var(--links, #a0a0a0);
}
.ModalDataShowDetails p,
.eventsDesc span,
.locationCity span,
.nameservices span {
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
}
.eventsDesc p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.5px; /* 125% */
  color: #fff;
}
.nameservices span {
  color: var(--sub---input, #737d8b);
  line-height: 16px; /* 133.333% */
}

.locationCity span {
  color: var(--links, #a0a0a0);
}
.mapDetailsModal .swiper-slide {
  width: 100% !important;
  background-repeat: no-repeat;
  height: 360px;
  background-size: 100% 100%;
  border-radius: 16px 16px 0 0;
}
.mapDetailsModal .ModalDataShowDetails {
  padding: 24px 32px;
  /* border-radius: 16px; */
}
/* .showDetails {
  max-width: 140px;
} */
/* .showDetails p {
  font-size: 12px;
} */
.mapDetailsModal .linksModalMap p {
  color: var(--links, #a0a0a0);
  text-align: right;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  direction: ltr;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.mapDetailsModal .learn-more-btn {
  max-width: unset;
  text-decoration: unset;
}

.mapDetailsModal .learn-more-btn p {
  text-align: center;
  width: 100%;
}
.mapDetailsModal .report p {
  color: #ef4444;
  text-align: center;
  font-size: 14px;
  line-height: 20px; /* 142.857% */
}
.ModalDataShowDetailsText p {
  font-size: 14px !important;
  line-height: 20px; /* 142.857% */
}
.smallBox1 {
  padding: 16px;
  border-radius: 12px;
  min-width: 235px;
  background: rgba(240, 241, 242, 0.5);
}

.mapDetailsModal .modal-dialog {
  max-width: 40% !important;
  border-radius: 16px;
  /* min-height: auto; */
}
/* .mapboxgl-popup-content .ModalDataShowDetails p {
  max-width: 230px;
} */
.mapDetailsModal *,
.fixedModalMap * {
  pointer-events: auto;
}
.closeModalMap {
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  left: 20px;
  top: 25.5px;
  display: flex;
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
}
.closeModalMap1 {
  background: rgba(0, 0, 0, 0.2);
}
.swiper-slide .eventsDesc p {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.swiper-slide .eventsDes {
  right: 30px;
}
.swiper-slide .eventsDesc span {
  font-size: 14px !important;
  line-height: 20px; /* 142.857% */
}
.reportFormModal .learn-more-btn {
  max-width: 100px;
}

.reportFormModal h3 {
  color: var(--Style, #1d1d1b);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}
.reportFormModal .ResonOfReport label {
  color: var(--Style, #1d1d1b);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.reportFormModal .modal-dialog {
  min-height: auto;
}
.borderReports {
  border-bottom: 1px solid var(--borders, #f3f4f6);
}
.borderTop {
  border-top: 1px solid var(--borders, #f3f4f6);
}
.reportFormModal textarea {
  min-height: 98px;
  height: 98px;
}
.reportFormModal textarea,
.reportFormModal input {
  border-radius: 8px;
  padding: 9px 13px;
  border: 1px solid var(--borders, #f3f4f6);
  background: var(--Style, #fff);
}
.reportFormModal p,
.reportFormModal label {
  font-size: 14px;
  color: var(--Style, #1d1d1b);
}
.contact span {
  color: var(--sub---input, #737d8b);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.reportFormModal .ResonOfReport input {
  border-radius: 100px;
  width: 16px;
  height: 16px;
  padding: 1px;
  border: 1px solid var(--sub---input, #737d8b);
  background: var(--Style, #fff);
}
.prevStep img {
  transform: rotate(180deg);
}
.makerMap {
  background: var(--Light-bg, #f9fafb);
  padding-bottom: 40px;
  padding-top: 60px;
}
.makerMap h3 {
  color: var(--Style, #1d1d1b);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
.mapDetailsModal .learn-more-btn p {
  font-weight: 700;
}
.filterDataMap .dropdown-item img,
.imageCategory img,
.eventsDesc img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f0f0ff;
}
.makerMapForm .learn-more-btn {
  max-width: 115px;
  height: 50px;
  justify-content: center;
  gap: 10px !important;
}
.mapDetailsModal .swiper-pagination-bullet {
  margin: 0 4px !important;
  background: #fff;
  width: 12px;
  opacity: 1;
  height: 12px;
}
.mapDetailsModal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../Ellipse2.svg) no-repeat;
  background-size: 100% 100%;
  border: unset;
}
.mapboxgl-ctrl-top-right {
  bottom: 10% !important;
  top: unset !important;
}
.titleEvent span {
  /* overflow: hidden; */
  color: #1d1d1b;
  text-align: start;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; */
  line-height: 20px; /* 142.857% */
}
.location p {
  text-decoration: underline;
}
.learn-more-btn p {
  font-size: 16px !important;
  line-height: normal;
}
.linksModalMap .smallBox1 {
  width: 100%;
}
@media (width<=1100px) {
  .makerMap {
    padding-top: 40px;
  }
  .filterDataMap {
    padding: 10px;
  }
  .makerMapForm p {
    font-size: 18px;
  }
  .sendData p {
    font-size: 16px;
  }
  .numberOfSteps p,
  .numberOfSteps span {
    font-size: 13px;
  }
  .mapDetailsModal .modal-dialog {
    max-width: 65% !important;
  }
  .formMaker form {
    padding: 22px;
    border-radius: 7px;
    border-top: 3px solid var(--a-00023, #a00023);
    background: var(--Style, #fff);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-top: 28px;
    padding-inline: 22px 0px;
  }

  .followMakerForm {
    padding-top: 16px;
  }
  .formStepDesc {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .cardBox {
    padding: 12px;
    border-radius: 6px;
  }
  .nextStepsDetails {
    padding: 16px;
  }
  .learn-more-btn p {
    font-size: 13px !important;
  }

  .linksModalMap {
    gap: 16px;
  }
  .followMakerForm p {
    font-size: 14px;
  }
}

@media (width<=767px) {
  .makerMap h3 {
    font-size: 15px;
  }
  .FaqMaker {
    padding: 12px;
  }
  .mapDetailsModal .linksModalMap p {
    font-size: 14px !important;
  }

  .eventsDesc p {
    font-size: 12.769px;
  }

  .swiper-slide .eventsDesc {
    bottom: 13%;
  }
  .mapDetailsModal .ModalDataShowDetails {
    padding: 12px;
  }
  .mapDetailsModal .swiper-slide {
    height: 218px;
    border-radius: 0;
  }
  .filterDataMap .learn-more-btn {
    padding: 10px;
    min-width: 120px;
  }
  .filterDataMap {
    /* row-gap: 20px; */
    padding: 10px 8px 15px;
  }

  .searchMapMaker img {
    right: 6px;
    top: 14px;
  }
  .modalMapText {
    position: absolute;
    top: 4%;
    right: 4%;
    gap: 7px;
    background: #fff;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1),
      0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding: 7px 10.5px;
  }
  .modalMapText h3 {
    color: #1d1d1b;

    text-align: center;
    font-size: 12.25px;
    font-weight: 700;
    line-height: 17.5px; /* 142.857% */
  }
  .numberOfEvents span {
    font-size: 10.5px!;
    font-weight: 500;
    line-height: 14px;
  }

  .cardBox p {
    text-align: start;
  }
  .makerMapForm h1 {
    font-size: 21px;
    line-height: 28px;
    padding-bottom: 7px;
  }
  .makerMapForm p {
    font-size: 14px;
    line-height: 24px;
  }
  .makerMapForm {
    padding: 28px 0 0;
  }
  .numberOfSteps p,
  .numberOfSteps span {
    font-size: 12px;
    line-height: 16px;
  }
  .makerFormDesc {
    height: unset;
    padding: 14px 28px 28px;
    margin-bottom: 0;
  }
  .borderMaker {
    height: 3px;
    width: 28%;
  }
  .followMakerForm p {
    max-width: 90px;
    text-align: center;
  }

  .formStep input[type="button"],
  .formStep select,
  .formStep textarea,
  .filterDataMap input,
  .filterDataMap .dropdown,
  .reportFormModal textarea,
  .reportFormModal input {
    border-radius: 7px;
    border: 1px solid #e5e7eb;
    padding: 11.5px 15px !important;
  }
  .searchMapMaker input {
    padding: 11px 25px !important;
  }

  .formStep ::placeholder,
  .mapDetailsModal ::placeholder,
  .formStep option,
  .searchMapMaker ::placeholder,
  .checkedData label {
    font-size: 12px;
  }
  .tahanksSendData {
    height: 59.719px;
    padding-bottom: 21px;
  }
  .sendDetails,
  .sendData {
    padding: 0;
  }
  .sendData {
    border: unset;
  }
  .bigCircle {
    margin-bottom: 21px;
  }
  .sendData h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .contactMakerDetails {
    padding: 12px;
    white-space: nowrap;
  }
  .contactMakerDetails {
    flex-wrap: wrap;
  }
  #Allmap {
    width: 100% !important;
    height: 1165.7px !important;
  }
  /* .mapDetailsModal .modal-dialog {
    max-width: 85% !important;
  } */
  .formStepDesc h3 {
    font-size: 17.5px;
    line-height: 24.5px; /* 140% */
  }
  .nextStepsDetails h4 {
    text-align: start;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.5px;
  }
  .cardBox h4 {
    font-size: 13px;
    font-weight: 700;
    line-height: 21.878px; /* 168.293% */
  }
}

@media (width<=600px) {
  .searchMapMaker img {
    left: 6px;
  }
  .formStep input,
  .formStep select,
  .formStep textarea,
  .filterDataMap input,
  .filterDataMap .dropdown,
  .reportFormModal textarea,
  .reportFormModal input {
    padding: 11.5px 9px !important;
  }
  .filterDataMap input {
    padding-right: 30px !important;
  }
  .reportFormModal .modal-dialog {
    margin: 25% 0 !important;
  }
  .fixedModalMap .modal-body {
    padding: unset;
  }
  .titleDeatalis h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: start;
  }
  .smallBox1 {
    width: 100%;
  }
  .linksModalMap {
    gap: 12px;
  }
  .ModalDataShowDetails {
    padding: 10px;
  }
  .smallBox {
    width: 28.375px;
    height: 28.375px;
    padding: 5.675px;
  }
  .mapDetailsModal .modal-dialog {
    max-width: 100% !important;
  }
  .makerMapForm p,
  .makerFormData span,
  .formStep label,
  .reportFormModal p {
    font-size: 12.25px;
    line-height: 19.906px;
  }

  .numberOfSteps p,
  .numberOfSteps span {
    font-size: 10.5px;
    line-height: 14px;
  }
  .followMakerForm p {
    font-weight: 700;
  }
  .formStep input,
  .formStep select,
  .formStep textarea,
  .filterDataMap input,
  .filterDataMap .dropdown,
  .reportFormModal textarea,
  .reportFormModal input {
    font-size: 12.5px;
    line-height: 17.5px;
  }
  .nextStepsDetails {
    margin: 0;
  }
}

.newBreadCrump .breadcrumb ul li,
.newBreadCrump .breadcrumb ul li a {
  font-size: 20px;
}
.mapboxgl-popup-close-button {
  right: unset !important;
  left: 0;
  background-color: #fff !important;
  border-radius: 20px;
}
