.floating-alert-top .icon {
    font-size: 0px;
    height: 0px;
    width: 0px;
    margin-left: -150px;
}
.floating-alert-top {
    position: fixed;
    top: 0px !important;
    right: 0;
    width: 100%;
    min-width: 100%;
    z-index: 9999;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    z-index: 99 !important;
}
.floating-alert-top .close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid transparent;
  background-color: transparent;
}