.discontinue-popup-overlay{
  display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #BDD1E7;
    opacity: .9;
    text-align: center;
}
.discontinue-popup-inside{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  /* position: absolute;
  padding: 20px;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%); */
  height: 100%;
  font-family: Poppins, sans-serif;
  border-radius: 10px;
  color: #005e9e;
  font-weight: 600;
  text-align: center;
}
.speaker-icon{
  display: flex;
    position: relative;
    margin: 0px auto 0px auto;
}
.anchor-text-decoration{
  color: rgb(237, 28, 36);
  text-decoration: underline;
  cursor: pointer;
}
.anchor-text-decoration:hover{
  color: rgb(237, 28, 36);
}