:root {
  --primary-color: #0789cf;
  --alt-color: #1f84bb;
  --pf-global--BorderRadius--md: 8px;
  --pf-global--FontFamily--sans-serif: "Fira sans","Helvetica Neue",sans-serif;
  --pf-c-content--heading--FontFamily: "Fira sans","Helvetica Neue",sans-serif;
  --pf-c-content--Color: #4a5568 !important;
  --pf-global--link--Color: var(--primary-color);
  --pf-global--link--Color--hover: #0679b6 !important;
  --pf-global--active-color--400: var(--primary-color);
  --pf-c-page__header--BackgroundColor: #f2f4f4;
  --pf-v5-c-masthead--BackgroundColor: #f2f4f4;
  --pf-c-button--m-plain--Color: #939494;
  --pf-v5-global--primary-color--dark-100: var(--primary-color);
  --pf-v5-c-form__label-text--FontWeight: 100 !important;
  --pf-v5-global--BackgroundColor--dark-100: #FFF;
  --pf-c-card--child--PaddingLeft: 3px !important;
  --pf-c-button--m-link--Color: var(--alt-color);
  --keycloak-logo-url: url('../img/logo-conecta-autenticador.svg');
  --keycloak-bg-logo-url: url("../img/logo-conecta-autenticador-dark.svg");
  --keycloak-logo-height: 63px;
  --keycloak-logo-width: 300px;
  --keycloak-card-top-color: var(--pf-v5-global--palette--blue-400);
  --pf-v5-c-masthead--c-toolbar--BackgroundColor: #f2f4f4;
}

html:not(.pf-v5-theme-dark) {
  --secondary-color: #4a5568;
}

html:not(.pf-v5-theme-dark) .pf-v5-c-masthead {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
  background-color: #f2f4f4;
}

html:not(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-toolbar {
  background-color: #f2f4f4;
}

html:not(.pf-v5-theme-dark) #spinner_screen path {
  fill: var(--primary-color) !important;
}

html:not(.pf-v5-theme-dark) #nav-toggle {
  color: var(--primary-color);
}

html:not(.pf-v5-theme-dark) #pf-random-id-0 button,
html:not(.pf-v5-theme-dark) #pf-random-id-0 button:after,
html:not(.pf-v5-theme-dark) #pf-random-id-0 button:before {
  border-color: #FFF;
  color: var(--secondary-color);
}

.pf-c-page__header {
  min-height: 56px;
}

html.pf-v5-theme-dark .pf-v5-c-masthead__brand {
  background: url(../img/logo-conecta-autenticador-dark.svg) no-repeat;
  background-size: 230px;
}

html.pf-v5-theme-dark .pf-v5-c-masthead__brand img {
  visibility: hidden;
}

.pf-c-page__main-section:first-child .pf-c-page__main-body {
  padding: 8px var(--pf-c-page__main-section--PaddingRight) 8px var(--pf-c-page__main-section--PaddingLeft);
}

.pf-c-page__main-section:nth-child(2) .pf-c-page__main-body {
  padding: 16px var(--pf-c-page__main-section--PaddingRight) 8px var(--pf-c-page__main-section--PaddingLeft);
}

.pf-c-page__main-section:not(.pf-m-light) > .pf-c-page__main-body {
  --pf-c-page--BackgroundColor: #f2f4f4;
  background-color: #f2f4f4;
}

.pf-l-gallery__item .pf-c-card {
  text-decoration: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}

.pf-c-card__title {
  padding: 12px !important;
}

.pf-c-card__body {
  padding: 0 16px 12px;
}

.pf-c-card__body div {
  line-height: 1.5;
}

.pf-c-content h2 {
  text-align: center;
}

.pf-c-content h2 .pf-icon {
  font-size: var(--pf-global--FontSize--4xl);
  color: var(--secondary-color);
}

.pf-c-empty-state__icon,
.pf-c-empty-state__icon path {
  color: var(--secondary-color);
  fill: var(--secondary-color);
}

.pf-c-content a,
.pf-c-card__body a {
  color: var(--primary-color);
}

.pf-c-content a:hover,
.pf-c-card__body a:hover {
  color: var(--alt-color) !important;
}

.pf-c-page {
  --pf-c-page__header--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
  --pf-c-page__header-nav--BackgroundColor: var(--pf-global--BackgroundColor--light-300);
  --pf-c-page__header-tools-item--c-notification-badge--hover--BackgroundColor: var(--pf-global--BackgroundColor--light-200);
  --pf-c-page__header-tools--c-button--m-selected--before--BackgroundColor: var(--pf-global--BackgroundColor--light-200);
}

