html.sr .load-hidden {
    visibility: hidden;
}
body {
    font-family: 'fc_iconicregular', sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
}
strong, h1, h2, h3, h4, h5, h6 {
    /* font-family: 'fc_iconicregular', sans-serif; */
    letter-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #00a1e6;
}
sup {
    font-size: 50%;
}

video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

iframe {
    border: 0;
    width: 100%;
    min-height: calc(100vh - 200px);
    display: block;
}

#overlay-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 22;
    display: flex;
    justify-content: center;
    align-items: center;
}
#overlay-loading img {
    max-width: 300px;
    height: auto;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.nav-item.dropdown > .nav-link {
    cursor: pointer;
}


.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-bottom {
    background-position: center bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.fa, .fab, .fad, .fal, .far, .fas {
    line-height: inherit!important;
}
.lead {
    font-size: 110%;
}

.accordion-header .accordion-button:focus {
    box-shadow: none;
    background-color: #00a1e6;
    color: #fff;
}

h3.accordion-header .accordion-button {
    font-size: 1.75rem !important;
}

h4.accordion-header .accordion-button {
    font-size: 1.5rem !important;
}

.btn {
    font-size: 22px;
    line-height: 36px;
    padding: 4px 20px;
    margin: 4px;
}
.btn-cmgreen {
    color: #fff;
    background-color: #49a996;
    border-color: #49a996;
}
.btn-cmblue {
    color: #fff;
    background-color: #00a1e6;
    border-color: #00a1e6;
}
.btn-blue, .btn-blue:hover {
    color: #fff;
    background-color: #5a66af;
    border-color: #5a66af;
}
.btn-pink {
    color: #fff;
    background-color: #d40a70;
    border-color: #d40a70;
}
.btn-pink2 {
    color: #fff;
    background-color: #f19ac1;
    border-color: #f19ac1;
}
.btn-purple {
    color: #fff;
    background-color: #5564de;
    border-color: #5564de;
}
.text-blue1 {
    color: #00aef7;
}
.text-blue2 {
    color: #1173ca;
}
.text-blue3 {
    color: #4358a4;
}
.text-pink1 {
    color: #f17399;
}
.font-p90 {
    font-size: 90%;
}
.font-p80 {
    font-size: 80%;
}

.dropdown-menu {
    font-size: 20px;
}

.custom-btn-check {
    display: none;
}
.custom-btn {
    cursor: pointer;
}
.custom-btn-check:checked + .custom-btn .bi-check-circle {
    display: inline-block;
}
.custom-btn-check:checked + .custom-btn .bi-circle {
    display: none;
}
.custom-btn-check + .custom-btn .bi-check-circle {
    display: none;
    color: #49a996;
    font-size: 40px;
}
.custom-btn-check + .custom-btn .bi-circle {
    display: inline-block;
    color: #999;
    font-size: 40px;
}

.omise-checkout-button {
    border: 0;
    padding: 8px 24px;
    border-radius: 25px;
    background-color: #49a996;
    color: #fff;
}
.omise-checkout-button:hover {
    color: #000;
}
.omise-checkout-button:disabled {
    background-color: #bbb;
    color: #fff!important;
}

.bg-blue {
    background-color: #00aef7!important;
}
.bg-blue2 {
    /* background-color: #e0f0f7; */
    background-color: #daeef5!important;
}
.bg-blue3 {
    background-color: #707dbb!important;
}
.bg-pink {
    background-color: #FBE1EC!important;
}
.bg-pink2 {
    background-color: #F19FC3!important;
}
.bg-grey {
    background-color: #E6E9EB!important;
}
.bg-grey2 {
    background-color: #8A8A8A!important;
}
.bg-grey3 {
    background-color: #f5f5f5!important;
}
.bg-white-o8 {
    background-color: rgba(255,255,255,.8)!important;
}

.modal-content {
    overflow: hidden;
}

#main-nav-container {
    position: fixed;
    width: 100%;
    max-height: 600px;
    top: 0;
    z-index: 2;
    transition: all .3s linear;
}
#main-nav-container.fill-bg {
    background-color: rgba(255,255,255,.95);
}
#main-nav-container .navbar-brand {
    margin: 0 40px 0 20px;
}
#main-nav-container .navbar-brand img {
    transition: width .3s linear;
    width: 100px;
    margin-bottom: 10px;
    margin-top: -20px;
}
#main-nav-container.fill-bg .navbar-brand img {
    width: 50px;
    margin-top: -10px;
    margin-bottom: 0;
}
#main-nav-container .navbar-nav .nav-link {
    margin: 0px 10px;
    text-align: center;
    color: #222;
}
#main-nav-container .navbar-nav .nav-link.login-menu {
    background-color: #f19ac1;
    color: #fff;
    padding: 4px 20px;
    white-space: nowrap;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-light .navbar-toggler {
    border: 0;
}
#main-nav-container .navbar-nav .nav-link.active {
    color: #00aef7;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #49a996;
}
.nav-link {
    color: #49a996;
}
.nav-link:hover {
    color: #2d806f;
}

