:root {
    --amarelo-ej: #f8c346;
    --azul-ej: #031522;
}

.ej-pagamento-logo-header {
  width: 218px;
  height: 45px;
  margin: 0 auto;
  margin-top: 7px;
}

.ej-pagamento-logo-header-mobile {
  width: 218px;
  height: 45px;
  margin: 0 auto;
  margin-top: 7px;
}

.ej-pagamento-header {
  background-color: var(--azul-ej);
  border-bottom-color: var(--amarelo-ej);
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.ej-pagamento-header-mobile a {
  margin: 0 auto;
}

.ej-pagamento-header-mobile {
  background-color: var(--azul-ej);
  border-bottom-color: var(--amarelo-ej);
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.ej-pagamento-espaco-top {
  padding-top: 60px !important;
}

.ej-pagamento-footer {
  background-color: var(--azul-ej);
  border-top-color: var(--amarelo-ej);
  border-top-width: 5px;
  border-top-style: solid;
}

.ej-pagamento-footer a {
  color: white !important;
}

.ej-pagamento-botao-amarelo {
  color: #ffffff;
  background-color: var(--amarelo-ej) !important;
  border-color: var(--amarelo-ej) !important;
}

/* .ej-pagamento-botao-anterior {
  color: #3f4254 !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}

.btn.btn-light-primary .svg-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #828282;
} */

.ej-pagamento-card {
  background-color: #ffff !important;
  border: solid !important;
  border-width: 1px !important;
  border-color: var(--amarelo-ej) !important;
}

.fa-check:before {
  margin: 10px 7px 0px 0px;
  color: #00ff00b5;
}

.ej-topicos p {
  font-size: 16px !important;
}

.ej-widget-color {
  background-color: var(--amarelo-ej) !important;
  color: black !important;
}

.ki-check:before {
  color: black;
}

.ej-title h2 {
  font-size: 1.75rem !important;
}

@media (max-width: 500px) {
  .ej-pagamento-espaco-top {
    padding-top: 25px !important;
  }
}

/*EJ WIZARD PAGAMENTO*/

.wizard.ej_wizard_pagamento .wizard-content .wizard-nav {
  padding: 0;
}
.wizard.ej_wizard_pagamento .wizard-content .wizard-nav .wizard-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wizard.ej_wizard_pagamento .wizard-content .wizard-nav .wizard-steps .wizard-step {
  padding: 0.75rem 0;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
  margin-bottom: 1.5rem;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step
  .wizard-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step
  .wizard-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
  min-width: 46px;
  height: 46px;
  border-radius: 12px;
  background-color: #f3f6f9;
  margin-right: 1rem;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step
  .wizard-icon
  .wizard-check {
  display: none;
  font-size: 1.4rem;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step
  .wizard-icon
  .wizard-number {
  font-weight: 600;
  color: #3f4254;
  font-size: 1.35rem;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step
  .wizard-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step
  .wizard-label
  .wizard-title {
  color: #181c32;
  font-weight: 600;
  font-size: 1.24rem;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step
  .wizard-label
  .wizard-desc {
  color: #b5b5c3;
  font-size: 0.925rem;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="current"] {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="current"]
  .wizard-icon {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
  background-color: var(--amarelo-ej);
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="current"]
  .wizard-icon
  .wizard-check {
  color: var(--azul-ej);
  display: none;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="current"]
  .wizard-icon
  .wizard-number {
  color: var(--azul-ej);
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="current"]
  .wizard-label
  .wizard-title {
  color: #181c32;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="current"]
  .wizard-label
  .wizard-desc {
  color: #b5b5c3;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="current"]:last-child
  .wizard-icon,
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="done"]
  .wizard-icon {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
  background-color: var(--amarelo-ej);
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="current"]:last-child
  .wizard-icon
  .wizard-check,
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="done"]
  .wizard-icon
  .wizard-check {
  color: var(--azul-ej);
  display: inline-block;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="current"]:last-child
  .wizard-icon
  .wizard-number,
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="done"]
  .wizard-icon
  .wizard-number {
  display: none;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="current"]:last-child
  .wizard-label
  .wizard-title,
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="done"]
  .wizard-label
  .wizard-title {
  color: #b5b5c3;
}
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="current"]:last-child
  .wizard-label
  .wizard-desc,
.wizard.ej_wizard_pagamento
  .wizard-content
  .wizard-nav
  .wizard-steps
  .wizard-step[data-wizard-state="done"]
  .wizard-label
  .wizard-desc {
  color: #d1d3e0;
}

@media (max-width: 767.98px) {
  .wizard.ej_wizard_pagamento .wizard-content .wizard-nav .wizard-steps .wizard-step {
    width: 100%;
  }
  .wizard.ej_wizard_pagamento
    .wizard-content
    .wizard-nav
    .wizard-steps
    .wizard-step
    .wizard-wrapper
    .svg-icon {
    display: none;
  }
}
