
.customModal{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin-left: auto;
}
  
.modalFooter {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
  
.modalFooter .btn {
    margin-left: 10px;
}
  
  