.pt-120 {
    padding-top: 120px;
}

.cursor-pointer {
    cursor: pointer;
}
.hover-zoom {
    transition: transform .2s ease-in-out;
}
.hover-zoom:hover {
    transform: scale(1.05);
}

.section {
    padding: 80px 0;
}
.sub-section {
    padding: 40px 0;
}
.section.hl, .sub-section.hl {
    background-color: #ebfaff;
}
.cm-spacer {
    height: 50px;
    background: url(../img/spacer.png) center center no-repeat;
    background-size: 200px;
}
.cm-spacer2 {
    height: 2px;
    background-color: #f199c0;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.cm-spacer3 {
    height: 2px;
    background-color: #41c8f4;
    width: 100%;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
}
.card {
    border: 0;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}
.card.very-curved {
    border-radius: 12px;
}
.ribbon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 14px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -38px;
    top: 32px;
    transform: rotate(45deg);
}

.cm-card-header {
    background-color: #ff90c0;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    font-size: 30px;
    font-weight: 500;
    border-radius: 12px;
}
.cm-price {
    font-size: 38px;
    text-align: center;
    padding: 20px 0;
}
.cm-divider {
    height: 2px;
    background-color: #d0d0d0;
}
.cm-divider2 {
    width: 65%;
    height: 2px;
    background-color: #4358a4;
    margin: 20px auto;
}
.difficult-rate {
    margin-top: 20px;
}
.difficult-rate .fas, .difficult-rate .far {
    color: #f099c0;
}
.create-option {
    max-width: 400px;
    margin: 30px auto 0;
    text-align: center;
}
.create-option .btn {
    margin: 12px;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
}
.create-option .btn.btn-light {
    color: #333;
}
.create-option .or-spacer {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.create-option .or-spacer::before, .create-option .or-spacer::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ddd;
    margin: 0 12px;
}

.xplan {
    width: 100%;
    height: 100%;
    background-color: #f2fafd;
    border-radius: 90px;
    border: 4px solid #fff;
    box-shadow: -9px -9px 24px 9px rgba(255,255,255,.54), 9px 9px 24px 9px rgba(0,0,0,.2);
    /* margin: 16px; */
    padding: 24px 24px 36px;
    position: relative;
}
.xplan .xplan-title {
    text-align: center;
    font-size: 2rem;
}
.xplan .xplan-subtitle {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 16px;
}
.xplan .xplan-line {
    background-color: #c3c2c2;
    width: 85%;
    height: 3px;
    margin: 20px auto;
}
.xplan .xplan-price {
    text-align: center;
    font-size: 5.5rem;
    line-height: 5.5rem;
}
.xplan .xplan-price span {
    font-size: 3rem;
}
.xplan .xplan-list {
    display: inline-block;
}
.xplan .xplan-item {
    text-align: left;
}
.xplan .xplan-item i {
    color: #42c40e;
}

.badge-pink1 {
    background-color: #f17399;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
}

.left-border1 {
    vertical-align: middle;
    display: block;
    background: #2f9acc;
    width: 10px;
    height: 48px;
    border-radius: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}

