/* Direction-aware overrides (LTR) */
html,
body {
  direction: ltr;
  text-align: left;
  overflow-x: hidden;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 200000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  inset: 0;
  display: none;
  font-family: 'arial';
  direction: ltr;
}


/* Transparent Overlay */

.loading:before {
  content: '';
  display: block;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.loading:after {
  content: '';
  display: block;
  position: fixed;
  width: 64px;
  height: 64px;
  margin-top: -0.5em;
  background: url("/images/pre-loader/loader-02.svg") no-repeat center center;
}

.glyphicon-remove {
  color: #626262;
}

.glyphicon-ok {
  color: green;
}

.passwordRules {
  display: table;
  font-size: .7rem;
  background: transparent;
  line-height: 1.75;
}

.badge {
  text-align: left !important;
  font-size: .8rem !important;
  font-weight: 400 !important;
  margin: .5rem 0;
}

.text_black {
  color: rgba(0, 0, 0, 1);
}

.fa-solid.fa-xmark {
  font-family: 'FontAwesome';
  font-size: .7rem;
  color: #626262;
}

.fa-solid.fa-xmark.red {
  color: #BE1212 !important;
}

.fa-solid.fa-check {
  font-family: 'FontAwesome';
  font-size: .7rem;
  color: #626262;
}

.badge.red_danger {
  color: #BE1212 !important;
}

.badge.red {
  color: #BE1212 !important; 
}

.badge.white {
  color: #fff !important;
}

.formStikyButtons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  clear: both;
  gap: 1rem;
  padding: 2rem;
}

.formStikyButtons a {
  cursor: pointer;
  background: rgba(190, 18, 18, 1) !important;
  font-size: .9rem !important;
  font-weight: 400;
  padding: .65rem 0;
  text-align: center;
  min-width: 120px;
  margin-bottom: 0 !important;
  border: 0 !important;
  white-space: nowrap;
}

.formStikyButtons a:hover {
  background-color: rgb(150, 15, 15, 1) !important;
}

@media (max-width: 768px) {
  .formStikyButtons a {
    font-size: .65rem !important;
    padding: .75rem .25rem .75rem .25rem !important;
  }
  .sm_pt_10 {
    padding-top: 10px;
  }
}

.colorpicker input {
  display: block;
  width: 100%;
  height: 2.75rem;
  border: none;
  /* Use 'none' instead of '0' to explicitly remove the border */
  padding: 0;
  border-radius: 3px;
  -webkit-appearance: none;
  /* For Safari and Chrome */
  -moz-appearance: none;
  /* For Firefox */
  appearance: none;
  /* For other browsers */
  cursor: pointer;
}

.colorpicker input::-webkit-color-swatch-wrapper {
  padding: 0;
  border-radius: 0;
}

.colorpicker input::-webkit-color-swatch {
  border: none;
  border-radius: 0;
}

.search-cart {
  transform: scale(0.75);
}

.search-cart .shpping-cart.active {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .search-cart {
    top: 14px !important;
  }
}

:root {
  --li4-color-primary-hsl: 250, 84%, 54%;
  --li4-color-bg-hsl: 0, 0%, 100%;
  --li4-color-contrast-high-hsl: 230, 7%, 23%;
  --li4-color-contrast-higher-hsl: 230, 13%, 9%;
  --li4-color-bg-light-hsl: 0, 0%, 100%;
  --li4-color-white-hsl: 0, 0%, 100%;
  --li4-color-bg-dark-hsl: 240, 4%, 95%;
  --li4-color-bg-lighter-hsl: 0, 0%, 100%;
  --li4-color-black-hsl: 230, 13%, 9%;
  --li4-space-3xs: 0.25rem;
  --li4-space-2xs: 0.375rem;
  --li4-space-xs: 0.5rem;
  --li4-space-sm: 0.75rem;
}

@media(min-width: 64rem) {
  :root {
    --li4-space-3xs: 0.375rem;
    --li4-space-2xs: 0.5625rem;
    --li4-space-xs: 0.75rem;
    --li4-space-sm: 1.125rem;
  }
}

.li4-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  white-space: nowrap;
  text-decoration: none;
  background: hsl(var(--li4-color-bg-dark-hsl));
  color: #37383f;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  will-change: transform;
  padding: var(--li4-space-2xs) var(--li4-space-sm);
  border-radius: 0.25em;
}

.li4-btn:focus-visible {
  box-shadow: 0px 0px 0px 2px hsl(var(--li4-color-bg-hsl)), 0px 0px 0px 4px hsla(var(--li4-color-contrast-higher-hsl), 0.15);
  outline: none;
}

.li4-btn:active {
  transform: translateY(2px);
}

