.maha-browser-alert {
  display: flex;
  span {
    color: @white;
    text-decoration: underline;
    cursor: pointer;
  }
}
.maha-browser-alert-message {
  padding: 0.8em;
  text-align: center;
  flex: 1;
}
.maha-browser-alert-dismiss {
  flex: 0 0 3.5;
  display: flex;
  padding: 0.8em;
  i {
    margin: auto;
    color: fadeout(@white, 20);
    cursor: pointer;
    &:hover {
      color: @white;
    }
  }
}
