body, html {
  margin: 0;
  padding: 0;
  font-family: 'Kanit', sans-serif;
}
.fw-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.card-form {
  margin-top: -8rem;
}

.fs-10 {
  font-size: 10px!important;
}
.fs-12 {
  font-size: 12px!important;
}
.fs-14 {
  font-size: 14px!important
}
.fs-16 {
  font-size: 16px!important;
}

.pe-show {
  cursor: pointer!important;
}
.footer {
  font-size:12px;
  padding: 0 0 1rem 0;
}

a {
  text-decoration: none!important;
}
a:hover {
  text-decoration: none!important;
}

/* Pricing plan */
.pricing-plan {
    width: 100%;
    position: relative;
    background: #272e48;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.pricing-plan .pricing-header {
    padding: 0;
    margin-bottom: 1rem;
    text-align: center;
    background: linear-gradient(120deg, #1a1d20 0%, #0d0e0f 100%);
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
.pricing-plan .pricing-header .pricing-title {
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    text-shadow: 0 15px 10px rgba(0, 0, 0, 0.15);
}
.pricing-plan .pricing-header .pricing-cost {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 0 15px 10px rgba(0, 0, 0, 0.15);
}
.pricing-plan .pricing-header .pricing-details {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 400;
}
.pricing-plan .pricing-header.secondary {
    background-image: linear-gradient(120deg, #c0d64a 0%, #35690f 100%);
}
.pricing-plan .pricing-header.red {
    background-image: linear-gradient(120deg, #ff3434 0%, #a50000 100%);
}
.pricing-plan .pricing-features {
    padding: 0;
    margin: 1rem 0;
    text-align: left;
}
.pricing-plan .pricing-features li {
    padding: 5px 5px 5px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    line-height: 100%;
}

.pricing-plan .pricing-footer {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    text-align: center;
    padding: 0rem 0 1rem 0;
}