.pf-c-page__header-tools {
  flex-direction: row-reverse;
}

.pf-c-button.pf-m-primary:hover,
.pf-c-button.pf-m-primary:focus {
  background-color: var(--primary-color);
  color: #FFF;
}

/* Login Theme */
.pf-v5-c-login__container {
  background: url(../img/logo-celepar.png);
  padding-bottom: 56px;
  background-size: 170px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.pf-v5-c-login__main {
  border-top: 3px solid var(--primary-color);
  border-radius: var(--pf-global--BorderRadius--md);
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.15);
}

.pf-v5-c-login__main-header {
  padding: 16px 24px;
  border-top: none;
}

.login-pf .pf-c-button.pf-m-primary,
.pf-c-button.btn-default {
  border-radius: var(--pf-global--BorderRadius--md);
  padding: 16px 0;
}

.pf-v5-c-title.pf-m-3xl {
  line-height: 1;
  font-size: 1.5em;
}

.pf-v5-c-button.pf-m-primary:not([disabled=""]) {
  background-color: var(--primary-color);
  padding: 12px 24px;
  border-radius: var(--pf-global--BorderRadius--md);
  color: #FFF;
}

.pf-v5-c-button.pf-m-primary:hover,
.pf-v5-c-button.pf-m-primary:focus {
  background-color: var(--alt-color);
}

.pf-v5-c-button.pf-m-control:hover {
  border-bottom-color: var(--alt-color);
}

.pf-v5-c-button.pf-m-control .fa {
  color: var(--secondary-color);
}

.pf-v5-c-login__main-footer-band {
  border: none;
  padding-top: 0;
}

html.pf-v5-theme-dark body {
  background: linear-gradient(to bottom, #3f3f3f, #000);
}

.login-pf .kc-logo-text {
  height: var(--keycloak-logo-height);
  width: var(--keycloak-logo-width);
  background-repeat: no-repeat;
  background-image: url(../img/logo-conecta-autenticador.svg);
  background-position: center;
  background-size: contain;
  min-height: 96px;
}

html.login-pf.pf-v5-theme-dark .kc-logo-text {
  background-image: url(../img/logo-conecta-autenticador-dark.svg);
}

#kc-header-wrapper {
  margin-bottom: 0;
}

.pf-v5-c-login__header {
  margin-top: 0;
}

html:not(.pf-v5-theme-dark).login-pf body,
html:not(.pf-v5-theme-dark).pf-v5-c-login {
  background: linear-gradient(to bottom, #fff, #e3e3e3);
  color: var(--secondary-color);
}

@media (max-width: 575px), (max-height: 635px) {
  #kc-header-wrapper {
    position: initial;
    transform: none;
    padding: 16px;
  }

  .login-pf .kc-logo-text {
    width: 240px;
    min-height: 56px;
  }

  .pf-v5-c-login {
    padding-top: 4px;
    min-height: auto;
  }

  .pf-v5-c-login__container {
    margin: 0 12px;
  }

  .pf-v5-c-login__main > :last-child:not(.pf-v5-c-login__main-footer) {
    padding-block-end: 32px;
  }
}
.pf-v5-c-login__main {
  position: relative;
}
#acesso-saiba-mais {
  position: absolute;
  padding: 6px 16px 6px 9px;
  background: var(--pf-global--active-color--400);
  border-radius: 6px 0 0 0;
  right: 0;
  bottom: 0;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  transition: all .3s ease-in;
  background-position: 4px 0;
  background-size: 112px;
  display: flex;
  justify-content: flex-end;
  align-content: normal;
}
#acesso-saiba-mais:hover, #acesso-saiba-mais:focus {
  background-color: var(--alt-color);
}
.exclamation-circle {
  width: 18px;
  height: 18px;
  border: white solid 1px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.exclamation-circle::before {
  content: "i";
  font-size: 12px;
  color: white;
  font-weight: bold;
}
.pf-v5-l-split__item:has(svg) {
  display: flex;
  align-items: center;
  justify-content: center;
}
#social-central-de-seguranca svg, #central-de-seguranca-idp .pf-v5-l-split svg {
  background-image: url('../img/cs01.svg');
  background-size: contain;
  background-repeat: no-repeat;
  filter: none !important;
}
#social-central-de-seguranca svg path, #central-de-seguranca-idp .pf-v5-l-split svg path {
  display: none;
}