html {
  /* min-width: 992px; */
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch !important;
}

/* @media (hover: none) {
  *:hover {
    background-color: inherit !important;
    border: inherit !important;
    box-shadow: inherit !important;
  }
} */

@media (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

body {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: 'Montserrat', 'Kanit', 'Raleway', 'Helvetica Neue', 'Helvetica', 'Arial',
    'Sans-serif' !important;
  font-size: 1rem;
  font-weight: 300;
  overflow-x: hidden;
}

.MathJax {
  /* font-size: 5pt !important; */
  /* color: blue !important; */
}
.MJXc-TeX-unknown-R {
  font-family: 'kanit', 'Open Sans', 'sans-serif';
  /* font-size: 100%; */
  line-height: 1.25;
  /* font-weight: 300; */
}

/* .parsed-text {
  overflow-x: scroll;
} */
.parsed-text {
  font-family: 'Open Sans', 'sans-serif';
}

.parsed-text p {
  margin-bottom: 0px;
}
.parsed-text img {
  max-width: 100%;
}

.app-wrapper {
  min-height: calc(100vh - 237px);
  position: relative;
}

.hp-overflow {
  overflow: auto;
}

.big-input {
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 45px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.form-control.activation-code {
  text-align: center;
  font-size: 1.25rem;
  height: 4rem;
}

.form-control.promo-code {
  text-align: center;
  font-size: 1rem;
  height: 3rem;
}

input::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 500 !important;
}

.big-input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
textarea::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-family: 'Montserrat', 'Kanit', 'Raleway', 'Helvetica Neue', 'Helvetica', 'Arial',
    'Sans-serif';
}

