
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Popins', 'Nunito', sans-serif;
  background: #f6f9ff;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

a .disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: gray;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# PayrollT
--------------------------------------------------------------*/
.payroll-big-number {
  font-size: 3em;
  font-weight: 700;
  padding: 7px 9px;
  background-color: #f5f5f5;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
}

.payroll-big-ico {
  font-size: 3em;
  padding: 7px;
  background-color: #f5f5f5;
}

.payroll-card-header {
  background-color: #c7ddc7;
  padding: 7px 11px;
  border-radius: 5px;
}

.payroll-card {
  font-family: 'Popins', 'Nunito', sans-serif;
}

.payroll-link-card-header {
  float: right;
  background-color: #c7ddc7;
  padding: 7px 11px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
  /* remove underline */
  text-decoration: none;
  /* remove visited color */
  color: inherit;
}

.payroll-table {
  border-collapse: collapse;
  border-radius: 5px;
  border: 1px solid #a5a5a5;
  width: 100%;
}

.payroll-table th {
  background-color: #c7ddc7;
  padding: 7px 11px;
  border: 1px solid #a5a5a5;
}

.payroll-table td {
  padding: 7px 11px;
  border: 1px solid #a5a5a5;
}

.payroll-table2 td {
  font-weight: lighter;
  font-size: 0.8rem;
  padding: 3px 5px;
  margin: 0px;
}

.payroll-table3 td {
  font-weight: lighter;
  font-size: 90%;
  padding: 3px 11px;
}

.details{
  font-size: 0.9em;
  color: #000000;
  width: fit-content;
  margin-top: 10px;  /* Margen alrededor del elemento */
  padding: 5px 15px;  /* Espacio interno dentro del elemento */
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.btn-min-width {
  min-width: 120px;
}

.seccion-detail{
  padding: 15px 15px;
  /* ancho automático */
  width: fit-content;
  /* alinear a la izquierda */
  display: inline-block;
}

.payroll-table-list {
  font-family: 'Popins', 'Nunito', sans-serif;
  font-size: 0.85rem;
}

.payroll-create-button-table {
  margin-top: 8px !important;
}

/* Alineación para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
  .payroll-create-button-table {
    text-align: center;
  }
}

/* Alineación para pantallas medianas en adelante */
@media (min-width: 768px) {
  .payroll-create-button-table {
    text-align: right;
  }
}

/* Search container en list*/
.search-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .search-container {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    .search-container .form-group {
      flex: 1;  /* Permite que los elementos se expandan */
      margin-right: 10px;  /* Espacio entre los elementos */
    }

    .search-container .input-group-append {
        flex-shrink: 0;  /* Previene que los botones se encojan */
    }
}
@media (max-width: 767px) {
  .extra-text {
      display: none;
  }
}

.py-disabled {
  color: #ccc7c7;
  font-size: 70%;
  font-weight: 70%;
}

.login-form input {
  width: 250px;
}

.login-form button {
  width: 300px;
}

footer {
  background-color: #f6f9ff;
  padding: 7px 11px;
  margin-top: 3px;
}

.payroll-footer-logo {
  max-width: 100%;
  max-height: 90px;
}

.payroll-footer-text {
  font-size: 12px;
  color: #fcfcf9;
}

.payroll-footer-text a {
  color: #6cc1e6;
}

.open-caret {
  color: #0b470a;
  font-size: 1.4em;
  float: left;
}

.extra-info-table {
  display: none;
}

.payroll-empresa-extra-div {
  display: none;
}

.payroll-empresa-extra-inernal-div {
  float: left;
  border: 1px solid #a5a5a5;
  margin: 7px;
  padding: 10px;
  max-width: 500px;
}

.payroll-empresa-extra-inernal-div p {
  margin: 0px;
}

.payroll-loading {
  display: none;
  max-width: 30px;
  max-height: 30px;
  float: left;
}

.badge {
  padding: 4px;
  border-radius: 5px;
  margin: 6px;
}

#registro-gestion-badge {
  font-weight: 400;
}


.sidebar-nav .nav-content a.disabled {
  color: #a5a5a5;
}

