

div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: rgba(0, 0, 0, .80);
}

.swal2-popup {
  background-color: #F8F5F0 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: none;
  font-size: 14px !important;
}

.swal2-modal {
  border-radius: 0px;
}
.swal2-title {
  color: #000000 !important;
}

.swal2-content {
  color: #000000 !important;
}

.swal2-input, 
.swal2-textarea {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
}

.swal2-confirm {
  background-color: #2886AB !important;
  color: #fff !important;
  border-radius: 0px;
  font-size: 15px;
  line-height: 18px;
  padding: 12px 25px 12px 25px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}



.swal2-cancel {
  background-color: #2886AB !important;
  color: #fff !important;
  border-radius: 0px;
  font-size: 15px;
  line-height: 18px;
  padding: 12px 25px 12px 25px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.swal2-confirm:focus, 
.swal2-cancel:focus {
  box-shadow: none;
}

.swal2-icon {
  color: #2886AB !important;
}