.circle-wrapper {
  width: 80%;
  padding-bottom: 80%;
  left: 50%;
  position: relative;

  box-shadow: inset 0 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.circle-wrapper-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Override default equation color from mathQuill */

font[color='#0000FF'] {
  /* color: rgb(103, 106, 108); */
  color: inherit;
}

span[style='color: rgb(0, 0, 255);'] {
  /* color: rgb(103, 106, 108) !important; */
  color: inherit;
}

.grd > thead > tr > th,
.grd > tbody > tr > th,
.grd > tfoot > tr > th,
.grd > thead > tr > td,
.grd > tbody > tr > td,
.grd > tfoot > tr > td {
  vertical-align: middle !important;
  border: none !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  background-color: #ddd;
}

.swal2-container {
  z-index: 2500 !important;
}

/* HOVEREFFECT */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:not(.noGlow):hover {
  box-shadow: 0 0 20px 5px rgba(0, 140, 186, 0.5);
}

.hovereffect:not(.nohover):hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:not(.nohover):hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:not(.nohover):hover h2,
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:not(.nohover):hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.hippo-choice-not-done:hover {
  background-color: blue;
  border-color: blue;
}

.ibox-hr {
  border-top: 2px solid #979797;
}

.hp-flex1 {
  flex: 1 1 auto;
  display: flex;
}

.hp-flex1-col {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/*  SLICK - CUSTOM  */
/* * {
  min-height: 0;
  min-width: 0;
} */
.slick-slider {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slick-list {
  flex: 1 1 auto;
  height: 100%;
}
.slick-track {
  height: 100%;
}
.slick-dots {
  flex: 1 1 auto;
  position: relative;
}
.slick-arrow {
  height: 100%;
  width: 35px;
}
.slick-next {
  right: -35px;
}
.slick-prev {
  left: -35px;
}
.slick-slide {
  overflow-y: auto;
}

/*from server hippo.css*/

/*.max-absolute { 
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	right: 0px;
 }*/
.display-none {
  display: none !important;
}
.flex-grow-1 {
  flex-grow: 1;
}

.max-absolute {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0px;
}

.solution {
  position: absolute;
  height: 83%;
  width: 100%;
  top: 10%;
  right: 0px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-y: auto;
  /*overflow-x: hidden;*/
}

/* hr */

.hr-2 {
  border-top: 2px solid #ddd;
}
.hr-1 {
  border-top: 1px solid #ddd;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.bt-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.br-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.bb-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.bl-1 {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.carousel-control {
  background: none !important;
  filter: none !important;
  progid: none !important;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 15% !important;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 15% !important;
}

/*
*
*
*
*
animista 
*
*
*/

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -moz-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-enter {
  /* opacity: 0.01; */
}

.fade-enter.fade-enter-active {
  /* opacity: 1; */
  transition: max-height 500ms ease-in;
}

.fade-exit {
  /* opacity: 1; */
}

.fade-exit.fade-exit-active {
  /* opacity: 0.01; */
  transition: max-height 300ms ease-in;
}

.p-container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .title-dim {
    height: 80vh;
    width: 100%;
  }
  .title-card {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title-card-content {
    padding: 10px;
    height: 80%;
    width: 90%;
  }
}

@media (min-width: 992px) {
  .title-dim {
    height: 80vh;
    width: 100%;
  }
  .title-card {
    display: flex;
    align-items: flex-end;
  }
  .title-card-content {
    margin: 60px;
    padding: 30px;
    height: 50%;
    width: 50%;
  }
}

.bg-img-strech {
  background: no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*FLEX*/
.hp-flex-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;

  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* 992px = Bootstrap breakpoint for medium devices/Desktops and above */
/*STARTER*/

body {
  background-color: #f3f3f3 !important;
}

body {
  font-family: 'Montserrat', 'Kanit', 'Raleway', 'Helvetica Neue', 'Helvetica', 'Arial',
    'Sans-serif' !important;
  color: rgba(0, 0, 0, 0.6);
}

.hp-hr {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}

.hp-hr-light {
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}

/*
//
//
//
//
//
//
//
//
*/
/*FONT SIZE*/

.hh1 {
  font-family: 'Montserrat', 'kanit';
  font-size: 2.25rem;
  font-weight: 500;
}
.hh2 {
  font-family: 'Montserrat', 'kanit';
  font-size: 2rem;
  font-weight: 500;
}
.hh3 {
  font-family: 'Montserrat', 'kanit';
  font-size: 1.75rem;
  font-weight: 500;
}
.hh4 {
  font-family: 'Montserrat', 'kanit';
  font-size: 1.5rem;
  font-weight: 500;
}
.hh5 {
  font-family: 'Montserrat', 'kanit';
  font-size: 1.25rem;
  font-weight: 500;
}
.hh6 {
  font-family: 'Montserrat', 'kanit';
  font-size: 1rem;
  font-weight: 500;
}

.c1 {
  font-family: 'Montserrat', 'kanit';
  font-size: 1.25rem;
  font-weight: 400;
}
.c2 {
  font-family: 'Montserrat', 'kanit';
  font-size: 1.125rem;
  font-weight: 400;
}
.c3 {
  font-family: 'Montserrat', 'kanit';
  font-size: 1rem;
  font-weight: 400;
}
.c4 {
  font-family: 'Montserrat', 'kanit';
  font-size: 0.875rem;
  font-weight: 400;
}
.c5 {
  font-family: 'Montserrat', 'kanit';
  font-size: 0.75rem;
  font-weight: 400;
}
.c6 {
  font-family: 'Montserrat', 'kanit';
  font-size: 0.625rem;
  font-weight: 400;
}

/* FONT COLOR */

.default {
  color: rgba(0, 0, 0, 0.6) !important;
}
.light {
  color: rgba(0, 0, 0, 0.2) !important;
}
/* .link { color: #00AFAF !important; } */
.white {
  color: white !important;
}

.default-bg {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.light-bg {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.link-bg {
  background-color: #00afaf !important;
}
.white-bg {
  background-color: white !important;
}

.default-border {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.light-border {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.link-border {
  border-color: #00afaf !important;
}
.white-border {
  border-color: white !important;
}

/* COLOR */

.hippo-dark {
  color: #008686 !important;
}
.hippo {
  color: #00afaf !important;
}
.hippo-light {
  color: #80d7d7 !important;
}

.dark-blue {
  color: #003686 !important;
}
.blue {
  color: #0064af !important;
}
.light-blue {
  color: #4d93c7 !important;
}

.dark-green {
  color: #008636 !important;
}
.green {
  color: #00af64 !important;
}
.light-green {
  color: #80d7b2 !important;
}

.dark-yellow {
  color: #f89600 !important;
}
.yellow {
  color: #faaf00 !important;
}
.light-yellow {
  color: #fdd780 !important;
}

.dark-purple {
  color: #7900ff !important;
}
.purple {
  color: #9600ff !important;
}
.light-purple {
  color: #e0b3ff !important;
}

.dark-red {
  color: #b71212 !important;
}
.red {
  color: #d32f2f !important;
}
.light-red {
  color: #e99797 !important;
}

/*BACKGROUND COLOR*/

.hippo-dark-bg {
  background-color: #008686 !important;
}
.hippo-bg {
  background-color: #00afaf !important;
}
.hippo-light-bg {
  background-color: #80d7d7 !important;
}

.dark-blue-bg {
  background-color: #003686 !important;
}
.blue-bg {
  background-color: #0064af !important;
}
.light-blue-bg {
  background-color: #4d93c7 !important;
}

.dark-green-bg {
  background-color: #008636 !important;
}
.green-bg {
  background-color: #00af64 !important;
}
.light-green-bg {
  background-color: #80d7b2 !important;
}

.dark-yellow-bg {
  background-color: #f89600 !important;
}
.yellow-bg {
  background-color: #faaf00 !important;
}
.light-yellow-bg {
  background-color: #fdd780 !important;
}

.dark-purple-bg {
  background-color: #7900ff !important;
}
.purple-bg {
  background-color: #9600ff !important;
}
.light-purple-bg {
  background-color: #e0b3ff !important;
}

.dark-red-bg {
  background-color: #b71212 !important;
}
.red-bg {
  background-color: #d32f2f !important;
}
.light-red-bg {
  background-color: #e99797 !important;
}

/*BORDER COLOR*/

.hippo-dark-border {
  border-color: #008686 !important;
}
.hippo-border {
  border-color: #00afaf !important;
}
.hippo-light-border {
  border-color: #80d7d7 !important;
}

.dark-blue-border {
  border-color: #003686 !important;
}
.blue-border {
  border-color: #0064af !important;
}
.light-blue-border {
  border-color: #4d93c7 !important;
}

.dark-green-border {
  border-color: #008636 !important;
}
.green-border {
  border-color: #00af64 !important;
}
.light-green-border {
  border-color: #80d7b2 !important;
}

.dark-yellow-border {
  border-color: #f89600 !important;
}
.yellow-border {
  border-color: #faaf00 !important;
}
.light-yellow-border {
  border-color: #fdd780 !important;
}

.dark-purple-border {
  border-color: #7900ff !important;
}
.purple-border {
  border-color: #9600ff !important;
}
.light-purple-border {
  border-color: #e0b3ff !important;
}

.dark-red-border {
  border-color: #b71212 !important;
}
.red-border {
  border-color: #d32f2f !important;
}
.light-red-border {
  border-color: #e99797 !important;
}

/*MARGIN*/

.hp-m-0 {
  margin: 0 !important;
}
.hp-m-02 {
  margin: 0.25rem !important;
}
.hp-m-05 {
  margin: 0.5rem !important;
}
.hp-m-1 {
  margin: 1rem !important;
}
.hp-m-15 {
  margin: 1.5rem !important;
}
.hp-m-2 {
  margin: 2rem !important;
}
.hp-m-25 {
  margin: 2.5rem !important;
}
.hp-m-3 {
  margin: 3rem !important;
}

.hp-ml-0 {
  margin-left: 0 !important;
}
.hp-ml-02 {
  margin-left: 0.25rem !important;
}
.hp-ml-05 {
  margin-left: 0.5rem !important;
}
.hp-ml-1 {
  margin-left: 1rem !important;
}
.hp-ml-15 {
  margin-left: 1.5rem !important;
}
.hp-ml-2 {
  margin-left: 2rem !important;
}
.hp-ml-25 {
  margin-left: 2.5rem !important;
}
.hp-ml-3 {
  margin-left: 3rem !important;
}
.hp-ml-a {
  margin-left: auto !important;
}

.hp-mr-0 {
  margin-right: 0 !important;
}
.hp-mr-02 {
  margin-right: 0.25rem !important;
}
.hp-mr-05 {
  margin-right: 0.5rem !important;
}
.hp-mr-1 {
  margin-right: 1rem !important;
}
.hp-mr-15 {
  margin-right: 1.5rem !important;
}
.hp-mr-2 {
  margin-right: 2rem !important;
}
.hp-mr-25 {
  margin-right: 2.5rem !important;
}
.hp-mr-3 {
  margin-right: 3rem !important;
}
.hp-mr-a {
  margin-right: auto !important;
}

.hp-mt-0 {
  margin-top: 0 !important;
}
.hp-mt-02 {
  margin-top: 0.25rem !important;
}
.hp-mt-05 {
  margin-top: 0.5rem !important;
}
.hp-mt-1 {
  margin-top: 1rem !important;
}
.hp-mt-15 {
  margin-top: 1.5rem !important;
}
.hp-mt-2 {
  margin-top: 2rem !important;
}
.hp-mt-25 {
  margin-top: 2.5rem !important;
}
.hp-mt-3 {
  margin-top: 3rem !important;
}
.hp-mt-a {
  margin-top: auto !important;
}

.hp-mb-0 {
  margin-bottom: 0 !important;
}
.hp-mb-02 {
  margin-bottom: 0.25rem !important;
}
.hp-mb-05 {
  margin-bottom: 0.5rem !important;
}
.hp-mb-07 {
  margin-bottom: 0.75rem !important;
}
.hp-mb-1 {
  margin-bottom: 1rem !important;
}
.hp-mb-15 {
  margin-bottom: 1.5rem !important;
}
.hp-mb-2 {
  margin-bottom: 2rem !important;
}
.hp-mb-25 {
  margin-bottom: 2.5rem !important;
}
.hp-mb-3 {
  margin-bottom: 3rem !important;
}
.hp-mb-35 {
  margin-bottom: 3.5rem !important;
}
.hp-mb-4 {
  margin-bottom: 4rem !important;
}
.hp-mb-a {
  margin-bottom: auto !important;
}

.hp-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.hp-mx-02 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.hp-mx-05 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.hp-mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.hp-mx-15 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.hp-mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.hp-mx-25 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.hp-mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.hp-mx-a {
  margin-left: auto !important;
  margin-right: auto !important;
}

.hp-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.hp-my-02 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.hp-my-05 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.hp-my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.hp-my-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.hp-my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.hp-my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.hp-my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/*PADDING*/

.hp-p-0 {
  padding: 0 !important;
}
.hp-p-02 {
  padding: 0.25rem !important;
}
.hp-p-05 {
  padding: 0.5rem !important;
}
.hp-p-1 {
  padding: 1rem !important;
}
.hp-p-15 {
  padding: 1.5rem !important;
}
.hp-p-2 {
  padding: 2rem !important;
}
.hp-p-25 {
  padding: 2.5rem !important;
}
.hp-p-3 {
  padding: 3rem !important;
}

.hp-pl-0 {
  padding-left: 0 !important;
}
.hp-pl-02 {
  padding-left: 0.25rem !important;
}
.hp-pl-05 {
  padding-left: 0.5rem !important;
}
.hp-pl-1 {
  padding-left: 1rem !important;
}
.hp-pl-15 {
  padding-left: 1.5rem !important;
}
.hp-pl-2 {
  padding-left: 2rem !important;
}
.hp-pl-25 {
  padding-left: 2.5rem !important;
}
.hp-pl-3 {
  padding-left: 3rem !important;
}
.hp-pl-35 {
  padding-left: 3.5rem !important;
}
.hp-pl-4 {
  padding-left: 4rem !important;
}

/* hack className for Topiclist practiceButton */
.hp-pl-375 {
  padding-left: 3.75rem;
}

.hp-pr-0 {
  padding-right: 0 !important;
}
.hp-pr-02 {
  padding-right: 0.25rem !important;
}
.hp-pr-05 {
  padding-right: 0.5rem !important;
}
.hp-pr-1 {
  padding-right: 1rem !important;
}
.hp-pr-15 {
  padding-right: 1.5rem !important;
}
.hp-pr-2 {
  padding-right: 2rem !important;
}
.hp-pr-25 {
  padding-right: 2.5rem !important;
}
.hp-pr-3 {
  padding-right: 3rem !important;
}
.hp-pr-35 {
  padding-right: 3.5rem !important;
}
.hp-pr-4 {
  padding-right: 4rem !important;
}

.hp-pt-0 {
  padding-top: 0 !important;
}
.hp-pt-02 {
  padding-top: 0.25rem !important;
}
.hp-pt-05 {
  padding-top: 0.5rem !important;
}
.hp-pt-1 {
  padding-top: 1rem !important;
}
.hp-pt-15 {
  padding-top: 1.5rem !important;
}
.hp-pt-2 {
  padding-top: 2rem !important;
}
.hp-pt-25 {
  padding-top: 2.5rem !important;
}
.hp-pt-3 {
  padding-top: 3rem !important;
}

.hp-pb-0 {
  padding-bottom: 0 !important;
}
.hp-pb-02 {
  padding-bottom: 0.25rem !important;
}
.hp-pb-05 {
  padding-bottom: 0.5rem !important;
}
.hp-pb-1 {
  padding-bottom: 1rem !important;
}
.hp-pb-15 {
  padding-bottom: 1.5rem !important;
}
.hp-pb-2 {
  padding-bottom: 2rem !important;
}
.hp-pb-25 {
  padding-bottom: 2.5rem !important;
}
.hp-pb-3 {
  padding-bottom: 3rem !important;
}

.hp-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hp-px-02 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.hp-px-05 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.hp-px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.hp-px-15 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.hp-px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.hp-px-25 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.hp-px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.hp-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hp-py-02 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.hp-py-05 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.hp-py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.hp-py-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.hp-py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.hp-py-25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.hp-py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.vh-100 {
  height: 100vh;
}
.min-vh-100 {
  min-height: 100vh;
}

.min-h-100 {
  min-height: 100%;
}

.w-25 {
  width: 25% !important;
}
.w-40 {
  width: 40% !important;
}
.w-60 {
  width: 60% !important;
}
.w-75 {
  width: 50% !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-75 {
    width: 50% !important;
  }
  .w-sm-100 {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-75 {
    width: 50% !important;
  }
  .w-md-100 {
    width: 50% !important;
  }
}

.answersheet-row {
}

.answersheet-row:hover {
  cursor: pointer;
}

.clickable-card {
}

.clickable-card:hover {
  background-color: rgba(0, 134, 134, 0.3);
  cursor: pointer;
}

.clickable-card:active {
  background-color: rgba(0, 134, 134, 0.8);
}

.clickable-card:focus,
.clickable-card.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 175, 175, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 175, 175, 0.5);
}

/* BUTTON */
.btn {
  font-family: 'kanit' !important;
  border-radius: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  cursor: pointer;
}

.btn-outline-hippo {
  color: #00afaf;
  background-image: none;
  background-color: transparent;
  border-color: #00afaf;
  font-family: 'kanit' !important;
}

.btn-outline-hippo:hover {
  color: #fff;
  background-color: #008686;
  border-color: #008686;
  cursor: pointer;
}

.btn-outline-hippo:focus,
.btn-outline-hippo.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 175, 175, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 175, 175, 0.5);
}

.btn-outline-hippo.disabled,
.btn-outline-hippo:disabled {
  color: #80d7d7;
  background-color: transparent;
}

.btn-hippo {
  color: #fff !important ;
  background-color: #00afaf;
  border-color: #00afaf;
  font-family: 'kanit' !important;
}

.btn-hippo:hover {
  color: #fff;
  background-color: #008686;
  border-color: #008686;
  cursor: pointer;
}

.btn-hippo:focus,
.btn-hippo.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 175, 175, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 175, 175, 0.5);
}

.btn-hippo.disabled,
.btn-hippo:disabled {
  background-color: #80d7d7;
  border-color: #80d7d7;
}

.hp-modal-close-button {
  /*position: absolute;*/
  /*transform: translate(40%,-40%);*/
  font-size: 1.75rem;
  line-height: 30px;
  z-index: 1;
  color: rgba(0, 0, 0, 0.2) !important;
}

.hp-modal-close-button:hover {
  /*position: absolute;
    transform: translate(40%,-40%);*/
  font-size: 1.75rem;
  line-height: 30px;
  z-index: 1;
  color: #00afaf !important;
}

.hp-modal-close-button:active {
  /*position: absolute;
    transform: translate(40%,-40%);*/
  font-size: 1.75rem;
  line-height: 30px;
  z-index: 1;
  color: #008686 !important;
}

.practiceButton {
}

.practiceButton:hover {
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.2) !important;
  /*color: rgba(0, 0, 0, 0.2) !important;*/
}

.practiceButton:active {
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8) !important;
  /*color: rgba(0, 0, 0, 0.8) !important;*/
}

.text-overflow-1 {
  /*height: 51px;*/
  /*white-space: nowrap;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.minh-100 {
  min-height: 100%;
}

/* .nav-link:hover {
  color: rgba(0,0,0,0.2) !important;
}
.nav-link:active {
  color: #00AFAF !important;
}
 */

.icon-link {
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  padding: 0 0.75rem;
  font-size: 1rem;
  transition: 0.2s;
}
.icon-link:hover {
  color: rgba(0, 0, 0, 0.2);
}
.icon-link:active {
  color: rgba(0, 0, 0, 0.8);
}
.icon-link:focus {
  color: #008686;
}

.icon-link-active {
  color: #008686;
  cursor: pointer;
  padding: 0;
  font-size: 1rem;
  transition: 0.2s;
}
.icon-link-active:hover {
  color: #80d7d7;
}
.icon-link-active:active {
  color: #008686;
}
.icon-link-active:focus {
  color: #008686;
}

.btn-link {
  color: #00afaf;
  cursor: pointer;
  transition: 0.2s;
}
.btn-link:hover {
  color: #80d7d7;
}
.btn-link:active {
  color: #008686;
}
.btn-link:focus {
  color: #008686;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 0;
}

/* Style Select Component */
.select-menu {
  position: absolute;
  top: auto;
  left: auto;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 0;
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.2);
}

.show > .select-menu {
  display: block;
}

.select-item {
  color: rgba(0, 0, 0, 0.6);
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
}
.select-item:hover {
  background-color: #80d7d7;
  color: white;
}
.select-item:active {
  background-color: #008686;
  color: white;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* @media (min-width: 576px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
} */

@media (max-width: 768px) {
  .container {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* @media (min-width: 576px) {
  .container {
    width: auto;
    max-width: 100%;
  }
} */

@media (max-width: 768px) {
  .container {
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

/* Customize Bootstrap Navbar by override class */
/* Main */
.navbar {
  padding: 0.25rem 0rem;
}

.navbar-toggler {
  align-self: center;
  border: 0;
  height: 64px;
  padding: 0.25rem 0;
  cursor: pointer;
}

.navbar-toggler :focus {
  color: #008686;
  border: 0;
}

.navbar-toggler-right {
  right: 0;
}

button:focus {
  outline: none;
}

.hamburger-icon {
  font-size: 1.7rem;
  color: rgba(0, 0, 0, 0.3);
  /* color:#008686; */
}

.hamburger-icon:hover {
  color: #80d7d7;
}

.hamburger-icon:active {
  color: #008686;
}

.hamburger-icon:focus {
  color: #008686;
}

.hamburger-icon-white {
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 1);
  /* color:#008686; */
}

.hamburger-icon-white:hover {
  color: #80d7d7;
}

.hamburger-icon-white:active {
  color: #008686;
}

.hamburger-icon-white:focus {
  color: #008686;
}

/* Navbar link styling */
.navbar-link {
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  padding: 0 0.75rem;
  font-size: 1rem;
}
.navbar-link:hover {
  color: rgba(0, 0, 0, 0.2);
}
.navbar-link:active {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-link:focus {
  color: #008686;
}

/* Navbar link styling for dark nav */
.navbar-link-white {
  color: white;
  cursor: pointer;
  padding: 0 0.75rem;
  font-size: 1rem;
}
.navbar-link-white:hover {
  color: rgba(0, 0, 0, 0.2);
}
.navbar-link-white:active {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-link-white:focus {
  color: #008686;
}

/* Navbar dropdown styling */
.navbar-dropdown {
  color: rgba(0, 0, 0, 0.6);
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
}
.navbar-dropdown:hover {
  background-color: #80d7d7;
  color: white;
}
.navbar-dropdown:active {
  background-color: #008686;
  color: white;
}

/* User dropdown menu */
.user-nav-item {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

/* Styled navbar for toggler */

@media (max-width: 991px) {
  /* .navbar li {
    display: inline-block;
  } */
  .navbar {
    padding: 0 1rem;
  }
  .navbar-toggler-style {
    margin: 0 -1rem;
    background-color: #2f4050;
    border-top: rgba(0, 0, 0, 0.1);
  }
  .nav-item {
    padding: 0.5rem 0;
    color: #a7b1c2;
    cursor: pointer;
  }
  .nav-item:hover {
    background-color: #293846;
    color: white;
  }
  .nav-item:active {
    color: white;
  }
  .nav-item:focus {
    color: white;
  }
  .user-nav-item {
    border: 0;
  }
  .dropdown-menu {
    border: 0;
    background-color: transparent;
    transition: 0.2s;
  }
  .navbar-dropdown {
    padding: 0.75rem 0 0.75rem 4.5rem;
    background-color: transparent;
    color: #a7b1c2;
  }
  .navbar-dropdown:hover {
    background-color: transparent;
    color: white;
  }
  .navbar-dropdown:active {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.8);
  }
  .navbar-link {
    padding: 0.5rem 0 0.5rem 3rem;
    color: inherit;
    display: inline-block;
    width: 100%;
  }
  .navbar-link:hover {
    color: inherit;
  }
  .navbar-link:active {
    color: inherit;
  }
  .navbar-link:focus {
    color: inherit;
  }
  .navbar-link-white {
    padding-left: 3rem;
    color: inherit;
    display: inline-block;
    width: 100%;
  }
  .navbar-link-white:hover {
    color: inherit;
  }
  .navbar-link-white:active {
    color: inherit;
  }
  .navbar-link-white:focus {
    color: inherit;
  }
  .nav-item.dropdown.show {
    /* background-color: rgba(0,0,0,0.1); */
    background-color: #293846;
    transition: 0.2s;
  }
}

/* Customize Bootstrap Select by override class */
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.custom-select:hover {
  box-shadow: 1px 1px 3px #80d7d7;
  border-color: #80d7d7;
  outline: none;
}

.custom-select:focus {
  border-color: #008686;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* Styled social media login */
.btn-login {
  font-family: 'Montserrat', 'Kanit', 'Raleway', 'Helvetica Neue', 'Helvetica', 'Arial',
    'Sans-serif' !important;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
  border: solid 1px transparent;
  border-radius: 8rem;
  width: 160px;
  transition: 0.2s;
  cursor: pointer;
  color: white;
}
.btn-google {
  background-color: #cc3731;
  max-width: 20rem;
}
.btn-google:hover {
  background-color: #f45756;
  text-decoration: none;
}
.btn-google:active {
  outline: 0;
  background-color: #a52728;
}

.btn-facebook {
  background-color: #3a5a98;
  max-width: 20rem;
}
.btn-facebook:hover {
  background-color: #5384d6;
  text-decoration: none;
}
.btn-facebook:active {
  outline: 0;
  background-color: #2e4d72;
}

/* Styled input*/
input {
  font-family: 'Montserrat', 'Kanit', 'Raleway', 'Helvetica Neue', 'Helvetica', 'Arial',
    'Sans-serif' !important;
}
input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.2);
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.2);
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.2);
}

input:focus {
  border: 1px solid #80d7d7 !important;
  outline-color: transparent;
  outline-style: solid;
}

textarea {
  font-family: 'Montserrat', 'Kanit', 'Raleway', 'Helvetica Neue', 'Helvetica', 'Arial',
    'Sans-serif' !important;
}
textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
textarea::-webkit-textarea-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3);
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
}
textarea:-ms-textarea-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.3);
}
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3);
}