.sidebar-nav .nav-content a.disabled:hover {
  color: #272729;
}

.x-small {
  font-size: 70%;
}

.payroll-card-small-list {
  font-size: 75%;
  font-weight: lighter;
  border: none;
  padding: 0.15rem 0.5rem;
}

.payroll-card-small-list b {
  color: #012970;
  font-weight: bold;
}

.payroll-card-small-h5 {
  font-size: 85%;
  padding: 0.3rem 0.5rem 0;
  margin-bottom: 0.2rem;
  font-weight: 700;
  color: #012970;
}

.payroll-card-small-p {
  font-size: 85%;
  padding: 0 0.5rem 0;
  font-weight: 300;
  color: #012970;
}

.payroll-empresa-select-icon {
  color: #03720e !important;
}

.payroll-empresa-select-li {
  background-color: #acebb2 !important;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 1.65rem;
  margin-bottom: 0;
  font-weight: 700;
  color: #012970;
}

.pagetitle h2 {
  font-size: 1.55rem;
  margin-top: .1rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #012970;
  font-family: "Roboto", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 1.1rem;
  font-weight: 400;
}

.card-subtitle {
  padding: 0.5rem 0 0.5rem 0;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
  font-weight: 300;
  color: #012970;
  font-family: "Roboto", sans-serif;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

.card-info {
  font-size: 0.85rem;
  color: black;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  margin: 0.5rem 0.5rem;
}

.card-icon {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0.5rem;
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: 'Popins', 'Nunito', sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height: 60px;
  margin-right: 6px;
  align-self: start;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: 'Popins', 'Nunito', sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 10px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #4154f1;
}

.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: lighter;
  color: #012970;
  transition: 0.3;
  padding: 7px 0 7px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Datatables
--------------------------------------------------------------*/
#data {
  font-size: 1rem;
  font-weight: 300;
}

.list-group-item > small {
  font-weight: 200;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Empleados
--------------------------------------------------------------*/
.employee-body {
  color: #797979;
  background: #f1f2f7;
  font-family: 'Popins', 'Nunito', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 13px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.empleado-novedades-row td {
  padding: 0.2rem;
  font-size: 0.8rem;
  font-weight: 300;
}

.profile-nav, .profile-info{
  margin-top:30px;   
}

.profile-nav .user-heading {
  background: #fbc02d;
  color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  padding: 30px;
  text-align: center;
}

.profile-nav .user-heading.round a  {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255,255,255,0.3);
  display: inline-block;
}

.profile-nav .user-heading a img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}

.profile-nav .user-heading p {
  font-size: 12px;
}

.profile-nav ul {
  margin-top: 1px;
}

.profile-nav ul > li {
  border-bottom: 1px solid #ebeae6;
  margin-top: 0;
  line-height: 30px;
}

.profile-nav ul > li:last-child {
  border-bottom: none;
}

.profile-nav ul > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #89817f;
  border-left: 5px solid #fff;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
  background: #f8f7f5 !important;
  border-left: 5px solid #fbc02d;
  color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
  font-size: 16px;
  padding-right: 10px;
  color: #bcb3aa;
}

.r-activity {
  margin: 6px 0 0;
  font-size: 12px;
}


.p-text-area, .p-text-area:focus {
  border: none;
  font-weight: 300;
  box-shadow: none;
  color: #c3c3c3;
  font-size: 16px;
}

.profile-info .panel-footer {
  background-color:#f8f7f5 ;
  border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
  color: #7a7a7a;
}

