@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  background-color: #F5F5F5;
  overflow: overlay !important;
  padding: 0 !important;
}

.modal-open::-webkit-scrollbar {
  visibility: hidden;
}

/* swal button */
.swal2-confirm.swal2-styled {
  background-color: white;
  /* border-color: black; */
  border: 1px solid black !important; 
  color: black;
  border-radius: 10px;
}
.swal2-cancel.swal2-styled{
  background-color: white;
  /* border-color: black; */
  border: 1px solid black !important; 
  color: black;
  border-radius: 10px;
}
.swal2-cancel:focus {
  background-color: white;
  outline: none !important;
  box-shadow: none !important;
}
.swal2-cancel:hover {
  background-image: none !important;
}
.swal2-confirm:focus {
  background-color: white;
  outline: none !important;
  box-shadow: none !important;
}
.swal2-confirm:hover {
  background-image: none !important;
}




