/* Header Css */
*:focus {
  box-shadow: none !important;
}

#site-header {
  background-color: #e6e6e6;
}

#site-header .navbar-nav .nav-item {
  padding: 0.5rem 1.2rem;
}

#site-header .navbar-nav .nav-link {
  border-bottom: 2px solid transparent;
  color: #d61a21;
  padding: 0px;
  font-weight: 600;
  display: inline-block;
}

#site-header .navbar-nav .nav-link:hover {
  color: #424bb2;
  border-bottom: 2px solid #424bb2;
}

#site-header .navbar-nav .nav-link.active {
  font-weight: bold;
  color: #424bb2;
  border-bottom: 2px solid #424bb2;
}

#site-header .navbar-nav {
  padding-top: 20px;
}

#site-header .header-user-dropdown button.dropdown-toggle {
  background: #d1d1d1;
  border-color: #d1d1d1;
  font-size: 22px;
  height: 46px;
  width: 46px;
  margin-top: 16px;
  margin-left: 16px;
  color: #000000;
}

#site-header .header-user-dropdown button.dropdown-toggle::after {
  display: none;
}

#site-header .navbar-brand {
  margin-right: 0px;
}

/* Login Page Css */
body.login-page {
  background-color: #e6e6e6;
}

#login-wrapper {
  max-width: 400px;
}

#login-wrapper .login-logo {
  max-width: 230px;
}

#login-wrapper .input-icon {
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 50px;
  /* Adjust the padding as needed */
}

#login-wrapper .input-icon.email {
  background-image: url("../images/email.png");
  background-size: 20px;
}

#login-wrapper .input-icon.password {
  background-image: url("../images/password.png");
  background-size: 20px;
}

#login-wrapper .input-icon.company {
  background-image: url("../images/group.png");
  background-size: 20px;
  border: none;
  color: #c8c8ca;
}

#login-wrapper form {
  width: 90%;
}

#login-wrapper form .fields-container {
  background-color: #ffffff;
  padding: 10px 10px 1px 10px;
  border-radius: 10px;
}

#login-wrapper .form-control {
  border-color: transparent;
}

#login-wrapper .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

#login-wrapper .form-control::placeholder {
  color: #c8c8ca;
  /* Change the placeholder color */
}

#login-wrapper .btn-primary {
  color: #2d527b;
  background-color: #ffffff;
  border-color: #ffffff;
  width: 140px;
  margin: 0 auto;
}

#login-wrapper .btn-primary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

#login-wrapper .btn-primary:focus {
  box-shadow: none;
}

#login-wrapper .check-wrapper {
  padding-left: 45px;
}

/* Centeos Page */
#site-search .input-icon.search {
  background-image: url("../images/search.png");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 50px;
  background-position: 20px;
}

#site-search .form-control:focus {
  border-color: #d1d1d1;
  box-shadow: none;
}

#site-search .search-btn {
  background-color: #005b00;
  border-color: #005b00;
  color: #ffffff;
  border: 4px solid #005b00;
}

#site-search .search-btn:hover {
  background-color: #005500;
  border-color: #005500;
}

#site-search .search-btn:focus {
  box-shadow: none;
}

#site-search .download-btn {
  background-color: #d61a21;
  border-color: #d61a21;
  color: #ffffff;
  border: 4px solid #d61a21;
}

#site-search .download-btn:hover {
  background-color: #d61a21;
  border-color: #d61a21;
}

#site-search .download-btn:focus {
  box-shadow: none;
}

#site-search .reset-btn {
  background-color: #dedede;
  border-color: #dedede;
  color: #000;
  border: 4px solid #dedede;
}

#site-search .reset-btn:hover {
  background-color: #ddd;
  border-color: #ddd;
}

#site-search .reset-btn:focus {
  box-shadow: none;
}

.table-responsive .table thead tr th {
  padding-bottom: 20px;
}

.table-responsive .table tbody tr th,
.table-responsive .table tbody tr td {
  padding-top: 20px;
  padding-bottom: 36px;
}

.table-responsive .table tbody tr {
  border-bottom: 2px dashed lightgray;
}

.table-responsive .table thead tr {
  border-bottom: 2px solid #737373;
}

.table-responsive .table tbody tr:last-child {
  border: 1px solid transparent;
}

table .search-btn {
  background-color: #005b00;
  border-color: #005b00;
  color: #ffffff;
  border: 4px solid #005b00;
}

table .search-btn:hover {
  background-color: #005500;
  border-color: #005500;
}

table .search-btn:focus {
  box-shadow: none;
}
table .btn-secondary {
  border: 4px solid #6c757d;
}


/* Conteos Activos */
#conteos-data-wrapper .conteos-row {
  background: #f9f9f9;
  border-radius: 20px;
}

#conteos-data-wrapper p {
  margin-bottom: 6px;
  font-size: 15px;
}

.conteos-horizontal-line {
  height: 3px !important;
}

.card-main-section .card-wrapper {
  background: #f9f9f9;
  padding: 16px 26px 10px 26px;
  border-radius: 20px;
}

.card-main-section .card-wrapper p {
  margin-bottom: 2px;
}

.card-main-section .card-wrapper p:not(.card-main-section .card-wrapper p.fw-bold) {
  font-size: 14px;
}

.card-main-section .card-wrapper p.fw-bold {
  color: #d21c1a;
  font-size: 18px;
}

.centeos-cerrados-col p {
  color: #5961bb;
}

.centeos-cerrados-col p:first-child {
  border-bottom: 1px solid #5961bb;
}

@media(min-width:767px) {
  .usuarios-search {
    width: 50%;
  }
}

@media (min-width:991px) {
  #site-header .navbar-brand {
    order: 1;
  }

  #navbarNav {
    order: 2;
  }

  #site-header .header-user-dropdown {
    order: 3;
  }
}

.status-clr {
  color: #5961bb;
}

/*
  Pagination
*/

.pagination {
  justify-content: center;
}

.pagination .page-link {
  border-radius: 100% !important;
  margin-left: 5px;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #000000;
}

.pagination .page-link:hover {
  color: #000000;
}

.pagination .page-item.active .page-link:hover {
  color: #ffffff;
  cursor: default;
}

.pagination .page-item.disabled {
  cursor: not-allowed;
}

.pagination .page-item.active .page-link {
  background-color: #d61a21;
  border-color: #d61a21;
}