/* CSS customizations */
/* Error Page ------------------------ */
#error {
  /* background: url("/img/banner-login.jpg") no-repeat center center; */
  background-size: cover;
  width: 100%;
  height: 100vh;
  font-family: "Poppins", Arial, sans-serif !important;
}

/* GLOBAL CSS -------------------------- */
html {
  scroll-behavior: smooth !important;
  font-family: "Roboto", sans-serif !important;
}
body {
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 0px !important;
}
p::selection {
  background-color: #333951;
}

:root {
  --blue: #3b02bc !important;
  --blue-dark: #1a054a !important;
  --purple: #9e2776 !important;
  --pink: #ec008c !important;

  --color-primary: #091118 !important;
  --color-secondary: #1d2630 !important;
  --lightgray: #c3c3c3 !important;
  --green: #7fbe41 !important;
  --light-green: #b7e08d !important;
  --red: red !important;

  --gray: #58595b !important;
  --darkgray: #535353 !important;
  --white: #ffffff !important;
  --white-secondary: #f8f8f8 !important;
  --black: #000000 !important;
}

#login {
  background-color: var(--white-secondary) !important;
}
html .featured-box-primary .box-content {
  border-top-color: #ec008c !important;
}
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus,
html body .tabs .nav-tabs .nav-link.active,
html.dark body .tabs .nav-tabs .nav-link.active,
html body .tabs .nav-tabs.nav-justified .nav-link.active,
html.dark body .tabs .nav-tabs.nav-justified .nav-link.active,
html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
  border-top-color: #ec008c !important;
}
html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link.active,
html.dark body .tabs .nav-tabs .nav-link.active {
  color: #091118 !important;
}
/* #accordion--criterios > .card .card-header a:after {
    content: none !important;
} */
html .accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed) {
  background-color: #ec008c !important;
  color: #fff !important;
}
.accordion .card-header a {
  color: #091118 !important;
}
html .accordion-modern-status-primary.accordion-modern-status > .card:hover .card-header a.collapsed {
  color: #ec008c !important;
}
.card-featured-primary {
  border-color: #ec008c !important;
}
.card-featured-left {
  border-left: 3px solid #ec008c !important;
}
html #cards--desempenho .featured-box-primary .box-content {
  border-top: none !important;
}
html #cards--desempenho .featured-box-primary .box-content {
  border-left: 3px solid #ec008c !important;
}

.card-background-image-hover .card-body {
  background: rgba(255, 255, 255, 0.9);
  margin: 7px !important;
  margin: 1rem;
  padding: 16px;
  padding: 1rem;
}

/* BACKGROUNDS -------------------------- */
.bg-blue {
  background-color: var(--blue) !important;
}
.bg-blue-dark {
  background-color: var(--blue-dark) !important;
}
.bg-purple {
  background-color: var(--purple) !important;
}
.bg-pink {
  background-color: var(--pink) !important;
}

.bg-gray-primary {
  background-color: var(--color-primary) !important;
}
.bg-gray-secondary {
  background-color: var(--color-secondary) !important;
}
.bg-lightgray {
  background-color: var(--lightgray) !important;
}
.bg-green {
  background-color: var(--green) !important;
}
.bg-green {
  background-color: var(--green) !important;
}
.bg-light-green {
  background-color: var(--light-green) !important;
}
.bg-gray {
  background-color: var(--gray) !important;
}
.bg-darkgray {
  background-color: var(--darkgray) !important;
}
.bg-lightgray {
  background-color: var(--lightgray) !important;
}
.bg-white {
  background-color: var(--white) !important;
}
.bg-white-secondary {
  background-color: var(--white-secondary) !important;
}

/* TEXTS -------------------------- */
.text-blue {
  color: var(--blue) !important;
}
.text-purple {
  color: var(--purple) !important;
}
.text-pink {
  color: var(--pink) !important;
}

