@font-face {
  font-family: "AmisProcondBold";
  src: url("/static/font/amsiprocond-bold.otf?26efc37c833c") format("opentype"); }

@font-face {
  font-family: "AmisProcond";
  src: url("/static/font/AmsiProCondensed-Regular.ttf?26efc37c833c") format("truetype"); }

@font-face {
  font-family: "GibsonRegular";
  src: url("/static/font/Gibson-Regular.otf?26efc37c833c") format("opentype"); }

@font-face {
  font-family: "GibsonLight";
  src: url("/static/font/Gibson-Light.otf?26efc37c833c") format("opentype"); }

@font-face {
  font-family: "JustLovely";
  src: url("/static/font/JustLovely.ttf?26efc37c833c") format("truetype"); }

/* line 42, static/scss/base_2.scss */
.nav__icon {
  font-size: 32px;
  vertical-align: middle; }

/* line 46, static/scss/base_2.scss */
.shopping_icon {
  font-size: 16px; }

/* line 50, static/scss/base_2.scss */
.shopping_icon:hover {
  color: #e40138; }

/* line 63, static/scss/base_2.scss */
.headerFont {
  font-family: "AmisProcondBold";
  letter-spacing: 1px;
  text-transform: uppercase; }

/* line 68, static/scss/base_2.scss */
.breadTextFont {
  font-family: "GibsonRegular"; }

/* line 71, static/scss/base_2.scss */
.sorteringslistaText {
  font-family: "GibsonRegular"; }

/* line 74, static/scss/base_2.scss */
.inputText {
  font-family: "GibsonRegular"; }

/* line 77, static/scss/base_2.scss */
input {
  font-family: "GibsonRegular"; }

/* line 81, static/scss/base_2.scss */
button {
  font-family: "GibsonLight"; }

/* line 87, static/scss/base_2.scss */
.errorlist {
  list-style: none;
  color: #e40138;
  font-size: 20px; }

/* line 95, static/scss/base_2.scss */
.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:visited {
  background-color: #575756 !important;
  border-color: #575756 !important;
  color: white !important;
  font-weight: bold; }
  /* line 100, static/scss/base_2.scss */
  .btn-warning:hover, .btn-warning:hover:hover, .btn-warning:active:hover, .btn-warning:visited:hover {
    transform: scale(1.05);
    cursor: pointer; }

/* line 106, static/scss/base_2.scss */
.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:visited {
  background-color: #e40138 !important;
  border-color: #e40138 !important;
  font-weight: bold; }
  /* line 110, static/scss/base_2.scss */
  .btn-danger:hover, .btn-danger:hover:hover, .btn-danger:active:hover, .btn-danger:visited:hover {
    transform: scale(1.05);
    cursor: pointer; }

/* line 115, static/scss/base_2.scss */
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
  background-color: #87af91 !important;
  border-color: #87af91 !important;
  font-weight: bold; }
  /* line 119, static/scss/base_2.scss */
  .btn-success:hover, .btn-success:hover:hover, .btn-success:active:hover, .btn-success:visited:hover {
    transform: scale(1.05);
    cursor: pointer; }

/* line 124, static/scss/base_2.scss */
.btn-info, .btn-info:hover, .btn-info:active, .btn-info:visited {
  background-color: #bfc0c1 !important;
  border-color: #bfc0c1 !important;
  font-weight: bold; }
  /* line 128, static/scss/base_2.scss */
  .btn-info:hover, .btn-info:hover:hover, .btn-info:active:hover, .btn-info:visited:hover {
    transform: scale(1.05);
    cursor: pointer; }

/* line 133, static/scss/base_2.scss */
.btn-dark, .btn-dark:active, .btn-dark:visited {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
  font-weight: bold; }
  /* line 138, static/scss/base_2.scss */
  .btn-dark:hover, .btn-dark:active:hover, .btn-dark:visited:hover {
    transform: scale(1.05);
    cursor: pointer; }

