.gm-style-iw-ch {
  display: none !important;
}

.gm-style-iw-chr .gm-ui-hover-effect {
  position: absolute !important;
  right: -8px !important;
  top: -8px !important;
}

.text-clamp_line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.pin-spacer {
  max-width: none;
  width: 100%;
}

.wrapper__content_left {
  width: calc(100% - 605px - 30px);
}

@media (max-width: 991px) {
  .wrapper__content_left {
    width: 100%;
  }
}

.card-container {
  position: relative;
  justify-content: flex-start;
  /* min-height: 100vh; */
  min-height: max-content;
  /* padding: 2rem 0; */
  padding-top: 100px;
  margin: 0;
  width: 100%;
  /* max-width: 605px; */
}

.main_card_item {
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .main_card_item:nth-child(2) {
    margin-top: 25px;
    z-index: 2;
  }

  .main_card_item:nth-child(3) {
    margin-top: 35px;
    z-index: 3;
  }

  .main_card_item:nth-child(4) {
    margin-top: 45px;
    z-index: 4;
  }
}

@media (max-width: 991px) {
  .card-container {
    padding: 0;
  }
  .main_card_item {
    margin: 0;
  }
}
.user__menu {
  position: absolute;
  right: 10px;
  padding: 7px;
  cursor: pointer;
  background: #fff;
  bottom: 124px;
  /* box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%); */
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background-image: url("/src/img/user-solid.svg");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.map__button_2 {
  position: absolute;
  right: 10px;
  padding: 7px;
  cursor: pointer;
  background: #fff;
  bottom: 74px;
  /* box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%); */
  width: 42px;
  height: 42px;
  background-image: url(/src/img/list_svg.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
}

.select_region__block {
  box-shadow: -40px 40px 80px -8px rgba(145, 158, 171, 0.24);
  max-width: 450px;
  position: fixed;
  background: #fff;
  border-radius: 20px;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
  z-index: 999;
  padding: 24px;
  pointer-events: none;
  opacity: 0;
}
.select_region__block.active {
  pointer-events: all;
  opacity: 1;
}
.select_region__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background-color: #f0f6fa;
  flex: 1 1 40%;
}
.select_region_list {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}

.user__block {
  box-shadow: -40px 40px 80px -8px rgba(145, 158, 171, 0.24);
  max-width: 450px;
  position: fixed;
  background: #fff;
  border-radius: 20px;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
  z-index: 999;
  padding: 24px;
  pointer-events: none;
  opacity: 0;
}
.user__block.active {
  pointer-events: all;
  opacity: 1;
}

.user__block-close {
  margin-left: auto;
}

.user__block-body {
  min-height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.user__block-body__name {
  font-size: 20px;
  line-height: 24px;
}

.user__block-body__email {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.user__block-body__logout {
  background: #4c8bf5;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  display: block;
  padding: 15px;
  font-size: 15px;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  transition: 0.4s all;
}

.modal__block {
  width: 90%;
  max-width: 450px;
  padding: 24px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.4s all;
  opacity: 0;
  pointer-events: none;
}
.modal__block.active {
  opacity: 1;
  pointer-events: all;
}

.modal__block::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal__block-auth {
  /* height: auto; */
  /* max-height: 95%; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding-bottom: 35px; */
}

.modal__block-cls {
  position: absolute;
  top: 20px;
  right: 16px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  flex: none;
  margin-left: auto;
  border-radius: 50%;
}

.modal__block-cls::before,
.modal__block-cls::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 6px;
  left: 15px;
  background: #000;
  height: 17px;
}

.modal__block-cls::before {
  transform: rotate(45deg);
}

.modal__block-cls::after {
  transform: rotate(-45deg);
}

.auth__form {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.auth__form-label {
  margin-bottom: 16px;
  display: block;
  text-align: left;
  font-size: 16px;
}

.auth__form-input {
  width: 100%;
  outline: none;
  height: 50px;
  padding: 18px 16px;
  font-size: 16px;
  line-height: 130%;
  border: none;
  border-radius: 16px;
  background-color: #f0f6fa;
}

.auth__form-label.warning .auth__form-input {
  border: 1px solid #ef4c4b;
}

label.warning p {
  color: #ef4c4b !important;
}

.auth__form-label.warning .auth__form-warning {
  display: block;
}

.auth__form-warning {
  display: none;
  color: #ef4c4b;
  padding-top: 5px;
  padding-left: 5px;
}

/* .auth__form-btn {
    margin-top: 20px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    cursor: pointer;
    border-radius: 30px;
    background-color: #404040;
    border: none;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
} */

.close {
  position: absolute;
  top: 24px;
  right: 16px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

.close::after,
.close::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(175, 175, 175);
}

.close::before {
  transform: rotate(-45deg);
}

.close::after {
  transform: rotate(45deg);
}

.user__block-close {
  margin-left: auto;
}

.modal {
  padding-top: 50px;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 9999;
  background-color: transparent;
  position: fixed;
  left: 0;
  transition: 0.3s all;
  pointer-events: none;
}

.modal.active {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: all;
}

.modal__warning {
  display: none;
  padding-top: 0;
  z-index: 99999;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: all;
}

.modal__wrapper {
  padding: 24px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 450px;
  width: 100%;
  text-align: center;
}

.modal__body-text {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
}

.pit_window {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 90%;
  transform: translate(-50%, -50%);
  transition: 0.5s all ease-in-out;
  max-height: 100%;
  overflow-y: auto;
  max-width: 1000px;
  opacity: 0;
  pointer-events: none;
}
.pit_window.active {
  opacity: 1;
  pointer-events: all;
}

.pit_window .wrapper {
  padding: 10px;
  width: 100%;
}

/* .info__photo {
  border: 1px dashed #d4d9de;
  border-radius: 8px;
  padding: 16px;
} */
/* .info__photo-btn {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
  font-weight: bold;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
} */

.info__photo-img {
  text-align: center;
  display: none;
  width: 100%;
  border-radius: 16px;
  padding: 10px;
  background: #f0f6fa;
  gap: 10px;
}
.info__photo-img.active {
  display: flex;
}
.photo_preview {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.photo_preview img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  display: block;
}
.photo_preview_del {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: #f0f6fa;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #919eab;
  transition: all 0.3s ease;
}
.photo_preview_del:hover {
  background: #ef4c4b;
  color: #fff;
}

.info__calendar {
  /* font-size: 16px; */
  line-height: 20px;
  font-weight: 400;
  outline: none;
  background-color: transparent;
  border: none;
  /* padding: 0px; */
  /* padding-top: 1px; */
  display: inline-block;
  /* margin-bottom: 10px; */
}

.info__input {
  outline: none;
  width: 100%;
  resize: none;
  min-height: 85px;
  border-radius: 16px;
  padding: 16px 10px;
  font-size: 16px;
}

.like_active {
  background-color: #005394;
  color: #fff;
}

.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}

/* =============== */
.custom-select {
  margin: 16px 0;
  position: relative;
  border-radius: 16px;
  padding: 10px 16px;
  cursor: pointer;
  background: #f0f6fa;
}
.region-select {
  position: relative;
  cursor: pointer;
}

.custom-select .selected-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.custom-select .selected-items span {
  background: #fff;
  color: #212b36;
  padding: 8px;
  border-radius: 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.custom-select .selected-items span .remove {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background-color: #f0f6fa;
  justify-content: center;
  align-items: center;
  padding: 4px;
  margin-left: 5px;
  cursor: pointer;
  color: #919eab;
  transition: all 0.3s ease;
}
.custom-select .selected-items span .remove:hover {
  background-color: #ef4c4b;
  color: #fff;
}

.custom-select .dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: #fff;
  padding: 12px;
  box-shadow: -20px 20px 40px -4px rgba(145, 158, 171, 0.24),
    0 0 2px 0 rgba(145, 158, 171, 0.24);
  border-radius: 16px;
  max-height: 196px;
  overflow-y: auto;
  z-index: 1000;
}

.region-select .dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 200px;
  background: #fff;
  padding: 16px;
  box-shadow: -20px 20px 40px -4px rgba(145, 158, 171, 0.24),
    0 0 2px 0 rgba(145, 158, 171, 0.24);
  border-radius: 16px;
  /* max-height: 196px; */
  overflow-y: auto;
  z-index: 1000;
}

.region-select .dropdown-item {
  padding: 6px 8px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #212b36;
  opacity: 0.5;
}
.region-select .dropdown-item.active {
  opacity: 1;
}
.region-select .dropdown-item:hover {
  background-color: #f0f6fa;
}

.custom-select.open .dropdown {
  display: block;
}
.region-select.open .dropdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.custom-select .dropdown div {
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
}

.custom-select .dropdown div:hover {
  background: #f0f6fa;
}

input[type="radio"]:checked + .btn-filter {
  background-color: #db4141;
  color: #fff;
}
.dropdown .initiative {
  display: none;
}
.dropdown .problem {
  display: none;
}
.dropdown .problem.active {
  display: block;
}
.dropdown .initiative.active {
  display: block;
}