.text-gray-primary {
  color: var(--color-primary) !important;
}
.text-green {
  color: var(--green) !important;
}
.text-light-green {
  color: var(--light-green) !important;
}
.text-red {
  color: var(--red) !important;
}
.text-black {
  color: #000000 !important;
}
.text-gray {
  color: var(--gray) !important;
}
.text-lightgray {
  color: var(--lightgray) !important;
}

.border-red {
  border: 1px solid red !important;
}
.text-sucess {
  color: rgb(3, 172, 3) !important;
}

/* Custom btn ----- */
.btn-custom-wrapper {
  font-size: 0.8em;
  padding: 10.8px 18px;
  padding: 0.5rem 2rem;
  font-weight: 600;
  border-radius: 0.625rem;
}
.btn-custom {
  font-size: 12.8px;
  font-size: 1.1rem;
  cursor: pointer;
}
.btn-custom {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.625rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-custom-blue {
  background-color: #3b02bc !important;
  border-color: #3b02bc #3b02bc #3b02bc !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.btn-custom-blue:focus {
  color: #fff !important;
}
.btn-custom-blue:hover {
  text-decoration: none !important;
  background-color: #1f0168 !important;
  border-color: #1f0168 #1f0168 #1f0168 !important;
  color: #fff !important;
}

.btn-custom-black {
  background-color: #292828;
  border-color: #292828 #292828 #292828;
  color: #fff;
  font-weight: 600 !important;
}
.btn-custom-black:focus {
  color: #fff !important;
}
.btn-custom-black:hover {
  text-decoration: none !important;
  background-color: #313131 !important;
  border-color: #313131 #313131 #313131 !important;
  color: #fff;
}

html .btn-custom-black.disabled,
html .btn-custom-black:disabled {
  background-color: #313131;
  border-color: #313131 #313131 #313131;
}
.btn-custom-black.disabled,
.btn-custom-black:disabled {
  background-color: #ccc;
  border-color: #ccc #ccc #b3b2b2;
}
.btn-custom.disabled,
.btn-custom:disabled,
fieldset:disabled .btn-custom {
  pointer-events: none;
  opacity: 0.35;
}
/* BUTTONS -------------------------- */
.btn-gradient:not(.btn-outline) {
  background: linear-gradient(135deg, #333 0%, #e6141a 80%) !important;
  color: #fff !important;
}
.btn-gradient:not(.btn-outline):hover,
.btn-gradient:not(.btn-outline).hover {
  background: linear-gradient(135deg, #333 0%, #75787b 80%) !important;
  color: #fff;
}

/* LINKS -------------------------- */
#header .header-nav.header-nav-links nav > ul li:hover > a {
  color: #2fa500 !important;
}

#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
  color: #2fa500 !important;
}
#header .header-body {
  border-top: none !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.35;
}

/* Article -------------------------- */
article.post .post-date .day {
  color: #ffffff !important;
}
article.post .post-date .day {
  background: #386e01 !important;
  border-radius: 2px 2px 0 0;
  color: #ccc;
  display: block;
  font-size: 18px;
  font-weight: 900;
  padding: 10px;
}
article.post .post-date .month {
  background-color: #386e01 !important;
}
article.post .post-date .month {
  display: block;
  background: #ccc;
  border-radius: 0 0 2px 2px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.8;
  padding: 1px 10px;
  text-transform: uppercase;
}

/* ACESSO CORPORATIVO ------------------------ */
#acessoFake {
  background-color: var(--red) !important;
}

#selectpicker-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
}

#selectpicker-form .form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 13.6px;
  font-size: 1.5rem;
  line-height: 1.85;
}

/* HEADER NAVBAR ------------------------ */

#header .container {
  position: relative;
  max-width: 100%;
}

#header .header-nav-top .nav > li + .nav-item-left-border:after {
  background: rgba(255, 255, 255, 0.08) !important;
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
}

#header .header-top {
  border-bottom: 1px solid #ffffff1f !important;
}

.header-container {
  height: 60px !important;
}

