html {
  font-size: 14px;
}

/* #js-navbar {
  display: inherit;
} */

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

  /* #js-navbar {
    display: none;
  } */
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.link-header-s {
  font-size: 0.875rem;
}

.nav-text {
  font-size: 0.875rem;
}

.link--quiz {
  font-size: 0.875rem;
}

.navbar nav.middle-section>ul>li>a {
  font-size: 0.975rem;
}

.active {
  display: block !important;
  opacity: 1;
  transition: opacity 0.6s linear;
}

.hide {
  display: none !important;
  opacity: 0;
  transition: opacity 0.6s linear;
}

@keyframes smooth-appear {
  to {
    bottom: 20px;
    opacity: 1;
  }
}

.mobile-menu-container {
  /* background: gray; */
  /* color: white; */
  /* padding: 20px; */
  position: fixed;
  right: -100%;
  opacity: 0;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  border-radius: 10px;
  animation: smooth-appear 1s ease forwards;
  z-index: 1000000;
}

.testimonials__carousel {
  margin: auto;
  text-align: center;
}

.testimonials__carousel .testimonial {
  max-width: 300px;
  display: inline-block;
}

.comment {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.show-loading {
  overflow: hidden;
}

.modal__container {
  z-index: 1055000;
}

main {
  background: white;
}

.g-wrp {
  background: white;
}

.disable-button {
  opacity: .3 !important;
  pointer-events: none;
}

.button-active {
  border: 1px solid #4298b4;
  color: #4298b4;
  font-weight: 600;
}

.error-text {
  text-align: center;
  color: red;
}

@media (max-width: 460px) {
  .line-height {
    display: none;
  }
}