body{
  overflow-x: hidden;
  }

.int-map-block {
  display: flex;
  flex-wrap: wrap;
  }
.container-fluid.fields {
  flex: 1 0 30%;
  background: #fff;
  position: fixed;
  z-index: 1;
  left: 30px;
  width: 320px;
  top: 50px;
  padding: 10px;
  border-radius: 20px;
  }
div#map {
  z-index: 0;
  }
div#div-container{
  display: flex;
  flex-wrap: wrap;
  }

div#div-container > .card{
  
  display: flex;
  margin: 0;
  padding: 0px;
  border: 0;
  flex-direction: row;
  align-items: stretch;
  flex-basis: 20%;
    -ms-flex: auto;
    width: 259px;
  }


div#div-container > .card > .wraper {
  display: block;
  border: 1px solid #f5f5f5;
  margin: 15px;
  border-radius: 20px;
  background: #f5f5f5;
  overflow: hidden;
  color: #2e2e2e;
  width: 100%;
  transition: all 0.6s;
  }

div#div-container > .card > .wraper:hover{
  transform: scale(0.95);
  transition: all 0.6s;
  }
div#div-container > .card > .wraper span.txt{
  display: block;
  padding: 10px 25px 25px 25px;
  position: relative;
  }
div#div-container > .card > .wraper span.txt h2 {
  font-weight: 500;
  line-height: 18px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #aeaeae;
  height: 62px;
  display: flex;
  align-items: flex-end;
  }
div#div-container > .card > .wraper span.txt h2 span{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }

div#div-container > .card > .wraper span.txt span.location {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 13px;
  padding: 5px 0 0px 0;
  }

div#div-container > .card > .wraper span.txt span.org {
  font-family: oswald,sans-serif;
  text-transform: uppercase;
  line-height: 15px;
  font-size: 12px;
  display: flex;
  margin: 5px 0 0px 0;
  font-weight: 500;
  }
span.org span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }

div#div-container > .card > .wraper span.txt span.more {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #0f2f53;
  width: 100%;
  padding: 10px 0 10px 0;
  }
div#div-container > .card .wraper a {
    display: block;
}
div#div-container > .card > .wraper span.img {
      display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    overflow: hidden;
    background: #f9f9f9;
    max-height: 250px;
    min-height: 250px;
  }

div#div-container > .card > .wraper span.img img {
  max-width: 100%;
  height: auto;
  width: 100%;
  }

div#div-container > .card > .wraper span.img img[src="https://act4sdgs.org/register_2023/uploads/profilepic/default-logo.png"] {
  max-width: 200px;
  margin: 0 auto;
  }

.block-card {
  margin: 0;
  box-shadow: none;
  }

.block-card .carousel.slide.carousel-fade .carousel-item.act-pic{
  height: 0;
  }
.block-card .carousel.slide.carousel-fade .carousel-item.act-pic.carousel-item.active {
  height: fit-content;
  }

div#div-container > .card .wraper {
  background: #eaeaea;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  }
div#div-container > .card .wraper span.txt {
  padding: 20px 30px;
  display: block;
  }

#map {
  width: 100%;
  height: 100vh;
  }
span.select2-selection.select2-selection--multiple {
  border: 0 !important;
  }
.field-wrappe input,
.field-wrappe select,
.field-wrappe .select2-container {
  margin: 0 !important;
  padding: 3px 10px !important;
  border: 0px solid #929292 !important;
  width: 100% !important;
  display: block;
  border-radius: 4px;
  min-height: 35px;
  }

.fields form.form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1px;
  padding-bottom: 20px;
  /*border-bottom: 1px solid #dedede;*/
  }
.field-wrappe {
  padding: 0;
  flex: 0 1 24%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: 1px solid #d4d4d4;
  margin: 4px;
  border-radius: 6px;
  overflow: hidden;
  }



.submit-wrapper button {
  min-width: 150px;
  padding: 10px 10px;
  border-radius: 10px;
  }
.field-wrappe.i-frame {
  flex: 0 0 100%;
  /*display: none;*/
  padding: 10px;
  }
.field-wrappe.i-frame .well.iframe {
  border: 0;
  display: none;
  }
.field-wrappe label.form-check-label {
  font-size: 14px;
  font-weight: bold;
  width: 200px;
  background: #eee;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  line-height: 1;
  }
.int-map-block .field-wrappe{
  flex: 0 1 100%;
  }
.pagination-bar {
  position: sticky;
  top: 0;
  display: flex;
  z-index: 1;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #dedede;
  }

.modal-footer button.btn.btn-secondary {
  padding: 7px 30px;
  border-radius: 13px;
  min-width: 140px;
  background: #232222;
  margin: 0 auto;
  }

.field-wrappe.t-xt {
  /*flex: 0 1 15.7%;*/
  }

.leaflet-popup-content > div {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 5px 0;
  align-items: flex-start;
  }

.leaflet-popup-content > div.org-brand {
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
  }

.leaflet-popup-content > div.org-brand img {
  width: auto;
  height: auto;
  max-width: 70px;
  }
.leaflet-popup-content > div.org-brand h2 {
  font-size: 19px;
  line-height: 1;
  padding: 0 0 0 10px;
  margin: 0;
  }


.leaflet-popup-content > div b {
  display: block;
  min-width: 58px;
  margin-right: 5px;
  }

