/* =====================================
    Font-face – PostcodeLottery font - Lowercase because of Sitevision being stupid
======================================== */


/* Regular */
@font-face {
  font-family: 'postcodelottery';
  src: url('/webapp-resources/postcodelottery-regular-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular Italic */
@font-face {
  font-family: 'postcodelottery';
  src: url('/webapp-resources/postcodelottery-regularitalic-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-regularitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Semibold */
@font-face {
  font-family: 'postcodelottery';
  src: url('/webapp-resources/postcodelottery-semibold-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-semibold-webfont.woff') format('woff');
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}

/* Semibold Italic */
@font-face {
  font-family: 'postcodelottery';
  src: url('/webapp-resources/postcodelottery-sembdita-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-sembdita-webfont.woff') format('woff');
  font-weight: 500 600;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'postcodelottery';
  src: url('/webapp-resources/postcodelottery-bold-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: 'postcodelottery';
  src: url('/webapp-resources/postcodelottery-bolditalic-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: 'postcodelottery';
  src: url('/webapp-resources/postcodelottery-black-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic */
@font-face {
  font-family: 'postcodelottery';
  src: url('/webapp-resources/postcodelottery-blackitalic-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-blackitalic-webfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Condensed Extra Bold */
@font-face {
  font-family: 'postcodelottery-condensed';
  src: url('/webapp-resources/postcodelottery-condextbd-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-condextbd-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* =====================================
    Font-face – PostcodeLottery font – Regular casing
======================================== */


/* Regular */
@font-face {
  font-family: 'PostcodeLottery';
  src: url('/webapp-resources/postcodelottery-regular-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular Italic */
@font-face {
  font-family: 'PostcodeLottery';
  src: url('/webapp-resources/postcodelottery-regularitalic-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-regularitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Semibold */
@font-face {
  font-family: 'PostcodeLottery';
  src: url('/webapp-resources/postcodelottery-semibold-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-semibold-webfont.woff') format('woff');
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}

/* Semibold Italic */
@font-face {
  font-family: 'PostcodeLottery';
  src: url('/webapp-resources/postcodelottery-sembdita-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-sembdita-webfont.woff') format('woff');
  font-weight: 500 600;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'PostcodeLottery';
  src: url('/webapp-resources/postcodelottery-bold-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: 'PostcodeLottery';
  src: url('/webapp-resources/postcodelottery-bolditalic-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: 'PostcodeLottery';
  src: url('/webapp-resources/postcodelottery-black-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic */
@font-face {
  font-family: 'PostcodeLottery';
  src: url('/webapp-resources/postcodelottery-blackitalic-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-blackitalic-webfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Condensed Extra Bold */
@font-face {
  font-family: 'PostcodeLottery-Condensed';
  src: url('/webapp-resources/postcodelottery-condextbd-webfont.woff2') format('woff2'),
       url('/webapp-resources/postcodelottery-condextbd-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "spl-icon-font";
  src: url("https://web.postkodlotteriet.se/assets/fonts/spl-icon-font.eot?pvaek2");
  src: url("https://web.postkodlotteriet.se/assets/fonts/spl-icon-font.eot?pvaek2#iefix")
      format("embedded-opentype"),
    url("https://web.postkodlotteriet.se/assets/fonts/spl-icon-font.ttf?pvaek2")
      format("truetype"),
    url("https://web.postkodlotteriet.se/assets/fonts/spl-icon-font.woff?pvaek2")
      format("woff"),
    url("https://web.postkodlotteriet.se/assets/fonts/spl-icon-font.svg?pvaek2#spl")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #000;

  --gray-10: #f3f3f3;
  --gray-20: #e5e5e5;
  --gray-30: #ccc;
  --gray-40: #aaa;
  --gray-50: #949494;
  --gray-70: #6E6E6E;
  --gray-90: #333;

  --red-70: #e30027;
  --red-80: #9E001B;
  --red-90: #790000;

  --blue-10: #EBF5FC;
  --blue-70: #00408A;
  --blue-90: #001B50;
     
  --green-70: #007900;
}
     
html {
	scrollbar-gutter: stable;
}

html,
body {
  font-size: 100%;
  line-height: 120%;
}

body {
  background-color: var(--white);
  font-family: PostcodeLottery, Helvetica, sans-serif;
  text-wrap: pretty;
}

body a {
  font-weight: 600;
}

body:has(> #CybotCookiebotDialog:not([style*="display: none"])) {
  pointer-events: none;
}

#CybotCookiebotDialog {
  pointer-events: all;
}

body:has(> #CybotCookiebotDialog:not([style*="display: none"]))::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(0.5rem);
  z-index: 2147483630;
}

button,
input,
optgroup,
select,
textarea {
  font-family: PostcodeLottery, Helvetica, sans-serif;
  font-size: 0.9375rem;

  @media only screen and (min-width: 769px) {
    font-size: 1.0625rem;
  }
}

*:focus-visible {
  outline: var(--black) solid 0.125rem;
  border-radius: 0.25rem;
  outline-offset: 0.125rem;
}
     
[tabindex="-1"]:focus,
[tabindex="-1"]:focus-visible {
  outline: none;
}

.sv-js #CookiebotWidget {
  z-index: 90;
}

/* =====================================
    Font details
======================================== */

[class^="spl-icon-font-"],
[class*=" spl-icon-font-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: "spl-icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spl-icon-2x {
  font-size: 2em;
}

.spl-icon-3x {
  font-size: 3em;
}

.spl-icon-4x {
  font-size: 4.6em;
}

.spl-icon-5x {
  font-size: 5em;
}

.spl-icon-blue {
  color: var(--blue-70);
}

.spl-icon-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* =====================================
    Icon definitions
======================================== */

.spl-icon-font-autogiro::before {
  content: "\e900";
}

.spl-icon-font-benefit::before {
  content: "\e901";
}

.spl-icon-font-bill::before {
  content: "\e902";
}

.spl-icon-font-bingo-bricka::before {
  content: "\e903";
}

.spl-icon-font-bingo-player::before {
  content: "\e904";
}

.spl-icon-font-bingo-time::before {
  content: "\e905";
}

.spl-icon-font-bingo::before {
  content: "\e906";
}

.spl-icon-font-check-lottery::before {
  content: "\e907";
}

.spl-icon-font-check::before {
  content: "\e908";
}

.spl-icon-font-chevron-circle-down::before {
  content: "\e909";
}

.spl-icon-font-chevron-circle-left::before {
  content: "\e90a";
}

.spl-icon-font-chevron-circle-right::before {
  content: "\e90b";
}

.spl-icon-font-chevron-circle-up::before {
  content: "\e90c";
}

.spl-icon-font-chevron-down::before {
  content: "\e90d";
}

.spl-icon-font-chevron-left::before {
  content: "\e90e";
}

.spl-icon-font-chevron-right::before {
  content: "\e90f";
}

.spl-icon-font-chevron-up::before {
  content: "\e910";
}

.spl-icon-font-close::before {
  content: "\e911";
}

.spl-icon-font-create-account::before {
  content: "\e912";
}

.spl-icon-font-credit-card::before {
  content: "\e913";
}

.spl-icon-font-deposit::before {
  content: "\e914";
}

.spl-icon-font-edit::before {
  content: "\e915";
}

.spl-icon-font-facebook::before {
  content: "\e916";
}

.spl-icon-font-gaming-limit::before {
  content: "\e917";
}

.spl-icon-font-geotag::before {
  content: "\e918";
}

.spl-icon-font-history::before {
  content: "\e919";
}

.spl-icon-font-info::before {
  content: "\e91a";
}

.spl-icon-font-instagram::before {
  content: "\e91b";
}

.spl-icon-font-loader::before {
  content: "\e91c";
}

.spl-icon-font-log-out::before {
  content: "\e91d";
}

.spl-icon-font-lottery-tickets::before {
  content: "\e91e";
}

.spl-icon-font-mailings::before {
  content: "\e91f";
}

.spl-icon-font-menu::before {
  content: "\e920";
}

.spl-icon-font-minus::before {
  content: "\e921";
}

.spl-icon-font-my-profile::before {
  content: "\e922";
}

.spl-icon-font-plus::before {
  content: "\e923";
}

.spl-icon-font-question-mark::before {
  content: "\e924";
}

.spl-icon-font-bankid::before {
  content: "\e925";
}

.spl-icon-font-scratch::before {
  content: "\e926";
}

.spl-icon-font-search::before {
  content: "\e927";
}

.spl-icon-font-trashcan::before {
  content: "\e928";
}

.spl-icon-font-twitter::before {
  content: "\e929";
}

.spl-icon-font-withdrawal::before {
  content: "\e92a";
}

.spl-icon-font-youtube::before {
  content: "\e92b";
}

.spl-icon-font-share::before {
  content: "\e930";
}

.spl-icon-font-clock::before {
  content: "\e931";
}

.spl-icon-font-copy::before {
  content: "\e932";
}

.spl-icon-font-error-circle::before {
  content: "\e933";
}

.spl-icon-font-error::before {
  content: "\e934";
}

.spl-icon-font-external::before {
  content: "\e935";
}

.spl-icon-font-filter::before {
  content: "\e936";
}

.spl-icon-font-heart-outline::before {
  content: "\e937";
}

.spl-icon-font-heart-filled::before {
  content: "\e938";
}

.spl-icon-font-idea::before {
  content: "\e939";
}

.spl-icon-font-scratch-subscription::before {
  content: "\e940";
}

.spl-icon-font-info-witout-circle::before {
  content: "\e941";
}

.spl-icon-font-link::before {
  content: "\e942";
}

.spl-icon-font-lottery-ticket::before {
  content: "\e943";
}

.spl-icon-font-notification::before {
  content: "\e944";
}

.spl-icon-font-notification-saved::before {
  content: "\e945";
}

.spl-icon-font-send::before {
  content: "\e946";
}

.spl-icon-font-settings::before {
  content: "\e947";
}

.spl-icon-font-spinner::before {
  content: "\e948";
}

.spl-icon-font-star-outline::before {
  content: "\e949";
}

.spl-icon-font-star-filled::before {
  content: "\e950";
}

.spl-icon-font-warning-triangle::before {
  content: "\e951";
}

/* =====================================
    Typography â€“ Headings â€“ Titles
======================================== */

p {
  font-size: 0.9375rem;
  line-height: 1.3;
  margin: 0 0 0.75rem;

  @media only screen and (min-width: 769px) {
    font-size: 1.0625rem;
    margin: 0 0 1rem;
  }
   
   strong, b {
      color: var(--gray-90);
   }

  a {
    color: var(--blue-70);
    font-weight: 600 !important;

    &:hover {
      color: var(--blue-90);
      text-decoration: underline;
    }
  }

  &:empty {
    display: none;
  }

  &[class*="winnercalculator-module__spl-winner-calculator__right-side__amount"] {
    display: block;
  }
}
     
ul li, ol li {
   strong, b {
      color: var(--gray-90);
   }
}

p.sv-portlet-image-caption:empty {
  display: none;
}

.sv-portlet h4 {
  display: block !important;
}

h1 a,
h2 a,
h3 a,
h4 a {
  font-weight: 700;
}

a.normal {
  font-weight: 600;
}

p.normal:has(ul),
p.normal:last-of-type:has(ul) {
  margin-bottom: 1rem;
}

.sv-text-portlet p strong,
.sv-text-portlet p strong *,
.sv-text-portlet li strong,
.sv-text-portlet li strong * {
  font-weight: 600 !important;
}

.vittext p.normal strong,
.vittext p.normal b,
.vittext strong {
  color: var(--white) !important;
}

.sv-text-portlet-cloned-content *,
.sv-text-portlet-content * {
  white-space: normal;
  text-wrap: pretty;
}

.sv-portlet-image-caption {
  padding: 0.5rem;
  font-size: 0.8125rem;

  @media only screen and (min-width: 769px) {
    font-size: 0.9375rem;
  }
}

.sv-text-portlet-content ul,
.sv-text-portlet-content ol {
  padding-left: 1rem;

  @media screen and (min-width: 1025px) {
    padding-left: 1.25rem;
  }
}

ul.normal {
  list-style: none;
}

.sv-text-portlet-content ol ul.normal {
  margin-top: 0.5rem !important;
  margin-bottom: 0.75rem !important;
}

.sv-text-portlet-content ol > li:not(:last-child),
.sv-text-portlet-content ul > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

ul.normal li {
  text-indent: -1.15em;
}

ul.normal li:before {
  display: inline-block;
  position: relative;
  content: "";
  -webkit-border-radius: 0.75em;
  border-radius: 0.333333em;
  height: 0.333333em;
  width: 0.333333em;
  margin-right: 0.75em;
  background-color: var(--red-70);
  top: -0.125em;
  left: 0.25em;
}

ul.normal li ul {
  list-style: none;
}

ul.normal li ul li:before {
  display: inline-block;
  position: relative;
  content: "";
  -webkit-border-radius: 0.75em;
  border-radius: 0.333333em;
  height: 0.333333em;
  width: 0.333333em;
  margin-right: 0.75em;
  background-color: var(--red-70);
  top: -0.125em;
  left: 0.25em;
}

html:has(a[href*="#"]) {
  scroll-behavior: smooth;
}

html:has(.smooth-scroll-w-menu-offset) {
  scroll-behavior: smooth;
  scroll-padding-top: 4.6875rem;
}

@media (min-width: 769px) {
  html:has(.smooth-scroll-w-menu-offset) {
    scroll-padding-top: 6.75rem;
  }
}

a.spl-link {
  font-family: PostcodeLottery, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--blue-70);
  line-height: 1.3;

  @media only screen and (min-width: 769px) {
    font-size: 1.0625rem;
  }
}

a:has(.linkblock) {
  display: block !important;
}

.sv-2023-card-overflow-hidden:has(.linkblock) {
  overflow: visible !important;
}

.linkblock {
  overflow: hidden;
  border-radius: 0.5rem;
}

/* 20191107 - Skalbar text och padding */
.skalbarpadding {
  padding-left: calc(7px + 10 * ((100vw - 320px) / 680));
  padding-right: calc(7px + 10 * ((100vw - 320px) / 680));
}

.skalbartext p {
  font-size: 0.75rem;
}

.skalbartext h3 {
  font-size: 0.9375rem;
}

@media screen and (min-width: 320px) {
  .skalbarpadding {
    padding-left: calc(7px + 10 * ((100vw - 320px) / 680));
    padding-right: calc(7px + 10 * ((100vw - 320px) / 680));
  }

  .skalbartext p {
    font-size: calc(0.75rem + 10 * ((100vw - 320px) / 680));
  }

  .skalbartext h3 {
    font-size: calc(1rem + 10 * ((100vw - 320px) / 680));
    margin-bottom: calc(0.125rem + 5 * ((100vw - 320px) / 680)) !important;
  }
}

@media screen and (min-width: 1000px) {
  .skalbarpadding {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .skalbartext p {
    font-size: 1.3125rem;
  }

  .skalbartext h3 {
    font-size: 1.4375rem;
    margin-bottom: 0.25rem !important;
  }
}

/* =====================================
    Mina sidor: Overrides
======================================== */

.spl-sw [class*="mypageslinks-module__mypages-links__link"] {
  text-decoration: none;
}

/* =====================================
    Charity counter on Mina sidor
======================================== */

/* .sv-layout
  .spl-sw
  [class*="totalcontributions-module__total-contributions__heading"] {
  font-size: 1.1875rem;
  max-width: 100% !important;
  margin-bottom: 1rem;

  @media only screen and (min-width: 769px) {
    font-size: 1.4375rem;
    margin-bottom: 1.5rem;
  }
}

.spl-sw
  [class*="totalcontributions-module__total-contributions__item__value"]
  > * {
  font-size: 1.0625rem;
  font-weight: 700;

  @media only screen and (min-width: 769px) {
    font-size: 1.1875rem;
  }
}

.spl-sw [class*="totalcontributions-module__total-contributions__container"] {
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: var(--gray-10);

  @media only screen and (min-width: 769px) {
    padding: 2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}

.sv-layout
  .spl-sw
  [class*="totalcontributions-module__total-contributions__items"]
  > * {
  @media only screen and (min-width: 992px) {
    width: 25%;
  }
}

.spl-sw [class*="totalcontributions-module__total-contributions__item__value"] {
  font-weight: 700;
  color: var(--gray-90);
} */

/* =====================================
    SPL Total winnings during a year
======================================== */

/* .sv-SPL-TotalWinnings * {
  color: var(--gray-90);
  font-family: PostcodeLottery, Helvetica, sans-serif;

  [class*="totalwinningssection-module__total-winnings-section__heading"] {
    color: var(--gray-90);
    font-size: 1.0625rem;
    font-weight: 700;

    @media only screen and (min-width: 769px) {
      font-size: 1.1875rem;
    }
  }

  [class*="totalwinningssection-module__total-winnings-section__list-item__description"] {
    font-size: 0.8125rem;
    font-weight: 600;
  }
  
} */

/* =====================================
    Vinstkartan
======================================== */

.sv-SPL-Vinstkarta {
  [class*="map-input-module__spl-fieldset"] {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  [class*="map-input-module__spl-fieldset__input-wrapper"] {
    border-right: 1px solid var(--gray-30);
  }

  [class*="map-input-module__spl-fieldset__input-wrapper__icon"] {
    display: none !important;
  }

  [class*="map-input-module__spl-map__select"], 
  [class*="map-input-module__spl-map__select-label"] {
    padding: 0 1.75rem 0 1rem !important;
    background-position: center right 0.5rem !important;
  }

}

/* =====================================
    Group Prizes Section Slider
======================================== */

.campaign-prize-section {
   padding: 1rem 1rem 0.25rem;
   border-radius: 0.75rem;
   border: 0.125rem solid var(--red-70);
   
   @media screen and (max-width: 768px) {
      padding: 1.5rem 1rem 1rem;
      
      .sv-2023-padding-bottom-sm {
         padding-top: 0;
         padding-bottom: 0;
      }
      
      .sv-row .sv-2025-prize-plan-column {
         margin-bottom: 0.75rem !important;
   	}
      
      .sv-row:last-child .sv-2025-prize-plan-column:last-child {
         margin-bottom: 0 !important;
   	}
   }
      
   > .sv-text-portlet {
      position: relative;
      margin-top: -2.5rem;
      margin-bottom: 0.75rem;
      
      @media screen and (min-width: 769px) {
         margin-top: -2.1rem;
         margin-bottom: 0;
      }
      
      
      h2 {
         position: relative;
         background: var(--white);
    		display: inline-block;
    		padding: 0 1rem;
         left: 0.5rem;
            
            &:before {
               position: absolute;
               content: '';
               background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjUgMjFMMTcuNSAxNEwxMC41IDciIHN0cm9rZT0iI0UzMDAyNyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
               background-position: left center;
               background-size: cover;
               background-repeat: no-repeat;
               width: 1.75rem;
               height: 1.75rem;
               display: inline-block;
               top: 0.07rem;
               left: -1rem;
               
               @media screen and (min-width: 769px) {
                  top: 0.185rem;
               }
                
            }
      }
   }
}

/* =====================================
    Main navigation & Main menu
======================================== */

header.sv-vertical {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  margin-top: 5rem;
}

#spl-mymenu-mobile-togglemenu-link {
  text-decoration: none;
}

/* Top header */
.white-head-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--red-70);
  padding: 0.5rem 1rem 0 0.5rem;
  height: 3.4375rem;
  z-index: -1;
}

.spl-menu-wrapper.hidden-sm-down {
  @media only screen and (max-width: 1199px) {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .mobile-logo {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .mobile-logo {
    a {
      background-image: url("/logo-mobile.png") !important;
      background-repeat: no-repeat;
      background-size: contain !important;
      display: inline-block !important;
      width: 100% !important;
      height: 100% !important;
    }
  }

  .white-head-area .mobile-logo {
    height: 2.5rem;
    width: 3.75rem;
    display: block;
    float: left;
  }

  .white-head-area .mobile-logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .white-head-area {
    background-color: var(--gray-20);
  }

  .white-head-area:before {
    content: "";
    display: block;
    background-color: var(--gray-20);
    width: 100%;
    height: 2.125rem;
  }
}

.skip-link {
   display: block;
   position: absolute;
   background: var(--red-70);
   color: var(--white);
   font-weight: 700;
   text-decoration: none;
   left: 50%;
   padding: 0.25rem 0.5rem;
   border-radius: 0 0 0.5rem 0.5rem;
   transform: translate(-50%, -100%);
   transition: transform 0.3s;
   z-index: 1031;
   margin-top: -5rem;
}
     
.skip-link:hover {
	color: var(--white);
}

.skip-link:focus {
	transform: translate(-50%, 0);
   box-shadow: 0 0 0 2px white;
}

@media only screen and (min-width: 1200px) {

  .sv-SPL-MyMenu a {
    color: var(--blue-90) !important;
    font-weight: 600;
  }

  .sv-SPL-MyMenu a:hover {
    color: var(--gray-90) !important;
  }

  .spl-menu-wrapper {
    margin-top: 2.125rem;
  }

  .spl-menu-line {
    position: absolute;
    background: var(--red-70);
  }

  .spl-menu-item > div > a {
    font-weight: 400;
    text-decoration: none !important;
    color: var(--white);
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0.7rem 0.2rem;
    transition: background ease-out 0.3s;

    &:hover {
      text-decoration: none;
    }

    &:focus-visible {
      box-shadow: 0 0 0 0.125rem rgba(255, 255, 255, 1);
    }

    @media only screen and (min-width: 1000px) {
      padding: 0.7rem 0.75rem;
    }

    @media only screen and (min-width: 769px) and (max-width: 1000px) {
      font-size: 0.9375rem;
    }
  }

  .spl-menu-item > div > a:hover:not(.logo) {
    background-color: var(--red-80);
  }

  .spl-menu-item > div > a .spl-menu a:hover {
    text-decoration: none;
  }

  .spl-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .spl-menu a {
    color: var(--white);
  }

  .spl-menu .logo {
    position: absolute;
    top: -1.6875rem;
    z-index: 10;
    left: 0;
    color: transparent;
  }

  .spl-menu .spl-menu-item {
    position: relative;
    font-size: 1.0625rem;
    margin: 0;
    flex: 1 0 auto;
    max-height: 100%;
  }

  .spl-menu .spl-menu-item:hover {
    background-color: var(--red-80);
  }

  .spl-menu .spl-menu-item > div {
    display: flex;
    height: 100%;
  }

  .spl-menu .spl-menu-item.btn.active {
    background-color: var(--red-80);
    box-shadow: none;
  }

  .spl-menu .spl-menu-item:hover {
    box-shadow: none;
  }

  .spl-menu-line {
    position: absolute;
  }

  .spl-menu-line .spl-menu-dorpdown,
  .spl-menu-line .spl-menu-dropdown {
    z-index: 1;
    position: absolute;
    top: 2.5625rem;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: var(--red-80);
    visibility: hidden;
    opacity: 0;
    width: 17.5rem;
    -webkit-transition-delay: 0.7s, 0.7s, 0.5s;
    transition-delay: 0.7s, 0.7s, 0.5s;

    @media only screen and (min-width: 769px) and (max-width: 1000px) {
      left: auto;
      right: 0;
    }
  }

  .spl-menu-dorpdown .flex-column > div,
  .spl-menu-dropdown .flex-column > div {
    display: flex;
  }

  .spl-menu-line .spl-menu-dorpdown.hover-sub-menu > li.flex-column,
  .spl-menu-line .spl-menu-dropdown.hover-sub-menu > li.flex-column {
    background-color: var(--red-80);
  }

  .spl-menu-line .spl-menu-dorpdown li:hover,
  .spl-menu-line .spl-menu-dropdown li:hover {
    background-color: var(--red-70);
  }

  .spl-menu-line .spl-menu-dorpdown li ul,
  .spl-menu-line .spl-menu-dropdown li ul {
    display: none;
  }

  .spl-menu-line .spl-menu-dorpdown li ul li,
  .spl-menu-line .spl-menu-dropdown li ul li {
    background-color: var(--red-90);
  }

  .spl-menu-line .spl-menu-dorpdown li ul.active,
  .spl-menu-line .spl-menu-dropdown li ul.active {
    display: block;
  }

  .spl-menu-line .spl-menu-dorpdown li ul.active ul,
  .spl-menu-line .spl-menu-dropdown li ul.active ul {
    display: none;
  }

  .spl-menu-line .spl-menu-dorpdown li ul.active .show-more,
  .spl-menu-line .spl-menu-dropdown li ul.active .show-more {
    display: none;
  }

  .spl-menu-line .spl-menu-dorpdown li a:not(.show-more),
  .spl-menu-line .spl-menu-dropdown li a:not(.show-more) {
    display: flex;
    color: var(--white);
    width: 100%;
    padding-left: 1.5rem;
    font-weight: 400;
    text-decoration: none !important;

    &:hover {
      text-decoration: none;
    }
  }

  .spl-menu-line .spl-menu-dorpdown a,
  .spl-menu-line .spl-menu-dropdown a {
    padding: 0.75rem 1.5rem;
    line-height: 1.2;

    @media only screen and (min-width: 769px) and (max-width: 1000px) {
      font-size: 0.9375rem;
    }
  }

  .spl-menu a.show-more.top-level {
    position: absolute;
    right: 0;
    width: auto;
    color: transparent;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    z-index: -1;
  }

  .spl-menu a.show-more.top-level:focus-visible {
    z-index: 1;
    background-color: var(--red-70);
    color: var(--white);
  }

  .spl-menu a.show-more {
    color: var(--white);
    padding: 0 0.8rem;
    display: flex;
    align-items: center;
  }

  .spl-menu-line .spl-menu-dorpdown .show-more,
  .spl-menu-line .spl-menu-dorpdown .show-more:focus,
  .spl-menu-line .spl-menu-dropdown .show-more,
  .spl-menu-line .spl-menu-dropdown .show-more:focus {
    text-decoration: none;
    background-image: none;
  }

  .spl-menu-line .spl-menu-dorpdown .show-more.expanded,
  .spl-menu-line .spl-menu-dorpdown .show-more:hover,
  .spl-menu-line .spl-menu-dorpdown .show-more:focus.expanded,
  .spl-menu-line
    .spl-menu-dorpdown
    .show-more:focus:hover,
    .spl-menu-line
    .spl-menu-dropdown
    .show-more.expanded,
  .spl-menu-line .spl-menu-dropdown .show-more:hover,
  .spl-menu-line .spl-menu-dropdown .show-more:focus.expanded,
  .spl-menu-line .spl-menu-dropdown .show-more:focus:hover {
    background-color: var(--red-90);
  }

  .spl-menu-dorpdown.active,
  .spl-menu-sub-dorpdown.active,
  .spl-menu-dropdown.active,
  .spl-menu-sub-dropdown.active,
  .spl-menu-dorpdown.is-active,
  .spl-menu-sub-dorpdown.is-active,
  .spl-menu-dropdown.is-active,
  .spl-menu-sub-dropdown.is-active {
    display: block !important;
  }
}

.mobile-menu {
  border-top: 0.0625rem solid var(--white);
}

.mobile-menu .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu .show-more {
  background-image: none;
}

.mobile-menu .btn-primary.active {
  background-color: var(--red-70);
}

.mobile-menu .show-more i {
  padding: 0.5rem 0.75rem;
  margin-top: 7px;
  background-color: var(--red-90);
}

.mobile-menu ul ul {
  display: none;
}

.mobile-menu li {
  position: relative;
}

.mobile-menu li .show-more {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.mobile-menu li a {
  display: block;
  padding: 0.625rem 5px 0.625rem 27px;
}

.mobile-menu li li {
  background: var(--red-90);
}

.mobile-menu li li a {
  padding-left: 37px;
}

.mobile-menu li li .show-more i {
  background-color: #4f000c;
}

.mobile-menu li li li {
  background-color: #4f000c;
  margin-bottom: 0;
}

.mobile-menu li li li a {
  padding-left: 47px;
}

.mobile-menu li li li .show-more i {
  background-color: var(--black);
}

.mobile-menu li li li li {
  background-color: var(--black);
  margin-bottom: 0;
}

.mobile-menu li li li li a {
  padding-left: 3.5rem;
}

.mobile-menu .show-toggle {
  padding: 0;
  text-align: center;
}

.mobile-menu .decendent > .spl-menu-dorpdown,
.mobile-menu .decendent > .spl-menu-sub-dorpdown {
  display: block;
}

.spl-menu-item:hover .spl-menu-dorpdown,
.spl-menu-dorpdown.is-active {
  max-height: calc(100vh - 5.625rem);
  overflow: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}

.spl-menu:hover .spl-menu-item:not(:hover) .spl-menu-dorpdown {
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}

li.spl-menu-item.spl-menu-logo:hover {
  background-color: var(--red-70);
}

.spl-menu-line .spl-menu-sub-dorpdown li a.fa {
  display: none;
}

.spl-menu > li:last-child .spl-menu-dorpdown:last-child,
.spl-menu > li:last-child .spl-menu-dropdown:last-child {
  right: 0;
  left: inherit;
}

@media only screen and (min-width: 1200px) {
  .spl-menu {
    min-width: 1200px;
  }

  .spl-menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .spl-menu-filler {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media only screen and (max-width: 1200px) {
  .spl-menu {
    min-width: auto;
  }

  .spl-menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .spl-menu-filler {
    width: 0;
  }

  .spl-menu-line .logo {
    left: 0.75rem;
  }
}

@media only screen and (max-width: 768px) {
  .spl-menu-wrapper {
    height: auto;
  }

  .spl-menu-item.spl-menu-logo a {
    background-image: none;
    padding-left: 1rem;
  }

  .spl-menu .spl-menu-item {
    border: none;
  }
}

/* RÃ¶d rad */
header.sv-layout ul {
  margin: 0;
  padding: 0;
}

header.sv-layout li {
  list-style: none;
}

/* Mobilemeny */
.menu-btn {
  display: none;
  background-color: var(--red-70);
  color: #fff;
  position: absolute;
  right: 0;
  padding: 1rem 0.625rem;
  top: -80px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .menu-btn {
    display: block;
  }
}

.menu-btn .spl-icon-font-menu {
  vertical-align: top;
}

.mobile-menu-wrapper {
  background: var(--red-70);
  height: 100%;
  width: 0;
  position: fixed;
  margin-right: -320px;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.36);
}

.mobile-menu-wrapper.in {
  margin-right: 0;
  max-width: 480px;
  width: 280px;
}

.mobile-menu-wrapper .closebtn {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.75rem 10.5rem;
  z-index: 99;
}

.mobile-menu-wrapper .closebtn i {
  -webkit-transform: translateY(0.1875rem);
  transform: translateY(0.1875rem);
}

.mobile-menu-wrapper a.closebtn:focus {
  text-decoration: none;
}

.mobile-menu-wrapper .mobile-menu-top-part {
  background-color: var(--red-80);
}

.mobile-menu-wrapper .left-menu__link--has-children {
  background: none;
}

#nav-overlay {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

#nav-overlay.in {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  #nav-overlay,
  .mobile-menu-wrapper {
    display: none !important;
  }
}

/* Reglerna fÃ¶r knapparna (temporÃ¤ra) */
.tab-menu-wrapper li a.btn,
.tab-menu-wrapper li p.spl-font-gron-knapp a,
p.spl-font-gron-knapp .tab-menu-wrapper li a,
.tab-menu-wrapper li p.spl-font-bla-knapp a,
p.spl-font-bla-knapp .tab-menu-wrapper li a {
  padding: 0.1875rem 0;
  width: 75%;
  margin-top: 7px;
}

.spl-menu-item.spl-menu-logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 9rem;
}

/* Pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;

  .page-item:first-child .page-link {
    margin-left: 0;
  }

  .page-item.active .page-link {
    color: var(--white);
    background-color: var(--blue-70);
    border-color: var(--blue-70);
  }

  .page-item.disabled .page-link {
    color: var(--gray-50);
    pointer-events: none;
    cursor: inherit !important;
    background-color: var(--white);
    border-color: var(--gray-50);
  }

  .page-link {
    position: relative;
    display: block;
    padding: 0.2rem 0.35rem;
    margin-right: 0.35rem;
    line-height: 1.5;
    color: var(--gray-70);
    background-color: var(--white);
    border: 1px solid var(--gray-30);
    border-radius: 0.25rem;

    @media only screen and (min-width: 769px) {
      padding: 0.5rem 0.75rem;
      margin-right: 0.75rem;
      line-height: 1.25;
    }
  }

  .page-link:focus,
  .page-link:hover {
    color: var(--black) !important;
    border-color: var(--black);
    background-color: transparent !important;
    text-decoration: none;
  }
}

/* =====================================
    Footer - Sidfot
======================================== */

.spl-sw .spl-footer {
  background-color: var(--gray-10);
  padding: 0 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid var(--gray-30);
}

.spl-footer__cookie-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--red-70);
  border: none;
  box-shadow: none;
  color: var(--white);
  width: 100%;
  appearance: none;
  padding: 1.5rem 0.75rem;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: underline;
  font-size: 0.9375rem;

  &:hover {
    background-color: var(--red-90);
  }

  @media (min-width: 769px) {
    font-size: 1.0625rem;
  }
  
}

@media (min-width: 769px) {
  .spl-sw .spl-footer {
    padding: 1.25rem;
  }
}
     
.spl-sw .spl-footer__column,
.spl-sw .spl-footer__contact {
   flex: 1 1 100%;
}

.spl-sw .spl-footer__content {
  max-width: 1200px;
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 0.5rem;
  text-align: left;
}

@media (min-width: 769px) {
  .spl-sw .spl-footer__content {
    padding: 3rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

.spl-sw .spl-footer__list {
  list-style-type: none;
  padding-left: 0;
}

.spl-sw .spl-footer__list-headline {
  display: block;
  font-size: 1.1875rem;
  font-weight: bold;
  color: var(--black);
}

.spl-sw .spl-footer .spl-footer__list-headline {
  margin-top: 0;

  @media (min-width: 769px) {
    margin-bottom: 1rem;
  }
}

.spl-sw .spl-footer__list-headline + .spl-footer__list {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.spl-sw .spl-footer__list-small-item {
  color: var(--gray-70);
  font-size: 0.9375rem;
  margin-top: 0.25rem;
  line-height: 1;
}

.spl-sw .spl-footer__list li {
  line-height: 1.15;
  margin-bottom: 0.5rem;
}

.spl-sw .spl-footer__list a {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--gray-90);
  -webkit-transition: border-bottom-color 150ms ease;
  transition: border-bottom-color 150ms ease;
  text-decoration: none;
}

.spl-sw .spl-footer__list a:hover {
  color: var(--blue-70);
  text-decoration: none;

  &:after {
    content: "";
    display: inline-block;
    padding: 0.5em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIwTDEwLjU3NSAxOC42TDE2LjE3NSAxM0g0VjExSDE2LjE3NUwxMC41NzUgNS40TDEyIDRMMjAgMTJMMTIgMjBaIiBmaWxsPSIjMDA3NEMzIi8+Cjwvc3ZnPgo=);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 0.25rem;
    top: 0.15rem;
    position: absolute;
    right: -1.25rem;
  }
}

.spl-sw .spl-footer .spl-icon-font-chevron-down {
  display: none;
  vertical-align: middle;
  margin-left: 0.25rem;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  font-size: 1.4375rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .spl-sw .spl-footer .spl-icon-font-chevron-down {
    margin-right: -1.5rem;
  }
}

.spl-sw .spl-footer__logo-section {
  border-top: 1px solid var(--gray-20);
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.spl-sw .spl-footer__list--logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 601px) and (max-width: 993px) {
  .spl-sw .spl-footer__list--logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 993px) {
  .spl-sw .spl-footer__list--logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.spl-sw .spl-footer__list--logos li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
  margin-bottom: 45px;
  padding-left: 10%;
  padding-right: 10%;
}

@media (min-width: 601px) {
  .spl-sw .spl-footer__list--logos li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

@media (min-width: 993px) {
  .spl-sw .spl-footer__list--logos li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.spl-sw a.spl-footer__list-link,
.spl-sw a.spl-footer__list-link:hover {
  border: none;
}

.spl-sw a.spl-footer__list-link {
  display: block;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.spl-sw .spl-footer__list.spl-footer__list--logos p {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5em;
  font-size: 0.875rem;
  color: var(--gray-70);
}

.spl-sw .spl-footer__list.spl-footer__list--logos p + p {
  margin-top: 0.75rem;
}

.spl-sw .spl-footer__list img {
  width: auto;
  height: auto;
  max-height: 3.125rem;
  max-width: 60%;
}

.spl-sw .spl-footer__social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  gap: 0.75rem;
  list-style-type: none;
  padding-left: 0;
  justify-content: flex-start;
}

@media (min-width: 480px) and (max-width: 768px) {
  .spl-sw .spl-footer__social-media {
    width: 50%;
  }
}

.spl-sw .spl-footer__social-media li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spl-sw .spl-footer__social-media a {
  display: block;
  min-width: 2rem;
  height: 2rem;
}

.spl-sw .spl-footer__social-media svg {
  width: auto;
  height: 2rem;
}

@media (max-width: 768px) {
  .spl-sw input[type="checkbox"] ~ .spl-footer__list {
    max-height: 0;
    -webkit-transition: max-height 250ms ease, opacity 250ms ease,
      margin-bottom 250ms ease, visibility 0s ease 250ms;
    transition: max-height 250ms ease, opacity 250ms ease,
      margin-bottom 250ms ease, visibility 0s ease 250ms;
    visibility: hidden;
    opacity: 0;
  }

  .spl-sw input[type="checkbox"]:checked ~ .spl-footer__list {
    max-height: 300px;
    visibility: visible;
    -webkit-transition: max-height 250ms ease, opacity 250ms ease,
      margin-bottom 250ms ease, visibility 0s ease 0s;
    transition: max-height 250ms ease, opacity 250ms ease,
      margin-bottom 250ms ease, visibility 0s ease 0s;
    opacity: 1;
    margin-bottom: 30px;
  }

  .spl-sw input[type="checkbox"]:checked + label .spl-headline i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .spl-sw .spl-footer .spl-icon-font-chevron-down {
    display: inline-block;
  }
}

/* =====================================
    Content, components, modules, sections
======================================== */

header:not(.header-static) + main {
  margin-top: 3.4375rem;
}

@media (min-width: 1200px) {
  header:not(.header-static) + main {
    margin-top: 4.6875rem;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  overflow-x: auto;
  font-family: PostcodeLottery, Helvetica, sans-serif;
}

.breadcrumb-item {
  display: inline-flex;
  font-size: 0.8125rem;
  color: var(--gray-70);
     
     &:last-child {
        overflow: hidden;
        
        span {
           text-overflow: ellipsis;
           overflow: hidden;
           white-space: nowrap;
        }
     }
}

@media (min-width: 769px) {
  .breadcrumb {
    padding: 0.75rem 0;
  }

  .breadcrumb-item {
    font-size: 0.9375rem;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  position: relative;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  color: var(--gray-70);
  font-family: "spl-icon-font";
  content: "\e90f";
  top: -1px;
}

.breadcrumb-item a,
.breadcrumb-item span {
  text-wrap: nowrap;
}

.breadcrumb-item a {
  color: var(--blue-70);
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: var(--blue-90);
  text-decoration: underline;
}

.breadcrumb-item a:focus {
  color: var(--blue-90);
  outline: 0.125rem solid;
  outline-offset: 0.125rem;
}

.sv-text-portlet + .sv-form-portlet {
  margin-top: 1rem;
}

.sv-text-portlet ~ .sv-text-portlet {
  margin-top: 0.75rem;
}

.sv-text-portlet + .sv-text-portlet {
  margin-bottom: 0.75rem;
}

.sv-text-portlet + .sv-text-portlet:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .sv-text-portlet + .sv-form-portlet {
    margin-top: 1.25rem;
  }

  .sv-text-portlet ~ .sv-text-portlet {
    margin-top: 1rem;
  }

  .sv-text-portlet + .sv-text-portlet {
    margin-bottom: 1rem;
  }
}

/* ******* Sitevisions accordions - HoppfÃ¤llbart fÃ¤lt ******* */

@media screen and (max-width: 768px) {
  html:not(.sv-no-js)
    .sv-fluid-grid
    .sv-row
    *[class*="sv-column-"]
    .env-collapse:not(.env-collapse--show) {
    display: none !important;
  }
}

.sv-collapsible-content {
  margin-bottom: 1rem;
}

.sv-collapsible-content a.env-collapse-header {
  color: var(--gray-90);
  background-color: var(--white);
  border-color: var(--gray-30);
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  text-decoration: none;
  transition: box-shadow ease-out 0.3s, border ease-out 0.3s,
    border-radius ease-out 0.3s;

  @media (min-width: 769px) {
    padding: 0.75rem 1rem 0.75rem 1.5rem;
  }

  > * {
    pointer-events: none;
  }
}

.sv-collapsible-content h3 a.env-collapse-header {
  font-size: 0.9375rem;
  font-weight: 600;

  @media (min-width: 769px) {
    font-size: 1.0625rem;
  }
}

.sv-collapsible-content a.env-collapse-header span:first-child {
  margin-right: 0 !important;
}

.sv-collapsible-content a.env-collapse-header:hover {
  background-color: var(--white);
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.06);
}

.sv-collapsible-content:hover a.env-collapse-header {
  text-decoration: none;
}

.sv-collapsible-content a.env-collapse-header.env-collapse--expanded {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sv-collapsible-content .env-collapse-header.env-collapse--expanded:hover {
  box-shadow: none;
}

.sv-collapsible-content .env-collapse-header.env-collapse--expanded {
  background-color: var(--white);
  border-color: var(--gray-30);
}

.sv-collapsible-content:hover .env-collapse-header {
  background-color: var(--white);
  border-color: var(--gray-50);
}

.env-collapse {
  padding: 0 1rem 1.25rem;
  background-color: var(--white);
  border: 1px solid var(--gray-30);
  border-top: none;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  transition: border-color ease-out 0.3s;

  @media (min-width: 769px) {
    padding: 0 1.5rem 1.25rem;
  }
}

.sv-collapsible-content:hover .env-collapse {
  border-color: var(--gray-50);
}

.env-collapse p,
.env-collapse li {
  color: var(--gray-70);
}

.env-collapse ul,
.env-collapse ol {
  padding-left: 1.5rem;
  margin-top: 0.375rem;
}

.env-collapse strong {
  color: var(--gray-90);
  font-weight: 600;
}

.env-collapse-header--icons {
  margin-left: 0;
  min-height: 2rem;
  min-width: 2rem;
  border-radius: 2rem;
  transition: background ease-out 0.3s;
}

.env-collapse-header--icons:hover {
  background-color: var(--gray-20);
}

.env-collapse-header--icons:after,
.env-collapse-header--icons:before {
  right: 0.5rem;
  top: 46%;
}
 
/* Focus styling on accordions Grannyran and Vinnare on campaign page */
.sv-2023-collapsible-field-alternative:has(.env-collapse-header:focus-visible) {
  outline: 0.125rem solid var(--white);
  outline-offset: 0.1875rem;
  box-shadow: 0 0 0 0.125rem var(--black);
}

/* ******* SPL-YouTube 3.0 ******* */
.youtube-egen-thumbnail img {
  margin-top: 9.5%;
}

.youtube {
  background-color: var(--black);
  margin-bottom: unset;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.youtube img:hover ~ .play-button {
  background-color: var(--black);
}

.youtube .play-button {
  width: 5rem;
  height: 3.125rem;
  background-color: var(--red-70);
  z-index: 1;
  border-radius: 0.5rem;
  transition: background 150ms ease-out;
}

.youtube .play-button:hover {
  opacity: 1;
  background-color: var(--black);
  transition: background 150ms ease-out;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent var(--white);
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* ******* Embed container ******* */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 1.25rem;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ******* Kalenderikon ******* */

.kalenderikon {
  font-size: 0.75rem;
}

@media screen and (min-width: 1041px) {
  .kalenderikon {
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 1041px) {
  .kalenderikon-stor {
    font-size: 1.75rem;
  }
}

.kalenderikon * {
  display: block;
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

.kalenderikon {
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  margin: 0.3125em;
  background-color: var(--white);
  border-radius: 0.6em;
  box-shadow: 0px 4px 0.75rem 0px rgba(51, 51, 51, 0.06),
    0px 0.125rem 0.5rem 0px rgba(51, 51, 51, 0.06),
    0px 1px 0.1875rem 0px rgba(51, 51, 51, 0.06);
  overflow: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 10%;
  transform: rotate(0deg) skewY(0deg);
}

.kalenderikon span.kalendermanad:before,
.kalenderikon span.kalendermanad:after {
  background: var(--white);
  border-radius: 50%;
  content: "";
  height: 0.4em;
  margin-top: -0.25rem;
  position: absolute;
  top: 50%;
  width: 0.4em;
  z-index: 1;
}

.kalenderikon span.kalendermanad:before {
  left: 0.5em;
}

.kalenderikon span.kalendermanad:after {
  right: 0.5em;
}

.kalenderikon span.kalendermanad {
  position: absolute;
  top: 0;
  padding: 0.2em 0;
  color: #fff;
  background-color: var(--red-70);
}

.kalenderikondag {
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.35em;
  color: var(--black);
}

.kalenderikonnedre {
  margin-top: 1.5em;
  line-height: 1em;
}

.kalenderikonnedre .kalenderprick {
  height: 0.25em;
  width: 0.25em;
  background-color: var(--gray-30);
  border-radius: 50%;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-top: 0;
  margin-bottom: 0;
}

.alert,
.badge,
.card,
.spl-card,
.dropdown-menu,
.file-custom,
.jumbotron,
.modal-content,
.navbar,
.navbar-toggler,
.popover,
.spl-card .card-header,
.spl-card .spl-card-header,
.spl-card .spl-card-header,
.tooltip-inner,
.list-group {
  border-radius: 0.5rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-weight: bold;
  line-height: 1;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
}

.badge-secondary {
  background-color: var(--blue-70);
}


.list-group {
  box-shadow: 0 0.125rem 5px 0 rgba(0, 0, 0, 0.16), 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.12);
}

.spl-sw [class*="articles-module__spl-articles__container--text__nomargintop"] h3.subheading3 {
  margin-top: 0;
}

.card,
.spl-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--white);
  border-radius: 0.5rem;
  border: 0;
  margin-top: 0;
  box-shadow: 0px 0.5rem 24px 0px rgba(0, 0, 0, 0.08),
    0px 3.2px 9.6px 0px rgba(0, 0, 0, 0.05),
    0px 1.5px 4px 0px rgba(0, 0, 0, 0.06),
    0px 0.5px 1.4px 0px rgba(0, 0, 0, 0.05);

  @media (min-width: 769px) {
    border-radius: 0.75rem;
  }

  &.mb-2 {
    margin-bottom: 1rem !important;

    @media (min-width: 769px) {
      margin-bottom: 1.75rem !important;
    }
  }
}

.spl-card {
  width: 100%;
}

.card-block,
.spl-card .spl-card-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;

  h2,
  h3,
  h4 {
    margin-bottom: 0.5rem;
  }

  *:last-child {
    margin-bottom: 0 !important;
  }
}

.card > .list-group:first-child .list-group-item:first-child,
.spl-card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;

  @media (min-width: 769px) {
    border-top-right-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
  }
}

.card > .list-group:last-child .list-group-item:last-child,
.spl-card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;

  @media (min-width: 769px) {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}

.card img,
.spl-card img {
  max-width: 100%;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

  @media (min-width: 769px) {
    border-top-right-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
  }
}

.card .card-block,
.spl-card .card-block,
.spl-card .spl-card-block {
  position: relative;
}

.card-title a {
  color: var(--black);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.card-title a:hover {
  color: var(--blue-70);
}

.card p,
.spl-card p {
  margin-top: 0;
}

.card-footer {
  padding-bottom: 0;
  font-size: 0.9375rem;
}

.card-footer::after {
  display: block;
  content: "";
  clear: both;
}

.card-footer .card-link {
  color: inherit;
}

.card-header,
.spl-card .spl-card-header,
.spl-card .spl-card-header h2 {
  background-color: transparent;
  border-bottom: 0;
  padding: 0.35rem 0.5rem;
  margin: 0;
  text-align: center;
}

.card-header:first-child, 
.spl-card .spl-card-header:first-child, 
.spl-card .spl-card-header h2:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.primary-color, .spl-card .spl-card-header {
  background-color: var(--red-70);
  color: var(--white);
}

.card-header.primary-color .card-header,
.spl-card .spl-card-header .card-header,
.card-header.primary-color .spl-card .spl-card-header,
.spl-card .card-header.primary-color .spl-card-header,
.spl-card .spl-card-header .spl-card-header,
.card-header.primary-color .spl-card .spl-card-header h2,
.spl-card .spl-card-header .card-header.primary-color h2,
.spl-card .spl-card-header h2,
.card-header.primary-color-dark .card-header,
.spl-card .primary-color-dark.spl-card-header .card-header,
.spl-card .spl-card-header.active .card-header,
.spl-card .spl-card-header h2.primary-color-dark .card-header,
.card-header.primary-color-dark .spl-card .spl-card-header,
.spl-card .card-header.primary-color-dark .spl-card-header,
.spl-card .primary-color-dark.spl-card-header .spl-card-header,
.spl-card .spl-card-header.active .spl-card-header,
.spl-card .spl-card-header h2.primary-color-dark .spl-card-header,
.card-header.primary-color-dark .spl-card .spl-card-header h2,
.spl-card .spl-card-header .card-header.primary-color-dark h2,
.spl-card .primary-color-dark.spl-card-header h2,
.spl-card .spl-card-header.active h2,
.spl-card .spl-card-header h2.primary-color-dark h2,
.card-header.secondary-color .card-header,
.spl-card .secondary-color.spl-card-header .card-header,
.spl-card .spl-card-header h2.secondary-color .card-header,
.card-header.secondary-color .spl-card .spl-card-header,
.spl-card .card-header.secondary-color .spl-card-header,
.spl-card .secondary-color.spl-card-header .spl-card-header,
.spl-card .spl-card-header h2.secondary-color .spl-card-header,
.card-header.secondary-color .spl-card .spl-card-header h2,
.spl-card .spl-card-header .card-header.secondary-color h2,
.spl-card .secondary-color.spl-card-header h2,
.spl-card .spl-card-header h2.secondary-color h2 {
  color: #fff;
  opacity: 1;
  font-weight: 700;
}

.card-header.btn.default-color,
.spl-card .btn.default-color.spl-card-header,
.spl-card .spl-card-header h2.btn.default-color {
  color: var(--black);
}

.card-header.btn,
.spl-card .btn.spl-card-header,
.spl-card .spl-card-header h2.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  width: 100%;
}

.card .nav-link.text-muted,
.spl-card .nav-link.text-muted {
  color: var(--gray-70) !important;
}

.spl-row-equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spl-row-equal-height .sv-column-1,
.spl-row-equal-height .sv-column-10,
.spl-row-equal-height .sv-column-11,
.spl-row-equal-height .sv-column-12,
.spl-row-equal-height .sv-column-2,
.spl-row-equal-height .sv-column-3,
.spl-row-equal-height .sv-column-4,
.spl-row-equal-height .sv-column-5,
.spl-row-equal-height .sv-column-6,
.spl-row-equal-height .sv-column-7,
.spl-row-equal-height .sv-column-8,
.spl-row-equal-height .sv-column-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) and (min-width: 1px) {
  .spl-row-equal-height {
    display: block;
  }

  .spl-row-equal-height .sv-column-1,
  .spl-row-equal-height .sv-column-10,
  .spl-row-equal-height .sv-column-11,
  .spl-row-equal-height .sv-column-12,
  .spl-row-equal-height .sv-column-2,
  .spl-row-equal-height .sv-column-3,
  .spl-row-equal-height .sv-column-4,
  .spl-row-equal-height .sv-column-5,
  .spl-row-equal-height .sv-column-6,
  .spl-row-equal-height .sv-column-7,
  .spl-row-equal-height .sv-column-8,
  .spl-row-equal-height .sv-column-9 {
    display: block;
  }
}

/* =====================================
    FORMS - Form styling
======================================== */

.sv-formField {
  margin-bottom: 0.5rem !important;

  @media (min-width: 769px) {
    margin-bottom: 1rem !important;
  }
}

.sv-defaultFormTheme input[type="email"],
.sv-defaultFormTheme input[type="number"],
.sv-defaultFormTheme input[type="tel"],
.sv-defaultFormTheme input[type="text"],
.sv-defaultFormTheme input[type="url"],
.sv-defaultFormTheme select,
.sv-defaultFormTheme textarea,
input.form-control {
  border: 1px solid var(--gray-50);
  border-radius: 0.5rem;
  box-shadow: none;
  color: var(--gray-90);
  height: auto;
  min-height: 3.25rem;
  padding: 0 0 0 1rem;
  margin: 0 0 0.25rem !important;

  @media (min-width: 769px) {
    min-height: 3.75rem;
    padding: 0 0 0 1.25rem;
  }

  &:hover {
    border-color: var(--gray-70);
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  }

  &:focus-visible {
    outline: none;
    border-color: var(--blue-70);
    box-shadow: 0px 0px 0px 4px rgba(0, 116, 195, 0.2);
  }
}

.spl-sw .spl-select {
  display: block;
  color: var(--gray-90);
  padding: 0 0 0 1rem;
  margin: 0 0 0.25rem !important;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--gray-30);
  border-radius: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYuMDAzIDE4LjYyNmw3LjA4MS03LjA4MUwyNSAxMy40NmwtOC45OTcgOC45OTgtOS4wMDMtOSAxLjkxNy0xLjkxNnoiLz48L3N2Zz4=");
  -webkit-transition: background-color 0.3s, opacity 0.3s,
    -webkit-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
  transition: transform 0.3s, background-color 0.3s, opacity 0.3s,
    -webkit-transform 0.3s;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%;
  font-size: 0.9375rem;
}
@media (min-width: 769px) {
  .spl-sw .spl-select {
    min-height: 3.75rem;
    padding: 0 0 0 1.25rem;
    font-size: 1.0625rem;
  }
}
.spl-sw .spl-select--invalid {
  border-color: var(--red-80);
  border-width: 0.125rem;
}
.spl-sw .spl-select::-ms-expand {
  display: none;
}
.spl-sw .spl-select:hover {
  background-color: transparent;
}

.spl-sw .spl-select option {
  font-weight: normal;
}
.spl-sw .spl-select-label {
  display: inline-block;
  font-size: 0.8125rem;
  margin-bottom: 0.125rem;
}
@media (min-width: 769px) {
  .spl-sw .spl-select-label {
    font-size: 0.9375rem;
    color: var(--gray-90);
    font-weight: 600;
  }
}
.spl-sw .spl-select-label__required {
  color: var(--red-80);
}

.spl-sw .spl-btn {
  display: block;
}

input[type="submit"].btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  min-height: 3.25rem;
  padding: 0.9375rem 1.5rem;
  margin: 0 0 0.25rem !important;
  background-color: var(--blue-70);
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1),
    0 -0.125rem 0 0 var(--blue-90) inset;
  border: none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  transition: background 0.25s ease-out;
  cursor: pointer;

  &:hover,
  &:focus-visible {
    color: var(--white);
    background-color: var(--blue-90);
    text-decoration: none;
  }

  @media (min-width: 768px) {
    font-size: 1.0625rem;
    min-height: 3.75rem;
    padding: 1rem 1.75rem;
    margin: 0.75rem 0;
  }
}

.sv-facetedsearch-portlet label.svhidden {
  display: block !important;
  font-weight: 600;
  width: 100%;
}

.sv-facetedsearch-portlet form {
  > div {
    display: flex;
    flex-flow: row wrap;
    gap: 0.75rem;

    input[type="text"] {
      width: auto !important;
      flex-grow: 1;
    }

    input[type="submit"] {
      flex-shrink: 1;
    }

    @media (min-width: 768px) {
      gap: 1rem;
    }
  }
}

.sv-defaultFormTheme textarea {
  padding: 0.5rem 1rem !important;

  @media (min-width: 769px) {
    padding: 0.875rem 1.25rem !important;
  }
}

.sv-formField .sv-form-userattributefield .sv-has-error input,
.sv-formField .sv-form-userattributefield input.sv-has-error,
.sv-formField .sv-has-error .sv-form-filefield,
.sv-formField .sv-has-error .sv-form-multipleselectionfield,
.sv-formField .sv-has-error .sv-form-participantsfield input,
.sv-formField .sv-has-error .sv-form-recipientsfield,
.sv-formField .sv-has-error .sv-form-singleselectionfield,
.sv-formField .sv-has-error .sv-form-textfield,
.sv-formField .sv-has-error [aria-invalid],
.sv-formField .sv-has-error[aria-invalid],
.sv-formField .sv-form-consent.sv-has-error,
.sv-formField .sv-has-error .sv-form-datefield,
.sv-formField .sv-has-error .sv-form-gradefield,
.sv-formField .sv-has-error .sv-form-orderfield,
.sv-formField .sv-has-error fieldset.sv-form-singleselectionfield,
.sv-formField .sv-has-error fieldset.sv-form-subalternativefield {
  background-color: #ffebef;
  border: 1px solid var(--red-80);
}

.sv-formField .sv-has-error .sv-form-singleselectionfield {
  border-radius: 0.5rem;
  padding: 0.75rem !important;
  margin-bottom: 0.5rem !important;
}

@media (min-width: 769px) {
  .sv-formField .sv-has-error .sv-form-singleselectionfield {
    padding: 1rem !important;
  }
}

.sv-formField .sv-has-error .sv-form-singleselectionfield br {
  display: none;
}

.sv-formField [role="alert"] {
  color: var(--red-80);
  font-size: 0.8125rem;
}

.sv-formField [role="alert"]:before {
  content: "\e933";
  font-family: "spl-icon-font";
  font-size: 1.15em;
  position: relative;
  top: 0.15em;
  margin-right: 0.15rem;
}

.sv-defaultFormTheme .sv-field-title-container.sv-bold h1,
.sv-defaultFormTheme .sv-field-title-container.sv-bold h2,
.sv-defaultFormTheme .sv-field-title-container.sv-bold h3,
.sv-defaultFormTheme .sv-field-title-container.sv-bold h4,
.sv-defaultFormTheme .sv-field-title-container.sv-bold h5,
.sv-defaultFormTheme .sv-field-title-container.sv-bold h6,
.sv-defaultFormTheme .sv-field-title-container.sv-bold label,
.sv-defaultFormTheme .sv-field-title-container.sv-bold span {
  color: var(--black);
  font-weight: 600;
}

.sv-field-title-container br {
  display: none;
}

.sv-defaultFormTheme .sv-field-title-container.sv-bold label.normal {
  font-size: 0.8125rem;

  @media (min-width: 769px) {
    font-size: 0.9375rem;
  }
}

.sv-form-singleselectionfield label,
.sv-form-singleselectionfield label.normal {
  width: 100%;
  margin-left: 1.75rem;
  margin-top: -1rem;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
  position: relative;
  top: 0.125em;

  @media (min-width: 769px) {
    top: 0.0625em;
  }
}

.sv-defaultFormTheme input[type="checkbox"],
.sv-defaultFormTheme input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: var(--gray-70);
  height: 1.25rem;
  width: 1.25rem;
  border: 0.125rem solid var(--gray-50);
  border-radius: 0.5rem;
  transform: translateY(0.35em);
  display: grid;
  place-content: center;
  transition: border-color 0.3s ease-out;
}

.sv-defaultFormTheme input[type="checkbox"]:hover,
.sv-defaultFormTheme input[type="radio"]:hover {
  border-color: var(--gray-70);
}

.sv-defaultFormTheme input[type="radio"] {
  border-radius: 50%;
}

.sv-defaultFormTheme input[type="radio"]:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--blue-70);
  background-color: var(--blue-70);
}

.sv-defaultFormTheme input[type="radio"]:checked:before {
  transform: scale(1);
}

.sv-defaultFormTheme input[type="checkbox"]:checked,
.sv-defaultFormTheme input[type="checkbox"]:hover:checked,
.sv-defaultFormTheme input[type="radio"]:checked,
.sv-defaultFormTheme input[type="radio"]:hover:checked {
  border-color: var(--blue-70);
}

.sv-defaultFormTheme input[type="checkbox"]:focus,
.sv-defaultFormTheme input[type="radio"]:focus {
  border-color: var(--black);
  outline: none;
  outline-offset: 0;
}

.sv-defaultFormTheme input[type="checkbox"]:focus-visible,
.sv-defaultFormTheme input[type="radio"]:focus-visible {
  border-color: var(--blue-70) !important;
  outline-offset: 0.125rem !important;
  outline: var(--blue-90) solid 0.0625rem !important;
}

.sv-defaultFormTheme input[type="radio"]:focus-visible:before {
  background-color: var(--blue-70) !important;
}

.sv-defaultFormTheme input[type="radio"]:focus:before {
  background-color: var(--black);
}

.sv-defaultFormTheme input[type="submit"] {
  display: inline-flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;

  min-height: 3.25rem;
  padding: 0.9375rem 1.5rem;
  margin: 0.5rem 0;

  color: #fff;
  background-color: var(--blue-70);
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1),
    0 -0.125rem 0 0 var(--blue-90) inset;
  border: none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  transition: background 0.25s ease-out;
}

.sv-defaultFormTheme input[type="submit"]:focus,
.sv-defaultFormTheme input[type="submit"]:active,
.sv-defaultFormTheme input[type="submit"]:hover {
  color: #fff;
  background-color: #00498e;
  text-decoration: none;
}

.sv-defaultFormTheme input[type="submit"]:focus {
  color: #fff;
  text-decoration: none;
  outline: fade(var(--blue-70), 20%) solid 0.25rem;
  background-color: var(--blue-70);
}

.sv-defaultFormTheme input[type="submit"]:focus-visible {
  color: #fff;
  text-decoration: none;
  background-color: var(--blue-90) !important;
  outline: var(--blue-90) solid 0.125rem !important;
  outline-offset: 0.125rem;
  border-radius: 0.5rem;
}

@media screen and (min-width: 768px) {
  .sv-defaultFormTheme input[type="submit"] {
    font-size: 1.0625rem;
    min-height: 3.75rem;
    padding: 1rem 1.75rem;
    margin: 0.75rem 0;
  }
}

/* =====================================
    Clean up
======================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =====================================
    Helper classes - Utensils
======================================== */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-balance {
  text-wrap: balance;
}

.invisible {
  visibility: hidden !important;
}

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100,
.spl-card .spl-card-block > div {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

/* =====================================
    Background colors
======================================== */

.bg-primary {
  background-color: var(--red-70) !important;
}

.bg-success {
  background-color: #009b00 !important;
}

.bg-info {
  background-color: var(--blue-70) !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

.bg-danger {
  background-color: var(--red-80) !important;
}

/* =====================================
    Borders
======================================== */

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.5rem;
}

.rounded-top {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.rounded-right {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-left {
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

/* =====================================
    Grid classes
======================================== */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.875rem;
  margin-left: -0.875rem;
}

@media (min-width: 576px) {
  .row {
    margin-right: -0.875rem;
    margin-left: -0.875rem;
  }
}

@media (min-width: 769px) {
  .row {
    margin-right: -0.875rem;
    margin-left: -0.875rem;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -0.875rem;
    margin-left: -0.875rem;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -0.875rem;
    margin-left: -0.875rem;
  }
}

.result-cal-wrapper {
  .row {
    row-gap: 2rem;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* =====================================
   Flex helper classes
======================================== */
.d-flex,
.sv-form-singleselectionfield div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 769px) {
  .desktop-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .desktop-flex-vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .desktop-flex-flippa-spalter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .desktop-flex-flippa-spalter-marginal-kompensation {
    margin-left: 0;
    margin-right: 20px;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-wrap,
.sv-form-singleselectionfield div {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto;
}

.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

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

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 769px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

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

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

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

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

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

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.position-relative {
  position: relative;
}

.max-width-and-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* MISC */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.sv-custom-module .sv-portlet-image-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Force 100% width columns on mobile for prize plan (non-slider version) */

@media only screen and (max-width: 768px) and (min-width: 1px) {
  .sv-grid-grid-1 .sv-row *[class*="sv-column-"].sv-2025-prize-plan-column,
  .sv-grid-grid-1.sv-fluid-grid
    *[class*="sv-row"]
    *[class*="sv-column-"].sv-2025-prize-plan-column {
    width: 100% !important;
  }
}


/* =====================================
   Dagliga dragningsresultat
======================================== */

.spl-sw .datepicker-input__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.spl-sw .datepicker-input__header__prev,
.spl-sw .datepicker-input__header__next {
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-size: 0.9375rem;
}
.spl-sw .datepicker-input__header__prev--disabled,
.spl-sw .datepicker-input__header__next--disabled {
  cursor: default;
  opacity: 0.2;
}
.spl-sw .datepicker-input__header__prev::after,
.spl-sw .datepicker-input__header__next::after {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spl-sw .datepicker-input__header__prev::after {
  border-bottom: 2px solid black;
  border-left: 2px solid black;
}
.spl-sw .datepicker-input__header__next::after {
  border-top: 0.125rem solid black;
  border-right: 0.125rem solid black;
}
.spl-sw .datepicker-input__header__dropdown {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 1rem 1.25rem 0 0;
  margin-right: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat no-repeat;
  background-position: 100% 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 13.5c-.0962 0-.2044-.0481-.2766-.1203L3.6202 7.775C3.5481 7.7027 3.5 7.5945 3.5 7.4983c0-.0962.0481-.2045.1202-.2767l.6012-.6013c.0722-.0722.1684-.1203.2766-.1203.0962 0 .2044.0481.2765.1203L9.5 11.347l4.7255-4.7268c.0721-.0722.1803-.1203.2765-.1203.0962 0 .2044.0481.2766.1203l.6012.6013c.0721.0722.1202.1805.1202.2767 0 .0962-.0481.2044-.1202.2766l-5.6032 5.6048c-.0722.0722-.1804.1203-.2766.1203z' fill='%23191919' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
@media (min-width: 769px) {
  .spl-sw .datepicker-input__header__prev,
  .spl-sw .datepicker-input__header__next {
    font-size: 1.4375rem;
    padding: 1rem 1.875rem;
  }
  .spl-sw .datepicker-input__header__prev::after,
  .spl-sw .datepicker-input__header__next::after {
    width: 1rem;
    height: 1rem;
  }
  .spl-sw .datepicker-input__header__dropdown {
    font-size: 1.4375rem;
    padding: 1.625rem 2.125rem 0 0;
    margin-right: 0.75rem;
    background-size: 2.125rem;
  }
}
.spl-sw .react-datepicker {
  padding: 6px 0;
  background: white;
  -webkit-box-shadow: 0 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.15);
}
.spl-sw .react-datepicker-popper {
  z-index: 1;
}
.spl-sw .react-datepicker__day-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.75rem 0.625rem;
  padding-top: 0.625rem;
  border-top: 0.0625rem solid var(--gray-50);
}
.spl-sw .react-datepicker__day-name {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  padding-right: 1.75rem;
}
.spl-sw .react-datepicker__day-name:last-child {
  padding-right: 0;
}
.spl-sw .react-datepicker__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spl-sw .react-datepicker__day {
  font-size: 0.9375rem;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 2.625rem;
  text-align: center;
  padding: 0.75rem 0;
  outline: none;
}
.spl-sw .react-datepicker__day--selected {
  color: white;
  background: var(--blue-70);
}
.spl-sw .react-datepicker__day--disabled {
  opacity: 0.4;
  cursor: not-allowed;

  &:hover {
    color: inherit !important;
    background-color: transparent !important;
    cursor: not-allowed;
  }
}
.spl-sw .react-datepicker__today-button {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.75rem 0 1.375rem;
  cursor: pointer;
}
@media (min-width: 769px) {
  .spl-sw .react-datepicker {
    padding-bottom: 1.625rem;
  }
  .spl-sw .react-datepicker__day-names {
    padding-top: 1.5rem;
    margin: 0 1.625rem 1.25rem;
  }
  .spl-sw .react-datepicker__month {
    border-top: 0.0625rem solid #f3f4f5;
  }
  .spl-sw .react-datepicker__day-name {
    font-size: 1.0625rem;
    padding-right: 3.5rem;
  }
  .spl-sw .react-datepicker__week {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0.5rem 0;
  }
  .spl-sw .react-datepicker__day {
    font-size: 1.0625rem;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 3.125rem;
    padding: 0.875rem 0;
    font-weight: 600;
    cursor: pointer;

    &:hover {
      color: var(--gray-90);
      background-color: var(--blue-10);
    }
  }

  .spl-sw .react-datepicker__today-button {
    font-size: 1.0625rem;
    padding: 0 0 0.3125rem;
  }
}

.spl-sw .react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.result-cal-wrapper table {
  border-collapse: separate;
  border-spacing: 0.5rem 0;
  width: 100%;
}
.result-cal-wrapper td {
  width: calc(100% / 7);

  center {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-weight: 600;
    color: var(--blue-70);
    border-radius: 0.5rem;

    &:hover {
      color: var(--blue-90);
      background-color: var(--blue-10);
    }

    .badge {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin: 0;
    }
  }
}
.result-cal-wrapper tr:first-of-type {
  box-shadow: 0px 1px 0px var(--gray-20);
}

.result-cal-wrapper tr:nth-child(2) td {
  padding-top: 1rem;
}

.result-cal-wrapper tr td {
  padding: 0.25rem 0;
}

.result-cal-wrapper tr:first-of-type td {
  padding: 0.5rem 0;
}

.result-cal-wrapper ul {
  li {
    font-size: 0.9375rem;

    @media only screen and (min-width: 769px) {
      font-size: 1.0625rem;
    }
  }
  a {
    display: inline-block;
    color: var(--blue-70);
    font-weight: 600;
    text-decoration: underline;
    padding: 0.25rem 0;

    &:hover, &:focus {
      color: var(--gray-90);
    }
  }
}

.spl-sw > [class^="dailydraws-result-module__dailydraws-result"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* MISC */
     
.hide-element-button {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0;
  margin: 0;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  &:hover {
    border-color: var(--gray-40);
    background-color: var(--white);
  }
}
     
#kop, #mer {
   display: block;
   scroll-margin-top: 0px;
   height: 1px;
   
   &:focus-visible {
      outline: none;
   }
   
}

.sv-SPL-Countdown:has(#SPLCountdownGrannyra:empty) {
  display: none;
}