.bio-graph-heading {
  background: #fbc02d;
  color: #fff;
  text-align: center;
  font-style: italic;
  padding: 40px 110px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.bio-graph-info {
  color: #89817e;
}

.bio-graph-info h1 {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 20px;
}

.bio-row {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding:0 15px;
}

.bio-row p span {
  width: 100px;
  display: inline-block;
}

.bio-chart, .bio-desk {
  float: left;
}

.bio-chart {
  width: 40%;
}

.bio-desk {
  width: 60%;
}

.bio-desk h4 {
  font-size: 15px;
  font-weight:400;
}

.bio-desk h4.terques {
  color: #4CC5CD;
}

.bio-desk h4.red {
  color: #e26b7f;
}

.bio-desk h4.green {
  color: #97be4b;
}

.bio-desk h4.purple {
  color: #caa3da;
}

.file-pos {
  margin: 6px 0 10px 0;
}

.profile-activity h5 {
  font-weight: 300;
  margin-top: 0;
  color: #c3c3c3;
}

.summary-head {
  background: #ee7272;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.summary-head p {
  color: rgba(255,255,255,0.6);
}

ul.summary-list {
  display: inline-block;
  padding-left:0 ;
  width: 100%;
  margin-bottom: 0;
}

ul.summary-list > li {
  display: inline-block;
  width: 19.5%;
  text-align: center;
}

ul.summary-list > li > a > i {
  display:block;
  font-size: 18px;
  padding-bottom: 5px;
}

ul.summary-list > li > a {
  padding: 10px 0;
  display: inline-block;
  color: #818181;
}

ul.summary-list > li  {
  border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child  {
  border-right: none;
}

.activity {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.activity.alt {
  width: 100%;
  float: right;
  margin-bottom: 10px;
}

.activity span {
  float: left;
}

.activity.alt span {
  float: right;
}
.activity span, .activity.alt span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #eee;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.activity.terques span {
  background: #8dd7d6;
}

.activity.terques h4 {
  color: #8dd7d6;
}
.activity.purple span {
  background: #b984dc;
}

.activity.purple h4 {
  color: #b984dc;
}
.activity.blue span {
  background: #90b4e6;
}

.activity.blue h4 {
  color: #90b4e6;
}
.activity.green span {
  background: #aec785;
}

.activity.green h4 {
  color: #aec785;
}

.activity h4 {
  margin-top:0 ;
  font-size: 16px;
}

.activity p {
  margin-bottom: 0;
  font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
  float: left;
  font-size: 18px;
  margin-right: 10px;
  color: #bebebe;
}

.activity .activity-desk {
  margin-left: 70px;
  position: relative;
}

.activity.alt .activity-desk {
  margin-right: 70px;
  position: relative;
}

.activity.alt .activity-desk .panel {
  float: right;
  position: relative;
}

.activity-desk .panel {
  background: #F4F4F4 ;
  display: inline-block;
}


.activity .activity-desk .arrow {
  border-right: 8px solid #F4F4F4 !important;
}
.activity .activity-desk .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

.activity-desk .arrow-alt {
  border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

.activity-desk .album {
  display: inline-block;
  margin-top: 10px;
}

.activity-desk .album a{
  margin-right: 10px;
}

.activity-desk .album a:last-child{
  margin-right: 0px;
}

hr.short-margin {
  margin: 0.3rem 0;
}

p.narrowed-letter {
  letter-spacing: -1px;
}

/*==============================================================*/
.search-form {
  display: flex;
  margin: 0 auto;
  padding: 10px;
}

.input-group{
  padding: 10px; /* Añade un relleno */
  height: 40px; /* Establece una altura para los campos de texto */
  box-sizing: border-box; /* Evita que los elementos se rompan con el tamaño de la caja */
}

.result{
  margin-inline-start: 20px;
}

/* Opcional: Estilos para el botón Limpiar búsqueda */
.btn-secondary {
  margin-left: 5px; /* Espacio entre los botones */
}

.main-alerts {
  padding: 10px;
  margin: 10px;
}


span.email-verification {
  display: inline-block; /* Para que el icono y el texto estén en la misma línea */
  margin-top: 10px; /* Ajusta el margen superior según tus necesidades */
}

/* Estilo para el icono cuando SI está verificado */
span.email-verification.email-verified i.fas.fa-user-circle {
  color: #33FF33; /* Color verde si está verificado */
}
/* Estilo para el icono cuando NO está verificado */
span.email-verification.email-no-verified i.fas.fa-user-circle {
  color: #FF3333; /* Cambia a rojo cuando no está verificado */
}

/* Estilos específicos para el icono fas fa-user-circle dentro del span */
span.email-verification i.fas.fa-user-circle {
  font-size: 20px; /* Tamaño del icono */
  margin-right: 5px; /* Espacio entre el icono y el texto */
}

.smaller-image{
  width: 50%;
  height: auto;
  margin-top: 30px;
}

.section-user{
  background-color: #eee;
}

.mysettings{
  margin-top: 20px;
  height: 100vh;
}

.bg-inforegistro {
  background-color: #eee;
}
.no-leido {
  font-weight: bold; /* Hace que el texto sea negrita */
  color: #FF5733; /* Cambia el color del texto */
}

.leido {
  font-weight: normal; /* Hace que el texto sea normal */
  color: #1ce409; /* Cambia el color del texto */
}

.acciones {
  display: flex;
  gap: 10px; /* Espacio entre los botones */
}

@media (max-width: 767px) {
  .limpiar-busqueda {
      display: none;
  }
  .limpiar {
      display: inline;
  }
}

@media (min-width: 768px) {
  .limpiar-busqueda {
      display: inline;
  }
  .limpiar {
      display: none;
  }
}

a.menu-no-perm {
  color: #9eaeca !important;
  pointer-events: none;
}

.menu-padre-1 {
  background-color: #f8f9fa;
  margin-left: .5rem !important;
}

.menu-padre-2 {
  background-color: #e9ecef;
  margin-left: .10rem !important;
}

.menu-padre-3 {
  background-color: #e9ecef;
  margin-left: .15rem !important;
}

.menu-span-link {
  color: #000000 !important;
}

.menu-link:hover {
  border: 1px solid #00000033;
  text-decoration: underline;
}

.menu-link-1 {
  margin-left: .7rem !important;
  background-color: #f8f9f0;
}

.menu-link-2 {
  margin-left: 1.8rem !important;
  background-color: #f6f1e1;
}

.menu-link-3 {
  margin-left: 2.9rem !important;
  background-color: #f4f7dc;
}

.breadcrumb, .breadcrumb-link {
  padding-right: 5px;
  padding-left: 3px;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.payroll-fav-menu-div {
  float: right;
}

.payroll-fav-menu {
  vertical-align: -webkit-baseline-middle;
  cursor: pointer;
}

.payroll-title {
  color: #012970;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.payroll-fav-menu-on {
  -webkit-text-stroke: 1px black; /* For WebKit browsers */
  text-stroke: 1px black; /* for other browsers */
}

.payroll-link-and-fav {
  display: flex;
  justify-content: space-between;
}

/* Datalist */
form .form-group legend {
  font-size: 1rem;
}

form fieldset legend {
  font-size: 1rem;
}


/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

.payroll-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #012970;
}

.payroll-botoncillo-small {
  font-size: 0.8rem;
  font-weight: lighter;
  padding: 0.2rem 0.5rem;
}

.select2-container .select2-selection--single {
  height: auto !important;
}

.select2-container  {
  padding-left: 0.35rem !important;
}
/* 
.select2-selection__rendered{
  padding: 0 !important;
} */

.search-box {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  font-family: 'Popins', 'Nunito', sans-serif;
  font-size: 0.9rem;
}

/*--------------------------------------------------------------
# Tasks
--------------------------------------------------------------*/

.task-status {
  padding: 5px 10px;
  border-radius: 5px;
  max-width: 300px;
}

.task-status-NS { /*Not Started*/
  color: #08123f;
  background-color: #08123f55;
}

.task-status-IP { /*In Progress*/
  color: #010a02;
  background-color: #010a0255;
}

.task-status-DN { /*Done*/
  color: #03720e;
  background-color: #03720e55;
}

.task-status-ER { /*Error*/
  color: #ff0000;
  background-color: #ff000055;
}

.task-status-CA { /*Cancelled*/
  color: #3f1b04;
  background-color: #3f1b0455;
}

#task-progress-info {
  font-size: 0.8rem;
  font-weight: lighter;
  color: #08123f;
}

#task-started-at,
#task-finished-at {
  font-size: 0.8rem;
  font-weight: lighter;
  color: #19191ac9;
}