* {
  font-family: 'Anuphan', sans-serif !important;
  /* font-size: 1.1em; */
}

body {
  background-color: #87ceeb;
}

.logo {
  max-width: 200px;
  margin: auto;
}

.card-title {
  background-color: #1b8fd2;
  color: #fff;
}

h6.line span {
  background: #fff;
  padding: 0 10px;
}

h6.line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #808080;
  line-height: .1em;
  margin: 10px 0 20px;
}

.footer {
  /* position: absolute; */
  /* bottom: 0; */
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  background: #ffffff;
}



/* ************************* */

table {
  font-size: small;
}

.card-appoint {
  /* padding: 20px; */
  box-shadow:
    inset 0 -3em 3em rgba(0, 0, 0, 0.1),
    0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}

div {
  /* border: 1px solid red; */
}

.field-validation-valid {
  font-size: 14px;
  color: red;
  display: block;
}

.select2 {
  width: 100% !important;
}

.box-voucher {
  max-width: 380px;
  margin: auto;
  border: none;
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
  border-radius: 20px;
}