.swal-button {
  height: 6vh!important;
    border-radius: 5px;
    background-color: #F57C00;
    font-size: 14px;
    padding: 5px 30px;
    color: white;
    /* text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3); */
    /*border: 2.5px solid cornflowerblue;*/
  }
  
  .swal-button:not([disabled]):hover {
    background-color: #F57C00;
  }
  
  
  .swal-text {
    color: black;
    font-size: 17px !important;
    text-align: justify !important;
    padding: 2vw !important;
    margin: auto !important;
  }
  
  .swal-footer {
    text-align: center !important;
  }

  .swal-overlay{
    z-index: 90 !important;
  } 

  .swal-title {
    /* color: rgb(0 0 0)!important; */
    background-color: #161e70;
    color: white !important;
    border-top-left-radius: 3vh;
    border-top-right-radius: 3vh;
    margin-top: 0px !important;
    padding: 8px 16px !important;
    font-size: 4vh;
    margin-bottom: 0;
  }

    .swal-button--confirm {
      background-color: #F57C00 !important; /* Orange button */
      border-radius: 8px;
      padding: 10px 30px;
      font-weight: 600;
      font-size: 15px;
      box-shadow: none;
      padding-top: 7px !important;
    }

    .swal-button--confirm:hover {
      background-color: #E76A00 !important;
    }

    /* .swal-icon:nth-child(2) {
    margin-top: 32px;
} */



         .swal-button--cancel   {
             background: white;
    border: 2px solid #f57c00;
    color: #f57c00;
            }

                 .swal-button--cancel:hover  {
             background: white #f57c00;
    /* border: 2px solid #f57c00; */
    color: #ffffffff;
            }