.edealpink {
  color:rgb(255, 0, 113);
}
.edaelcownt{
	font-size: 22px;
	background-color: rgba(255, 255, 255, .5);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}


.app-wrap{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,
    0, 0, 0.6));
} 

.tooltip-inner {
  background-color: deeppink!important; /* Set box color to red */
  color: white!important; /* Set text color to black */
	font-size: 13px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: deeppink; /* Set arrow color to red */
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: deeppink; /* Set arrow color to red */
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: deeppink; /* Set arrow color to red */
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: deeppink; /* Set arrow color to red */
}