/* Add your css code here */
/*
Variable Definitions:
  --r-bg: Region background color. Sets the overall background color of the region wrapper.
  --r-tx: Region text color. Sets the default text color for all paragraph and inline text within the region.
  --r-h1: Region heading color. Specifically sets the color for headings (h1, h2, h3) within the region, allowing heading color control independently from body text.
  --r-lk: Region link color. Sets the color for anchor (<a>) links within the region in their normal (non-hover) state.
  --r-lk-h: Region link hover color. Sets the color of links within the region when hovered or focused, providing clear interactive feedback.
  --r-br: Region border color. Sets the border color for the region, useful for visual separation of sections.
  --r-bg-fr: Form background color within the region. Sets the background color specifically for input forms (e.g., login forms, search bars) within the region, enabling clear visual separation of form areas.
  --r-tx-lk: Menu link text color within the region. Sets the text color for menu links in navigation blocks or region-based menus, ensuring consistency with your theme’s navigation design.
  --r-tx-lk-h: Menu link hover text color within the region. Sets the hover or focus color for menu link text, aiding in clear navigation feedback for users.
  --r-bg-lk: Menu link background color within the region. Sets the background color of menu links in their normal state within the region for better menu styling control.
  --r-bg-lk-h: Menu link background hover color within the region. Sets the background color for menu links on hover/focus, ensuring clear user interaction indication.
  --r-tx-bt:  Button text color within the region. Sets the text color for buttons within the region (e.g., call-to-action buttons, form submit buttons).
  --r-tx-bt-h: Button text hover color within the region. Sets the text color for buttons when hovered/focused, providing interactive feedback.
  --r-bg-bt: Button background color within the region. Sets the background color for buttons in their normal state, aligning them visually with your design system.
  --r-bg-bt-h:  Button background hover color within the region. Sets the background color for buttons on hover/focus, improving interactivity and user experience.
*/

/*
Regions Names, each region has an ID and a Class with the same name.
You can use .page-wrapper or #page-wrapper
#page-wrapper {}
#primary-sidebar-menu {}
#fixed-search-block {}
#popup-login-block {}
#header {}
#primary-menu {}
#welcome-text {}

#top-container {}
#top-box-first {}
#top-box-second {}
#top-box-third {}

#system-messages {}
#breadcrumb {}
#page-title {}

#main-container {}
#sidebar-box-first {}
#sidebar-box-main {}
#sidebar-box-second {}

#bottom-container {}
#bottom-box-first {}
#bottom-box-second {}
#bottom-box-third {}
#bottom-box-fourth {}

#footer-container {}
#footer-box-first {}
#footer-box-second {}
#footer-box-third {}

#footer-menu {}
#copyright {}

Examples:

#page-wrapper {
  background-color: var(--r-bg);
  color: var(--r-tx);
  border-color: var(--r-br);
}

h1, h2, h3 {
  color: var(--r-h1);
}

a:not(li.nav__menu-item a) {
  color: var(--r-lk);
  color: var(--r-lk-h);
}

input:not(.button) {
  background-color: var(--r-bg-fr);
}

li.nav__menu-item a {
  color: var(--r-tx-lk);
  background-color: var(--r-bg-lk);
}

li.nav__menu-item a:hover {
  color: var(--r-tx-lk-h);
  background-color: var(--r-bg-lk-h);
}

button:not(li.nav__menu-item button) {
  color: var(--r-tx-bt);
  background-color: var(--r-bg-bt);
}

button:not(li.nav__menu-item button):hover {
  color: var(--r-tx-bt-h);
  background-color: var(--r-bg-bt-h);
}
https://www.drupal.org/docs/extending-drupal/themes/contributed-themes/solo/instructions-for-developers-on-using-colors-in-solo-theme
*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 1em;
  text-align: center;
  z-index: 9999;
  display: none;
}
.cookie-banner p {
  display: inline;
  margin-right: 1em;
}
.cookie-banner button {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 0.5em 1em;
  cursor: pointer;
  font-size: 1em;
  border-radius: 4px;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 1em;
  text-align: center;
  z-index: 9999;
  display: none;
  font-size: 0.95em;
}
.cookie-banner p {
  display: inline-block;
  margin: 0 1em 0 0;
}
.cookie-banner button {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 0.5em 1em;
  margin-left: 0.5em;
  cursor: pointer;
  border-radius: 4px;
  font-size: 0.95em;
}
.cookie-banner button#reject-cookies {
  background-color: #888;
}
.cookie-settings {
  position: fixed;
  bottom: 1em;
  left: 1em;
  background: #eee;
  color: #333;
  padding: 0.4em 0.8em;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85em;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  z-index: 9998;
  display: none;
}
#block-ikuda-quicktabsikuda .ui-accordion .ui-accordion-content {padding: 3px;}
#block-ikuda-quicktabsikudaomvardnadsatgarder .ui-accordion .ui-accordion-content {padding: 3px;}
#block-ikuda-quicktabsikudaspecial .ui-accordion .ui-accordion-content {padding: 3px;}
#block-ikuda-quicktabsikudavanliga .ui-accordion .ui-accordion-content {padding: 3px;}
#quicktabs-ikuda .ui-state-active {
  border: 1px solid #36436a !important;
  background: #5d80a4 !important;
}
#quicktabs-ikuda_omvardnadsatgarder .ui-state-active {
  border: 1px solid #36436a !important;
  background: #5d80a4 !important;
}
#quicktabs-ikuda_special .ui-state-active {
  border: 1px solid #36436a !important;
  background: #5d80a4 !important;
}
#quicktabs-ikuda_vanliga .ui-state-active {
  border: 1px solid #36436a !important;
  background: #5d80a4 !important;
}
.matris-speciell {
  background-color: #fdf6e3; /* Mild gul ton för fokus */
  padding: 0.5em;
  font-weight: 500;
  font-size: 0.95em;
}
.matris-speciell p {
  margin: 0;
  line-height: 1.4;
}
.matris-speciell strong {
  color: #444;
}
.tableresponsive-toggle-columns {
  text-align: left;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.tableresponsive-toggle-columns .tableresponsive-toggle {
  background-color: #0074d9;
  color: #fff;
  border: none;
  padding: 0.4em 1em;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.tableresponsive-toggle-columns .tableresponsive-toggle:hover {
  background-color: #005fa3;
}
.ny-matrisrad-knapp {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  z-index: 9999;
  background: linear-gradient(135deg, #ff00cc, #3333ff);
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(255, 0, 255, 0.6);
  padding: 0.7em 1.5em;
  animation: glow 2s infinite alternate, bounceIn 0.6s ease-out;
}
@keyframes bounceIn {
  0%   { transform: translateX(-50%) translateY(50px) scale(0.9); opacity: 0; }
  60%  { transform: translateX(-50%) translateY(-10px) scale(1.05); opacity: 1; }
  100% { transform: translateX(-50%) translateY(0) scale(1); }
}
.ny-matrisrad-knapp a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  display: inline-block;
}
.ny-matrisrad-knapp:hover {
  transform: translateX(-50%) rotate(2deg) scale(1.05);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
}
@keyframes glow {
  0% {
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.5), 0 0 5px rgba(255, 255, 0, 0.4);
  }
  100% {
    box-shadow: 0 0 20px rgba(255, 0, 255, 1), 0 0 10px rgba(0, 255, 255, 0.6);
  }
}