
    .div-2 {
    background-color: rgb(21, 21, 21);
      color: white;
      padding: 10px;
      border-radius: 3px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 2px 2px;
      font-family: Arial;
      width: auto;
      box-sizing: border-box;
      margin: 10px;
      pointer-events: all;
    }
    .div-1 {
    transition: opacity 250ms ease 0s; opacity: 1;
    z-index: 1062;
    margin-top: -62px;
    width: auto;
    margin-left: 178px;
    position: absolute;
    text-align: center;
    z-index: 1100;
    margin-top: -64px;
    margin-left: 200px;
    }

  .alert-div .div-1 {
    transition: opacity 250ms ease 0s; opacity: 1;
    z-index: 1062;
    margin-top: -110px !important;
    width: auto;
    margin-left: 275px;
    position: absolute;
    text-align: center;
    z-index: 1100 !important;
  }
    .span {
        flex: 2 1 0%;
    }
    .button {
        margin-left: 20px;
        border: none;
        background-color: transparent;
        cursor: pointer;
        color: rgb(255, 255, 255);
    }

.svg-1{
  margin-right: 20px; min-width: 24px;
}

.svg-2 {
  margin-right: 20px; min-width: 24px;
}