.swal-button--logout{
  background-color: white;
  color: gray;
  border: 1px solid gray;
}

.swal-button--logout:hover {
  background-color: white !important;
  color: black;
}

.swal-button--continue{
  background-color: white;
  color: gray;
  border: 1px solid gray;
}

.swal-button--continue:hover{
  background-color: white !important;
  color: black;
}

.pos-relative {
  position: relative !important;
}