/* License Map Element Styles */
.license-map-element {
  width: 100%;
}

.interactive-map-container {
  position: relative;
  width: 100%;
}

.interactive-map {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.interactive-map text {
  display: none;
}

.interactive-map .US-state-green {
  position: relative;
}

.interactive-map .US-state-green path {
  fill: #658d3c;
}

.interactive-map .US-state path {
  fill: #dcdcdd;
  cursor: pointer;
  transition: fill 0.3s ease;
}

.active-state path,
.interactive-map .US-state-green:active path,
.interactive-map .US-state-green:hover path,
.interactive-map .US-state:hover path,
.interactive-map__active path {
  fill: #005da4 !important;
}

.interactive-map__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #333;
}

.interactive-map__tooltip {
    background: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 4px;
    border-radius: 4px;
    -webkit-filter: drop-shadow(#757679 2px 4px 6px);
    filter: drop-shadow(#757679 2px 4px 6px);
    display: none !important;
    position: relative;
}

.interactive-map__tooltip[style*="display: block"] {
    display: block !important;
    position: absolute !important;
}

.interactive-map__tooltip::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 1;
    /* Default: arrow at bottom pointing down (tooltip above state) */
    bottom: -8px;
    border-top: 8px solid #fff;
    border-bottom: none;
}

.interactive-map__tooltip.tooltip-below::before {
    /* Arrow at top pointing up (tooltip below state) */
    bottom: auto;
    top: -8px;
    border-top: none;
    border-bottom: 8px solid #fff;
}
.interactive-map__tooltip #arrow,
.interactive-map__tooltip #arrow:before {
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: -1;
}
.interactive-map__tooltip #arrow:before {
    content: "";
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
/*
.interactive-map__tooltip {
  background: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 4px;
  border-radius: 4px;
  filter: drop-shadow(2px 4px 6px rgba(117, 118, 121, 0.5));
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  max-width: 250px;
}

.interactive-map__tooltip #arrow,
.interactive-map__tooltip #arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: -1;
}

.interactive-map__tooltip #arrow:before {
  content: "";
  transform: rotate(45deg);
  background: #fff;
}

.interactive-map__info {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4;
}

.interactive-map__info svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}*/

/* Utility Classes */
.d-none,
.bb-d-none {
  display: none !important;
}

.text-uppercase,
.bb-text-uppercase {
  text-transform: uppercase !important;
}

.border-bottom,
.bb-border-bottom {
  border-bottom: 1px solid #ddd !important;
}

.font-weight-bold,
.bb-font-weight-bold {
  font-weight: 700 !important;
}

.px-2,
.bb-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-1,
.bb-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-1,
.bb-p-1 {
  padding: 0.25rem !important;
}

.m-0,
.bb-m-0 {
  margin: 0 !important;
}

.mb-0,
.bb-mb-0 {
  margin-bottom: 0 !important;
}

.license-item {
  padding: 2px 0;
  font-size: 12px;
  color: #333;
}

.no-licenses {
  font-style: italic;
  color: #666;
  font-size: 12px;
}