textarea:focus {
  border: 1px solid #80d7d7 !important;
  outline-color: transparent;
  outline-style: solid;
}
/* Styled PracticeButton */
.practiceButton-text {
  max-width: 100%;
}

/* @media (max-width: 575px) {
  .modal-focus-width {
    width: 275px !important;
  }
}

.modal-focus-width {
  width: 300px;
} */

/* Override react modal */

.myClass {
  /* position: absolute; */
  top: initial;
  right: initial;
  left: initial;
  bottom: initial;
  /* max-width: 100vw; */
  /* width: 768px; */
  /* max-height: 90vh;
  min-height: 400px;
  border: 1px solid #ccc;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  outline: none;
  padding: 25px; */
}

@media (max-width: 575px) {
  .do-modal {
    /* position: absolute; */
    /*top: initial;*/
    /*right: 0;*/
    /*left: 0;*/
    /*bottom: initial;*/
    height: 100% !important;
    /* max-width: 100vw; */
    /* width: 768px; */
    max-height: 100% !important;
    /* min-height: 400px; */
    /* border: 1px solid #ccc ; */
    /* overflow: auto; */
    /* -webkit-overflow-scrolling: touch; */
    border-radius: 0px !important;
    /* outline: none; */
    /* padding: 25px; */
  }
}

