html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
}

.bg-sesion {
    background-image: url(../images/73a.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/bg1.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    z-index: -1
}


.card-login {
    height: 100%;
    position: absolute;
    top: 0px !important;
    left: 0;
    padding-top:70px;
}

.max-w-150 {
    max-width: 150px;
}

.f-z-14 {
    font-size: 14px !important;
}

.f-z-10 {
    font-size: 10px !important;
}

.f-z-9 {
    font-size: 9px !important;
}

.c-c {
    color: #a58750 !important;
}

.f-z-16 {
    font-size: 16px !important;
}

.e-card-content {
    display: flex; /* Asegúrate de que el contenido esté en línea */
    align-items: center; /* Alinea verticalmente el avatar y el texto */
}

.NameGrup {
    display: flex;
    flex-direction: column; /* Alinea el nombre y el rol en columna */
    align-items: flex-start; /* Alinea el texto a la izquierda */
}

.role-text {
    margin: 0; /* Elimina márgenes */
    text-align: left; /* Alinea el texto a la izquierda */
}

.bg-cafe {
    background-color: #AE8E54 !important;
}

.text-cafe {
    color: #a58750 !important;
}

.bg-colorPrimary {
    background-color: #1E4A51 !important;
}

.bg-colorPrimaryDark {
    background-color: #2A3F5A !important;
}

.bg-colorAccent {
    background-color: #3a747c !important;
}


.text-colorPrimary {
    color: #1E4A51 !important;
}

.text-colorPrimaryDark {
    color: #2A3F5A !important;
}

.text-colorAccent {
    color: #3a747c !important;
}

.default-carousel img {
    width: 300px;
    height: 100%;
    object-fit: cover;
}

.f-b {
    font-weight: bold;
}

.display-none {
    display: none;
}

/*
.footerp {
    line-height: 0px !important;
}*/


.img_dash {
    width: 100px;
    height: 100px;
    
}

/* Aplica un fondo gris a la tabla de detalles */
.custom-detail-grid .e-headercell {
    background-color: #a5bda6 !important; /* Gris claro */
    font-size: 12px !important;
}

.custom-detail-grid .e-rowcell {
    background-color: #ededed !important; /* Gris claro */
    font-size: 12px !important;
}

#TabDespachos th {
    border-color: rgb(222 226 230) !important;
}

.detalle-actividad {
    font-size: 12px;
}



.subcontenedor {
    font-size: 10px;
    color: #217458;
}


/*#region name */



.my-custom-scrollbar {
    position: relative;
    overflow: auto;
    width: 100%;
}

.table-wrapper-scroll-y {
    display: block;
}

.recent-scrollbar {
    height: 200px;
}


.fixTableHead thead th {
    position: sticky;
    top: 0;
}

.search-custom-body-modal {
    height: 450px;
}

.hidden {
    display: none;
}

.my-custom-scrollbar {
    position: relative;
    height: 350px;
    overflow: auto;
    width: 100%;
}

.search-scrollbar {
    position: relative;
    height: 350px;
    overflow: auto;
    width: 100%;
}

.table-wrapper-scroll-y {
    display: block;
}

.fixTableHead thead th {
    position: sticky;
    top: 0;
}

.bg-light-filter {
    background-color: #d5d5d5 !important;
}


/*#endregion */