* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'K2D', sans-serif;
  /* font-family: 'Sarabun', sans-serif; */
}

/* Buttons with Icon and Text */
.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn {
  margin-bottom: 10px;
}

/** Toast Style Sheet */
.colored-toast.swal2-icon-success {
  /** background-color: #a5dc86 !important; */
  /** background-color: #228B22 !important; */
  background-color: #32CD32 !important;
}

.colored-toast.swal2-icon-error {
  /** background-color: #f27474 !important; */
  background-color: #DC143C !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
}
/* Back to top */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
/* circular buttons */
.btn-circle.btn-xl {
  width: 40px;
  height: 40px;
  padding: 4px 10px;
  border-radius: 30px;
  font-size: 20px;
  text-align: center;
}