.confirmation-wrapper{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 12 !important;
  }

  .confirmation{
    margin-top: 190px;
    margin-left: 35%;
    width: 35%;
    background-color: white;
    background-color: var(--light_blue);
    border-radius: 10px;
  }

  .confirmation-wrapper .header{
    background-color: var(--blue);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: var(--light_blue);
    font-size: 22px;
    font-weight: 700;
    background-color: var(--blue);
    color: var(--light_blue);
    padding-bottom: 2px;
  }

  .confirmation-wrapper .header hr,.confirmation-wrapper .btn-section hr{
    margin: 5px 0px;
  }

  .btn-section{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;

  }

  .msg-wrapper{
    font-weight: 600;
    font-size: 14px;
  }
