/* Para navegadores WebKit (Chrome, Safari) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para Firefox */
input[type="number"] { -moz-appearance: textfield; /* Elimina las flechas en Firefox */ }

.cursor-pointer{ cursor: pointer; }
.border-radius-top-round-right { border-top-right-radius: 19px !important; }
.border-radius-top-round-left { border-top-left-radius: 19px !important; }
.border-radius-bottom-round-right { border-bottom-right-radius: 19px !important; }
.border-radius-bottom-round-left { border-bottom-left-radius: 19px !important; }

.height-50 { height: 50px; }
.height-65 { height: 65px; }
.p-3 { padding: 1rem !important; }
.font-22 { font-size: 22px !important; }


.search-datatable {
    border: 1px solid #363062 !important;
    color: #6e6e6e !important;
}

.nolabel-datatable {
    display: block !important;
    margin-bottom: 0 !important;
}

.dataTables_scroll {
    padding: 1rem 0;
}

table.table {
    border-collapse: inherit;
}
table.dataTable {
    font-size: 14px;
}

.table {
    color: #6e6e6e;
}

.w-100 {
    width: 100% !important;
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #7e7e7e;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #7e7e7e;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #7e7e7e;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #7e7e7e;
    vertical-align: top;
    border-color: #EEEEEE;
}

.table > thead {
    vertical-align: bottom;
    display: table-caption;
    width: 700px;
}
thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

table.table {
    border-collapse: inherit;
}
table.dataTable {
    font-size: 14px;
}

.table:not(.table-bordered) thead th {
    border-top: none;
}

table.dataTable thead th {
    color: #000;
    white-space: nowrap;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 20px 15px;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0;
    border-top: 0;
}

.table thead th {
    border-bottom-width: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-color: #d7dae3;
}

.dataTables_scrollHead {
    border: 1px solid #363062 !important;
    border-radius: 10px;
    margin-bottom: 5px;
}

.dataTables_scrollBody {
    border: 1px solid #363062 !important;
    border-radius: 10px !important;
}

table.dataTable tbody td {
    padding: 12px 15px;
    font-size: 16px;
}

.table tbody tr td {
    vertical-align: middle;
    border-color: #d7dae3;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
}

.no-margin{
    margin: 0 !important;
}

.mt-7{ margin-top: 7px;}
.text-right{ text-align: right; }
.text-left{ text-align: left; }
.position-left{ margin-right: 7px; }
.position-right{ margin-left: 7px; }
.display-7 { font-size: 2rem !important; }

.btn-hover-transform:hover{
    transform: scale(1.05);
}


.fab-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #3B4CB8; /* Color de fondo */
    color: #ffffff; /* Color del texto o ícono */
    border-radius: 50%; /* Forma circular */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
    z-index: 1000; /* Asegura que el botón esté por encima de otros elementos */
}

.fab-button:hover {
    background-color: #2f3c91; /* Color al pasar el cursor */
    color: #ffffff;
    transform: translateY(-5px); /* Efecto de elevación */
}

/* Ajustes para pantallas pequeñas */
@media (max-width: 600px) {
    .fab-button {
        width: 50px;
        height: 50px;
        bottom: 50px;
        right: 15px;
    }
}

.user-card .icon-placeholder {
    font-size: 17px !important;
    line-height: 43px !important;
    letter-spacing: 1px !important;
}

.user-card .dz-media {
    height: 45px !important;
    width: 45px !important;
    min-width: 45px !important;
    border: 3px solid #fff !important;
}

.psw_info_text{
    font-size: 1rem !important;
    line-height: 3.5rem !important;
}
