
.button-1 {
    border-radius: 8px;
    border-width: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 40px;
    text-align: center;
    transition: all 200ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: pointer !important;
  }
.button-2 {
    width: 60px;
    border-radius: 8px;
    border-width: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    transition: all 200ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: auto !important;
  }
  .btn-bg-gray{
        background-color: #727272;
        color: #ffffff;
  }
  .btn-bg-red{
      background-color: #ff7966;
      color: #ffffff;
  }
  .btn-bg-sky{
      background-color: #87cdff;
      color: #ffffff;
  }
  .btn-bg-orange{
      background-color: #ffbf5e;
      color: #000;
  }
  .btn-bg-green{
      background-color: #a3d3b1;
      color: #000;
  }
  .btn-bg-blue{
      background-color: #007bff;
      color: #fff;
  }