.mapsvg-wrap svg path:hover ,
.mapsvg svg path.active{
  fill: rgb(84, 84, 84) !important;
}

.mapsvg-wrap {
  display: flex;
  align-items: center;
}

.mapsvg-sidebar {
  flex-basis: 20%;
  padding-right: 2.5rem;
}

.mapsvg-map-container {
  display: flex;
  flex: 1;
  justify-content: center;
}

.coutries-list ul li a {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.625rem 0;
  letter-spacing: 1px;
} 

.coutries-list ul li a:hover {
  opacity: 0.7;
}

.mapsvg svg {
  max-width: 100%;
}

.mapsvg path {
  cursor: pointer;
}

.mapsvg-mobile-buttons {
  margin-top: 10px;
  background: #ebebeb;
  width: 100%;
  flex: 1;
}

.mapsvg-mobile-buttons > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-body-color);
  height: 50px;
  font-size: 18px;
  flex: 1;
}

.mapsvg-mobile-buttons > div.active {
  background: #CCC;
  color: #FFF;
}

.mapsvg-mobile-buttons > div i {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .mapsvg-wrap {
    flex-direction: column;
  }
  .mapsvg-sidebar {
    flex-basis: 100%;
    padding-right: 2.5rem;
  }
  .mapsvg-sidebar .nav.flex-column {
    align-items: center;
  }
  .mapsvg-sidebar {
    display: none;
  }
}
