@charset "UTF-8";
@import url("https://fonts.googleapis.com");
@import url("https://fonts.gstatic.com");
@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap");

body {
  /* color: #5A5A5A; */
  /* background-color: #eef5ff; */
  background-color: #f8f9fa;
  font-family: "Prompt", sans-serif;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.dropdown-toggle {
  outline: 0;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  transition: transform 0.25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(0.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 0.75rem;
}

.rounded-4 {
  border-radius: 0.5rem;
}
.rounded-5 {
  border-radius: 1rem;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* --------------------------- a link -----  */

a.linkhome {
  color: #5a5a5a;
  text-decoration: none;
}

a.linkhome:hover {
  color: #0d6efd;
  text-decoration: underline;
}

a.footer {
  color: #748aa2;
  text-decoration: none;
}

a.footer:hover {
  color: #0d6efd;
  text-decoration: underline;
}

a.linkpdf {
  color: #ff6a7e;
  text-decoration: none;
}

a.linkpdf:hover {
  /* color: #0d6efd; */
  color: #c61a0e;
}

/* --------------------------- other -----  */
.border-radius {
  border: 1px solid #555555;
  border-radius: 0.8rem;
}

.black-ribbon {
  background-image: url("../imgs/black_ribbon_top_right.png");
  background-size: 84px;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: right;
}