/* line 144, static/scss/base_2.scss */
.bg-red {
  background-color: #e40138 !important; }

/* line 147, static/scss/base_2.scss */
.bg-light {
  background-color: #bfc0c1 !important; }

/* line 150, static/scss/base_2.scss */
.bg-dark {
  background-color: #575756 !important; }

/* line 153, static/scss/base_2.scss */
.bg-black {
  background-color: black !important; }

/* line 156, static/scss/base_2.scss */
.bg-white {
  background-color: white !important;
  color: black !important; }

/* line 160, static/scss/base_2.scss */
.bg-green {
  background: linear-gradient(90deg, #87af91 10%, #abacad 20%) !important; }

/* line 168, static/scss/base_2.scss */
.bg-yellow {
  background: linear-gradient(90deg, lightyellow 10%, #abacad 20%) !important; }

/* line 179, static/scss/base_2.scss */
.bg-success {
  background-color: #87af91 !important; }

/* line 182, static/scss/base_2.scss */
.bg-danger {
  background-color: #e40138 !important; }

/* line 186, static/scss/base_2.scss */
.nav {
  z-index: 100;
  font-family: "AmisProcondBold";
  letter-spacing: 1px; }
  /* line 191, static/scss/base_2.scss */
  .nav .nav__list {
    -webkit-scrollbar: 22px;
    list-style-type: none;
    width: 14vw;
    height: 100vh;
    background-color: white;
    flex-direction: column;
    display: flex;
    box-shadow: 0px 0px 10px black;
    padding: 1rem 0;
    position: fixed;
    gap: 1rem;
    overflow: auto; }
    /* line 192, static/scss/base_2.scss */
    .nav .nav__list .active {
      margin-left: 20px;
      border-radius: 5px;
      width: 88%;
      background-color: #e3e3e3;
      color: none;
      transition: all 200ms ease-in; }
    /* line 216, static/scss/base_2.scss */
    .nav .nav__list::-webkit-scrollbar {
      width: 5px; }
    /* line 219, static/scss/base_2.scss */
    .nav .nav__list::-webkit-scrollbar-thumb {
      background: #bfc0c1;
      border-radius: 5px; }
    /* line 224, static/scss/base_2.scss */
    .nav .nav__list::-webkit-scrollbar-track {
      background-color: #575756; }
    /* line 227, static/scss/base_2.scss */
    .nav .nav__list::-webkit-scrollbar-track-piece {
      height: 40px; }
  /* line 231, static/scss/base_2.scss */
  .nav .nav__item:hover {
    background-color: #bfc0c1;
    transform: scale(1.1);
    border-radius: 5px;
    width: 88%;
    color: none;
    transition: all 200ms ease-in;
    cursor: pointer; }
    /* line 239, static/scss/base_2.scss */
    .nav .nav__item:hover a {
      color: black; }
  /* line 245, static/scss/base_2.scss */
  .nav .nav__item {
    list-style: none;
    font-size: 1vw;
    text-align: center; }
    /* line 247, static/scss/base_2.scss */
    .nav .nav__item a {
      color: #575756;
      text-decoration: none;
      transition: all 200ms ease-in; }
    /* line 252, static/scss/base_2.scss */
    .nav .nav__item svg {
      fill: black;
      width: 2rem; }

/* line 263, static/scss/base_2.scss */
.content {
  position: inherit;
  left: 23vw;
  width: 70vw;
  background-color: white;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap; }

/* line 275, static/scss/base_2.scss */
.navbar_icons {
  width: 2.5vw;
  height: 2.5vw; }

/* line 280, static/scss/base_2.scss */
.article-bar {
  position: fixed;
  background: #FFF;
  padding: 25px;
  width: auto;
  margin: 0 auto;
  z-index: 100;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: -10px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0px;
  background-color: rgba(0, 255, 0, 0);
  border-radius: 50px;
  transition: all 200ms ease-in;
  display: none;
  font-size: 14px; }
  /* line 303, static/scss/base_2.scss */
  .article-bar .article-table {
    display: grid;
    list-style-type: none;
    min-width: 8fr;
    margin-left: auto;
    margin-right: auto; }
    /* line 312, static/scss/base_2.scss */
    .article-bar .article-table .article-header {
      background: #575756 !important;
      color: white !important;
      border-top-left-radius: 25px;
      border-top-right-radius: 25px; }
    /* line 319, static/scss/base_2.scss */
    .article-bar .article-table div {
      margin-bottom: 2px;
      padding: 5px; }
    /* line 323, static/scss/base_2.scss */
    .article-bar .article-table li {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      background: rgba(43, 40, 40, 0.6); }
    /* line 330, static/scss/base_2.scss */
    .article-bar .article-table li:nth-child(odd) {
      background: #abacad; }
    /* line 333, static/scss/base_2.scss */
    .article-bar .article-table li:nth-child(even) {
      background: #bfc0c1; }
    /* line 336, static/scss/base_2.scss */
    .article-bar .article-table li:last-child {
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px; }

/* line 344, static/scss/base_2.scss */
.produktlista-bar {
  position: fixed;
  background: #FFF;
  padding: 25px;
  width: auto;
  margin: 0 auto;
  z-index: 100;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: -10px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  transition: all 200ms ease-in;
  display: none;
  font-size: 14px; }
  /* line 367, static/scss/base_2.scss */
  .produktlista-bar .produktlista-table {
    display: grid;
    list-style-type: none;
    min-width: 8fr;
    margin-left: auto;
    margin-right: auto; }
    /* line 376, static/scss/base_2.scss */
    .produktlista-bar .produktlista-table .produktlista-header {
      background: #575756 !important;
      color: white !important;
      border-top-left-radius: 25px;
      border-top-right-radius: 25px; }
    /* line 383, static/scss/base_2.scss */
    .produktlista-bar .produktlista-table .produktlista-buttons {
      right: 19px;
      top: 19px;
      position: absolute;
      background-color: rgba(50, 50, 50, 0.7);
      width: 120px;
      border-radius: 40px;
      padding: 4px; }
      /* line 393, static/scss/base_2.scss */
      .produktlista-bar .produktlista-table .produktlista-buttons svg {
        fill: rgba(0, 0, 0, 0.7); }
    /* line 397, static/scss/base_2.scss */
    .produktlista-bar .produktlista-table svg:hover {
      transform: scale(1.1);
      transition: all 200ms ease-in;
      cursor: pointer; }
    /* line 403, static/scss/base_2.scss */
    .produktlista-bar .produktlista-table div {
      margin-bottom: 2px;
      padding: 5px; }
    /* line 407, static/scss/base_2.scss */
    .produktlista-bar .produktlista-table li {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr auto;
      grid-template-areas: "a b c d e f g";
      background: rgba(28, 206, 87, 0.6); }
    /* line 414, static/scss/base_2.scss */
    .produktlista-bar .produktlista-table li:nth-child(odd) {
      background: #abacad; }
    /* line 417, static/scss/base_2.scss */
    .produktlista-bar .produktlista-table li:nth-child(even) {
      background: #bfc0c1; }
    /* line 420, static/scss/base_2.scss */
    .produktlista-bar .produktlista-table li:last-child {
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px; }

/* line 427, static/scss/base_2.scss */
.message-bar-background-red {
  background: #e40138; }

/* line 430, static/scss/base_2.scss */
.message-bar-background-green {
  background: #87af91; }

/* line 434, static/scss/base_2.scss */
.message-bar {
  position: fixed;
  padding: 25px;
  width: auto;
  margin: 0 auto;
  z-index: 1000;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0px;
  border-radius: 50px;
  transition: all 200ms ease-in;
  display: none;
  font-size: 14px; }

/* line 458, static/scss/base_2.scss */
video {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100vw; }

@media screen and (max-width: 500px) {
  /* line 466, static/scss/base_2.scss */
  .content {
    font-size: 4vw; } }

@media screen and (max-width: 800px) {
  /* line 472, static/scss/base_2.scss */
  .content {
    position: fixed;
    left: 0;
    width: 100%;
    height: 93%;
    overflow: auto;
    padding: 20px;
    padding-left: 0px; }
  /* line 483, static/scss/base_2.scss */
  .nav .nav__item {
    width: 125px;
    font-size: 0.5rem;
    padding-top: 10px; }
  /* line 488, static/scss/base_2.scss */
  .nav .nav__item:hover {
    transform: scale(1);
    border-radius: 5px;
    width: 125px;
    transition: all 200ms ease-in;
    cursor: pointer; }
  /* line 497, static/scss/base_2.scss */
  .nav > .nav__list {
    flex-direction: row;
    min-width: 100vw;
    height: 50px;
    bottom: 0;
    justify-content: space-around;
    align-items: center;
    gap: 0rem;
    font-size: 0.7rem;
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
    z-index: 10;
    overflow: hidden; }
    /* line 498, static/scss/base_2.scss */
    .nav > .nav__list .active {
      margin-left: 0px;
      border-radius: 5px;
      width: 125px;
      background-color: #e3e3e3;
      color: none;
      transition: all 200ms ease-in; }
    /* line 506, static/scss/base_2.scss */
    .nav > .nav__list .desktop {
      display: none; }
  /* line 525, static/scss/base_2.scss */
  .message-bar {
    bottom: 90px; } }

@media screen and (min-width: 800px) {
  /* line 533, static/scss/base_2.scss */
  video {
    position: absolute;
    top: 25px;
    left: 22vw;
    width: 75vw; }
  /* line 543, static/scss/base_2.scss */
  .nav .nav__list .nav__item {
    text-align: left;
    margin-left: 0.5rem; }
    /* line 546, static/scss/base_2.scss */
    .nav .nav__list .nav__item p {
      vertical-align: middle;
      display: inline;
      padding-left: 5px; } }

/* line 557, static/scss/base_2.scss */
.card {
  min-width: 5.5rem;
  max-width: 32rem;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  border: 0; }
  /* line 566, static/scss/base_2.scss */
  .card .row {
    --bs-gutter-x: 0px;
    border: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  /* line 573, static/scss/base_2.scss */
  .card .card-title {
    background-color: #575756;
    color: white; }
  /* line 577, static/scss/base_2.scss */
  .card .card-body {
    background-color: #bfc0c1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    /* line 581, static/scss/base_2.scss */
    .card .card-body table {
      width: 100%; }
      /* line 583, static/scss/base_2.scss */
      .card .card-body table tr:hover {
        transform: scale(1.02);
        transition: 0.1s ease;
        cursor: pointer; }
    /* line 589, static/scss/base_2.scss */
    .card .card-body tbody {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    /* line 594, static/scss/base_2.scss */
    .card .card-body tr:nth-child(odd) {
      background-color: #abacad;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    /* line 599, static/scss/base_2.scss */
    .card .card-body tr:nth-child(even) {
      background-color: #bfc0c1;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }

/* line 607, static/scss/base_2.scss */
.userdata_header {
  background-color: #bfc0c1;
  color: black; }

/* line 611, static/scss/base_2.scss */
.userdata_stats {
  background-color: #575756;
  color: white; }

/* line 616, static/scss/base_2.scss */
.drawingBuffer {
  display: none; }

/* line 620, static/scss/base_2.scss */
.h50 {
  height: 50px; }

@media screen and (max-width: 800px) {
  /* line 628, static/scss/base_2.scss */
  .contentBox {
    margin-left: 2vw;
    width: 96vw; } }

@media screen and (min-width: 801px) {
  /* line 628, static/scss/base_2.scss */
  .contentBox {
    margin-left: 18vw;
    width: 80%; } }

/* line 640, static/scss/base_2.scss */
.serviceTable {
  list-style-type: none;
  min-width: 8fr;
  padding-top: 20px;
  font-size: 14px;
  width: 100%; }
  /* line 647, static/scss/base_2.scss */
  .serviceTable div {
    margin-bottom: 2px;
    padding: 5px; }
  @media screen and (max-width: 800px) {
    /* line 652, static/scss/base_2.scss */
    .serviceTable .serviceorderGrid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(3, 30px);
      border: solid;
      border-width: 1px;
      border-color: black; }
      /* line 660, static/scss/base_2.scss */
      .serviceTable .serviceorderGrid .service_item1 {
        grid-row: 2/3;
        grid-column: 3/5;
        text-align: center; }
      /* line 665, static/scss/base_2.scss */
      .serviceTable .serviceorderGrid .service_item2 {
        grid-row: 2/3;
        grid-column: 1/3;
        text-align: center; }
      /* line 670, static/scss/base_2.scss */
      .serviceTable .serviceorderGrid .service_item3 {
        grid-row: 1/2;
        grid-column: 1/5;
        text-align: center; }
      /* line 675, static/scss/base_2.scss */
      .serviceTable .serviceorderGrid .service_item4 {
        grid-row: 3/4;
        grid-column: 1/3;
        text-align: center; }
      /* line 680, static/scss/base_2.scss */
      .serviceTable .serviceorderGrid .service_item5 {
        grid-row: 3/4;
        grid-column: 3/5;
        text-align: center; } }
  @media screen and (min-width: 801px) {
    /* line 652, static/scss/base_2.scss */
    .serviceTable .serviceorderGrid {
      grid-template-columns: 15vw 20vw 25vw 10vw auto;
      grid-template-areas: "a b c d e"; } }
  @media screen and (max-width: 800px) {
    /* line 693, static/scss/base_2.scss */
    .serviceTable .prislistaGrid {
      display: grid;
      grid-template-columns: repeat(4, 25%);
      grid-template-rows: repeat(2, 30px);
      border: solid;
      border-width: 1px;
      border-color: black;
      align-items: center; }
      /* line 702, static/scss/base_2.scss */
      .serviceTable .prislistaGrid .kundvagn_item1 {
        grid-row: 1/2;
        grid-column: 1/2; }
      /* line 706, static/scss/base_2.scss */
      .serviceTable .prislistaGrid .kundvagn_item2 {
        grid-row: 1/3;
        grid-column: 2/4;
        text-align: center; }
      /* line 711, static/scss/base_2.scss */
      .serviceTable .prislistaGrid .kundvagn_item3 {
        display: none; }
      /* line 714, static/scss/base_2.scss */
      .serviceTable .prislistaGrid .kundvagn_item4 {
        grid-row: 2/3;
        grid-column: 1/2; }
      /* line 718, static/scss/base_2.scss */
      .serviceTable .prislistaGrid .kundvagn_item5 {
        grid-row: 1/3;
        grid-column: 4/5; }
      /* line 722, static/scss/base_2.scss */
      .serviceTable .prislistaGrid .search-artnr {
        grid-row: 1/3;
        grid-column: 1/2; }
      /* line 726, static/scss/base_2.scss */
      .serviceTable .prislistaGrid .search-namn {
        grid-row: 1/3;
        grid-column: 2/5; } }
  @media screen and (min-width: 801px) {
    /* line 693, static/scss/base_2.scss */
    .serviceTable .prislistaGrid {
      grid-template-columns: 10vw 30vw 10vw 9vw auto;
      grid-template-areas: "a b c d e"; } }
  /* line 735, static/scss/base_2.scss */
  .serviceTable .prislistaGrid .kundvagn_item4::after {
    content: " SEK"; }
  /* line 738, static/scss/base_2.scss */
  .serviceTable .prislistaGrid .kundvagn_item3::after {
    content: " SEK"; }
  @media screen and (max-width: 800px) {
    /* line 746, static/scss/base_2.scss */
    .serviceTable .orderGrid {
      display: grid;
      grid-template-columns: repeat(4, 25%);
      grid-template-rows: repeat(3, 30px);
      border: solid;
      border-width: 1px;
      border-color: black;
      align-items: center; }
      /* line 755, static/scss/base_2.scss */
      .serviceTable .orderGrid .item1 {
        grid-row: 1/2;
        grid-column: 1/2; }
      /* line 759, static/scss/base_2.scss */
      .serviceTable .orderGrid .item2 {
        grid-row: 1/2;
        grid-column: 2/5;
        text-align: center; }
      /* line 764, static/scss/base_2.scss */
      .serviceTable .orderGrid .item3 {
        grid-row: 2/3;
        grid-column: 3/5;
        text-align: center; }
      /* line 769, static/scss/base_2.scss */
      .serviceTable .orderGrid .item4 {
        grid-row: 2/3;
        grid-column: 1/3;
        text-align: center; }
      /* line 774, static/scss/base_2.scss */
      .serviceTable .orderGrid .item5 {
        grid-row: 3/4;
        grid-column: 1/3;
        text-align: center; }
      /* line 779, static/scss/base_2.scss */
      .serviceTable .orderGrid .item6 {
        grid-row: 3/4;
        grid-column: 3/5;
        text-align: center; } }
  @media screen and (min-width: 801px) {
    /* line 746, static/scss/base_2.scss */
    .serviceTable .orderGrid {
      grid-template-columns: 10vw 30vw 10vw 9vw auto;
      grid-template-areas: "a b c d e f"; } }
  /* line 794, static/scss/base_2.scss */
  .serviceTable .seOrderGrid {
    grid-template-columns: 1fr 3fr 3fr;
    grid-template-areas: "a b c"; }
  /* line 800, static/scss/base_2.scss */
  .serviceTable li {
    display: grid; }
  /* line 806, static/scss/base_2.scss */
  .serviceTable .serviceTable-header {
    background: linear-gradient(90deg, #575757 35%, #5a5a5a 54%, rgba(87, 87, 87, 0.87) 73%);
    color: white !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  /* line 817, static/scss/base_2.scss */
  .serviceTable .serviceTable-row:hover {
    transform: scale(1.005);
    background-color: #575756;
    color: white;
    transition: 0.25s ease;
    cursor: pointer; }
  /* line 824, static/scss/base_2.scss */
  .serviceTable .serviceTable-row.hidden {
    display: none; }
  /* line 828, static/scss/base_2.scss */
  .serviceTable li, .serviceTable li.hidden:nth-child(even) + li:nth-of-type(odd) + li:nth-of-type(even), .serviceTable li.hidden:nth-child(even) + li.hidden:nth-child(odd) ~ li:nth-of-type(odd) {
    background: linear-gradient(90deg, #bfc0c1 0%, #abacad 10%);
    border: 1px black;
    border-style: solid; }
  /* line 836, static/scss/base_2.scss */
  .serviceTable li:nth-child(even), .serviceTable li.hidden:nth-child(even) ~ li:nth-of-type(odd), .serviceTable li.hidden:nth-child(even) + li.hidden:nth-child(odd) ~ li:nth-of-type(even) {
    background: linear-gradient(90deg, #bfc0c1 0%, #abacad 10%);
    border: 1px black;
    border-style: solid; }
  /* line 851, static/scss/base_2.scss */
  .serviceTable #varukorg {
    text-align: end; }
  /* line 856, static/scss/base_2.scss */
  .serviceTable li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

/* line 862, static/scss/base_2.scss */
.service-window {
  position: fixed;
  background: #575756;
  opacity: 1;
  width: auto;
  left: 20vw;
  right: 20vw;
  bottom: 40vh;
  margin: auto;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 10px;
  z-index: 100;
  text-align: center;
  border-radius: 20px;
  transition: all 200ms ease-in;
  display: flex;
  display: none;
  list-style-type: none;
  min-width: 4fr;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 800px) {
    /* line 862, static/scss/base_2.scss */
    .service-window {
      left: 10vw;
      right: 10vw;
      bottom: 15vh; } }
  @media screen and (min-width: 801px) {
    /* line 862, static/scss/base_2.scss */
    .service-window {
      left: 20vw;
      right: 20vw;
      bottom: 20vh; } }
  /* line 908, static/scss/base_2.scss */
  .service-window div {
    margin-bottom: 2px;
    padding: 5px;
    padding-left: 5vw;
    padding-right: 5vw; }
  /* line 916, static/scss/base_2.scss */
  .service-window li {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "a"; }
  /* line 924, static/scss/base_2.scss */
  .service-window .service-window-table-header {
    grid-template-areas: "a";
    background: #575756 !important;
    color: white !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 24px; }
    /* line 931, static/scss/base_2.scss */
    .service-window .service-window-table-header div {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background-color: black;
      opacity: 1; }
  /* line 940, static/scss/base_2.scss */
  .service-window li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

/* line 948, static/scss/base_2.scss */
.popup-window {
  position: fixed;
  background: #575756;
  opacity: 1;
  padding: 0;
  display: none;
  width: auto;
  margin: auto;
  color: white;
  z-index: 2;
  top: 10px;
  text-align: center;
  border-radius: 10px;
  transition: all 200ms ease-in;
  display: none;
  list-style-type: none;
  min-width: 4fr;
  max-height: 93vh;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  box-shadow: 0px 0px 10px black; }
  @media screen and (max-width: 800px) {
    /* line 948, static/scss/base_2.scss */
    .popup-window {
      left: 0vw;
      width: 100%;
      top: 0;
      font-size: 12px; } }
  @media screen and (min-width: 801px) {
    /* line 948, static/scss/base_2.scss */
    .popup-window {
      margin-right: 2vw; } }
  /* line 989, static/scss/base_2.scss */
  .popup-window .menubarButton {
    position: absolute;
    right: 0px;
    --button-color: white; }
    /* line 994, static/scss/base_2.scss */
    .popup-window .menubarButton .closeWindowButtonColor {
      fill: var(--button-color);
      height: 24px; }
    /* line 999, static/scss/base_2.scss */
    .popup-window .menubarButton svg {
      position: absolute;
      right: 5px; }
    /* line 1003, static/scss/base_2.scss */
    .popup-window .menubarButton .closeWindowButton:hover {
      transform: scale(1.05);
      --button-color:  rgb(228,1,56);
      cursor: pointer; }
  /* line 1011, static/scss/base_2.scss */
  .popup-window div {
    margin-bottom: 2px;
    padding: 5px;
    padding-left: 5vw;
    padding-right: 5vw; }
  /* line 1018, static/scss/base_2.scss */
  .popup-window li {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "a b"; }
  /* line 1024, static/scss/base_2.scss */
  .popup-window .popup-window-header {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "a b";
    background: #575756 !important;
    color: white !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 24px;
    margin: 0px; }
    /* line 1035, static/scss/base_2.scss */
    .popup-window .popup-window-header .popup-window-header-name {
      background-color: black; }
    /* line 1038, static/scss/base_2.scss */
    .popup-window .popup-window-header div {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      opacity: 1;
      margin: 0px; }
  /* line 1047, static/scss/base_2.scss */
  .popup-window .popup-window-content {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "a";
    color: black;
    margin: 0;
    padding: 0; }
    /* line 1054, static/scss/base_2.scss */
    .popup-window .popup-window-content .popup-window-content-row {
      margin: 0;
      padding: 0; }
    /* line 1059, static/scss/base_2.scss */
    .popup-window .popup-window-content ol:nth-child(odd) {
      background: #abacad; }
    /* line 1062, static/scss/base_2.scss */
    .popup-window .popup-window-content ol:nth-child(even) {
      background: #bfc0c1; }
    /* line 1065, static/scss/base_2.scss */
    .popup-window .popup-window-content ol:last-child {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
    /* line 1070, static/scss/base_2.scss */
    .popup-window .popup-window-content .service-info-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center; }
    /* line 1076, static/scss/base_2.scss */
    .popup-window .popup-window-content .comment-grid {
      display: grid;
      grid-template-columns: 2fr 1fr;
      align-items: center; }
      /* line 1080, static/scss/base_2.scss */
      .popup-window .popup-window-content .comment-grid .comment-by {
        font-size: 14px;
        text-align: end; }
    /* line 1085, static/scss/base_2.scss */
    .popup-window .popup-window-content .service-input-grid {
      display: grid;
      grid-template-columns: 2fr 1fr;
      align-items: center; }
      /* line 1089, static/scss/base_2.scss */
      .popup-window .popup-window-content .service-input-grid .comment-by {
        font-size: 14px;
        text-align: end; }
    /* line 1094, static/scss/base_2.scss */
    .popup-window .popup-window-content .service-info-pictures {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      /* line 1105, static/scss/base_2.scss */
      .popup-window .popup-window-content .service-info-pictures img {
        opacity: 1;
        height: 108px;
        width: 192px; }
      /* line 1110, static/scss/base_2.scss */
      .popup-window .popup-window-content .service-info-pictures .service-info-pictures-img {
        padding: 5px;
        opacity: 1; }
      /* line 1115, static/scss/base_2.scss */
      .popup-window .popup-window-content .service-info-pictures .service-info-pictures-img:hover {
        transform: scale(1.75);
        cursor: pointer; }
  /* line 1121, static/scss/base_2.scss */
  .popup-window li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

/* line 1127, static/scss/base_2.scss */
.orderinfo {
  font-size: 14px; }

/* line 1132, static/scss/base_2.scss */
.tablesorter th {
  background-color: #575756;
  color: white; }

/* line 1138, static/scss/base_2.scss */
.draggablePopup {
  position: fixed;
  display: none;
  right: 100px;
  top: 5vh;
  box-shadow: 0px 0px 10px 1px;
  width: 600px;
  margin: 10px;
  background-color: rgba(100, 100, 100, 0.9);
  border-radius: 10px;
  z-index: 10;
  padding: 0px; }
  @media screen and (max-width: 800px) {
    /* line 1138, static/scss/base_2.scss */
    .draggablePopup {
      width: 95vw;
      left: 5px; } }
  @media screen and (min-width: 801px) {
    /* line 1138, static/scss/base_2.scss */
    .draggablePopup {
      width: 600px;
      right: calc(50vw); } }
  /* line 1163, static/scss/base_2.scss */
  .draggablePopup .draggablePopup-header:hover {
    cursor: pointer; }
  /* line 1166, static/scss/base_2.scss */
  .draggablePopup .draggablePopup-header {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    font-size: 24px;
    padding: 4px;
    padding-right: 8px;
    padding-bottom: 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    background-color: black;
    color: white; }
    /* line 1167, static/scss/base_2.scss */
    .draggablePopup .draggablePopup-header svg {
      border-radius: 1000px;
      position: absolute;
      right: 5px; }
    /* line 1172, static/scss/base_2.scss */
    .draggablePopup .draggablePopup-header svg:hover {
      transform: scale(1.1);
      transition: all 200ms ease-in;
      background-color: red;
      cursor: pointer; }
  /* line 1199, static/scss/base_2.scss */
  .draggablePopup .draggablePopup-list {
    list-style: none;
    background-color: #bfc0c1;
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "a";
    margin: 0;
    padding: 0;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    max-height: 500px;
    overflow-y: auto; }
    /* line 1217, static/scss/base_2.scss */
    .draggablePopup .draggablePopup-list .draggablePopup-list-row {
      display: grid;
      grid-template-columns: auto;
      grid-template-areas: "a b c d";
      grid-template-columns: 1fr 4fr 1fr 1fr; }
      /* line 1223, static/scss/base_2.scss */
      .draggablePopup .draggablePopup-list .draggablePopup-list-row .draggablePopup-list-row-item img {
        margin-top: 10px;
        margin-bottom: 10px; }
        /* line 1224, static/scss/base_2.scss */
        .draggablePopup .draggablePopup-list .draggablePopup-list-row .draggablePopup-list-row-item img:hover {
          transform: scale(1.1);
          cursor: pointer; }
    /* line 1234, static/scss/base_2.scss */
    .draggablePopup .draggablePopup-list li:nth-child(odd) {
      background: #abacad;
      padding-left: 5px; }
    /* line 1238, static/scss/base_2.scss */
    .draggablePopup .draggablePopup-list li:nth-child(even) {
      padding-left: 5px;
      background: #bfc0c1; }
    /* line 1242, static/scss/base_2.scss */
    .draggablePopup .draggablePopup-list li:last-child {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
  /* line 1247, static/scss/base_2.scss */
  .draggablePopup .popup_varukorg {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 32px;
    width: 32px; }
  /* line 1254, static/scss/base_2.scss */
  .draggablePopup .popup_varukorg:hover {
    transform: scale(1.2);
    cursor: pointer; }

/* line 1260, static/scss/base_2.scss */
.sorteringslista {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-evenly; }
  /* line 1267, static/scss/base_2.scss */
  .sorteringslista .sorteringsknapp_div {
    margin-top: 5px;
    margin-bottom: 5px; }
    /* line 1270, static/scss/base_2.scss */
    .sorteringslista .sorteringsknapp_div button {
      border-radius: 5px;
      background-color: #bfc0c1;
      border: 0px; }
      /* line 1271, static/scss/base_2.scss */
      .sorteringslista .sorteringsknapp_div button:hover {
        transform: scale(1.1);
        background-color: #575756;
        color: white;
        cursor: pointer; }
    /* line 1282, static/scss/base_2.scss */
    .sorteringslista .sorteringsknapp_div .aktivKnapp {
      background-color: black;
      color: white; }

/* line 1292, static/scss/base_2.scss */
.helpBox {
  transition: all .5 ease-in-out;
  width: 300px;
  background: #575756;
  padding: 2px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 300px;
  right: 200px;
  width: 150px;
  border-radius: 3px;
  display: none; }

/* line 1310, static/scss/base_2.scss */
.helpBubble:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 5px solid #575756;
  border-right: 5px solid transparent;
  border-top: 5px solid #575756;
  border-bottom: 5px solid transparent;
  right: -10px;
  top: 2px; }

/* line 1327, static/scss/base_2.scss */
loginMain .loginForm {
  width: 80vw;
  border: 2px;
  border-style: double;
  max-width: 600px;
  padding-left: 20px;
  font-size: 40px;
  font-size: clamp(20px, 3vw, 40px);
  mix-blend-mode: multiply; }

/* line 1341, static/scss/base_2.scss */
loginMain input {
  padding-bottom: 10px; }

/* line 1345, static/scss/base_2.scss */
loginMain .loginBox {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  vertical-align: top; }

/* line 1354, static/scss/base_2.scss */
loginMain .loginLogo {
  width: 66vw;
  height: 30vw;
  max-width: 500px;
  max-height: 218px; }

/* line 1360, static/scss/base_2.scss */
loginMain .loginTable {
  margin-top: 40px; }
  /* line 1364, static/scss/base_2.scss */
  loginMain .loginTable tr td {
    border-style: none; }

/* line 1369, static/scss/base_2.scss */
loginMain .loginButton {
  min-height: 60px;
  max-height: 120px;
  height: 10vh;
  width: 40vw;
  min-width: 200px;
  max-width: 300px;
  font-size: 40px;
  position: relative;
  flex-flow: wrap-reverse;
  padding-bottom: 13px; }

/* line 1386, static/scss/base_2.scss */
.boatsAnimation {
  color: white;
  font-family: "JustLovely";
  font-size: 5vw;
  white-space: nowrap;
  overflow: hidden;
  width: 50vw;
  bottom: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  margin: 0px;
  margin-bottom: 0px;
  animation: type 4s steps(200, end); }

@keyframes type {
  from {
    width: 0; } }

/* line 1408, static/scss/base_2.scss */
.imageTintBG {
  animation: append-animate .2s linear;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center; }

@keyframes append-animate {
  from {
    transform: scale(0);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
  /* line 1429, static/scss/base_2.scss */
  .imageTintBG img {
    max-width: 75%;
    max-height: 75%;
    border-radius: 25px; }
  /* line 1434, static/scss/base_2.scss */
  .imageTintBG .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

/* line 1441, static/scss/base_2.scss */
.pulse {
  animation: pulse 2s infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.99);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  100% {
    transform: scale(0.99);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }
