.ajax-progress-fullscreen {
  background: rgba(255, 255, 255, 0.7) !important;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 200;
    visibility: visible;
    opacity: 1;
    width: 100% !important;
    height: 100% !important;
}

.block-countrylistblock, .gender-chart {
  display: none;
}
pre.backtrace, .toast {
  display: none !important;
}

.margindata {
  margin-left: 1px !important;
}

.no-datablur .highcharts-xaxis-labels {
  display: none;
}

.no-datablur .highcharts-data-label {
  display: none;
}
.no-datablur .highcharts-plot-band {
  filter: brightness(2.1);
    cursor: no-drop;
}
.no-datablur .highcharts-pane {
  filter: brightness(1.04);
  cursor: no-drop;
}

#edit-measustab-submit-hide{
  display: none;
}

.cntrysnp-vaw-img-caption {
  content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    background-image: url(/themes/custom/unwomen/img/imgpsh_fullsize_anim.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-bottom: -4px;
}

.cntrysnp-tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 400px;
  height: auto;
  color: black;
  font-size: 16px;
  font-family: 'neuzeit-grotesk';
  background-color: #ffffff;
  border-radius: 0;
  padding: 10px 15px 10px 15px;
  border: 3px solid #ff561c;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cntrysnp-hover-text:hover .cntrysnp-tooltip-text {
  visibility: visible;
}

#cntrysnp-top {
  top: -100px;
  left: -100%;
}

#cntrysnp-top::before {
  top: 80%;
  left: 45%;
}
.cntrysnp-tooltip-text a {
  color: #0397D6;
  text-decoration: underline;
}
.cntrysnp-hover-text {
  position: relative;
  display: inline-block;
  text-align: left;
}
@media (max-width: 991px){
  .cntrysnp-tooltip-text {
    width: 300px;
  }
  #cntrysnp-top {
    top: -100px;
    left: -50%;
  }
}
.footnote p {
  word-break: break-all;
}
.assessment-services .container-subheading {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}