:root {
    --primary-color: rgb(68 68 68);
    /* --secondary-color: #c0373e;
    --third-color: #ffd2d5;
    --primary-text-color: #fff;
    --secondary-text-color: #000000;
    --hover-color: #0040a0;
    --font-family: Arial, sans-serif;
    --border-radius: 9px; 
    --border-radius-m: 5px;
    --body-bg-color: #e1e1e1; */
}

th{
    background-color: rgb(226 226 226) !important;
    border: none;
}

#loaderOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.spinner {
  border: 8px solid #e0e0e0;
  border-top: 8px solid #38b000; /* Verde similar al logo */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


[type=checkbox],[type=radio],
[type=checkbox]:checked:hover{
    color: var(--primary-color) !important;
}
.table-default{
    height: calc(100vh - 271px);
    border: solid 1px rgb(226 226 226);
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-outline-primary:hover{
    background-color: var(--primary-color);
    color: white;
}

.general-div{
    /* max-height: 100vh; */
}
.img-dashboard{
    max-height: calc(100vh - 169px) !important;
    width: 100% !important;
    max-width: 905px !important;
}

.cursor-pointer{
    cursor: pointer;
}
.b-b-1{
    border-bottom: solid 1px black;
}
.h-0{
    height: 0px !important;
}

.basic-footer{
    position: sticky;
    bottom: 0;
    left: 34%;
    background: white;
}

.sidebar{
    width: 60px; 
    background-color: #f1f1f1; 
    height: 100vh;
}

.sidebar > a,
.sidebar > a:hover,
.sidebar > a:focus {
    color: rgb(96 96 96);
    width: 40px; 
    height: 40px;
}

.sidebar > a.active {
    background-color: white;
    border-radius: .5rem;
}

.preview-image {
    max-width: 200px; 
    margin-top: 10px;
}

.fs-14px{
    font-size: 14px;
}

.fs-11px{
    font-size: 11px;
}

.fw-900 {
    font-weight: 900;
}
.icon-lock-password,
.icon-eye-password,
.icon-evelope-email,
.icon-search{
    z-index: 4;
    background: transparent;
    bottom: 10px;
    border: none;
    color: gray;
    font-size: 20px;
    position: absolute;
}
.icon-search{
    font-size: 18px;
    bottom: 7px;
}

.input-search{
    background-color: #f3f4f6 !important;
}

.icon-eye-password{
    right: 0;
}

.pl-30px{
    padding-left: 30px !important;
}

.pr-30px{
    padding-right: 30px !important;
}

.auth-card{
    max-width: 400px; 
    width: 100%; 
    border-radius: 1rem;
}

.max-w-full{
    max-width: 100%;
}

.custom-card {
      border-radius: 0.75rem;
      padding: 1.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 300px;
}
.custom-dark-card {
      background-color: #3b3b3b; 
      color: white;
}
.custom-white-card {
      background-color: white; 
      color: black;
}

.icon-bg {
    font-size: 2rem;
}
.number {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #bdbdbd;
    background-color: #444 !important;
    border-color: #444 !important;
}

.custom-pagination-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: black;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: background-color 0.2s ease;
}

.custom-pagination-link:hover {
  background-color: #f6f9fc;
}


.custom-pagination-list{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 0.5rem;
}

.fw-bold{
    font-weight: 700;
}

.auth-card{
    min-width: 450px;
}