/* Default Theme */
:root {
    --nav: #fff;
    --nav-link-bg: #e9ecef;
    --nav-shadow: rgba(20, 20, 20, 0.12) 0rem 0.25rem 0.375rem -0.0625rem, rgba(20, 20, 20, 0.07) 0rem 0.125rem 0.25rem -0.0625rem;
    --nav-title: #3a416f;

    --side-bg: rgb(248, 249, 250);

    --container: #fff;
    --border-radius: 15px;
    --box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);

    --title: #344767;
    --subtitle: #67748e;
    --link: #67748e;

    --divider: linear-gradient(90deg, #ffffff, #e6e9ec, #ffffff);

    --button-1: #17c1e8;
    --button-2: #646ea1;
    --button-3: #acf355;
    --button-4: #f25a5a;
    --button-5: #f2a15a;
    --button-6: #6e6e6e;
    --button-radius: 5px;

    --in-stock-bg: #cdf59b;
    --in-stock-title: #67b108;

    --small-in-stock-bg: #fff899;
    --small-in-stock-title: #ccb400;

    --out-of-stock-bg: #fc9797;
    --out-of-stock-title: #bd0000;
}
/* Theme Dark */
.theme-dark {
    --nav: #fff;
    --nav-link-bg: #e9ecef;
    --nav-shadow: rgba(20, 20, 20, 0.12) 0rem 0.25rem 0.375rem -0.0625rem, rgba(20, 20, 20, 0.07) 0rem 0.125rem 0.25rem -0.0625rem;
    --nav-title: #3a416f;

    --side-bg: #141415;

    --container: #1d1d1e;
    --border-radius: 15px;
    --box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);

    --title: #344767;
    --subtitle: #67748e;
    --link: #67748e;

    --divider: linear-gradient(90deg, #ffffff, #e6e9ec, #ffffff);

    --button-1: #17c1e8;
    --button-2: #646ea1;
    --button-3: #acf355;
    --button-4: #f25a5a;
    --button-5: #f2a15a;
    --button-6: #6e6e6e;
    --button-radius: 5px;

    --in-stock-bg: #cdf59b;
    --in-stock-title: #67b108;

    --small-in-stock-bg: #fff899;
    --small-in-stock-title: #ccb400;

    --out-of-stock-bg: #fc9797;
    --out-of-stock-title: #bd0000;
}
body {
    background: var(--side-bg);
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    outline: none;
    text-decoration: none;
    list-style: none;
    font-display: swap;
}
a {
    text-decoration: none;
    line-height: 1;
}



@keyframes slideInBounceRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    60% {
        transform: translateX(-15px);
        opacity: 1;
    }
    80% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}
