.sv-findAdultEducations {
  min-height: 838px;
}

.iov-vux-mainheading {
  margin-top: 2.875rem;
}

.iov-vux-searchform__searchrow {
  display: flex;
}

.iov-vux-searchform__searchfield {
  background-image: url("/webdav/files/System/svg/search.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 10px;
  padding-left: 3rem;
  height: 50px;
}

.iov-vux-searchform__searchbutton {
  margin-left: 1rem;
}

.iov-vux-searchhits_container {
  background-color: #f7f7f7;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2.813rem;
  /* position: relative; */
}

@media (max-width: 768px) {
  .iov-vux-searchhits_container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .iov-vux-searchhits_container_hitcount {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    background-color: #f7f7f7;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 10px;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .display--mobileonly {
    display: block;
  }

  .display--desktoponly {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .display--mobileonly {
    display: none !important;
  }

  .display--desktoponly {
    display: block;
  }
}

/*************/
/* framework */
/*************/

.iov-vux-container {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  position: relative;
}

@media (min-width: 769px) {
  .iov-vux-container {
    min-height: 800px;
  }
}

.iov-vux-container__mainsection {
  width: calc(100% - 430px);
  box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.2);
  order: 1;
  /* height: fit-content; */
}

.iov-vux-container__resultsection {
  width: calc(100% - 430px);
  box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.2);
  order: 3;
}

.iov-vux-container__filtersection {
  /* order: 2; */
}

#iov-filter__toggler {
  margin-top: unset;
  margin-bottom: unset;
  justify-content: center;
}

.iov-filter__toggler-text {
  display: flex;
  align-items: center;
  border: none;
  background-color: inherit;
}

.iov-filter__toggler-text span {
  font-size: 1.25rem;
  color: #692859;
}

@media (min-width: 993px) {
  /*
    .iov-vux-container__filtersection {
        position: sticky;
        top: 0;
    }
    */

  .iov-vux-container__filtersection_container {
    position: absolute;
    top: 0;
    right: 0;
    width: 410px;
  }
}

@media (max-width: 992px) {
  .iov-vux-container__mainsection,
  .iov-vux-container__resultsection {
    width: 100%;
  }

  .iov-vux-container__filtersection {
    position: relative;
    order: 2;
    width: 100%;
  }
}

.iov-vux-filterbox {
  border-top: 4px solid #692859;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0 12px 24px 0 rgb(102 102 102 / 25%);
  box-shadow: 0 12px 24px 0 rgb(102 102 102 / 25%);
  position: relative;
}

@media (max-width: 768px) {
  .iov-vux-filterbox {
    border-top: unset;
    padding-top: 1rem;
  }

  #iov-vux__filtercolumn--secondary {
    padding-left: 0;
    padding-right: 0;
  }
}

.iov-vux-secondaryfilters__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

.iov-vux-secondaryfilters__buttons button {
  width: fit-content;
}

@media (max-width: 500px) {
  .iov-vux-secondaryfilters__buttons {
    flex-wrap: wrap;
  }

  .iov-vux-secondaryfilters__buttons button {
    width: 100%;
  }
}

/*******/

.iov-vux-searchform__container,
.iov-vux-searchform__headertext {
  padding-left: 3rem;
  padding-right: 3rem;
}

.iov-vux-searchform__container {
  padding-bottom: 3rem;
  position: relative;
}

@media (max-width: 768px) {
  .iov-vux-searchform__container,
  .iov-vux-searchform__headertext {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .iov-vux-searchform__container {
    padding-bottom: 0.9375rem;
  }
}

.iov-vux-searchhits {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-block-start: 0;
}

.iov-vux-searchhit {
  box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.2);
  border: solid 1px rgba(102, 102, 102, 0.21);
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 0.75rem;
  width: 100%;
}

@media (max-width: 767px) {
  .iov-vux-searchhit {
    width: 100%;
  }
}

.iov-vux-searchhit__title {
  font-size: 1.375rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  margin-top: 0;
  margin-bottom: 0.625rem;
  /* overflow: hidden; */
}

.iov-vux-searchhit__title a {
  color: #692859;
}

.iov-vux-searchhit__href:hover {
  text-decoration: underline;
}

