.hide{
    display: none ;
}




  .alert-modal .modal-title {
    padding-top: 40px;
    font-size: 20px;
  }
  .alert-modal .modal-content {
    border-radius: 16.5px;
  }
  .alert-modal section {
    margin: 54px 0;
    padding: 0 20px;
  }
  .alert-modal section ~ section {
    margin-top: 25px;
  }
  .alert-modal section p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
  }
  .alert-modal section ol {
    padding: 0 0 25px;
    text-align: start;
  }
  .alert-modal section p:last-of-type {
    margin: 0;
  }
  .alert-modal button {
    width: 100%;
    border: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 16px 0;
    color: #696d71;
    font-size: 24px;
    background-color: #dedfe3;
    cursor: pointer;
  }
  .alert-modal .button-wrapper {
    display: flex;
  }
  .alert-modal .button-wrapper .first {
    font-size: 20px;
    border-end-end-radius: 0;
  }
  .alert-modal .button-wrapper.cancel .second,
  .alert-modal .confirm {
    color: white;
    background-color: #456ceb;
  }
  .alert-modal .button-wrapper .second {
    font-size: 20px;
    border-end-start-radius: 0;
  }