.modal {
  /* position: absolute; */
  top: initial;
  right: initial;
  left: initial;
  bottom: initial;
  max-width: 100vw;
  width: 768px;
  max-height: 90vh;
  min-height: 400px;
  border: 1px solid #ccc;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  outline: none;
  padding: 25px;
}

@media (max-width: 575px) {
  .modal {
    /* position: absolute; */
    top: initial;
    right: 0;
    left: 0;
    bottom: initial;
    max-width: 100vw;
    width: 768px;
    max-height: 90vh;
    min-height: 400px;
    border: 1px solid #ccc;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    outline: none;
    padding: 25px;
  }
}

.nav-sidebar-mm {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .nav-sidebar-mm {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
    border-right: 0px;
    /* margin-bottom: 1rem; */
  }
}

.border-all {
  border: 1px solid;
}

.tab-item {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6) !important;
}

.tab-item:hover {
  color: rgba(0, 0, 0, 0.2) !important;
  background-color: transparent !important;
}

.tab-item:active {
  font-weight: 500;
  color: #008686 !important;
  background-color: transparent !important;
}

.tab-item:focus {
  font-weight: 500;
  color: #008686 !important;
  background-color: transparent !important;
}

.react-tabs__tab--selected {
  color: #000 !important;
  font-weight: 500 !important;
  /* font-weight: 300 !important; */
}
.react-tabs__tab {
  padding: 0.5rem 1rem;
}

