/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

/* @import url(https://fonts.googleapis.com/css?family=Niconne); */

/* .app-header__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: #fff;
  text-align: center;
  font-family: 'Niconne';
  padding: 0 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 50px;
} */

.logo {
  font-family: "Niconne";
  margin-bottom: 40px;
  color: #fff;
}

.logo {
  font-size: 52px;
  font-weight: 400;
}

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed
  .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu)
  .layout-page {
  padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir="rtl"] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  text-align: center;
  white-space: normal;
}

div.dataTables_wrapper div.dataTables_paginate {
  text-align: center;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  div.dataTables_wrapper div.dataTables_filter {
    float: none;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

.opacity-0 {
  opacity: 0;
}

.photo-perfil img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.photo-perfil:hover .profile-border {
  background-color: var(--bs-gray);
  transition: all 0.3s ease-in-out;
}

.w-xl {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .dark-style .photo-perfil img {
    width: 150px;
    height: 150px;
    border: 1px solid var(--bs-body-bg);
  }

  .photo-perfil img {
    width: 150px;
    height: 150px;
    border: 1px solid #d9dee3;
  }

  .dataTables_scrollBody {
    min-height: 200px;
  }
}

@media (min-width: 1200px) {
  .w-xl {
    max-width: 1200px;
  }
  .w-lg-75 {
    width: 75%;
  }
}

.text-area-autosize {
  min-height: 200px;
  max-height: 450px;
}

.container-img {
  border: 2px dashed #444564 !important;
  padding: 1.5rem;
  cursor: pointer;
  border-radius: 0.5rem;
  position: relative;
}

.container-img .file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.container-img .dz-message {
  color: #566a7f;
  margin: 5rem 0;
  font-size: 1.625rem;
}

.container-img .dz-message .note {
  color: #a3a4cc;
  font-weight: 400;
  font-size: 0.9375rem;
}
.text-normal {
  color: var(--bs-body-color);
}

@media screen and (max-width: 767px) {
  .table > :not(caption) > * > * {
    padding: 0.5em;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
  .dataTables_td {
    display: block;
    white-space: normal;
    width: 260px;
    max-width: 300px !important;
  }

  .dataTables_td_asistencia {
    display: block;
    white-space: normal;
    width: 140px;
    max-width: 300px !important;
  }

  .dataTables_td_fecha {
    display: block;
    white-space: normal;
    width: 90px;
    max-width: 90px !important;
  }
  .dataTables_td_small {
    display: block;
    white-space: normal;
    width: 50px;
    max-width: 50px !important;
  }
}

ul {
  list-style: none;
}
/* boton flotante */
.floating-button {
  /* width: 60px;
  height: 60px; */
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
/* fin boton flotante */
