* {
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #eae8f2 !important;
}

.titleContainer {
  background-color: white;
  height: fit-content;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.topbar {
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.titulo_topbar {
  position: absolute;
  display: block;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  text-wrap: nowrap;
}

.back-btn {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: white;
  color: #ec670a;
  border-radius: 100%;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
  width: 85% !important;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
  padding: 0px !important;
}

div:where(.swal2-container) div:where(.swal2-actions) {
  margin-bottom: 20px !important;
}
