.apk-logins-page .apk-container-background,
.apk-page-compte .apk-container-background {
  background-color: var(--adminBgBlocColor);
  color: var(--adminTextBlocColor);
  padding: 70px 80px;
  -webkit-box-shadow: 0 0 10px 0 color-mix(in srgb, var(--primarycolor) 25%, transparent);
          box-shadow: 0 0 10px 0 color-mix(in srgb, var(--primarycolor) 25%, transparent);
  border-radius: calc(var(--block-border-radius) * 1px);
  margin-bottom: 40px;
}
.apk-logins-page .apk-container-background h1, .apk-logins-page .apk-container-background h2, .apk-logins-page .apk-container-background h3, .apk-logins-page .apk-container-background h4, .apk-logins-page .apk-container-background h5, .apk-logins-page .apk-container-background h6, .apk-logins-page .apk-container-background label, .apk-logins-page .apk-container-background .uk-h1, .apk-logins-page .apk-container-background .uk-h2, .apk-logins-page .apk-container-background .uk-h3, .apk-logins-page .apk-container-background .uk-h4, .apk-logins-page .apk-container-background .uk-h5, .apk-logins-page .apk-container-background .uk-h6, .apk-logins-page .apk-container-background p, .apk-logins-page .apk-container-background span,
.apk-page-compte .apk-container-background h1,
.apk-page-compte .apk-container-background h2,
.apk-page-compte .apk-container-background h3,
.apk-page-compte .apk-container-background h4,
.apk-page-compte .apk-container-background h5,
.apk-page-compte .apk-container-background h6,
.apk-page-compte .apk-container-background label,
.apk-page-compte .apk-container-background .uk-h1,
.apk-page-compte .apk-container-background .uk-h2,
.apk-page-compte .apk-container-background .uk-h3,
.apk-page-compte .apk-container-background .uk-h4,
.apk-page-compte .apk-container-background .uk-h5,
.apk-page-compte .apk-container-background .uk-h6,
.apk-page-compte .apk-container-background p,
.apk-page-compte .apk-container-background span {
  color: var(--adminTextBlocColor);
}
.apk-logins-page .apk-container-background hr,
.apk-page-compte .apk-container-background hr {
  border-color: var(--adminHrBlocColor);
}
@media screen and (max-width: 960px) {
  .apk-logins-page .apk-container-background,
  .apk-page-compte .apk-container-background {
    padding: 10px 20px;
  }
}

.apk-flag-container {
  position: relative;
}
.apk-flag-container [apk-flag-display] {
  pointer-events: none;
  position: absolute;
  left: 8px;
  bottom: 5px;
}
.apk-flag-container input[name=prefix] {
  width: 105px;
}
.apk-flag-container .flag + input[name=prefix] {
  padding-left: 45px;
  padding-right: 5px;
  min-width: 105px;
}
.apk-flag-container .uk-dropdown {
  padding: 10px 7px;
  margin-top: 0;
  min-width: inherit;
}
.apk-flag-container .uk-dropdown #flag-list {
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
}
.apk-flag-container .uk-dropdown #flag-list .flag {
  margin-right: 10px;
}
.apk-flag-container [apk-flag-value]:hover {
  cursor: pointer;
}
#prefix:hover {
  cursor: pointer;
}

.apk-logins-page {
  /* Page Register Switcher */
}
.apk-logins-page .wf-register.uk-subnav-pill li {
  border: 4px solid var(--adminBgSwitcherColorHover);
  background: var(--adminBgSwitcherColor);
}
.apk-logins-page .wf-register.uk-subnav-pill li a {
  color: var(--adminTextSwitcherColor);
  text-transform: none;
  background: transparent;
  height: 50px;
}
.apk-logins-page .wf-register.uk-subnav-pill li.uk-active {
  border: 4px solid var(--adminBgSwitcherColorHover);
  background: var(--adminBgSwitcherColorHover);
}
.apk-logins-page .wf-register.uk-subnav-pill li.uk-active a {
  color: var(--adminTextSwitcherColorHover);
}
.apk-logins-page .wf-register.uk-subnav-pill > :first-child {
  border-radius: 10px 0 0 10px;
}
.apk-logins-page .wf-register.uk-subnav-pill > :last-child {
  border-radius: 0 10px 10px 0;
}
.apk-logins-page .apk-height-socials svg,
.apk-logins-page .apk-height-socials img {
  max-width: 300px;
}
.apk-logins-page .apk-login-bottom-text {
  font-size: 16px;
  line-height: 1.2;
}
.apk-logins-page .apk-input-zipcode {
  opacity: 0;
  height: 1px;
}
.apk-logins-page .apk-input-zipcode .uk-input {
  height: 1px;
}
.apk-logins-page .apk-autocomplete-wrapper {
  position: relative;
}
.apk-logins-page .apk-autocomplete-list {
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #e5e5e5;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.apk-logins-page .apk-autocomplete-item {
  padding: 6px 10px;
  cursor: pointer;
}
.apk-logins-page .apk-autocomplete-item:hover {
  background: #f5f5f5;
}
.apk-logins-page .apk-autocomplete-dropdown {
  padding: 10px 7px;
  margin-top: 0;
  min-width: inherit;
}