.iov-vux-extendedinfo-container {
  border-top: solid 1px #dceaea;
  padding-top: 12px;
  margin-bottom: -10px;
  font-size: 1.25rem;
}

.iov-vux-extendedinfo-icons {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.iov-vux-extendedinfo-icons__item {
  width: 50%;
}

@media (max-width: 767px) {
  .iov-vux-extendedinfo-icons__item {
    width: 100%;
  }
}

.iov-vux-extendedinfo-iconized {
  display: flex;
  font-size: 1.25rem;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.iov-vux-extendedinfo-iconized > svg {
  margin-right: 0.5rem;
}

.iov-vux-optionscontainer {
  display: flex;
  margin-top: 1rem;
}

.iov-vux-optionscontainer__item {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .iov-vux-optionscontainer--mobileonly {
    display: none;
  }
}

@media (max-width: 767px) {
  .iov-vux-optionscontainer {
    flex-direction: column;
  }

  .iov-vux-optionscontainer__item {
    margin-bottom: 10px;
  }

  .iov-vux-optionscontainer__item:last-of-type {
    margin-bottom: 0;
  }

  #iov-results-paginate {
    text-align: left;
  }
}

/********************/
/* Topp-hero        */
/********************/
@media (min-width: 769px) {
  .iov-vux-tophero--implementation {
    background-color: #fef6f2;
  }
}

/********************/
/* Visa-läge        */
/********************/

.iov-vux-viewcontainer {
  /* margin-top: 50px; */
  display: flow-root;
}

@media (max-width: 767px) {
  .iov-vux-viewcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.iov-vux-viewcontainer label.subheading {
  margin-top: 32px;
}

.iov-vux-viewcontainer__backbutton {
  /* margin-bottom: 25px; */
  /* padding-top: 0;
    padding-bottom: 0; */
  transform: translateX(-8px);
}

.iov-vux-viewcontainer__backbutton h1 {
  margin-top: 16px;
}

.iov-vux-viewcontainer h1,
.iov-vux-viewcontainer h2 {
  margin-top: 10px;
}

.iov-vux-summarycontainer {
  background-color: #fef6f2;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 14px;
  margin-top: 48px;
}

.iov-vux-summarycontainer__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.iov-vux-summarycontainer__listitem {
  width: 50%;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
}

li.iov-vux-summarycontainer__listitem svg {
  margin-right: 0.5rem;
}

.iov-vux-contactcontainer-heading h2 {
  margin-top: 56px;
}

.iov-vux-contactcontainer {
  /* display: flex;
    flex-wrap: wrap; */
}

.iov-vux-contactcontainer__item {
  width: 50%;
  margin-bottom: 43px;
}

.iov-vux-contactrow--adress {
  margin-bottom: 1rem;
}

.iov-vux-contactrow {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .iov-vux-summarycontainer__listitem,
  .iov-vux-contactcontainer__item {
    width: 100%;
  }

  .iov-vux-contactcontainer__item:last-of-type {
    margin-top: 1rem;
  }
}

.iov-filtercontainer {
  /* position: relative; */
}

.iov-vux-mobilefilter__closecontainer {
  display: none;
}

@media (max-width: 768px) {
  /*
    .iov-filtercontainer {
        display: none;
    }
    */

  /* #iov-vux-mainfilter {
        display: none;
    } */

  .iov-vux-mobilefilter__closecontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .iov-vux-mobilefilter__closecontainer.hidden {
    display: none;
  }

  .iov-vux-mobilefilter__closecontainer
    .iov-vux-mobilefilter__closecontainer-clear {
    cursor: pointer;
    color: rgba(102, 102, 102, 0.58);
  }

  .iov-vux-mobilefilter__closecontainer
    .iov-vux-mobilefilter__closecontainer-heading {
    color: #ef7748;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.17;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .iov-vux-mobilefilter__closecontainer
    .iov-vux-mobilefilter__closecontainer-close {
    color: #692859;
    font-weight: 600;
    background-image: url("/webdav/files/System/svg/close.svg");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    cursor: pointer;
  }

  /*
    .iov-filtercontainer.visible {
        display: block;
    }
    */
}

@media (max-width: 1219px) {
  .iov-filterfacet__reveal {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #iov-vux__filtercolumn--secondary {
    display: none;
  }
}

@media (min-width: 992px) {
  .iov-filterfacet__reveal {
    /* margin-right: 0.750rem; */
    flex: 1;
  }
}

.iov-vux__filterheading {
  display: flex;
  align-items: center;
  min-height: 60px;
  border: none;
  background: none;
  padding: 0;
}

@media (min-width: 769px) {
  .iov-vux__filterheading {
    display: flex;
    align-items: flex-end;
    min-height: 60px;
    padding-bottom: 6px !important;
  }
}

.iov-vux__filterheading h3 {
  margin: 0;
}

@media (max-width: 768px) {
  .iov-secondaryfiltercontainer .iov-vux__filterheading {
    display: none;
  }
}

.iov-filterfacet__content-wrapper {
  position: absolute;
  /* z-index: 100; */
  left: 0;
  right: 0;
  overflow: unset;
  /* border: solid 1px #d9d9d9;
    border-top: solid 4px #692859;
    border-radius: 4px;
    backdrop-filter: blur(30px); */
}

.iov-filterfacet__content {
  /* box-shadow: 0 8px 16px 0 rgba(232, 241, 241, 0.8); */
  border: solid 1px #d9d9d9;
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-radius: 4px;
  backdrop-filter: blur(30px);
  border-top: solid 4px #692859;
}

.skv-reveal__content-wrapper--open {
  border: none;
}

@media (min-width: 768px) {
  .iov-filterfacet__content {
    padding-top: 46px;
    /* padding-left: 44px;
        padding-right: 44px; */
  }
}

.iov-filterfacet__content .skv-form-group {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .iov-filterfacet__content .skv-form-group {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.iov-filtercontainer--facets {
  list-style-type: none;
  margin: 0;
  margin-top: -16px;
  padding: 0;
  display: flex;
  /* flex-wrap: wrap; */
  column-gap: 0.75rem;
}

@media (max-width: 991px) {
  .iov-filtercontainer--facets {
    flex-direction: column;
  }
}

.iov-filtercontainer--facets .skv-reveal__header {
  padding: 8px 32px 8px 16px;
  height: 50px;
}

.iov-filtercontainer--facet {
  border: solid 1px #d9d9d9;
  background-color: #e8f1f1;
  padding: 8px 25px;
  margin-bottom: 20px;
  margin-right: 8px;
}

.iov-filtercontainer--facet:last-of-type {
  margin-right: 0;
}

.iov-filterfacet__content .facetlabel--nowrap {
  display: inline;
}

.iov-filterfacet__content-footer {
  display: flex;
  justify-content: center;
  border-top: solid 1px rgba(102, 102, 102, 0.21);
  padding-top: 16px;
  padding-bottom: 16px;
}

.iov-filterfacet__content-footer--sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: white;
}

.iov-filterfacet__content-footer button {
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .iov-filterfacet__content .sv-column-6 {
    margin-bottom: 0 !important;
  }
}

.iov-filterfacet-datelabel {
  min-width: 35px;
}

.iov-vux-filterbadge {
  background-color: #ffefa4;
  color: #262626;
  padding: 3px 8px 3px 12px;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 5px;
}

.iov-vux-filterbadge--clear {
  background-color: #ffffff;
  color: #692859;
  border: 1px solid #692859;
  display: inline-flex;
  align-items: center;
}

span.iov-vux-filterbadge--closable {
  background-image: url("/webdav/files/System/svg/close.svg");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 30px;
}

button.iov-vux-filterbadge--closable {
  background-image: url("/webdav/files/System/svg/close.svg");
  background-repeat: no-repeat;
  background-position: right -5px center;
  /* padding-right: 30px; */
  height: 16px;
  width: 16px;
  padding-right: 0;
  border: none;
  background-color: initial;
  cursor: inherit;
  /* background-position-x: center; */
  padding: 0;
  /* position: relative; */
  /* top: 3px; */
  margin-left: 7px;
}

.iov-vux-button--clearfilter {
  align-self: flex-end;
  margin-top: 25px;
}

.iov-vux-filtercontainer {
  display: flex;
  align-items: self-end;
  flex-flow: wrap;
}

.iov-vux-filter-fieldset {
  border-radius: 10px;
  border: solid 1px #666666;
  margin: unset;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
}

/*************************************/
/*                                   */
/* Visa mer/mindre för aktiva filter */
/*                                   */
/*************************************/
.iov-vux-filter-fieldset__container {
  position: relative;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.iov-vux-filter-fieldset__container:last-of-type {
  margin-right: 0;
}

.iov-vux-filter-fieldset__togglable {
  height: 93px;
  overflow: hidden;
}

.iov-vux-filter-fieldset__togglable--expanded {
  height: auto;
}

.iov-vux-filter-fieldset__toggler--expanded .skv-icon {
  transform: rotate(180deg);
}

.iov-vux-filter-fieldset__toggler {
  background-color: #fff;
  padding: 0 8px 0 8px;
  border: solid 1px #d9d9d9;
  position: absolute;
  bottom: -20px;
  right: 10px;
  color: #692859;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.iov-vux-filter-legend {
  font-size: 1rem;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  margin: unset;
  max-width: unset;
  width: unset;
}

.iov-vux-filter__collapsablecontainer {
  display: none;
}

.iov-vux-filter__collapsablecontainer.iov-vux-filter__collapsablecontainer--open {
  display: block;
}

.iov-vux-filter__collapsablecontainer .skv-custom-control--checkbox:last-child {
  margin-bottom: 24px;
}

.iov-filterfacet__collapsable.active .skv-icon {
  transform: rotate(180deg);
}

.iov-vux-interestareatoggler {
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  border: none;
  border-top: 1px solid #dceaea;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0;
  padding-right: 0;
  color: #692859;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: 600;
}

.skv-custom-control.skv-custom-control--checkbox input {
  top: 9px;
  left: 2px;
}

.iov-vux-interestareatoggler a {
  color: #692859;
}

.iov-vux-interestareatoggler[aria-expanded="true"] a {
  color: #262626;
}

.sv-column-6:first-child .iov-vux-interestareatoggler:first-child {
  border-top: none;
}

@media (min-width: 991px) {
  .sv-column-6 .iov-vux-interestareatoggler:first-child {
    border-top: none;
  }
}

.iov-secondaryfiltercontainer {
  padding-left: 0;
  padding-right: 0;
}

.iov-secondaryfiltercontainer .skv-form-group {
  border-bottom: 1px solid #dceaea;
  padding-bottom: 1.5rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.iov-secondaryfiltercontainer .skv-form-group:last-child {
  padding-bottom: 3rem;
}

#paceofstudy-parttimecontainer {
  padding-left: 24px;
}

.iov-vux__fadedboxcontainer {
  position: relative;
  margin-bottom: 1rem;
}

.iov-vux__fadedbox {
  max-height: 150px;
  position: relative;
  overflow: hidden;
  transition: max-height 0.6s;
}

.iov-vux__fadedbox1 {
  /* width: 776px;
    height: 200px;
    margin: 8px 0 0; */
  /* font-family: SourceSansPro; */
  font-size: 1.25rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  /* text-align: left; */
  color: #262626;
}

.iov-vux__fadedbox_readmore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;

  background-image: linear-gradient(to bottom, transparent, white);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.iov-vux__fadedbox_readmore__link {
  color: #692859;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  bottom: -20px;
}

.iov-vux__fadedbox_readmore__text {
  border: none;
  background-color: initial;
  color: #692859;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
}

.iov-vux__fadedboxcontainer.expanded {
  margin-bottom: 30px;
}

.iov-vux__fadedboxcontainer.expanded .iov-vux__fadedbox_readmore__link {
  bottom: -32px;
}

.iov-vux__fadedboxcontainer.expanded .iov-vux__fadedbox_readmore {
  padding: 0;
}

.hitsize-heading-underlined {
  /* position: relative; */
  font-weight: 600;
  display: inline-block;
  font-size: 2.25rem;
  margin: 1.75rem 0;
}

.hitsize-heading-underlined__line {
  background-color: #e07d53;
  height: 3px;
  width: 50px;
  transform: translateY(17px);
  display: none;
}

/* .hitsize-heading-underlined::after {
    position: absolute;
    content: '';
    bottom: -17px;
    background-color: #e07d53;
    height: 3px;
    width: 50px;
    left: 0;
} */

@media (max-width: 768px) {
  .hitsize-heading-underlined {
    font-size: 1.5rem;
  }

  .hitsize-heading-underlined__line {
    transform: translateY(8px);
  }
}

#iov-filterfacet-area {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 14px;
}

.iov-vux-filterbadge {
  margin-right: 8px;
  margin-bottom: 8px;
}

.iov-vux-filter-fieldset .iov-vux-filterbadge {
  margin-left: -3px;
}

.iov-vux-filter-fieldset .iov-vux-filterbadge.iov-vux-filterbadge--remove {
  border: 1px solid #ffefa4;
  display: inline-flex;
  align-items: center;
}

.skv-custom-control--checkbox .skv-custom-control__label::before,
.skv-custom-control--checkbox .skv-custom-control__label::after {
  margin-top: 7px;
  bottom: unset;
}

#reveal-utbildningsform .sv-row:first-child .skv-custom-control__label {
  padding-right: 0;
}

/* #reveal-utbildningsform .sv-row:first-child .iov-icon {
    margin-top: -5px;
    margin-left: 0;
} */

#reveal-utbildningsform .sv-row:first-child {
  margin-bottom: 30px;
}

#reveal-utbildningsform .sv-row:last-child {
  /* border-top: 1px solid #dceaea; */
  /* padding-top: 0.75rem; */
  margin-bottom: 0;
}

.iov-vux-buttons-container {
  position: sticky;
  bottom: 0;
  margin-top: 96px;
  margin-bottom: -40px;
  z-index: 20;
}

.iov-vux-buttons {
  box-shadow: 0 3px 6px 0 rgba(102, 102, 102, 0.2);
  border: solid 1px rgba(102, 102, 102, 0.21);
  background-color: #e8dfe6;
  display: flex;
  justify-content: center;
  padding: 18px 135px 17.5px;
}

@media only screen and (max-width: 991px) {
  .iov-vux-secondaryfilters__buttons {
    justify-content: center;
  }
}

.iov-vux-buttons .iov-vux-secondaryfilters__buttons {
  max-width: 1244px;
  flex: 1;
}

.iov-vux-container .multi-select-menu input {
  /* margin-right: 0.3em; */
  /* vertical-align: 0.1em; */
  /* width: 1.125rem; */
  /* height: 1.125rem; */
  appearance: none;
  /* position: absolute; */
  display: block;
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  margin: auto 0;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #ffffff;
  border: 2px solid #692859;
  /* content: ''; */
  border-radius: 0.125rem;
  margin-right: 5px;
  margin-top: revert;
}

.iov-vux-container .multi-select-menu input:checked {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 0.875rem 0.875rem;
  background-size: 0.875rem;
  background-color: #692859;
  background-image: url("/webdav/files/System/svg/tick-white.svg");
  border: none;
}

.iov-tooltip-content-explanation {
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: #262626;
}

.iov-tooltip-content-explanation a {
  font-weight: 600;
  color: #692859 !important;
}

.iov-tooltip-content-explanation a:after {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-image: url("/webdav/files/System/svg/arrow-right-dark.svg");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  background-position-y: 4.6px;
  background-position-x: -3px;
  margin-right: -20px;
}

.iov-filtercontainer .iov-tooltip-icon {
  transform: translateY(-2px);
}

.iov-vux-beta-container {
  width: fit-content;
  /* height: 24px; */
  /* margin: 3px 47.5px 3px 11.5px; */
  padding: 3px 8px;
  border-radius: 4px;
  border: solid 1px #f59c00;
  background-color: #ffefa4;
  /* margin-left: 10px; */
  margin-bottom: 5.5px;
}

.iov-vux-beta-container__text {
  /* width: 140px; */
  /* height: 20px; */
  /* font-family: SourceSansPro; */
  font-size: .875rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: normal;
  text-align: left;
  color: #692859;
  display: block;
}

.iov-vux-beta-ingress {
  /* width: 330px;
    height: 100.5px; */
  /* margin: 0.5px 20.9px 15px 3px; */
  /* font-family: SourceSansPro; */
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  margin-bottom: 12px;
  display: block;
}

.iov-vux-beta-ingress a {
  color: #0079c2;
  text-decoration: underline;
}

.iov-vux-beta-text {
  /* width: 721px;
    height: 31px; */
  /* margin: 6px 57px 12px 48px; */
  /* font-family: SourceSansPro; */
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  /* text-align: left; */
  color: #666666;
}

.iov-header--icon-blue {
  fill: #0079c2;
}

.iov-vux-viewcontainer .iov-vux-komvux-text {
  margin-bottom: -28px;
}

.iov-vux-komvux-text {
  /* widtksh: 728px; */
  /* height: 150px; */
  background-color: #fffaf2;
  border-top: 4px solid #ef7748;
  border-bottom: 1px solid #d9d9d9;
  padding: 21px 73px 26px 59px;
  position: relative;
  /* top: 25px;; */
  margin-bottom: 25px;
}

.iov-vux-komvux-text-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.iov-vux-komvux-text-header > .iov-icon {
  position: absolute;
  transform: translateX(-40px);
  fill: #ef7748;
  margin-left: 0.3rem;
}

.iov-vux-komvux-text-header-heading {
  line-height: 2rem;
  /* width: 89px; */
  /* height: 28px; */
  /* margin: 17px 485px 5px 15px; */
  /* font-family: SourceSansPro; */
  font-size: 1.25rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #262626;
}

.iov-vux-komvux-text-body {
  /* width: 596px; */
  /* height: 70px; */
  margin-top: 5px;
  /* margin: 2px 29.9px 25px 15px; */
  /* font-family: SourceSansPro; */
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5rem;
  letter-spacing: normal;
  text-align: left;
  color: #262626;
}

.iov-vux-komvux-text > div:first-child button span {
  /* width: 44px; */
  /* height: 25px; */
  /* margin: 16px 7.9px 9px 485px; */
  /* font-family: SourceSansPro; */
  font-size: 1.125rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #692859;
}

.iov-vux-komvux-text > div:first-child button {
  display: flex;
  /* align-items: center; */
  gap: 5px;
  line-height: initial;
  height: 25px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  color: #262626;
  margin-right: -45px;
}

.iov-vux-komvux-text > div:first-child button svg {
  transform: translateY(1px);
}

.Tillbaka-till-skresultatet {
  /* width: 209px; */
  /* height: 28px; */
  /* margin: 0 0 0 9.3px; */
  /* font-family: SourceSansPro; */
  font-size: 1.25rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #692859;
  margin-top: 48px;
}

.iov-icon--turquoise {
  transform: rotateY(180deg);
}

.iov-vox-sortorder {
  border: none;
  background: url("/webdav/files/System/svg/arrow-down-purple.svg");
  background-repeat: no-repeat;
  padding-left: 0.3rem;
  padding-right: 1.8rem !important;
  color: #692859;
  font-weight: bold;
  height: 0;
}

.iov-vox-sortorder-width {
  visibility: hidden;
  width: unset;
  height: 0;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.Path-1493 {
  height: 47px;
  background-color: #f6fafa;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Dlj {
  /* width: 38px; */
  /* height: 22px; */
  /* margin: 1px 9px 1px 0; */
  /* font-family: SourceSansPro; */
  font-size: 1rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: right;
  color: #692859;
}

.skv-reveal {
  margin: 16px 0 0 0;
}

.skv-reveal__content-toggle {
  margin-top: 36px;
}

.multi-select-container {
  display: inline-block;
  position: relative;
  width: 100%;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 1.5rem;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid #692859;
  display: none;
  z-index: 1;
}

.multi-select-menu input {
  margin-right: 0.3em;
  vertical-align: 0.1em;
  width: 1.125rem;
  height: 1.125rem;
}

.multi-select-menu input:checked {
  border: 1px solid;
}

.multi-select-button {
  display: inline-block;
  font-size: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #692859;
  cursor: default;
  width: 100%;

  background-position: right 0.625rem center;
  -webkit-background-size: 1.25rem 1.25rem;
  background-size: 1.25rem 1.25rem;
  border-radius: 4px;

  min-height: 42px;
  padding: 0.3125rem 0.875rem;
  padding-right: 2.625rem;

  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #692859;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  background-image: url("/webdav/files/System/svg/arrow-down-purple.svg");
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 0.625rem;
}

.multi-select-container--open .multi-select-menu {
  display: block;
}

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}

.multi-select-menuitems {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.multi-select-menuitem {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: normal;
  padding-left: 0.875rem;
  display: flex;
  align-items: center;
}

