@import url(https://fonts.googleapis.com/css2?family=Prompt);
@import url(https://fonts.googleapis.com/css2?family=Sarabun);
/* ALL */
  body {
    font-family: "Prompt", sans-serif;
    background-color: #e9eaec !important;
  }
  h1, h2, h3, h4, h5 {
    font-family: "Prompt", sans-serif;
  }
  .fonts-th {
    font-family: "Sarabun", sans-serif !important;
  }
  .mybtn {
    cursor: pointer;
    text-decoration: none;
  }
  input[type=checkbox],input[type=radio] {
        transform:scale(1.5);
        margin: 10px;   
    }
/* -------------------------------- */
.bg-pink {
  color: white;
  background-color: #e84c93 !important;
}

.circle {
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #e84c93;
    color: white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: inline-block;
}