#googlecharttreeMapDiv {
  /* width: 1300px; */
  /* width: 550px;  */
  height: 500px; 
  margin: 0;
  padding: 0;
}
.googlechartactiveKeyFunctionText{
padding-bottom: 5px;
  background: url(Mahe-TVET-Process-Color-Band.png);
  background-position: bottom;
  color: #AE0143;
  background-repeat: repeat-x;
  /* border-bottom: 2px solid #d40e0e; */
  

}
.googlechartfunctionDivClass{
  bottom: 20px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
}

.googlechartmodal-content {
   background-color: #ae0143 !important;
   -webkit-animation-name: modal-animation;
   -webkit-animation-duration: 0.5s;
   animation-name: modal-animation;
   animation-duration: 0.5s;
  
}

.modal-content {
  background-color: #ae0143 !important;
  -webkit-animation-name: modal-animation;
  -webkit-animation-duration: 0.5s;
  animation-name: modal-animation;
  animation-duration: 0.5s;
  
}
.modal-title{
  color:white;
}
#googlechartfetchData{
  color:white;
}
.googlechartCategoryBand{
  color:white;
  margin-left: 25px;
  background: url(Mahe-TVET-Process-Color-Band.png);
  background-position: bottom;
  background-repeat: repeat-x;
  width: fit-content;
  padding: 0 0 17px 0px;
  font-size: 30px;
}
.googlechartsubCategoryBand{
  background-color: hsl(0deg 0% 100%);
  width: fit-content;
  height: 35px;
font-size: 20px;
}
.googlechartsubCategoryTitle{
  padding: 5px 5px 0 5px;
  color: #000000;

}
.googlechartCloseModal{
  padding: 5px 10px 0px 0px !important;
/*margin: 6px 15px 15px 12px;*/
}
.googlechartsubCategoryQuestion{
  color: hsl(74deg 60% 61%);
}
.googlechartsubCategoryQuestion2{
  color: hsl(74deg 60% 61%);
}
.googlechartPDFTitleBand{
  background-color: hsl(0deg 0% 100%);
  /* width: 266px; */
  height: 35px;
  /*border-radius: 5px;*/
}
.googlechartPDFTitle{
  padding: 5px 0 0 5px;
  color: #000000;

}
.close{
  color: #fff !important; 
  opacity: 1 !important;
}

.modal-body {
    position: relative;
    padding: 25px !important;
}
 @-webkit-keyframes modal-animation {
    from {
      top: -100px;
      opacity: 0;
    }
    to {
      top: 0px;
      opacity: 1;
    }
  }

  @keyframes modal-animation {
    from {
    	top: -100px;
    	opacity: 0;
    }
    to {
    	top: 0px;
    	opacity: 1;
    }
  }
/*scroll design*/
.modal-body::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
.modal-body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #ae0143;
	border-radius: 10px;
  }
   
  /* Handle */
.modal-body::-webkit-scrollbar-thumb {
	background: #ffffff; 
	border-radius: 10px;
  }
  
  /* Handle on hover */
.modal-body::-webkit-scrollbar-thumb:hover {
	background: #a5a2a2; 
  }
.show{
	display:block !important;
}