.disabled-button {
  background-color: rgba(0, 0, 0, 0.3) !important;
  cursor: not-allowed;
}

/* table */
.table-main {
  width: 100%;
  /*max-width: 100%;*/
  /*margin-bottom: 1rem;*/
}

.table-main th {
  color: #8a8a8f;
  padding: 0.75rem;
  vertical-align: top;
  font-weight: 400;
  border-bottom: 2px solid #eceeef;
  text-overflow: ellipsis;
}

.table-main td {
  color: #000;
  padding: 0.5rem;
  vertical-align: top;
  /*border-top: 1px solid #eceeef;*/
  text-overflow: ellipsis;
}

.table-main tr:nth-child(even) {
  background-color: #fafafa;
}

.table-clickable-head th:hover {
  border-color: #00a290;
  cursor: pointer;
}

.table-clickable tr:hover {
  background-color: #d4f9f5;
  cursor: pointer;
}

.pagination-button-left {
  background-color: white;
  border: 1px solid #00a290;
  color: #00a290;
}

.pagination-button-left:hover {
  background-color: #00c7b0;
  border: 1px solid #00c7b0;
  color: white;
  cursor: pointer;
}

.pagination-button-left:after {
  content: '\f053';
  font-size: 1rem;
  font-family: 'FontAwesome';
}

.pagination-button-left:disabled {
  background-color: white;
  border: 1px solid #ccc;
  color: #ccc;
}

.pagination-button-right {
  background-color: white;
  border: 1px solid #00a290;
  color: #00a290;
}

.pagination-button-right:after {
  content: '\f054';
  font-size: 1rem;
  font-family: 'FontAwesome';
}

.pagination-button-right:disabled {
  background-color: white;
  border: 1px solid #ccc;
  color: #ccc;
}

.pagination-button-right:hover {
  background-color: #00c7b0;
  border: 1px solid #00c7b0;
  color: white;
  cursor: pointer;
}
