
.yellowmap-container {
  width: 90%;
  height: 400px;
  position: relative;
}

.markerIcon {
  width: 35px;
  height: 35px;
  background: #18345c;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.category-filter-container {
  margin-bottom: 10px !important;
}

.category-filter-container label {
  margin-right: 10px !important;
}

.category-filter-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

.category-filter-container label {
  font-weight: 600;
  color: #18345c;
}

.category-filter-container select {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
  color: #18345c;
  transition: border-color 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.category-filter-container select:focus {
  outline: none;
  border-color: #18345c;
  box-shadow: 0 0 5px rgba(24, 52, 92, 0.3);
}


.leaflet-control-attribution,
.leaflet-bottom.leaflet-left a {
  display: none !important;
}

.smartmaps-logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
}
.top_space{
  padding-top: 40px;
}
.frame-grey-bg-yellowmap {
  background-color: #E5EBEF;
}

.tx-yellowmaps {
  overflow: hidden;
}

.tx-yellowmaps .image-text .location-list {
  max-height: 726px;
  overflow-y: scroll;
  scrollbar-width: thin;
  /* margin-top: 20px; */
  background-color: #E5EBEF;
  margin-right: 63px;
}

.tx-yellowmaps .location-list .accordion-item {
  background-color: #fff;
  border: 1px solid #003765 !important;
  border-radius: 8px;
  max-width: 520px;
  /* margin: 10px 10px; */
  transition: all 0.2s ease-in-out;
}

.tx-yellowmaps .location-list .accordion-button {
  color: #003765 !important;
  font-size: 16px;
  padding: 20px;
  border-radius: 10px;
  align-items: flex-start;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
}

.tx-yellowmaps .location-list .accordion-item:not(:has(.accordion-button.collapsed)) {
  background-color: rgba(0, 55, 101, 0.05);
  border: 1px solid #003765 !important;
}

.tx-yellowmaps .location-list .accordion-button .text-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 15px;
}

.tx-yellowmaps .location-list .accordion-button .text-dark {
  font-size: 16px;
  font-weight: bold;
  color: #003765 !important;
  margin-bottom: 10px;
  font-family: "Open Sans", Arial, sans-serif;
}

.tx-yellowmaps .location-list .accordion-button .small.text-muted {
  font-size: 16px;
  font-weight: normal;
  color: #003765 !important;
  font-family: "Open Sans", Arial, sans-serif;
}

.tx-yellowmaps .location-list .accordion-body {
  background-color: transparent !important;
  border-top: none !important;
  padding: 15px 20px;
}

.tx-yellowmaps .location-list .accordion-body td {
  font-size: 16px;
  color: #003765;
  border: none;
  background: transparent !important;
  vertical-align: top;
}
.tx-yellowmaps .location-list .accordion-body td a{
  color: #003765 !important;

}
.tx-yellowmaps .location-list .accordion-body td:first-child {
  width: 70px;
  font-weight: 600;
  color: #003765;
}


.tx-yellowmaps .info-window-content {
  background-color: #fff;
  padding: 16px;
  max-width: 250px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #003765;
  padding-inline: 0px;
}

.tx-yellowmaps .info-window-content h3 {
  font-size: 16px;
  font-weight: normal;
}

.tx-yellowmaps .info-window-content p {
  font-size: 14px;
  line-height: 1.4 !important;
}

.tx-yellowmaps .info-window-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.tx-yellowmaps .info-window-content td {
  font-size: 14px;
  color: #003765;
  border: none;
}

.tx-yellowmaps .info-window-content td:first-child {
  font-weight: 600;
  width: 70px;
  color: #003765;
}

.tx-yellowmaps .leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center !important;
  width: 24px;
  height: 24px;
  font: 25px / 24px Tahoma, Verdana, sans-serif !important;
  color: #757575;
  text-decoration: none;
  background: 0 0;
  margin-right: 20px;
  margin-top: 5px;
}
.tx-yellowmaps .leaflet-container a.leaflet-popup-close-button:hover {
  color: #003770 !important;
}
.tx-yellowmaps .leaflet-container table td a{
  color: #003765 !important;
}
#resultsCount {
  font-size: 25px;
  color: #003765;
  display: flex;
  justify-content: flex-start;
}

.filter-section {
  display: flex;
  gap: 2rem;
  background-color: #f8f9fa;
  padding: 20px 50px;
  border-radius: 20px;
}


.categorie-filters {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  padding-top: 130px;
  width: 100%;
  margin-bottom: 20px !important;
}

.tx-yellowmaps .btn.primary-light.filter-btn,
.tx-yellowmaps .btn.primary-dark.filter-btn {
  width: 325px;
  display: flex;
  border: 1px solid #003765;
}

.tx-yellowmaps .btn.primary-light.filter-btn:hover {
  background-color: #003765;
  cursor: pointer;

}


.filter-section-with-select {
  background-color: #f7f9fb;
  padding: 20px 50px;
  border-radius: 16px;
}

.filter-category {
  gap: 2rem;
  padding-bottom: 35px;
}

/*
.filter-category-with-filter .filter-select {
  width: 325px !important;
}
*/

.form-select {
  width: 325px !important;

  background-color: #80bbd6 !important;
  /* light blue background */
  color: #ffffff !important;
  border: 1px solid #80bbd6 !important;
  border-radius: 50px !important;
  background-size: 20px 16px !important;
  background-repeat: no-repeat !important;
  background-position: right 1.2rem center !important;
  cursor: pointer;
}

