:root {
  --primary: #0099de;
}
#criar_sala {
  margin-right: 5px;
  font-size: 12px;
}

/* ************ HEADER ************  */
.kt-header__topbar--mobile-on .kt-header__topbar {
  z-index: 1;
}
.kt-header-mobile {
  z-index: 2;
}
.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: #fff;
}

/* ************ 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;
}
.kt-checkbox.kt-checkbox--solid > input:checked ~ span {
  background: var(--primary);
}
.kt-checkbox.kt-checkbox--solid > span:after {
  border: solid #ffffff;
}
.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #ffb822 !important;
  -moz-border-top-colors: #ffb822 !important;
}
kt-header
  .kt-header-menu
  .kt-menu__nav
  > .kt-menu__item.nova-demanda
  > .kt-menu__link {
  background-color: var(--primary);
}

.custom-icon-card {
  font-size: 3rem;
  color: white;
}
.card-custom {
  background: var(--primary);
}
.card-em-atraso {
  background: #ff5722;
}
.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: #f1c6d9;
}

.alert-brand {
  background: #d0868d1f !important;
  border: 1px solid #d0868d1f !important;
}

/*Input File*/

.input-file {
  padding: 25px;
  border-radius: 8px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23D2A167FF' stroke-width='3' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  margin-top: 0.5rem;
}

.input-file .form-control-file {
  display: none;
}

.input-file--custom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.input-file--custom-button {
  border: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 8px;
  background: #b98d7673;
  padding: 10px 20px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  color: #f1c6d9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 10px;
}

.form-group.input-file.invalid {
  background: #fadada;
  margin-bottom: 5px;
}

p.invalid {
  display: none;
  margin-bottom: 10px;
  color: #fd397a;
  font-size: 90%;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px;
}
.valid-feedback {
  font-size: 100%;
}
.invalid-feedback {
  font-size: 100%;
}

.form-group.input-file.invalid .input-file--custom-button {
  background: #fd397a;
  color: white;
}

.input-file label {
  display: none;
}

.label {
  font-size: 1rem;
  font-weight: 400;
}

