* {
  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;
}
/* form */
input[type=checkbox]{
	float:left;
	display: block;
	margin:0; padding:0;
  margin-left:10px;
	margin-right:10px;
	border:2px solid rgba(0,0,0,0.10);
	width:24px;
	height:24px;
}

.txt-10 { font-size:10px; }
.txt-11 { font-size:11px; }
.txt-12 { font-size:12px; }
.txt-13 { font-size:13px; }
.txt-14 { font-size:14px; }
.txt-15 { font-size:15px; }
.txt-16 { font-size:16px; }
.txt-17 { font-size:17px; }
.txt-18 { font-size:18px; }
.txt-19 { font-size:19px; }
.txt-20 { font-size:20px; }