@charset "UTF-8";
body {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", sans-serif !important;
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline !important;
}

.header {
  display: flex;
  align-items: center;
  padding-block: 4px;
  min-height: 44px;
  width: 100%;
  margin-inline: auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50%;
}

.logo-wrapper {
  max-width: 460px;
  width: 100%;
}

.company-logo {
  display: flex;
  max-width: 130px;
}
.company-logo img {
  max-height: 100%;
  max-width: 100%;
}

.go-back-button {
  width: fit-content;
  border-radius: 0.25em;
  padding: 8px 16px;
  border: 1px solid var(--color-primary);
  background: transparent;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-primary);
  transition: all 0.15s;
}
.go-back-button:hover {
  background: linear-gradient(140deg, var(--color-primary-light) 8.06%, var(--color-primary) 86.77%);
  color: #ffffff;
}
.go-back-button:hover .go-back-button-label {
  background: unset;
  -webkit-text-fill-color: #ffffff;
}
.go-back-button.form-cancel-button {
  background: #ffffff;
  border: none;
}
.go-back-button.form-cancel-button:hover {
  background: var(--color-primary);
}
.go-back-button .go-back-button-label {
  background: -webkit-linear-gradient(140deg, var(--color-primary) 8.06%, var(--color-primary-light) 86.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.register-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  color: transparent;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(140deg, var(--color-primary-light) 8%, var(--color-primary) 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.2s;
}

.register-link:hover {
  text-decoration: none;
  background: var(--color-primary);
  -webkit-text-fill-color: #fff;
}

.container-flex {
  flex: 1;
  display: flex;
  background: color-mix(in srgb, var(--color-secondary) 5%, transparent);
}

.left-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-block: 24px;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 8px 8px 0;
}
.left-panel::before {
  position: absolute;
  background: linear-gradient(0deg, color-mix(in srgb, var(--color-secondary) 50%, transparent), color-mix(in srgb, var(--color-secondary) 50%, transparent));
  content: "";
  inset: 0;
  border-radius: 0 8px 8px 0;
}

.right-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.right-panel-content {
  max-width: 500px;
}

.right-panel-heading {
  color: #282828;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 32px;
}
.right-panel-heading.mobile {
  flex-direction: column;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 700;
}
.right-panel-heading .highlight-text {
  font-weight: 700;
}

.heading-sub-text {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}
.heading-sub-text.mobile {
  font-size: 16px;
  line-height: 24px;
}

.panel,
.go-back-button-wrapper {
  z-index: 1;
  width: 100%;
}

.go-back-button-wrapper {
  max-width: 460px;
}

.panel-body {
  background: #ffffff;
  padding: 24px !important;
  max-width: 460px !important;
  border-radius: 8px;
}

.features-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  gap: 16px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.feature-item svg {
  flex-shrink: 0;
}

.partner-shops {
  display: none;
  flex-direction: column;
  gap: 8px;
  width: 90%;
  margin-inline: auto;
  margin-top: 80px;
}
.partner-shops .partner-shops-text {
  margin-inline: auto;
  margin-bottom: 8px;
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-auto-rows: minmax(auto, 50px);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.partner-item {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
.partner-item img {
  max-width: 100%;
}

li.TextBox:has(#g-recaptcha-response-toms) {
  display: none !important;
}

.changeClaims {
  display: none !important;
}

#api .buttons #cancel {
  display: none !important;
}

.error {
  color: #bb0000;
}

.create {
  width: 100%;
  border-top: 1px solid #ced4da;
}
.create p {
  width: fit-content;
  margin-inline: auto;
}

#attributeVerification .buttons #continue.individual::after {
  content: " osobiste";
}
#attributeVerification .buttons #continue.company {
  background: #009966;
}
#attributeVerification .buttons #continue.company::after {
  content: " biznesowe";
}

#next {
  background: linear-gradient(140deg, var(--color-primary-light) 8.06%, var(--color-primary) 86.77%) !important;
}
#next::after {
  content: "➞";
  margin-left: 4px;
}

#forgotPassword {
  white-space: nowrap;
}

.intro {
  align-items: center;
  justify-content: space-between;
}
.intro .header-account-type-wrapper {
  font-size: 14px;
}
.intro .header-account-type {
  font-weight: 700;
}

#api .divider {
  align-items: center;
  gap: 4px;
  margin-block: auto;
}
#api .divider h2 {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: lowercase;
}
#api .divider::before, #api .divider::after {
  height: 1px;
  flex: 1;
  background: #ced4da;
  content: "";
}

.hide-desktop {
  display: none;
}
@media (max-width: 768px) {
  .hide-desktop {
    display: flex;
  }
}

@media (max-width: 992px) {
  .panel-body,
  .right-panel-content,
  .go-back-button-wrapper {
    max-width: 80% !important;
  }
  .logo-wrapper {
    width: 80%;
  }
  .partner-list {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .container-flex {
    flex-direction: column;
    padding: 16px 8px;
    gap: 16px;
  }
  .header-inner {
    width: 100%;
  }
  .logo-wrapper {
    max-width: unset;
  }
  .panel {
    padding: 0 !important;
  }
  .panel-body {
    margin: 0 auto !important;
    border: 1px solid var(--color-primary);
  }
  .left-panel {
    flex: unset;
    background-image: unset !important;
  }
  .left-panel::before {
    background: unset;
  }
  .right-panel {
    flex: unset;
  }
  .right-panel-content {
    min-width: 80%;
    padding: 24px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #ced4da;
  }
  .right-panel-content .right-panel-heading:not(.mobile),
  .right-panel-content .heading-sub-text:not(.mobile) {
    font-size: 16px;
    margin: 0;
    line-height: 24px;
    font-weight: inherit;
  }
  .go-back-button {
    display: none;
  }
  .go-back-button.form-cancel-button {
    display: flex;
    margin-bottom: 16px;
  }
  .partner-shops {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .panel-body,
  .right-panel-content,
  .go-back-button-wrapper {
    max-width: 95% !important;
  }
  .header {
    padding-inline: 8px;
  }
  .logo-wrapper {
    width: 95%;
  }
  .go-back-button-wrapper {
    justify-self: center;
  }
  .partner-shops {
    width: 100%;
  }
}
