* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Kanit", sans-serif;
}

body {
  color: #fff;
  background-color: #000;
  word-break: break-word;
  overflow-x: hidden !important;
}

strong {
  color: #1bbde8;
}
em {
  color: #ff7f50;
}
p a {
  color: #ffe000;
}
p a:hover {
  color: #dc143c;
}

p {
  color: #fff;
}

.txt-int {
  text-indent: 1em;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
/* Articles */
.news-articles-img {
  height: 300px;
  overflow: hidden;
}
.view_date > span,
.tag__info > a span {
  color: #fff;
}
/* end */
.form-login {
  background-image: linear-gradient(to bottom, #e87673, #c91a11);
  border-radius: 1em;
}
.form-login::placeholder {
  color: #fff;
}

.btn-logreg {
  position: relative;
  width: 100%;
}
.btn-logreg:hover {
  background: linear-gradient(to right, #fff037, #e94439);
  border-radius: 1em;
}
.btn-logreg::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1em;
  padding: 2px;
  background: linear-gradient(to right, #fff037, #e94439);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.sticky-top {
  background-color: #fff;
}

.menu {
  position: absolute;
  bottom: 5%;
  left: 43%;
  background: #272727;
  padding: 1em;
  border-radius: 3em;
}
.menu_link {
  color: #fff;
  text-decoration: none;
}

/* content */
.border-red-content {
  padding: 1em;
  border: 0.3em solid #ff211f;
  border-radius: 1em;
}
.border-yellow-content {
  padding: 1em;
  border: 0.3em solid #fdbc2b;
  border-radius: 1em;
}
.text-stroke {
  background: -webkit-linear-gradient(
    -91deg,
    #eef85b 5%,
    #e94439 53%,
    #e94439 91%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 58px;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
}

/* To show the lines on right 
and left sides of the text */
.divider::after,
.divider::before {
  content: "";
  border: 2px solid transparent;
  background: #006738;
  flex: 1;
}

/* Space on left and right sides of text */
.divider:not(:empty)::before {
  margin-right: 0.25em;
}

.divider:not(:empty)::after {
  margin-left: 0.25em;
}

.zone {
  padding: 1em;
}

.bg-footer {
  background-image: url("../img/background-footer.webp");
}

.txt-yellow {
  color: #c1b500;
}
