#osa-circle {
  padding-top: 80px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-size: 700px;
}

#osa-circle .osa-circle-item {
  width: 30%;
  margin-right: 5%;
  float: left;
  background: #fff;
  border-top: 35px solid #00a65c;
  height: 230px;
  margin-bottom: 80px;
  padding: 20px;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
}

#osa-circle .osa-circle-item:nth-child(3n) {
  margin-right: 0;
}

#osa-circle .osa-circle-item.active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease-in-out;
}

#osa-circle .osa-main-circle {
  background: none;
  border: none;
  padding: 0;
  text-align: center;
  position: relative;
}

#osa-circle .osa-main-circle img {
  height: 300px;
  margin-top: -50px;
  transform: scale(1.1);
}

/*#osa-circle .osa-circle-item[data-group="osa-area-followup"] {
	border-color: #00C26B;
}

#osa-circle .osa-circle-item[data-group="osa-area-risks"] {
	border-color: #007541;
}

#osa-circle .osa-circle-item[data-group="osa-area-fix"] {
	border-color: #314F38;
}*/

#osa-area-research {
  opacity: 0.5;
}

#osa-mobile-circle-image {
  margin: 0 auto 30px auto;
  display: none;
}

.swiper-slide-next .osa-slide-wrapper,
.swiper-slide-prev .osa-slide-wrapper {
  background-color: white;
}

.swiper-slide-next .osa-slide-wrapper .osa-slide-inner,
.swiper-slide-prev .osa-slide-wrapper .osa-slide-inner {
  opacity: 0.5;
}

.tya-tooltip {
  color: #404040;
  background-color: #f0f2f3;
  text-align: left;
  padding: 15px;
  position: relative;
  max-width: 300px;
  width: 300px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.tya-tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #f0f2f3;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}

.tya-tooltip.tya-tooltip-left:after {
  border-left: 12px solid #f0f2f3;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 0;
  bottom: 0;
  right: -24px;
  left: auto;
}

.tya-tooltip.tya-tooltip-right:after {
  border-right: 12px solid #f0f2f3;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 0;
  bottom: 0;
  left: -24px;
  right: auto;
}

.tya-tooltip.tya-tooltip-top:after {
  border-top: 12px solid #f0f2f3;
  border-bottom: none;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  bottom: -12px;
  top: auto;
  left: 0;
  right: 0;
}

.osa-main-circle .tya-tooltip {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  display: none;
}

.osa-main-circle .tya-tooltip-top {
  top: -160px;
}

.osa-main-circle .tya-tooltip-left {
  top: 0;
  left: 0;
  margin-right: 100px;
  margin-top: -30px;
}

.osa-main-circle .tya-tooltip-right {
  top: 0;
  right: 0;
  margin-left: 90px;
}

#osa-snabbkollen-wrapper {
  margin-bottom: 60px;
}

#osa-snabbkollen-quiz {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.osa-snabbkollen-inner {
  max-width: 800px;
}

.osa-snabbkollen-inner .qmn_mc_answer_wrap .qmn_quiz_radio {
  top: 11px;
}

.osa-snabbkollen-inner .qsm-page .pages_count,
.quiz_section .pages_count {
  display: none;
}

.qsm-results-page .tya_btn {
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .qsm-results-page .tya_btn {
    width: 100%;
    margin-left: 0 !important;
  }
}

#osa-overlay {
  visibility: hidden;
  transition: all 0.4s ease-in;
  overflow: hidden;
  display: block;
  background-color: rgba(0, 0, 0, 0);
}

#osa-overlay.active {
  visibility: visible;
  transition: all 0.4s ease-out;
  background-color: rgba(0, 0, 0, 0.4);
}

#osa-overlay .osa-swiper-container {
  transform: translateY(100%);
  transition: all 0.2s ease-in;
  width: 100%;
  height: 100%;
}

#osa-overlay.active .osa-swiper-container {
  transition: all 0.2s ease-out;
  transform: translateY(0);
}

#osa-overlay .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.osa-slide-wrapper {
  height: 80%;
  position: relative;
}

.osa-slide-inner {
  background: #fff;
  width: 700px;
  height: 100%;
  overflow-y: auto;
}

.osa-slide-inner .grid-container {
  width: 100%;
}

.osa-slide-content {
  padding: 40px;
  text-align: left;
  position: relative;
  border-bottom: 5px solid #00a65c;
}

.osa-slide-content>div.layout-block:first-of-type {
  padding-top: 0;
}

#osa-arrows-container {
  width: 860px;
  margin: 0 auto;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}

.osa-slide-close {
  position: fixed;
  top: 10px;
  right: 25px;
  font-size: 30px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}

.osa-slide-close i {
  position: relative;
  top: 3px;
}

.osa-slide-close:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.osa-slide-circle {
  float: left;
  width: 45px;
  position: relative;
  top: 5px;
}

.osa-slide-blocks>div:first-child {
  padding-top: 0;
}

.osa-slide-content-header {
  float: left;
  margin-bottom: 25px;
  margin-top: 10px;
}

.osa-slide-content-header h2 {
  color: #00a65c;
  margin-bottom: 0;
}

.osa-slide-content-header p {
  margin-top: 0;
  padding-left: 2px;
}

