@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

* {
  /* font-family: "Noto Sans KR", sans-serif; */
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body {
  background-color: #ede9fd !important;
}


/*SWEET ALERT*/
.swal2-popup {
  width: 24rem !important;
}

.swal2-icon {
  font-size: 13px !important;
}

.swal2-title {
  font-size: 16px !important;
}

.swal2-html-container {
  font-size: 13px !important;
}

.swal2-confirm,
.swal2-cancel {
  font-size: 12px !important;
}

.swal2-validation-message {
  font-size: 12px !important;
}

.swal2-image {
  margin: 0px !important;
}

/* TABLE */

table tbody{
  font-size: 13px !important;
}


/* INPUT Y SELECT */
.form-control:focus,
.form-select:focus,
input:focus,
select:focus,
textarea:focus,
.form-check-input:focus {
  border-color: #696cff !important;
  box-shadow: none !important;
  outline: none !important;
}