#header.header-effect-shrink .header-container {
  min-height: 60px !important;
}
#header .header-nav-top .nav > li + .nav-item-left-border {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
#header .header-nav-main:before {
  background: #386e01;
}

/* RESPONSIVE ------------------------ */
@media screen and (min-width: 1024px) {
}
@media (min-width: 992px) {
  #modal-resgate .modal-lg,
  .modal-xl {
    max-width: 900px;
  }

  .card-title--login {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }

  h1 {
    letter-spacing: -0.022222222222222rem !important;
  }

  h2 {
    font-size: 2rem !important;
    line-height: 2.25rem !important;
    font-weight: bold !important;
    letter-spacing: -0.022222222222222rem !important;
  }

  .typo--card {
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
    font-weight: bold !important;
  }

  #header .header-nav-main nav > ul > li {
    height: 87% !important;
    align-self: stretch;
    margin-left: 2px;
  }

  #header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: normal !important;
    padding: 0.5rem 1rem;
    letter-spacing: -0.1px !important;
    text-transform: none !important;
    text-decoration: none;
  }
}

@media (max-width: 991px) {
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #000000 !important;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 425px) {
}

/* Scrollbar ------------------------ */
.slider-scroll-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  width: 23px;
  height: 34px;
  border: 1px solid #386e01 !important;
  border-radius: 15px;
  transform: translate3d(-50%, -50%, 0);
}
.slider-scroll-button:after {
  content: "";
  width: 6px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #386e01 !important;
  position: absolute;
  top: 19px;
  left: 49%;
  transform: translate3d(-50%, 0, 0);
  -webkit-animation-name: sliderScrollButton;
  animation-name: sliderScrollButton;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* VISUALIZAR A SENHA NO INPUT ------------------------ */
#senha_login {
  width: 100%;
  box-sizing: border-box;
}

.form-group .eye-senha {
  position: absolute;
  top: 38px;
  right: 25px;
  cursor: pointer;
}

/* VALIDAR A FORÇA A SENHA ------------------------ */
.pass-group .tips {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.pass-group .tips p {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 55px;
}

.pass-group .tips .count {
  margin-right: 0;
}
.pass-group .number {
  transition: all 0.2s ease-in-out;
}
.pass-group .number.active {
  color: #386e01;
  font-weight: 600;
}

.pass-group .count {
  transition: all 0.2s ease-in-out;
}
.pass-group .count.active {
  color: #386e01;
  font-weight: 600;
}

.pass-group .upper {
  transition: all 0.2s ease-in-out;
}
.pass-group .upper.active {
  color: #006daa;
  font-weight: 600;
}

#footer {
  background: #ffffff;
  border-top: 4px solid #ec008c !important;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 0;
  position: relative;
  clear: both;
}

#login-bg {
  background-image: url(../img/KV-INGRAM.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#tabsExtrato {
  .nav-item > .nav-link {
    color: rgba(128, 128, 128, 0.63);
    border-top: 3px solid #3a02bc65;
  }
  .nav-item > .nav-link.active {
    color: #3f3f3f;
    border-top: 3px solid #3a02bc;
  }
}

#tbl_dados thead tr th {
  font-size: 0.8rem;
}
#tbl_dados tbody tr td {
  vertical-align: middle;
}

.name-column {
  width: 400px;
}

.card-custom {
  min-height: 500px;
}
.card-title-holder {
  min-height: 90px;
  display: flex;
  align-items: start;
}

.card-title-holder h4 {
  font-size: 1rem !important;
}

.card-subtitle-holder {
  min-height: 40px;
  display: flex;
  align-items: start;
}

.card-subtitle-holder h5 {
  font-size: 0.9rem !important;
}

.card-description-holder {
  min-height: 230px;
  display: flex;
  align-items: start;
}

.card-description-holder p {
  font-size: 0.8rem !important;
}

.btn-action-resgate {
  font-size: 0.8rem !important;
  width: 100%;
}

.border-error {
  border: 1px solid red !important;
}