#flash-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 999;
    height: 100%;
}
.flash-message {
    display: flex;
    background-color: #2ecc71;
    border-radius: 5px;
    overflow: hidden;
    max-width: 400px;
    color: #fff;
    animation: slideInBounceRight 0.3s ease-out;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    pointer-events: auto !important;
}
.flash-icon {
    background-color: #27c265;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.flash-icon-btn {
    background-color: #27c265;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.flash-text {
  padding: 0 16px;
  flex-grow: 1;
  font-weight: 500;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flash-close {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    width: 48px;
    height: 100%;
    cursor: pointer;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}
/* SUCCESS – Grün */
.flash-success {
    background-color: #2ecc71;
}
.flash-success .flash-icon,
.flash-success .flash-icon-btn {
    background-color: #27c265;
}
/* DANGER – Rot */
.flash-danger {
    background-color: #e74c3c;
}
.flash-danger .flash-icon,
.flash-danger .flash-icon-btn {
    background-color: #c0392b;
}
/* WARNING – Gelb */
.flash-warning {
    background-color: #f1c40f;
    color: #000;
}
.flash-warning .flash-icon,
.flash-warning .flash-icon-btn {
    background-color: #f39c12;
}
/* INFO – Blau */
.flash-info {
    background-color: #3498db;
}
.flash-info .flash-icon,
.flash-info .flash-icon-btn {
    background-color: #2980b9;
}


































.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #000;
  border: 0 solid #d0d0d0;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #000;
  border: 0 solid #cacaca;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: rgb(124.5, 124.5, 124.5);
  background: white;
  border: 0 solid white;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #000000;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 350px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #000000;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}














































































#Sidebar-Div-Top-Logo {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px
}
#Sidebar-Divider {
  width: 100%;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  background-image: linear-gradient(90deg, #ffffff, #e6e9ec, #ffffff)
}
#Sidebar-Menu-SVG {
  height: 30px;
  background-color: #646ea1;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border-radius: 8px;
  min-height: 32px;
  max-height: 32px;
  min-width: 32px;
  max-width: 32px
}
#Sidebar-Menu-SVG :not([fill="none"]) {
  fill: #ffffff !important
}
#Sidebar-Menu-SVG {
  box-shadow: rgba(20, 20, 20, 0.12) 0rem 0.25rem 0.375rem -0.0625rem, rgba(20, 20, 20, 0.07) 0rem 0.125rem 0.25rem -0.0625rem;
}
#Sidebar-Menu-Link {
  color: #67748e;
  font-size: 14px;
  font-weight: 600
}
#Sidebar-Menu {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding: 5px 5px;
}
#Sidebar-Menu-SVG {
  height: 30px;
  background-color: #e9ecef;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border-radius: 8px;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px
}
#Sidebar-Menu-SVG :not([fill="none"]) {
  fill: #5e69a1 !important
}
#Sidebar-Menu-SVG {
  box-shadow: rgba(20, 20, 20, 0.12) 0rem 0.25rem 0.375rem -0.0625rem, rgba(20, 20, 20, 0.07) 0rem 0.125rem 0.25rem -0.0625rem;
}
#Sidebar-Menu-SVG {
  height: 30px;
  background-color: #e9ecef;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border-radius: 8px;
  min-width: 32px;
  min-height: 32px;
  max-height: 32px;
  max-width: 32px
}
#Sidebar-Menu-SVG :not([fill="none"]) {
  fill: #5e69a1 !important
}
#Sidebar-Menu-SVG {
  box-shadow: rgba(20, 20, 20, 0.12) 0rem 0.25rem 0.375rem -0.0625rem, rgba(20, 20, 20, 0.07) 0rem 0.125rem 0.25rem -0.0625rem;
}
#Sidebar-MenuList {
  width: 100%;
  flex-direction: column;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  row-gap: 10px
}
@media (max-width: 1200px) {
  #brxe-izchbj {
    overflow-y: scroll;
  }
  #Sidebar-MenuList {
    height: 400px;
    row-gap: 10px;
    overflow-y: scroll;
  }
}
#Sidebar-Div-Top {
  display: flex;
  flex-direction: column;
  width: 100%
}
#Sidebar-Div-Support-DC-SVG {
  background-color: #ffffff;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border-radius: 8px
}
#Sidebar-Div-Support-DC-SVG :not([fill="none"]) {
  fill: #219cfe !important
}
#Sidebar-Div-Support-DC-SVG {
  box-shadow: rgba(20, 20, 20, 0.12) 0rem 0.25rem 0.375rem -0.0625rem, rgba(20, 20, 20, 0.07) 0rem 0.125rem 0.25rem -0.0625rem;
}
#Sidebar-Div-Support-DC {
  display: flex
}
#Sidebar-Div-Support-Text-Top {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600
}
#Sidebar-Div-Support-Text-Bottom {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600
}
#Sidebar-Div-Support-Text {
  display: flex;
  flex-direction: column;
  row-gap: 3px
}
#Sidebar-Div-Support-Button-Text {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 7px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px
}
#Sidebar-Div-Support-Button-Text {
  box-shadow: rgba(0, 0, 0, 0.11) 0rem 0.25rem 0.4375rem -0.0625rem, rgba(0, 0, 0, 0.07) 0rem 0.125rem 0.25rem -0.0625rem;
}
#Sidebar-Div-Support-Button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
#Sidebar-Div-Support-Div {
  display: flex;
  width: 100%;
  border-radius: 10px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  overflow: hidden;
  background-image: url(images/curved.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
:where(#Sidebar-Div-Support-Div > *:not(figcaption)) {
  position: relative
}
#Sidebar-Div-Support-Div::before {
  background-image: linear-gradient(310deg, rgba(33, 82, 255, 0.65), rgba(33, 212, 253, 0.65));
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none
}
#Sidebar-Div-Support {
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px
}
#Sidebar-Div {
  flex-direction: column;
  height: 100%;
  position: relative;
  background-color: var(--container);
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05)
}
#Sidebar-Div-Top-Logo-SVG {
  height: 30px;
}
#Sidebar-Div-Top-Logo-SVG :not([fill="none"]) {
  fill: #5e69a1 !important;
}
#Sidebar-Div-Top-Logo-Title {
  color: #344767;
  font-size: 14px;
  font-weight: 600;
}
#Sidebar-Div-Top-Logo-Code {
  display: none;
  width: auto;
}
#Sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 250px;
  z-index: 1000;
  transition: left 0.3s ease-out;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 20px
}
@media (max-width: 1200px) {
  #Sidebar {
    left: -250px
  }
}















