/* Modal notification styles */
.modal-notification .modal-body {
  gap: 15px;
  display: flex;
  flex-direction: column;
}

.modal-notification .modal-dialog {
  width: 30%;
}

.btn-cancel {
  background-color: #D0D0CE;
  border: 2px solid #D0D0CE;
  border-radius: 50px;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  color: var(--finesa-color-3);
  font-size: 16px;
  font-weight: bolder;
  padding: 12px 22px;
}

.btn-cancel:hover {
  background-color: var(--finesa-color-3);
  border: 2px solid var(--finesa-color-3);
  color: var(--finesa-color-5);
}

.btn-pse {
  align-items: center;
  background-color: var(--finesa-color-8);
  border: 2px solid var(--finesa-color-8);
  border-radius: 50px;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  color: var(--finesa-color-3);
  display: flex;
  font-size: 16px;
  font-weight: bolder;
  padding: 12px 22px;
}

.buttons-container {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 0px;
}

.p1 {
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 5px !important;
}

.pse-logo {
  margin-left: 10px;
  width: 40px;
}

.subtitle {
  font-size: 16px !important;
  color: var(--finesa-color-3);
  margin: 0;
  text-align: center !important;
}

.modal-notification .title {
  color: var(--finesa-color-3);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .modal-notification .modal-dialog {
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px;
    margin: 0px;
  }

  .modal-notification .modal-content {
    width: 90%;
  }
  .btn-cancel, .btn-pse {
    padding: 10px 20px 10px 20px;
  }
}
