/* ************ HEADER ************  */

.kt-header
  .kt-header-menu
  .kt-menu__nav
  > .kt-menu__item.kt-menu__item--here
  > .kt-menu__link
  .kt-menu__link-text,
.kt-header
  .kt-header-menu
  .kt-menu__nav
  > .kt-menu__item.kt-menu__item--active
  > .kt-menu__link
  .kt-menu__link-text,
.kt-header
  .kt-header-menu
  .kt-menu__nav
  > .kt-menu__item:hover
  > .kt-menu__link
  .kt-menu__link-text,
.kt-header-menu
  .kt-menu__nav
  > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active)
  > .kt-menu__link
  .kt-menu__link-text,
.kt-header-menu
  .kt-menu__nav
  > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(
    .kt-menu__item--active
  )
  > .kt-menu__link
  .kt-menu__link-text {
  color: #aa1c21;
}

/* ************ JQUERY CONFIRM ************  */
/* Confirm */

.jconfirm-content div {
  font-weight: 400;
}

.jconfirm-title {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}

.jconfirm-icon-c {
  margin-bottom: 20px !important;
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #ffb822 !important;
  -moz-border-top-colors: #ffb822 !important;
}

.jconfirm
  .jconfirm-box.jconfirm-type-orange
  .jconfirm-title-c
  .jconfirm-icon-c {
  color: #ffb822 !important;
}

.jconfirm-buttons .btn.btn-red {
  background: #fd397a !important;
  text-transform: initial !important;
  font-weight: 500 !important;
}

.jconfirm-buttons .btn.btn-default {
  background: transparent !important;
  text-transform: initial !important;
  font-weight: 500 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
  color: #fd397a !important;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #fd397a !important;
  -webkit-animation-name: none;
}

.actions i {
  font-size: 1.6rem;
  color: #74788d;
  transition: color 0.5s ease-in;
}

.actions i:hover,
.actions i:focus {
  color: #aa1c21;
}

.actions button {
  border: none;
  background: none;
}

.label {
  font-size: 1rem;
  font-weight: 400;
  color: #646c9a;
}

.avatar {
  height: 50px;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/*Botoes de Filtro*/

.filtros-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 24px;
}

@media (max-width: 767.98px) {
  .filtros-buttons {
    padding-top: 0;
    justify-content: center;
  }
}

.badge-xxl {
  width: 100px;
  height: 100px;
  font-size: 2rem;
}

.file-custom {
  height: 30px;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.link--custom {
  color: gray !important;
}

.border-gray {
  border-color: grey !important;
}

/* ********** Seta menu dropdown ********** */
#menu_dropdown i {
  display: inline-block;
  color: white;
  margin-left: 0.5em;
  margin-top: 0.28em;
}

#kt_header_menu li:hover a#menu_dropdown {
  color: #ffffff !important;
}

#kt_header_menu li:hover i.la-angle-down {
  color: #ffffff !important;
}

p.invalid {
  display: none;
  margin-bottom: 10px;
  color: #fd397a;
  font-size: 90%;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px;
}

.kt-uppy__drag {
  height: 100%;
}

.kt-uppy .uppy-DragDrop-label {
  font-weight: 400;
}

.list-arquivos__btn {
  border: none;
  background: none;
  font-size: 0.9rem;
  color: #a2a5b9;
}