.leaflet-popup-content > div a {
  background: #000;
  color: #fff;
  padding: 6px 10px 6px 10px;
  margin: 7px 0 9px 0px;
  border-radius: 7px;
  text-transform: unset;
  }

.partner-act .row.partner-prof h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  font-size: 22px;
  margin-bottom: 6px;
  }

.modal-backdrop.show{
  opacity: 0.2;
  }
.modal-content {
  border: 0;
  }
.modal.show .modal-dialog{
  box-shadow: 0px 15px 50px -10px #00000096;
  }

.block-card .date-locate .d-flex.date span {
  max-width: 8.5rem;
  }
.block-card .date-locate {
  display: inline-flex;
  }
.date.d-flex {
  margin-right: 20px;
  }
.block-card .date-locate .d-flex.date span {
  max-width: 11.5rem;
  }

div#action_expand_model .modal-header{
  position: absolute;
  right: 0;
  z-index: 1;
  border: 0;
  }

.submit-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
  }

.int-map-block .submit-wrapper{
  width: 100%;
  }

.int-map-block .field-wrappe.i-frame{
    position: relative;
  }
.int-map-block .field-wrappe.i-frame, .submit-wrapper button.m-2 {
  min-width: auto;
  padding: 0;
  border-radius: 10px;
  flex: 1 0 42%;
  border: 0;
  margin: 0;
  }

.int-map-block .field-wrappe.i-frame button#copyButton {
  min-width: auto;
  width: 100%;
  display: block;
  padding: 6px;
  line-height: 1;
  font-size: 14px;
  }

.int-map-block .field-wrappe.i-frame button#copyButton, .submit-wrapper button.m-2{
  flex: 1 1;
  margin: 0 5px !important;
  font-size: 13px;
  font-weight: 700;
  padding: 20px 20px;
  line-height: 1;
  text-transform: uppercase;
  }


.select2-results__option--selectable {
  font-size: 14px;
  }

.leaflet-popup-content span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }

body.cards .container-fluid.fields {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  }

.cards .submit-wrapper button.m-2 {
  flex: auto;
  max-width: fit-content;
  padding: 10px 20px 9px 20px;
  }

.marker-cluster-large {
    background-color: rgb(0 206 255);
}
  .marker-cluster-large div {
    background-color: #e2f8ff;
}

.marker-cluster-small {
    background-color: #cf81bb;
}
.marker-cluster-small div {
    background-color: rgb(255 255 255 / 85%);
}

.marker-cluster-medium {
    background-color: rgb(255 182 60);
}
.marker-cluster-medium div {
    background-color: rgb(255 255 255 / 81%);
}

.marker-cluster div {
    font-family: "Oswald", Sans-serif;
    font-weight: 500;
}

.custom-icon div {
    background: #159d03;
    border-radius: 20px 20px 20px 0;
    transform: rotate(-45deg);
    margin-top: -17px;
}

.custom-icon {
    background: none;
    font-size: 0;
}

.custom-icon div:before {
    content: " ";
    width: 15px;
    height: 15px;
    background: #fff;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 8px;
    top: 9px;
}
.leaflet-pane.leaflet-overlay-pane svg.leaflet-zoom-animated path.leaflet-interactive {
    stroke: #0000;
    fill: #0000;
}

.leaflet-control-container .leaflet-top.leaflet-left {
    left: auto;
    right: 0;
    padding: 0 10px 0 0;
}

.field-wrappe.i-frame span.popup.alert.alert-success {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.cards div#div-container {
    display: flex;
    flex-wrap: wrap;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10%;
    min-height: 600px;
}
.cards div#div-container:empty{
  background-image: url("/wp-content/uploads/2023/08/Spinner-1.1s-357px.gif");
  }
#loading-overlay {
    background-image: url("/wp-content/uploads/2023/08/Spinner-1.1s-357px.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10%;
    background-color: #ffffffc4;
}
#loading-indicator {
    display: none;
}
.card span.network {
    font-family: oswald,sans-serif;
    text-transform: uppercase;
    font-size: 11px;
}
.cards.modal-open{
  overflow: unset;
}



@media (min-width: 576px){
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
    }

  }

@media (max-width: 1240px){
  div#div-container > .card{
    flex-basis: 25%;
  }
}

@media (max-width: 1025px){
  
}
div#div-container > .card .wraper {
    margin: 5px;
}
}

@media(max-width: 1073px) {
   div#div-container > .card {
    flex-basis: 33.33%;
  }
  div#div-container > .card > .wraper span.img{
    max-height: 300px;
  }
}
@media(max-width: 834.4px) and (min-width: 768px){
.field-wrappe {
  flex: 0 1 32%;
  }
}
@media(max-width: 815px) {
  
  div#div-container > .card {
    flex-basis: 50%;
  }
  
}

@media (max-width: 767px){
  
  .field-wrappe, .field-wrappe.t-xt  {
    flex: 0 1 100%;
    }
  .modal-footer button.btn.btn-secondary{
    width: 100%;
    }
  .modal-dialog {
    margin: 0;
    border-radius: 0;
    }
  .modal-body{
    height: calc(100vh - 132px);
    overflow: scroll;
    }
  .container-fluid.fields {
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
    }
  }

@media(max-width: 555px) {
  div#div-container > .card {
    flex-basis: 100%;
  }
}