#categorySelect-30.form-select:hover {
  background-color: #6bb0cc !important;
  /* slightly darker hover shade */
  border-color: #6bb0cc !important;
}

.custom-dropdown-menu {
  background-color: #80bbd6;
  border-radius: 0.5rem;
  overflow: hidden;
}

.custom-dropdown-menu-item {
  color: #ffffff;
}

.image-text .col-md-7 .yellowmap-container {
  width: 100%;
  max-width: 100%;
}

.col-md-7.map-column .yellowmap {
  /* width: 57vw; */
  max-width: initial !important;
}

.category-filter {
  gap: 2rem;
}

.accordion-button::after {
  transform: translateY(20px) !important;
}

.accordion-button:not(.collapsed)::after {
  transform: translateY(10px) rotate(180deg) !important;
}
.filter-row {
    justify-content: flex-end;
}
.wrap-btn{
  min-width: 345px;
  display: inline-block;
}

.wrap-btn .btn{
  padding-bottom: 17px;
  padding-top: 17px;
  padding-left: 40px !important;
}

.wrap-btn .btn{
  background-color: #003765;
}

.btn-warning{
  margin-top: 35px;
  padding-bottom: 11px;
  padding-top: 11px;
  padding-left: 31px !important;
}

.suffix{
  font-weight: 500;
  margin-left: 4px;
}
.leaflet-container .map-navigate-icon {
    background-image: url(../Icons/entity11.png);
    background-size: 70px 210px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    margin: 0 auto;
}
.leaflet-container .map-direction {
  font-size: 10px;
  color: #003770 !important;
}
.leaflet-container .map-direction:hover {
  color: #003765 !important;
}
.leaflet-container .leaflet-map-button {
  display: flex;
  gap: 12px;
}

.map-direction-wrapper {
    position: relative;
    display: inline-block;
    align-content: center;
}

.map-direction {
    text-decoration: none;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.map-direction:hover {
    text-decoration: underline;
}

.tooltip {
    position: absolute;
    top: 100%;     
    left: 50%;      
    transform: translateX(-50%); 
    margin-top: 10px; 
    z-index: 9999;
    background-color: #ffffff;
    padding: 17px 15px;
    width: 250px;
    border: 2px solid rgba(0, 0, 0, .2);;
    border-radius: 2px;
    box-shadow: 0px 6px 18px rgba(0,0,0,.2);
    text-align: center;
    opacity: 0;             
    visibility: hidden;      
    pointer-events: none;   
    transition: opacity 0.2s ease-in-out;
}

.map-direction-wrapper:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.tooltip::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -9px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent; 
}

.tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px; 
    border-width: 11px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent; 
}
#singlemap-container .leaflet-popup-content {
    margin-right: 30px !important;
}
#singlemap-container.leaflet-container a.leaflet-popup-close-button{
    margin-right: 5px !important;
}
.yellowmap {
    margin-bottom: 12em !important;
  }
@media (max-width:1024px) {
  .tx-yellowmaps .btn.primary-light.filter-btn {
    width: 307px
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  .form-select {
    width: 275px !important;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .wrap-btn {
      margin-top: 13px;
        min-width: 100%;
    }

    .desktop-only-row {
        display: contents;
    }

    .frame-side-padding-start{
      padding-right: 1rem !important;
    }

    .btn-warning {
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .tx-yellowmaps .image-text .location-list {
    margin-right: 13px;
  }

  .filter-main-wrapper{
    margin-bottom: 60px;
  }

  .tx-yellowmaps .location-list .accordion-button .text-start {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .form-select {
    width: 175px !important;
    font-size: 9px;
    background-size: 10px 16px !important;
  }
  .filter-row {
    justify-content: unset;
}
}

@media (max-width: 767px) {
  .col-md-7.map-column .yellowmap {
    width: 100%;
    /* height: 333px !important; */
  }
  .map-column{
    margin-top: 40px;
  }
  .tx-yellowmaps .btn {
    font-size: 12px !important;
  }

  .filter-section {
    display: block;
  }

  .tx-yellowmaps .btn.primary-light.filter-btn {
    width: 250px
  }

  .category-filter {
    margin-bottom: 2rem;
  }

  .filter-category-with-filter .filter-select {
    width: 250px !important;
  }

  .wrap-btn {
    min-width: 100%;
    max-width: 100%;
     padding-inline: 26px;
    margin-top: 7px;
    }

  .desktop-only-row {
        display: contents;
    }

  .btn-warning {
      margin-top: 15px;   
      padding-top: 7px;
      padding-bottom: 8px;
      margin-bottom: 8px;
    }

  .frame-side-padding-start{
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }

  .tx-yellowmaps .location-list .accordion-item {
  margin: 0px;
  }

  .leaflet-touch .leaflet-bar a{
    padding: 4px 45px 28px 30px;
  }

  .tx-yellowmaps .image-text .location-list {
    margin-right: 0px;
  }

  .filter-main-wrapper{
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {

 .category-filter-wrapper .filter-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 600px) {
  .category-filter-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .category-filter-container select {
    width: 100%;
  }
}

@media (max-width: 425px) {

  .filter-category-with-filter .filter-select {
    width: 250px !important;
  }

  .filter-section-with-select {
    padding: 20px 17px;
  }

  .filter-section {
    padding: 20px 17px;

  }
  .tooltip {
    max-width: 210px;
     padding: 12px 7px;
  }
}
@media (min-width: 1200px) {
    .filter-main-wrapper.row {
        display: block; 
        margin: 0;
    }

    .desktop-only-row {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .desktop-only-row + .desktop-only-row {
        margin-top: 1rem; 
    }
}