/* * {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lato", sans-serif !important;
  font-style: normal !important;
  background-color: rgb(245, 247, 249);
  overflow-x: scroll;
}
 */
.sidebar-wrapper .menu {
  display: flex;
  padding: 32px 40px 32px 40px;
  gap: 12px;
  border-bottom: 1px solid #4A5568;
  background-color: #394160 !important;
  align-items: center;
  cursor: pointer;
}


.sidebar-wrapper .menu.active {
  background-color: #0076DE !important;

}

.sidebar-wrapper .menu.active svg {
  filter: brightness(200%);

}

.sidebar-wrapper .menu:hover {
  background-color: #4D5780 !important;
}

.menu.no-hover:hover {
  background-color: #0076DE !important;
}



.sidebar-wrapper .menu.active svg {
  fill: #80C3FF !important;
}

.sidebar-wrapper .menu1 {
  border-radius: 8px 0 0 0;
}

.sidebar-wrapper .menu2 {
  border-radius: 0 0 0 8px;
  border: 0;
}

.sidebar-wrapper {
  border-radius: 8px 0 0 8px;
  border: 0;
}

.menu svg {
  width: 1.5rem;
  fill: #707BA9;
}

.menu-data .num {
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  text-align: left;
  color: #FFFFFF;
}

.menu-data .text {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #FFFFFF;
  line-height: 2;
}

.sidebar-wrapper i {
  font-size: 20px;
  color: #707BA9;

}

.main-heading {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #4A5568;
/*   margin: 10px !important; */
	margin:0 !important; 
}
.main-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: 0 !Important;

}

.main-wrapper {
  display: flex;
}

.map-wrapper {
  width: 100%;
  background-color: rgb(245, 247, 249);
  border-radius: 0 8px 8px 0;
  padding: 30px;
  display: flex;
  align-items: center;
}

.map-wrapper .main-text {
	width:100%;
}

.menu-data {
  Width: 110px;
}

@media(max-width: 992px) {
  .sidebar-wrapper .menu {
    width: 100%;
    justify-content: center;
  }

  .main-wrapper {
    display: block;
  }

  .sidebar-wrapper {
    display: flex;

  }

  .sidebar-wrapper .menu-data {
    display: none;
  }

  .sidebar-wrapper .menu {

    height: 76px;
    padding: 24px 0px 24px 0px;
    border-bottom: 0px;
    border-right: 1px solid #4A5568;

  }

  .sidebar-wrapper .menu2 {
    border-radius: 0 8px 0 0;
    border: 0;
  }

  .map-wrapper {
    border-radius: 0 0 8px 8px;
  }
}

@media(max-width: 767px) {
  .sidebar-wrapper .menu {

    height: 56px;
    padding: 14px 0px 14px 0px;
    border-right: 1px solid #4A5568;
    ;

  }

  .sidebar-wrapper .menu2 {
    border-radius: 0 8px 0 0;
    border: 0;
  }
}



.map_wrap {
  display: block;
  position: relative; 
  margin: 0 auto;
  width: 100%;
}

.map_wrap .us-map {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.map_wrap path,
.map_wrap circle {
  transition: all 0.3s ease-in-out;

}

.map-stats .map_wrap path:hover,
.map_wrap circle:hover {
  cursor: default !important;
}

.map-stats .map_wrap path:hover,
.map_wrap circle:hover {

  fill: #272c41 !important;
  cursor: pointer;
}

.map_wrap .path58 {
  fill: none !important;
  stroke: #a9a9a9 !important;
  cursor: default;
}

.map_wrap .info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
}

.map_wrap .info-box .title {
  font-weight: bold;
  background-color: #0058bb;
  padding: 10px;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
}

.map_wrap .info-box .count {
  padding: 10px;
  font-size: 18px;
}

.map-legend {
  width: 40%;
  /* padding: 10px; */
  display: block;
  margin: 40px auto 0 auto;
  color: #666666;
  font-size: 9px;
  display: flex;
	flex-direction:column;
  align-items: center;
}

.map-legend .min {
  display: block;
  float: left;
  text-align: right;
  line-height: 14px;
/*   color: #80C3FF; */
	color:#003666;
}