.video-container {

}
.video-container video {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}

.table th {
    letter-spacing: 0;
    vertical-align: top;
}
.custom-table {
    border-radius: 10px;
    overflow: hidden;
}
.custom-table thead th {
    background-color: #f19ac0;
    color: #fff;
    padding: 1rem .5rem;
    /* border-left: 1px solid #ffc5de; */
}
.custom-table tbody tr td:first, .custom-table thead tr th:first {
    /* border-left: 0; */
}
.custom-table tbody td {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(240,240,240,1) 100%);
    color: #000;
    padding: 1rem .5rem;
    /* border-left: 1px solid #dee2e6; */
}
.custom-table tbody td a {
    color: #665f5f;
}
.custom-table tbody .active td {
    background: rgb(250 233 241);
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 238 246) 60%, rgb(249 225 236) 100%);
}
.custom-table tbody .deactive td, .custom-table tbody .deactive td a {
    color: #aaa;
}
.custom-table tbody td small{
    font-size: 18px;
    line-height: 18px !important;
    display: block;
    color: #7f7e7e;
}

#footer {
    font-size: 18px;
}
.footer-logo {
    display: flex;
    justify-content: start;
    align-items: center;
}
#footer a {
    color: #444;
    text-decoration: none;
}

#cookie-policy {
    background-color: rgba(255,255,255,.9);
    padding: 20px;
    font-size: 18px;
}

.test-15min {
    top: -70px;
    right: -100px;
    width: 200px;
}

.form-control, .form-select {
    font-family: Roboto,"Helvetica Neue",sans-serif;
}
label.error {
    font-size: 90%;
    color: #974646;
}

.vh100-section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.vh100-with-nav-height {
    min-height: calc(100vh - 112px)!important;
}

.shake {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .lead {
        font-size: 90%;
    }
    .btn {
        font-size: 18px;
        padding: 2px 16px;
    }
    #main-nav-container .navbar-brand img {
        width: 50px;
        margin-top: -10px;
        margin-bottom: 0;
    }
    .hero-text {
        padding: 20px 0;
    }
    .hero-text h1 {
        margin-bottom: 20px;
    }
    .hero-text h3 {
        margin-bottom: 20px;
    }
    .hero-text p {
        margin-bottom: 20px;
    }
    #cookie-toast .d-flex {
        flex-direction: column;
    }
    .hero-button-container {
        display: block;
    }
    .footer-logo {
        justify-content: center;
    }
    .section {
        padding: 40px 0;
    }
    .sub-section {
        padding: 20px 0;
    }
    .mobile-no-absolute {
        position: inherit!important;
    }
}
/* Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .lead {
        font-size: 100%;
    }
    .btn {
        font-size: 20px;
        padding: 2px 16px;
    }
    #main-nav-container .navbar-brand img {
        width: 50px;
    }
    .hero-text {
        padding: 20px 0;
    }
    .hero-text h1 {
        margin-bottom: 20px;
    }
    .hero-text h3 {
        margin-bottom: 20px;
    }
    .hero-text p {
        margin-bottom: 20px;
    }
    .hero-button-container {
        display: block;
    }
    .footer-logo {
        justify-content: center;
    }
    .section {
        padding: 40px 0;
    }
    .sub-section {
        padding: 20px 0;
    }
    .mobile-no-absolute {
        position: inherit!important;
    }
}

/* for main navi */
@media (max-width: 991.98px) {
    .test-15min {
        position: unset!important;
    }
    #main-nav-container .navbar-collapse {
        background-color: rgba(255,255,255,.95);
        padding: 12px 0;
        border-radius: 6px;
    }
    #main-nav-container.fill-bg .navbar-collapse {
        background-color: transparent;
    }
}

@font-face {
    font-family: 'fc_iconicregular';
    src: url('../font/fc_iconic_regular-webfont.woff2') format('woff2'),
         url('../font/fc_iconic_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fc_iconicbold';
    src: url('../font/fc_iconic_bold-webfont.woff2') format('woff2'),
         url('../font/fc_iconic_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
