

/* Modal CSS */

/* Reset swal button */
.swal-button {
  background-color: var(--first-color-light);
}

.swal-button:not([disabled]):hover {
  background-color: var(--first-color-light);
  opacity: .87;
}

.swal-text {
  padding: 18px;
  display: block;
  margin: 18px;
  text-align: center;
  color: #666666;
}

/* Custom swal button */
.swal-button-cancel {
  background-color: #EAF1EB;
  border-radius: 66px;
  border: 1px solid rgba(32,107,57,0.16);

  color: #237536;
  font-size: 13px;
}

.swal-button-cancel:not([disabled]):hover {
  background-color: white;
}

.swal-button-confirm {
  background: var(--first-color-button) !important;
  border-radius: 66px;

  color: var(--title-color);
  font-size: 13px;
}

.swal-icon {
  width: 260px;
  height: 272px;
  border-width: 0px;
  margin: 5px auto;
  background-size: 100% 100%;
  background-image: url(../images/delete-account-doing.png);
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
  background-color: transparent;
}



.swal-modal{
  width: 500px;
  border-radius: 20px;
}

.swal-footer{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.swal-footer .swal-button{
  padding: 15px 60px;
}