.map-legend .gradient {
  border-radius:10px;
  position: relative;
  width: 100%;
  height: 8px;
  float: left;
  display: block;
  margin: 0 2%;
  background: #7db9e8;
  /* Old browsers */
  background: -moz-linear-gradient(left,
    #80C3FF 0%,
      #003666 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
    #80C3FF 0%,
      #005FB3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
    #80C3FF 0%,
      #005FB3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80C3FF', endColorstr='#005FB3', GradientType=1);
  /* IE6-9 */
}

.map-legend .max {
  display: block;
  float: right;
  width: 8%;
  line-height: 14px;
  color:#003666;
}

.map_wrap .point0,
.map_wrap .point1,
.map_wrap .point2,
.map_wrap .point3,
.map_wrap .point4,
.map_wrap .point5,
.map_wrap .point6,
.map_wrap .point7,
.map_wrap .point8,
.map_wrap .point9,
.map_wrap .point10 {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #666;
  top: -12px;
  left: 0%;
}

.map_wrap .point1 {
  left: 10%;
}

.map_wrap .point2 {
  left: 20%;
}

.map_wrap .point3 {
  left: 30%;
}

.map_wrap .point4 {
  left: 40%;
}

.map_wrap .point5 {
  left: 50%;
}

.map_wrap .point6 {
  left: 60%;
}

.map_wrap .point7 {
  left: 70%;
}

.map_wrap .point8 {
  left: 80%;
}

.map_wrap .point9 {
  left: 90%;
}

.map_wrap .point10 {
  left: 100%;
}

.map_wrap .color1 {
  fill: #7db9e8;
}

.map_wrap .color2 {
  fill: #75b3e5;
}

.map_wrap .color3 {
  fill: #68a9e1;
}

.map_wrap .color4 {
  fill: #5a9edb;
}

.map_wrap .color5 {
  fill: #458ed4;
}

.map_wrap .color6 {
  fill: #3f89d2;
}

.map_wrap .color7 {
  fill: #1b6dc5;
}

.map_wrap .color8 {
  fill: #196bc4;
}

.map_wrap .color9 {
  fill: #0b60bf;
}

.map_wrap .color10,
.map_wrap .color11,
.map_wrap .color12,
.map_wrap .color13,
.map_wrap .color14,
.map_wrap .color15,
.map_wrap .color16,
.map_wrap .color16,
.map_wrap .color17,
.map_wrap .color18,
.map_wrap .color19,
.map_wrap .color20 {
  fill: #0058bb;
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.fadestate {
  -webkit-animation: fade 4s infinite;
  -moz-animation: fade 4s infinite;
  -o-animation: fade 4s infinite;
  animation: fade 4s infinite;
}

.fadestate2 {
  -webkit-animation: fade 4s infinite;
  -moz-animation: fade 4s infinite;
  -o-animation: fade 4s infinite;
  animation: fade 4s infinite;
  animation-delay: 2s;
}

.fadestate3 {
  -webkit-animation: fade 4s infinite;
  -moz-animation: fade 4s infinite;
  -o-animation: fade 4s infinite;
  animation: fade 4s infinite;
  animation-delay: 3s;
}

.infoTooltip {
  position: absolute;
  background-color: #fff;
  border: none;
  padding: 5px 10px;
  display: none;
  z-index: 1000;
  pointer-events: none;

  border-radius: 8px;
  line-height: 1.5;

  font-size: 16px;
  font-weight: 400;
  color: #4A5568;

}


.infoTooltip strong {
  font-weight: 900;
  font-size: 20px;
}

.us-map path:hover+.infoTooltip {
  display: block;
}

@media(max-width: 992px) {

  .map_wrap {
    width: 100% !important;
  }
}

.num {
  display: block;
}

.menu-data .text {
  display: block;
}
.map_wrap .overlay {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
	display:flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.map_wrap .overlay .content p {
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 6px 12px;
    border-radius: 8px;
	opacity:0;
	font-size:16px;
}
.map_wrap:hover .overlay .content p  {
	opacity:1;
	transition:0.3s
}