
a.flipquestion {
  color: #fff;
  padding: 5px 10px;
  font-size: 10px;
  float: left;
  margin: -3px 0 0 -5px;
}
.question_div ul li:last-child {
  border-bottom: 0 solid #ebebeb;
}
.animation {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.card {
  width: 100%;
  min-height: 350px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border: none;
  margin-bottom: 10px;
  border-radius: 5px;
}
.card.flipped {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card .back,
.card .front {
  display: block;
  height: 100%;
  line-height: 22px;
  color: #626262;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 30px;
  border: 1px solid #6E6E6E;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}
.formItem:first-child {
  margin-top: 20px;
}
.card .back label {
  display: inline-block;
  width: 70px;
  text-align: left;
}
.card .front {
  background: #222;
}
.card .back,
.container:first-child .card .back,
.container:first-child .card .front {
  background: #f8f8f8;
}
.card .back {
  font-size: 16px;
  text-align: right;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card div.questionh {
  border-bottom: solid #ff7701;
  padding: 10px;
  margin-bottom: 20px;
}
.card div.questionh img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.card div.questionb {
  overflow-y: hidden;
  padding: 30px;
  font-size: 20px;
  max-height: 250px;
  cursor: grab; /* shows grab icon */
}
.questionb.show-scroll {
  overflow-y: auto !important; /* show scrollbar if content > 200px */
}
.question_div ul .active,
.question_div ul .wrong {
  color: rgb(0 0 0 / 0.8);
  padding-left: 20px;
  position: relative;
}
.cardTitle {
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 0;
}

/* Scrollbar width */
.card div.questionb::-webkit-scrollbar {
  width: 12px; /* width of vertical scrollbar */
}

/* Track (background) */
.card div.questionb::-webkit-scrollbar-track {
  background: #19aa96; /* track color */
  border-radius: 6px;
}

/* Scrollbar thumb (the draggable part) */
.card div.questionb::-webkit-scrollbar-thumb {
  background-color: #ff7701;
  border-radius: 6px;
  border: 3px solid #19aa96;
}

/* Scrollbar thumb hover */
.card div.questionb::-webkit-scrollbar-thumb:hover {
  background-color: #ff7701;
}

.kbuttonk2,
.kbuttonk3 {
  font-size: 14px !important;
}
.kbuttonresult,
.kbuttonresult i,
.regular_text {
  line-height: 30px;
}
.content {
  padding: 4%;
  font-weight: 100;
  text-align: left;
}
.kbuttonk {
  width: auto !important;
  float: left;
  margin-right: 5px;
}
.kbuttonk2 {
  float: left;
  padding: 12px !important;
}
.kbuttonk3 {
  padding: 7px 30px !important;
}
.kbuttonresult {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.klogin,
.ksocial {
  display: flex;
  justify-content: space-between;
}
.carousel-item {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.question_div {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px dashed #dddcdc;
}
.question_title {
  font-size: 16px;
  color: #333;
  padding: 0 10px;
  font-weight: 700;
  margin: 10px 0;
}
.question_div ul {
  padding-top: 10px;
}
.question_div ul li {
  border-bottom: 1px solid #ebebeb;
  min-height: 38px;
  color: rgb(0 0 0 / 0.8);
  align-items: center !important;
  line-height: 30px;
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
}
.question_div ul.listk li:before {
  content: "\A";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
  margin: 0 5px;
}
.question_div ul li input.radio {
  width: 20px;
  margin-left: 10px;
}
.question_div ul .active {
  background-color: #dcebcf;
}
.question_div ul .wrong {
  background-color: #eccece;
}
.question_div ul li.active small,
.question_div ul li.wrong small {
  float: left;
  position: absolute;
  left: 10px;
}
.question_div ul span {
  padding: 0;
  font-weight: bolder !important;
}
.kright {
        right: -90px;
}
.kleft {
    left: -45px;
}
.kbutton {
position: absolute;
    top: 50%;
    color: #6E6E6E;
    border: solid 1px #6E6E6E;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-decoration: none;
    font-size: 45px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    transform: translate(-50%);
    align-items: center;
    justify-content: center;
}
.carousel-item::before {
    content: "";
    display: block;
    background: #cecece;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    min-height: 350px;
    left: 0;
    border-radius: 30px;
    transform: rotate(2deg);
}
.carousel{
    padding-top: 20px;
    position: relative;
    width: 60%;
    margin: 0px auto;
        overflow: visible;
}
.slide-counter {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
.slider-progress {
    width: 100%;
    height: 16px;
    background: #EFEFEF;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 12px;
}

.slider-progress-fill {
  height: 100%;
  width: 0%;
    background: linear-gradient(to right, #12AE94 0%, #B4E8D3 100%);
  transition: width 0.4s ease;
}
        .carousel-inner {
    padding: 20px;
}

.kbutton::before {
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
      
}

.kleft::before {
    content: "›";
    transform: translateY(-3px); /* optical correction */
}

.kright::before {
    content: "‹";
    transform: translateY(-3px); /* optical correction */
}