/*
  STYLAUTO APEX 104 modern visual override
  Target: Oracle APEX Universal Theme 23.2, app 104
  Load after /i/!!/konf104.css and /i/!!/konf-bigclick.css.
*/

html.app-KONFIGURATOR-MOBILNY204104 {
  --st-bg: #f4f6f8;
  --st-surface: #ffffff;
  --st-surface-2: #f9fafb;
  --st-ink: #17202a;
  --st-muted: #667085;
  --st-line: #d7dde5;
  --st-red: #cc0001;
  --st-red-2: #e2242a;
  --st-blue: #457fc1;
  --st-dark: #1f2933;
  --st-shadow: 0 18px 45px rgba(31, 41, 51, .12);
  --st-shadow-soft: 0 8px 24px rgba(31, 41, 51, .09);
  --st-radius: 8px;
}

html.app-KONFIGURATOR-MOBILNY204104,
html.app-KONFIGURATOR-MOBILNY204104 body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96) 0, rgba(244, 246, 248, .98) 300px),
    radial-gradient(circle at 18% 0, rgba(69, 127, 193, .12), transparent 320px),
    var(--st-bg);
  color: var(--st-ink);
}

html.app-KONFIGURATOR-MOBILNY204104 body {
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Header {
  background: var(--st-surface);
  border-bottom: 1px solid rgba(215, 221, 229, .9);
  box-shadow: 0 2px 18px rgba(31, 41, 51, .06);
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Header .t-Header-branding {
  align-items: center;
  background: var(--st-surface) !important;
  border: 0;
  box-shadow: none;
  height: 82px;
  margin-bottom: 0;
  max-width: 1180px;
  padding: 0 22px;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Header-logo {
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 0;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Header-logo-link img {
  display: block;
  max-height: 58px;
  width: auto;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Header-nav {
  background: var(--st-dark);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

html.app-KONFIGURATOR-MOBILNY204104 .t-NavTabs {
  display: flex;
  gap: 6px;
  margin: 0 auto;
  max-width: 1180px;
  padding: 8px 22px;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-NavTabs-item {
  border-radius: var(--st-radius);
  font-size: 15px;
  line-height: 1;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-NavTabs-link {
  border-radius: var(--st-radius);
  color: rgba(255, 255, 255, .78);
  font-weight: 700;
  min-height: 40px;
  padding: 10px 16px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-NavTabs-link:hover {
  background: rgba(255, 255, 255, .09);
  color: #ffffff;
  transform: translateY(-1px);
}

html.app-KONFIGURATOR-MOBILNY204104 .t-NavTabs-item.is-active .t-NavTabs-link,
html.app-KONFIGURATOR-MOBILNY204104 .t-NavTabs-item.is-active {
  background: var(--st-red);
  color: #ffffff;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Body-contentInner {
  max-width: 1180px;
  padding: 28px 22px 70px;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Region,
html.app-KONFIGURATOR-MOBILNY204104 .t-CardsRegion {
  background: transparent;
  border: 0;
  box-shadow: none;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Region-header {
  background: transparent;
  border: 0;
  padding: 0 0 14px;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Region-title {
  color: var(--st-ink);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-items {
  gap: 18px;
}

html.app-KONFIGURATOR-MOBILNY204104 .a-CardView {
  background: var(--st-surface);
  border: 1px solid rgba(215, 221, 229, .9);
  border-radius: var(--st-radius);
  box-shadow: var(--st-shadow-soft);
  min-height: 100%;
  overflow: hidden;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

html.app-KONFIGURATOR-MOBILNY204104 .a-CardView:hover {
  border-color: rgba(204, 0, 1, .38);
  box-shadow: var(--st-shadow);
  transform: translateY(-3px);
}

html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-fullLink:focus-visible {
  outline: 3px solid rgba(204, 0, 1, .28);
  outline-offset: -3px;
}

html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-media {
  background:
    linear-gradient(145deg, #ffffff 0, #eef2f6 100%);
  border-bottom: 1px solid rgba(215, 221, 229, .7);
  min-height: 168px;
}

html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-mediaImg {
  object-fit: contain;
  padding: 18px;
  transition: transform .2s ease;
}

html.app-KONFIGURATOR-MOBILNY204104 .a-CardView:hover .a-CardView-mediaImg {
  transform: scale(1.035);
}

html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-header {
  padding: 16px 18px 8px;
}

html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-title,
html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-subTitle {
  color: var(--st-ink);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
}

html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-title {
  font-size: 17px;
}

html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-body {
  color: var(--st-muted);
  font-size: 13px;
  padding: 0 18px 18px;
}

html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-subContent font {
  color: var(--st-red) !important;
}

html.app-KONFIGURATOR-MOBILNY204104.page-1 .a-CardView-items--grid5col {
  grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
}

html.app-KONFIGURATOR-MOBILNY204104.page-1 .a-CardView-title {
  min-height: 42px;
}

html.app-KONFIGURATOR-MOBILNY204104.page-2 .a-CardView-items--row .a-CardView {
  background:
    linear-gradient(90deg, rgba(31, 41, 51, .96), rgba(45, 58, 71, .94)),
    var(--st-dark);
  border-color: transparent;
  box-shadow: var(--st-shadow-soft);
  color: #ffffff;
}

html.app-KONFIGURATOR-MOBILNY204104.page-2 .a-CardView-items--row .a-CardView-header {
  padding: 16px 18px;
}

html.app-KONFIGURATOR-MOBILNY204104.page-2 .a-CardView-items--row .a-CardView-headerBody {
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 700;
}

html.app-KONFIGURATOR-MOBILNY204104.page-2 .a-CardView-items--row strong {
  color: #ffffff;
}

html.app-KONFIGURATOR-MOBILNY204104.page-2 #R50606960695921310,
html.app-KONFIGURATOR-MOBILNY204104.page-2 #R51306427741557380 {
  background: var(--st-surface);
  border: 1px solid rgba(215, 221, 229, .9);
  border-radius: var(--st-radius);
  box-shadow: var(--st-shadow-soft);
  margin-top: 18px;
  padding: 22px;
}

html.app-KONFIGURATOR-MOBILNY204104.page-2 #R50606960695921310 .t-Region-body,
html.app-KONFIGURATOR-MOBILNY204104.page-2 #R51306427741557380 .t-Region-body {
  padding: 0;
}

html.app-KONFIGURATOR-MOBILNY204104.page-2 .t-Form-fieldContainer {
  background: var(--st-surface-2);
  border: 1px solid rgba(215, 221, 229, .9);
  border-radius: var(--st-radius);
  margin: 0 0 12px !important;
  padding: 12px 14px;
  transition: border-color .18s ease, box-shadow .18s ease;
}

html.app-KONFIGURATOR-MOBILNY204104.page-2 .t-Form-fieldContainer:focus-within {
  border-color: rgba(204, 0, 1, .42);
  box-shadow: 0 0 0 4px rgba(204, 0, 1, .08);
}

html.app-KONFIGURATOR-MOBILNY204104.page-2 .t-Form-label {
  color: var(--st-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0;
  text-transform: uppercase;
}

html.app-KONFIGURATOR-MOBILNY204104.page-2 .t-Form-inputContainer {
  min-width: 0;
}

html.app-KONFIGURATOR-MOBILNY204104 .apex-item-select,
html.app-KONFIGURATOR-MOBILNY204104 .apex-item-text,
html.app-KONFIGURATOR-MOBILNY204104 .apex-item-textarea {
  background-color: #ffffff;
  border: 1px solid rgba(102, 112, 133, .28);
  border-radius: var(--st-radius);
  box-shadow: none;
  color: var(--st-ink);
  font-size: 16px;
  font-weight: 700;
  min-height: 48px;
  padding: 0 44px 0 14px;
}

html.app-KONFIGURATOR-MOBILNY204104 .apex-item-select:hover,
html.app-KONFIGURATOR-MOBILNY204104 .apex-item-text:hover,
html.app-KONFIGURATOR-MOBILNY204104 .apex-item-textarea:hover {
  border-color: rgba(69, 127, 193, .55);
}

html.app-KONFIGURATOR-MOBILNY204104 .apex-item-select:focus,
html.app-KONFIGURATOR-MOBILNY204104 .apex-item-text:focus,
html.app-KONFIGURATOR-MOBILNY204104 .apex-item-textarea:focus {
  border-color: var(--st-red);
  box-shadow: 0 0 0 4px rgba(204, 0, 1, .1);
  outline: 0;
}

html.app-KONFIGURATOR-MOBILNY204104 .apex_disabled,
html.app-KONFIGURATOR-MOBILNY204104 select:disabled {
  background-color: #eef2f6;
  color: #98a2b3;
  cursor: not-allowed;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Button {
  border-radius: var(--st-radius);
  font-weight: 800;
  letter-spacing: 0;
  min-height: 46px;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Button--hot,
html.app-KONFIGURATOR-MOBILNY204104 .t-Button--success {
  background: linear-gradient(180deg, var(--st-red-2), var(--st-red));
  border-color: var(--st-red);
  box-shadow: 0 12px 24px rgba(204, 0, 1, .22);
  color: #ffffff;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Button--hot:hover,
html.app-KONFIGURATOR-MOBILNY204104 .t-Button--success:hover {
  background: linear-gradient(180deg, #f03238, #b90001);
  border-color: #b90001;
  box-shadow: 0 16px 30px rgba(204, 0, 1, .28);
  transform: translateY(-1px);
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Button--hot:disabled,
html.app-KONFIGURATOR-MOBILNY204104 .t-Button--success:disabled,
html.app-KONFIGURATOR-MOBILNY204104 .t-Button.is-disabled {
  background: #c8ced6;
  border-color: #c8ced6;
  box-shadow: none;
  color: #ffffff;
  transform: none;
}

html.app-KONFIGURATOR-MOBILNY204104.page-2 #B51308056143557397 {
  font-size: 16px;
  min-height: 54px;
  text-transform: uppercase;
}

html.app-KONFIGURATOR-MOBILNY204104.page-2 #P2_INFO_DISPLAY {
  color: var(--st-muted);
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

html.app-KONFIGURATOR-MOBILNY204104 .a-Form-error {
  color: var(--st-red);
  font-weight: 700;
}

html.app-KONFIGURATOR-MOBILNY204104 .t-Footer {
  display: none;
}

@media (max-width: 760px) {
  html.app-KONFIGURATOR-MOBILNY204104 .t-Header .t-Header-branding {
    height: 70px;
    padding: 0 14px;
  }

  html.app-KONFIGURATOR-MOBILNY204104 .t-Header-logo,
  html.app-KONFIGURATOR-MOBILNY204104 .t-Header-logo-link img {
    max-height: 52px;
  }

  html.app-KONFIGURATOR-MOBILNY204104 .t-NavTabs {
    overflow-x: auto;
    padding: 8px 14px;
  }

  html.app-KONFIGURATOR-MOBILNY204104 .t-NavTabs-link {
    min-height: 38px;
    padding: 9px 12px;
    white-space: nowrap;
  }

  html.app-KONFIGURATOR-MOBILNY204104 .t-Body-contentInner {
    padding: 18px 14px 52px;
  }

  html.app-KONFIGURATOR-MOBILNY204104.page-1 .a-CardView-items--grid5col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-media {
    min-height: 132px;
  }

  html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-header {
    padding: 12px 12px 6px;
  }

  html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-title {
    font-size: 14px;
    min-height: 36px;
  }

  html.app-KONFIGURATOR-MOBILNY204104 .a-CardView-body {
    font-size: 12px;
    padding: 0 12px 12px;
  }

  html.app-KONFIGURATOR-MOBILNY204104.page-2 #R50606960695921310,
  html.app-KONFIGURATOR-MOBILNY204104.page-2 #R51306427741557380 {
    padding: 16px;
  }

  html.app-KONFIGURATOR-MOBILNY204104.page-2 .t-Region-title {
    font-size: 19px;
  }

  html.app-KONFIGURATOR-MOBILNY204104.page-2 .t-Form-labelContainer,
  html.app-KONFIGURATOR-MOBILNY204104.page-2 .t-Form-inputContainer {
    width: 100%;
  }

  html.app-KONFIGURATOR-MOBILNY204104.page-2 .t-Form-fieldContainer {
    padding: 12px;
  }
}

@media (max-width: 420px) {
  html.app-KONFIGURATOR-MOBILNY204104.page-1 .a-CardView-items--grid5col {
    grid-template-columns: 1fr;
  }

  html.app-KONFIGURATOR-MOBILNY204104 .t-Header-logo-link img {
    max-width: 205px;
  }
}
