.btn {
    min-width: 100px;
}
.btn-borrar {
    padding: 0.05rem 0.75rem;
}

.dropdown-item {
    cursor: pointer;
}
.dropdown-header {
    cursor: default;
}
.btn-profes {
    text-align: left;
}
.btn-profes.dropdown-toggle::after {
    margin-top: 10px;
    float: right;
}
.sidebar-dropdown-ul {
    display: block;
}
.sidebar-dropdown-ul .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.border-left-1 {

}
.activo {
    background-color: #fff;
}
.inactivo {
    background-color: #ffdbdb;
}
.excel {
    display: none;
}

.tableFixHead          { overflow: auto; height: 500px; }
.tableFixHead .cabecera {
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
}

/* Just common table stuff. Really. */
table  { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 16px; }
th     { background:#eee; }

.daterangepicker .drp-calendar {
    max-width: 100% !important;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item {
    margin: 0 0.1rem;
}

.page-link {
    color: #007bff;
    background-color: white;
    border: 1px solid #dee2e6;
    padding: 0.375rem 0.75rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

/*  ############### DEUDORES ##################*/

#deudores .table th, #deudores .table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px; /* Ajusta esto como necesites */
}

#deudores .table th {
    width: 150px;  /* Define un ancho consistente */
}

#deudores .table td {
    width: 150px;  /* Define el mismo ancho que el encabezado */
}

.toast-custom {
    position: absolute;
    right: 0;
    bottom: 10px;
    transition: opacity 1s ease-out;
}
.toast-custom.fade-out {
    opacity: 0;
}
.bg-warning {
    background-color: #ff4b4b !important;
}