.li4-btn--subtle {
  background: hsl(var(--li4-color-bg-lighter-hsl));
  color: #1C1A3D;
  border-color: #1C1A3D;
}

.li4-btn--subtle:hover {
  background: hsl(var(--li4-color-bg-light-hsl));
}


/*.li4-btn--subtle:focus {
    box-shadow: inset 0px 1px 0px hsla(var(--li4-color-white-hsl), 0.1), 0px 0px 0px 1px hsla(var(--li4-color-black-hsl), 0.02), 0px 1px 3px -1px hsla(var(--li4-color-black-hsl), 0.2), 0 0.1px 0.3px rgba(0, 0, 0, 0.06),0 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px 2px hsl(var(--li4-color-bg-hsl)), 0px 0px 0px 4px hsl(var(--li4-color-contrast-high-hsl));
  }*/

.li4-icon {
  height: var(--li4-size, 1em);
  width: var(--li4-size, 1em);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}


/* component */

:root {
  --picker-vertical-gap: 4px;
}

.language-picker {
  display: inline-block;
  position: relative;
}

.language-picker__form {
  display: none;
}

.language-picker__button .li4-icon {
  height: 16px;
  width: 16px;
}

.language-picker__button .li4-icon:first-of-type {
  margin-right: var(--li4-space-3xs);
}

.language-picker__button .li4-icon:last-of-type {
  margin-left: var(--li4-space-3xs);
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: hsl(var(--li4-color-bg-light-hsl));
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  padding: var(--li4-space-3xs) 0;
  border-radius: 0.25em;
  z-index: 5;
  margin-top: var(--picker-vertical-gap);
  margin-bottom: var(--picker-vertical-gap);
  --space-unit: 1rem;
  --text-unit: 1rem;
  font-size: var(--text-unit);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s;
}

.language-picker__dropdown--right {
  right: 0;
  left: auto;
}

.language-picker__dropdown--up {
  bottom: 100%;
  top: auto;
}

.language-picker__button[aria-expanded=true] + .language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s;
}

.language-picker__item {
  display: flex !important;
  align-items: center !important;
  text-decoration: none;
  padding: var(--li4-space-2xs) var(--li4-space-sm);
  color: #1C1A3D;
  transition: background 0.2s;
}

.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.language-picker__item:hover {
  background-color: hsla(var(--li4-color-contrast-higher-hsl), 0.075);
  color: #37383f;
}


/*.language-picker__item:focus {
    outline: none;
    background-color: hsla(var(--li4-color-primary-hsl), 0.1);
  }*/

.language-picker__item:focus {
  color: #37383f;
}

.language-picker__item[aria-selected=true] {
  position: relative;
  background-color: #1C1A3D;
  color: hsl(var(--li4-color-white-hsl));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*.language-picker__item[aria-selected=true]:focus {
    outline: 2px solid hsla(var(--li4-color-primary-hsl), 0.2);
  }*/

.language-picker__item[aria-selected=true]::after {
  content: "";
  height: 16px;
  width: 16px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round' points='1,9 5,13 15,3 '/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round' points='1,9 5,13 15,3 '/%3E%3C/svg%3E");
  margin-left: auto;
}

.language-picker__flag {
  display: flex;
  align-items: center;
}

.language-picker__flag::before {
  display: none;
  flex-shrink: 0;
  content: "";
  height: 16px;
  width: 16px;
  margin-right: var(--li4-space-2xs);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.language-picker__dropdown .language-picker__flag::before {
  margin-right: var(--li4-space-xs);
}

.language-picker--flags .language-picker__flag::before {
  display: inline-block;
  display: inline-flex;
}

.language-picker--flags .language-picker__button .li4-icon:first-of-type {
  display: none;
}

.language-picker__flag--deutsch::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M48,18H0V8c0-1.105,0.895-2,2-2h44c1.105,0,2,0.895,2,2V18z'/%3E%3Crect y='18' fill='%23EE0000' width='48' height='12'/%3E%3Cpath fill='%23FDCF00' d='M48,40c0,1.105-0.895,2-2,2H2c-1.105,0-2-0.895-2-2V30h48V40z'/%3E%3C/svg%3E");
}

.language-picker__flag--english::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23002781' d='M46,6H2C0.896,6,0,6.896,0,8v32c0,1.104,0.896,2,2,2h44c1.104,0,2-0.896,2-2V8C48,6.896,47.104,6,46,6z'/%3E%3Cpath fill='%23E6E6E6' d='M48,8c0-1.104-0.896-2-2-2h-5.161L28,15.876V6h-8v9.876L7.161,6H2C0.896,6,0,6.896,0,8v2.586L12.239,20H0v8 h12.239L0,37.415V40c0,1.104,0.896,2,2,2h5.161L20,32.124V42h8v-9.876L40.839,42H46c1.104,0,2-0.896,2-2v-2.585L35.761,28H48v-8 H35.761L48,10.586V8z'/%3E%3Cpolygon fill='%23D10D24' points='48,22 26,22 26,6 22,6 22,22 0,22 0,26 22,26 22,42 26,42 26,26 48,26 '/%3E%3Cpath fill='%23D10D24' d='M47.001,6.307L29.2,20h3.28L48,8.062V8C48,7.268,47.587,6.656,47.001,6.307z'/%3E%3Cpath fill='%23D10D24' d='M32.48,28H29.2l17.801,13.693C47.587,41.344,48,40.732,48,40v-0.062L32.48,28z'/%3E%3Cpath fill='%23D10D24' d='M15.52,28L0,39.938V40c0,0.732,0.413,1.344,0.999,1.693L18.8,28H15.52z'/%3E%3Cpath fill='%23D10D24' d='M15.52,20h3.28L0.999,6.307C0.413,6.656,0,7.268,0,8v0.062L15.52,20z'/%3E%3C/svg%3E");
}