/* Overlay für Klick außerhalb */
.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}


@media (max-width: 1200px) {
  #Sidebar {
    left: -250px !important;
  }

  .sidebar-toggle {
    display: block !important;
  }
  .sidebar-close {
    display: block !important;
  }

  #Sidebar.active {
    left: 0 !important;
  }

  .sidebar-overlay.active {
    display: block !important;
  }
}
  .sidebar-close {
    display: block !important;
  }
@media (max-width: 1200px) {
  #Sidebar-Div-Top-Logo-Code {
    display: flex;
  }
}
#Sidebar-Menu.nav-active {
    background: #646ea1;
    border-radius: 10px;
}


#Sidebar-Menu-Link.nav-active {
  color: #fff;
}























#Main {
  flex-direction: column;
  position: relative;
  margin-left: 270px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
}
#Main-Div {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  height: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  #Main {
    margin-left: 0px;
    padding-left: 20px;
  }
}






































#Topbar-Left-SVG {
  height: 16px
}
#Topbar-Left-SVG :not([fill="none"]) {
  fill: #98a2b2 !important
}
#Topbar-Left-Link {
  color: #344767;
  font-size: 14px;
  font-weight: 600
}
#Topbar-Left-Code {
  display: none
}
@media (max-width: 1200px) {
  #Topbar-Left-Code {
    display: flex
  }
}
#Topbar-Left {
  display: flex;
  align-items: center;
  column-gap: 5px
}
#Topbar-Right-Div1-SVG {
  height: 16px
}
#Topbar-Right-Div1-SVG :not([fill="none"]) {
  fill: #344767 !important
}
#Topbar-Right-Div1-Link {
  color: #344767;
  font-size: 14px
}
#Topbar-Right-Div1 {
  display: flex;
  column-gap: 5px;
  align-items: center
}
#Topbar-Right-Div2-SVG {
  height: 16px
}
#Topbar-Right-Div2-SVG :not([fill="none"]) {
  fill: #344767 !important
}
#Topbar-Right-Div2 {
  display: flex;
  align-items: center
}
#Topbar-Right-Div3-SVG {
  height: 16px
}
#Topbar-Right-Div3-SVG :not([fill="none"]) {
  fill: #344767 !important
}
#Topbar-Right-Div3 {
  display: flex;
  align-items: center
}
#Topbar-Right {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px
}
#Topbar {
  display: flex;
  border-radius: 15px;
  background-color: var(--container);
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  width: 100%
}









































#Footer {
  display: flex;
  border-radius: 15px;
  background-color: var(--container);
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
}
#Footer-Left {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
#Footer-Left-SVG {
  height: 16px;
}
#Footer-Left-SVG :not([fill="none"]) {
  fill: #67748e !important;
}
#Footer-Left-Date {
  font-size: 14px;
  color: #67748e;
}
#Footer-Left-Cop {
  font-size: 14px;
  color: #67748e;
}
#Footer-Right {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 5px;
}
#Footer-Right-Div {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
#Footer-Right-Div-Link {
  color: #67748e;
  font-size: 14px;
}
