.section-gca_event-map {
  position: relative;
  z-index: 2;
  --leaflet-control-margin-left: 10px;
  --leaflet-control-margin-top: 10px;
  --leaflet-control-margin-right: 10px;
}
@media (max-width: 767px) {
  .section-gca_event-map {
    --leaflet-control-margin-left: 20px;
    --leaflet-control-margin-top: 20px;
    --leaflet-control-margin-right: 20px;
  }
}
.section-gca_event-map .wrapper-map .map {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  height: 581px;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .section-gca_event-map .wrapper-map .map {
    height: 100vh;
  }
}
.section-gca_event-map .wrapper-map .map .the_map {
  height: 100%;
  position: relative;
  background-color: #999999;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list {
  overflow: hidden;
  width: 100%;
  max-width: 413px;
  background: #FFFFFF;
  box-shadow: 0px 12px 48px -6px rgba(17, 18, 19, 0.06);
  position: absolute;
  left: 0px !important;
  top: 50% !important;
  transform: translate(-1000px, -50%);
  transition: 0.2s;
}
@media (max-width: 991px) {
  .section-gca_event-map .wrapper-map .map .the_map .org-list {
    transform: translate(-1000px, calc(-50% + 0px));
  }
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.open {
  transform: translate(0px, -50%);
}
@media (max-width: 991px) {
  .section-gca_event-map .wrapper-map .map .the_map .org-list.open {
    left: 50% !important;
    transform: translate(-50%, calc(-50% + 0px));
    max-width: calc(100% - 48px);
    max-height: calc(100vh - 48px);
  }
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result {
  height: 592px;
  transform: translate(-1000px, -50%);
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .section-gca_event-map .wrapper-map .map .the_map .org-list.result {
    transform: translate(-1000px, calc(-50% + 0px));
  }
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result.open {
  transform: translate(0px, -50%);
}
@media (max-width: 991px) {
  .section-gca_event-map .wrapper-map .map .the_map .org-list.result.open {
    left: 50% !important;
    transform: translate(-50%, calc(-50% + 0px));
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: 0 !important;
    transform: translate(0, 0);
    left: 0 !important;
    /* height: 100vh; */
    position: fixed !important;
    z-index: 1000002 !important;
    max-height: unset;
  }
  .admin-bar .section-gca_event-map .wrapper-map .map .the_map .org-list.result.open {
    top: 46px !important;
    height: calc(100% - 46px);
  }
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-div-head {
  width: 100%;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-div-body {
  width: 100%;
  flex-grow: 1;
  padding-bottom: 24px;
  padding: 20px;
  padding-right: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-header button {
  background: none;
  border: none;
  padding: 0;
  display: block;
  line-height: 0;
  box-shadow: none;
  transition: 0.2s;
  cursor: pointer;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-header button.close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  padding: 24px;
  padding-left: 0px;
}
@media (max-width: 991px) {
  .section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details {
  overflow-x: hidden;
  padding-right: 10px;
  padding-bottom: 40px;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details::-webkit-scrollbar-thumb {
  width: 4px;
  background: #DBDBDB;
  border-radius: 50px;
  cursor: pointer;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail {
  width: 100%;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .ul-wrap {
  display: flex;
  overflow-x: auto;
  padding-bottom: 2px;
  height: 100%;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .ul-wrap::-webkit-scrollbar {
  height: 0px;
  background: transparent;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .ul-wrap::-webkit-scrollbar-thumb {
  height: 0px;
  background: #DBDBDB;
  border-radius: 50px;
  cursor: pointer;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .ul-wrap ul {
  padding: 0;
  display: flex;
  /* justify-content: center; */
  white-space: nowrap;
  list-style: none;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .ul-wrap ul li {
  display: inline-block;
  margin: 0px 5px;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .ul-wrap ul li:first-child {
  margin-left: 0px;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .ul-wrap ul li .item-inner {
  width: 100%;
  display: inline-block;
  background: #f2f2f2;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail img, .section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail video {
  width: 100%;
  height: 100%;
  display: block;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail img {
  max-width: 100%;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-galery {
  overflow: hidden;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-galery .galery-feature {
  margin: 0;
  position: relative;
  background: grey;
  margin-bottom: 10px;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-galery .galery-feature::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-galery .galery-feature img {
  object-fit: cover;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-galery .galery-feature img, .section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-galery .galery-feature video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-galery .icon-play {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-galery .icon-play svg {
  display: block;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-galery .galery-list-items {
  height: 52px;
  margin-right: -20px;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-galery .galery-list-items .items {
  display: flex;
  height: 100%;
  margin: 0;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-galery .galery-list-items .items .item {
  width: 25%;
  width: 88px;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-galery .galery-list-items .items .item .item-inner {
  cursor: pointer;
  height: 100%;
  position: relative;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-galery .galery-list-items .items .item .item-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: grey;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-info .info-item {
  position: relative;
  margin-top: 30px;
  padding-left: 15px;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-info .info-item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0A5FBA;
  position: absolute;
  left: 0;
  top: 7px;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-info .info-item .label {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 10px;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-info .info-item .value {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  color: #000000;
}
.section-gca_event-map .wrapper-map .map .the_map .org-list.result .result-event-details .gca_event_map_detail .details-info .info-item .value img {
  max-height: 100px;
  object-fit: contain;
  object-position: left;
}

@media (max-width: 991px) {
  body.gca_event-popup-open {
    overflow: hidden;
  }
}

/*# sourceMappingURL=gca_event-map.css.map */
