.nta-counties-map {
  width: 100%;
  height: auto;
}

.nta-counties-map path:not(#northern_ireland):not(#irish_sea) {
  stroke-width: 15px !important;
  stroke: white;
  transition: opacity .2s;
  cursor: pointer;
  fill: #99cbce;
}

.nta-counties-map path:not(#northern_ireland):not(#irish_sea):focus {
  outline: none !important;
}

.nta-tooltip-container .tooltip-inner {
  background: #ecc71f;
  color: #444;
}

.nta-tooltip-container .bs-tooltip-right .arrow::before,
.nta-popover-container .bs-tooltip-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ecc71f;
}

.nta-tooltip-container .bs-tooltip-left .arrow::before,
.nta-popover-container .bs-tooltip-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ecc71f;
}

.nta-tooltip-container .bs-tooltip-bottom .arrow::before,
.nta-popover-container .bs-tooltip-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ecc71f;
}

.nta-tooltip-container .bs-tooltip-top .arrow::before,
.nta-popover-container .bs-tooltip-auto[x-placement^="top"] > .arrow::before{
  border-top-color: #ecc71f;
}

.nta-counties-map path:not(#northern_ireland):not(#irish_sea):hover {
  opacity: .5;
}

.nta-popover-container {
  width: 800px;
}

.nta-popover-container .popover {
  width: 800px;
  max-width: calc(100vw - 40px);
}

.nta-popover-container .popover-header {
  background: rgb(215, 223, 33);
  color: rgb(0, 166, 81);
}

.nta-popover-container .popover-body {
  background: rgb(29, 77, 113);
  color: #fff !important;
}

.nta-popover-container .popover-body p {
  margin: 0;
}

.nta-popover-container .popover-body a {
  font-weight: bold;
  color: #fff !important;
}

.nta-popover-container .bs-popover-right > .arrow::after,
.nta-popover-container .bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: rgb(29, 77, 113);
}

.nta-popover-container .popover ul {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 15px !important;
}

/* .nta-popover-container .popover:before {
  content: "X";
  font-weight: bold;
  color: white;
  position: absolute;
  top: 3px;
  right: 0;
  color: rgb(0, 166, 81);
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
} */

.nta-popover-container .close {
  top: 7px;
  right: 7px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath fill='%231d4d71' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
}