.apk-text-separator {
  text-align: center;
  overflow: hidden;
}
.apk-text-separator span {
  display: inline-block;
  position: relative;
}
.apk-text-separator span::before, .apk-text-separator span::after {
  content: "";
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: calc(100vh - 50% - 40px);
  background-color: white;
}
.apk-text-separator span:after {
  right: inherit;
  left: calc(100% + 20px);
}
.apk-text-separator.dark span {
  font-weight: 700;
  font-family: "Built Titlting Bold", Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 40px;
}
.apk-text-separator.dark span::after, .apk-text-separator.dark span::before {
  height: 3px;
  background-color: black;
}

.apk-number-start-absolute {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
  color: black;
  font-size: 16px;
}
.apk-number-start-absolute ~ input {
  padding-left: 35px !important;
}

@-webkit-keyframes onAutofillStart {
  from {
    background-color: red;
  }
  to {
    background-color: green;
  }
}

@keyframes onAutofillStart {
  from {
    background-color: red;
  }
  to {
    background-color: green;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: onAutofillStart;
          animation-name: onAutofillStart;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.wf-my-account .uk-tab.wf-tab-account {
  margin-left: 0px !important;
}
.wf-my-account .uk-tab.wf-tab-account li {
  height: 55px;
  width: 100%;
  margin-bottom: 10px;
  color: var(--accountTabColor, #2d2d2d);
  background: var(--accountTabBg, #ececec);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: calc(var(--block-border-radius) * 1px);
}
.wf-my-account .uk-tab.wf-tab-account li svg {
  height: 55px;
}
.wf-my-account .uk-tab.wf-tab-account li svg rect:first-child {
  stroke: transparent !important;
}
.wf-my-account .uk-tab.wf-tab-account li.uk-active, .wf-my-account .uk-tab.wf-tab-account li:hover {
  background: var(--accountTabBgActive, #2d2d2d);
  color: var(--accountTabColorActive, #ececec);
}
.wf-my-account .uk-tab.wf-tab-account li.uk-active a, .wf-my-account .uk-tab.wf-tab-account li:hover a {
  color: var(--accountTabColorActive, #ececec);
  border-color: transparent;
}
.wf-my-account .uk-tab.wf-tab-account li.uk-active svg, .wf-my-account .uk-tab.wf-tab-account li:hover svg {
  border-color: transparent;
}
.wf-my-account .uk-tab.wf-tab-account li.uk-active svg rect:first-child, .wf-my-account .uk-tab.wf-tab-account li:hover svg rect:first-child {
  stroke: transparent !important;
}
.wf-my-account .uk-tab.wf-tab-account li a {
  text-transform: none !important;
  color: var(--accountTabColor, #2d2d2d);
  display: block;
  width: 100%;
  padding: 0px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: clamp(var(--paragraphfontsize-min), 5vw, var(--paragraphfontsize-max));
}
.wf-my-account .uk-tab.wf-tab-account li:hover::before, .wf-my-account .uk-tab.wf-tab-account li.uk-active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
@media (prefers-reduced-motion: reduce) {
  .wf-my-account .uk-tab.wf-tab-account .uk-tab.wf-tab-account li::before {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .wf-my-account .uk-tab.wf-tab-account .uk-tab.wf-tab-account li svg {
    -webkit-transition: none;
    transition: none;
  }
}
.wf-my-account .uk-tab-right::before {
  border-left: none !important;
}
.wf-my-account .uk-form-label {
  font-size: inherit;
}