.tooltip {
    display: none;
    position: absolute !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    padding: 5px !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) !important;
    font-size: 1.4rem !important;
  }
 
 span.cusButton a {
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    cursor: pointer;
    padding: 0.7em 1.2em !important;
    border: none;
    appearance: none;
    text-decoration: none !important;
    flex: 0 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: rgb(255, 255, 255) !important;
    background: #40c1ac !important;
    font-style: normal;
    border-radius: 6px;
    visibility: visible;
    outline: none;
}

span.congrats {
    color: #40c1ac !important;
    font-size: 30px !important;
    font-weight: bold !important;
}