.avatar {
  height: 50px;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.kt-datatable__cell .kt-media img {
  height: 50px;
  width: 50px;
}

.file {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  box-shadow: 0 0 13px rgba(82, 63, 105, 0.08);
  -webkit-box-shadow: 0 0 13px rgba(82, 63, 105, 0.08);
  border-radius: 4px;
  border: 1px solid #f2f3f8;
  background: #ffffff;
}

.btn-remover-file {
  padding: 0;
  margin-right: 1.5rem;
}

.btn-remover-file {
  padding: 0;
  margin-left: 1.5rem;
}

.file-desc {
  display: flex;
  align-items: center;
}

.file-desc i {
  color: #f1c6d9;
  font-size: 1.5rem;
  margin-right: 1rem;
}

.file-desc [class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
  font-weight: 600;
}

.file-desc h6 {
  color: #595d6e;
  overflow-wrap: break-word;
  max-width: 220px;
}

.file-desc span {
  color: #a7abc3;
}

.file-desc img {
  width: 30px;
  height: 100%;
  margin-right: 8px;
}

.file-actions button i {
  font-size: 1.5rem;
}

.file .btn.btn-icon.btn-sm,
.btn-group-sm > .btn.btn-icon {
  height: 2.5rem;
  width: 1.5rem;
}

/* width */

::-webkit-scrollbar {
  width: 6px;
  border-radius: 0;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e8ecfa;
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #93a2dd;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #93a2dd;
}
.form-filters__btn .btn-secondary > * {
  color: #595d6e;
}

.form-filters__btn .btn-outline-primary > * {
  color: #f1c6d9;
}

.form-filters__btn .btn-outline-primary:hover > *,
.form-filters__btn .btn-outline-dark:hover > * {
  color: #ffffff;
}

.btn-basico {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white !important;
}
.btn-outline-basico {
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline-basico:hover {
  color: white !important;
  background-color: var(--primary);
}
.btn-outline-basico .fas {
  color: var(--primary);
}
.btn-outline-basico:hover .fas {
  color: white !important;
}
.content-logo img {
  max-width: 20rem;
}
@media (max-width: 768px) {
  .kt-hidden-mobile {
    display: block !important;
  }
  .content-logo img {
    max-width: 10rem;
  }
  .form-filters__btn {
    width: 100%;
  }
  #filtros #limpar_filtros,
  #filtros .filtrar,
  .form-filters__btn button {
    flex: 1;
  }
}

@media (max-width: 540px) {
  .jconfirm-box.jconfirm-hilight-shake {
    width: 90% !important;
  }
  .fc-header-toolbar {
    display: flex;
    flex-direction: column-reverse;
  }
}

.btn.btn-label-brand {
  background: #010303;
  color: white;
}

.uppy-Root.uppy-FileInput-container {
  display: flex;
}

.kt-header-mobile {
  background: #010303;
}

.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span,
.kt-header-mobile
  .kt-header-mobile__toolbar
  .kt-header-mobile__toggler
  span::before,
.kt-header-mobile
  .kt-header-mobile__toolbar
  .kt-header-mobile__toggler
  span::after {
  background: #d1e0ee;
}

.kt-header
  .kt-header-menu
  .kt-menu__nav
  > .kt-menu__item
  > .kt-menu__link
  .kt-menu__link-text,
.dropdown-toggle.dropdown-customizado,
.kt-header
  .kt-header__topbar
  .kt-header__topbar-item.kt-header__topbar-item--user
  .kt-header__topbar-user
  .kt-header__topbar-username,
.kt-header-mobile
  .kt-header-mobile__toolbar
  .kt-header-mobile__topbar-toggler
  i {
  color: #d1e0ee;
}

.dropdown-toggle.dropdown-customizado:hover,
.dropdown-toggle.dropdown-customizado:focus,
.dropdown-toggle.dropdown-customizado:active,
a.kt-menu__link:hover {
  color: #017143;
}

@media (max-width: 1024px) {
  .kt-header
    .kt-header-menu
    .kt-menu__nav
    > .kt-menu__item
    > .kt-menu__link
    .kt-menu__link-text,
  .dropdown-toggle.dropdown-customizado,
  .kt-header
    .kt-header__topbar
    .kt-header__topbar-item.kt-header__topbar-item--user
    .kt-header__topbar-user
    .kt-header__topbar-username,
  .kt-menu__ver-arrow {
    color: #313752;
  }
}

.is-invalid {
  color: var(--danger);
}

.fc-event {
  padding: 8px;
  font-size: 12px;
}

.popover-buttons p:hover,
.fc-event {
  cursor: pointer;
}

.uppy-Dashboard-progressindicators {
  display: none !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff !important;
  text-decoration: none;
  background-color: var(--primary);
}

label.btn.btn-label-brand:focus,
label.btn.btn-label-brand:hover,
label.btn.btn-label-brand.active,
a.btn.btn-label-brand:focus,
a.btn.btn-label-brand:hover,
a.btn.btn-label-brand.active,
button.btn.btn-label-brand:focus,
button.btn.btn-label-brand:hover,
button.btn.btn-label-brand.active,
input.btn.btn-label-brand:focus,
input.btn.btn-label-brand:hover,
input.btn.btn-label-brand.active {
  background-color: var(--primary);
  color: #ffffff;
}

.kt-datatable
  > .kt-datatable__pager
  > .kt-datatable__pager-nav
  > li
  > .kt-datatable__pager-link.kt-datatable__pager-link--active {
  background: var(--primary);
  color: #ffffff;
}

.kt-datatable
  > .kt-datatable__pager
  > .kt-datatable__pager-nav
  > li
  > .kt-datatable__pager-link.kt-datatable__pager-link--active {
  background: var(--primary);
  color: #ffffff;
}

.kt-datatable
  > .kt-datatable__pager
  > .kt-datatable__pager-info
  .kt-datatable__pager-size
  .btn.dropdown-toggle:focus,
.kt-datatable
  > .kt-datatable__pager
  > .kt-datatable__pager-info
  .kt-datatable__pager-size
  .btn.dropdown-toggle:hover,
.kt-datatable
  > .kt-datatable__pager
  > .kt-datatable__pager-info
  .kt-datatable__pager-size.show
  > .btn.dropdown-toggle {
  background: var(--primary);
}