#osa-overlay .swiper-button-prev,
#osa-overlay .swiper-button-next {
  background-color: #00a65c;
  border-radius: 50%;
  background-image: none !important;
  width: 70px;
  height: 70px;
  transition: all 0.2s ease-in-out;
}

#osa-overlay .swiper-button-prev:hover,
#osa-overlay .swiper-button-next:hover {
  background-color: darken(#00a65c, 10%);
  transition: all 0.2s ease-in-out;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
}

#osa-overlay .swiper-button-prev::after,
#osa-overlay .swiper-button-next::after {
  content: "";
  display: block;
  color: white;
  fill: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  background-size: 23px 40px;
  background-position: center;
  background-repeat: no-repeat;
}

#osa-overlay .swiper-button-prev::after {
  background-image: url("../images/icons/arrow-left-white.svg") !important;
}

#osa-overlay .swiper-button-next::after {
  background-image: url("../images/icons/arrow-right-white.svg") !important;
}

.osa-slide-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: -15px;
}

.osa-slide-content a.tooltip {
  width: 100%;
}

.osa-slide-content a.tooltip::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f05a";
  display: inline-block;
  margin-left: 5px;
}

.osa-slide-content a.tooltip .tooltiptext {
  width: 100%;
  left: 0;
  margin: 0 0 10px;
  text-align: left;
}

.osa-circle-item-mobile-icon {
  display: none;
}

#osa-snabbkollen-btn {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.osa-shop-link {
  display: inline-block;
}

.osa-shop-link::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f35d";
  display: inline-block;
  margin-left: 5px;
}

@media only screen and (max-width: 1440px) {
  #osa-circle .osa-circle-item {
    min-height: 250px;
    height: auto;
    word-break: break-word;
  }
}

@media only screen and (max-width: 1279px) {
  #osa-circle .osa-circle-item {
    min-height: 250px;
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  #osa-circle {
    background-image: none;
    padding-bottom: 20px;
    padding-top: 30px;
  }

  #osa-circle .osa-circle-item {
    margin-right: 0;
    float: none;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }

  .osa-circle-item.osa-main-circle {
    display: none;
  }

  #osa-mobile-circle-image {
    display: block;
  }

  .osa-slide-inner {
    width: 95%;
    margin: 0 auto;
  }

  .osa-slide-wrapper {
    height: 95%;
  }

  .osa-slide-content {
    padding: 40px 20px;
  }

  .osa-slide-content .grid-container {
    padding-left: 0;
    padding-right: 0;
  }

  .osa-slide-content-header {
    width: calc(100% - 70px);
  }

  .osa-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .osa-flex .osa-circle-item:nth-child(7) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .osa-flex .osa-circle-item:nth-child(8) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .osa-flex .osa-circle-item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}


/** 
* osa quiz
*/

#osa-quiz .quiz_section {
  background: #dbe8d2;
  padding: 20px;
  position: relative;
}

.quiz_section_title:first-child {
  margin: 0 0 20px 0;
}

.quiz_section_title {
  margin: 40px 0 20px 0;
}

#osa-quiz .mlw_qmn_question {
  width: 50%;
}

#osa-quiz .qmn_radio_answers {
  display: flex;
  position: absolute;
  padding-right: 20px;
  top: 0;
  bottom: 0;
  right: 0;
}

#osa-quiz .qmn_mc_answer_wrap {
  margin: 0;
  padding-left: 0;
}

#osa-quiz .qmn_mc_answer_wrap:hover {
  background: unset;
}

#osa-quiz .qmn_mc_answer_wrap input {
  margin-left: 0.5rem;
  cursor: pointer;
}

#osa-quiz .qmn_mc_answer_wrap label {
  padding: 12px 12px 12px 40px;
  cursor: pointer;
}

#osa-quiz .qmn_mc_answer_wrap label:hover {
  background: #c8dcbb;
}

input[type="checkbox"]#completed {
  margin-left: 0;
}

.osa-checkbox-label {
  margin-left: 1.75rem;
}

.osa-textarea {
  border: unset !important;
  margin-top: 20px;
  background-color: #fff;
}

.osa-question-title {
  margin: 0;
}

#osa-quiz .qmn_question_answer {
  border: none;
  padding-left: 0;
}

#osa-quiz .qmn_question_answer .osa-custom-answer-type {
  display: flex;
  width: 100%;
  padding: 20px;
  background: #F0F2F3;
}

#osa-quiz .qmn_question_answer .osa-correct-answer {
  border-left: 3px solid #008f4f;;
}

#osa-quiz .qmn_question_answer .osa-incorrect-answer {
  border-left: 3px solid #CB506A;
}

#osa-quiz .qmn_question_answer .osa-neutral-answer {
  border-left: 3px solid #DD9245;
}

#osa-quiz .osa-answer-col>.mlw_qmn_question {
  width: 100%;
}

.osa-btn-right {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {

  #osa-quiz .mlw_qmn_question,
  #osa-quiz .mlw_qmn_new_question {
    width: 100%;
    max-width: 100%;
  }

  #osa-quiz .qmn-custom-fields {
    width: 100%;
    padding-left: 0;
  }

  #osa-quiz .qmn_question_answer .osa-custom-answer-type {
    flex-direction: column;
  }

  #osa-quiz .osa-answer-col {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  #osa-quiz .qmn_radio_answers {
    position: inherit;
  }
}