.language-picker__flag--francais::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%2301209F' d='M16,42H2c-1.105,0-2-0.895-2-2V8c0-1.105,0.895-2,2-2h14V42z'/%3E%3Cpath fill='%23EF4234' d='M48,40c0,1.105-0.895,2-2,2H32V6h14c1.105,0,2,0.895,2,2V40z'/%3E%3Crect x='16' y='6' fill='%23E6E6E6' width='16' height='36'/%3E%3C/svg%3E");
}

.language-picker__flag--italiano::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23009345' d='M16,42H2c-1.105,0-2-0.895-2-2V8c0-1.105,0.895-2,2-2h14V42z'/%3E%3Cpath fill='%23CF2B36' d='M48,40c0,1.105-0.895,2-2,2H32V6h14c1.105,0,2,0.895,2,2V40z'/%3E%3Crect x='16' y='6' fill='%23E6E6E6' width='16' height='36'/%3E%3C/svg%3E");
}

/* Keep the features side image full height */
.awesome-features .img-side,
.awesome-features .img-side .row {
  height: 100%;
}

.awesome-features .img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.awesome-features .feature-icon {
  margin-bottom: 12px;
}

/* Subtle texture for hero background */
#hero {
  background-image: radial-gradient(1200px 600px at 20% 20%, rgba(255, 59, 137, 0.18), transparent 60%),
    radial-gradient(1000px 500px at 80% 30%, rgba(255, 255, 255, 0.08), transparent 55%);
}

@media (min-width: 768px) {
  .pricing-top {
    min-height: 280px;
  }
}


.language-picker--hide-label .language-picker__button .li4-icon {
  margin-left: 0;
}

.language-picker--hide-label .language-picker__button .li4-icon:first-of-type {
  display: none;
}

.language-picker--hide-label .language-picker__button em {
  display: none;
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
  margin-right: var(--li4-space-3xs);
}

.language-picker--hide-label .language-picker__flag::before {
  display: inline-block;
  display: inline-flex;
}

.li4-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}


/****************************************/

.uploader {
  display: block;
  clear: both;
  margin: 0;
  width: 100%;
  max-width: 500px;
  position: relative;
}

.uploader label {
  color: #323232 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(5px) !important;
  border-radius: 5px !important;
  border: 1.5px dashed #323232;
  width: 100%;
  padding: 1rem 1rem 1rem 1rem;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uploader label:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.uploader #start.hidden {
  display: none;
}

.uploader #start i.fa {
  font-size: 1.2rem;
  font-weight: 400;
  color: #323232 !important;
  transition: all 0.2s ease-in-out;
}

.uploader #response.hidden {
  display: none;
}

.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 100px;
}

.uploader #file-image.hidden {
  display: none;
}

.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.uploader #notimage.hidden {
  display: none;
}

.uploader #imagesize {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.uploader #imagesize.hidden {
  display: none;
}

.uploader #clear {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  width: .5rem;
  height: .5rem;
  background-color: transparent;
  border: 0;
  background-size: .5rem .5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/icons/no_dark.svg");
  z-index: 999;
}

.uploader #clear.hidden {
  display: none;
}

.uploader input[type=file] {
  display: none;
}

.uploader div {
  margin: 0 0 0 0;
  font-size: .75rem;
  font-weight: 400;
  color: #323232 !important;
}

.uploader .btn {
  cursor: pointer;
  background: #BE1212 !important;
  font-weight: 500;
  display: table;
  padding: .65rem 0;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px !important;
  font-size: .75rem;
  letter-spacing: 0px;
  border: 0;
  color: #323232;
  text-transform: capitalize;
}

.process-progress {
  width: 220px;
  height: 220px;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
}

.circle-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 500;
  color: #363636;
}


