@import url('main.css');
@import url('botton-menu.css');
@import url('switch-button.css');
@import url('tooltip.css');

.background-image {
    background-image: url("../images/images/universidad-sanbuenaventura.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.title {
    font-family: Times;
    font-size: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 40px;
}

/* IMAGEN DE LOGIN */
@media (max-width: 872px) {
    .image {
        display: none !important;
    }
}

/* ESTILOS HEADER */
.header, .header-pqrs {
    background-color: var(--bg-primary-usb);
    color: var(--bg-black);
}

/* BARAS DE HEADER */
.fa-bars {
    color: var(--bg-black-usb);
}

/* SIDEBAR */
.sidebar-brand {
    background-color: var(--bg-secondary-usb);
    color: var(--black);
    border-bottom: 2px solid var(--bg-primary-usb);
}

.sidebar {
    background-color: var(--bg-sidebar-usb);
}

.nav-title {
    border-bottom: 2px solid var(--bg-primary-usb);
}

/* .nav-title, .nav-link, .nav-icon
{
    color: var(--black) !important;
    font-weight: bold !important;
} */

.header-divider {
    background-color: black !important;
}

.text-usb-pqrs {
    border-bottom: 2px solid black;

}


/* BOTONES */
.btn-primary {
    background-color: var(--bg-black-usb) !important;
    color: var(--bg-secondary-usb) !important;
    border-color: var(--bg-black-usb) !important;
}

.hr {
    border-top: 2px solid var(--bg-primary-usb) !important;
    opacity: 100% !important;
    margin-top: 5px !important;
}


/* upload document */
/*=====================================
estilos de la utilidad
Copiar esto
=====================================*/
.contenedor-btn-file input[type="file"] {
    appearance: none;
    display: none;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.contenedor-btn-file {
    display: inline-block;
    position: relative;
    background-color: #000000;
    color: #fff;
    border: 0;
    padding: 3px;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    overflow: hidden;
    transition: ease-out 120ms background-color;
}

/* .contenedor-btn-file:hover {
    background-color: #16579B;
} */
.contenedor-btn-file:active {
    background-color: #114378;
}

.contenedor-btn-file > i {
    margin-right: 15px;
}

.contenedor-btn-file label {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    cursor: pointer;
}

/* .contenedor-btn-file.bordeado {
    background-color: #fff;
    border: 2px solid #186CC3;
    color: #186CC3;
}
.contenedor-btn-file.bordeado:hover {
    background-color: #186CC3;
    color: #fff;
} */
/* fin upload document */


.page-item.active .page-link {
    background-color: var(--bg-black-usb);
    border: #160F29;
    padding-bottom: 8px !important;
}


.user-link-active {
    background-color: var(--bg-black-usb) !important;
    color: var(--bg-white-usb) !important;
}


.modal-header {
    border-bottom: 2px solid var(--bg-primary-usb) !important;

}

.modal-footer {
    border-top: 2px solid var(--bg-primary-usb) !important;

}

.form-select-sm {
    padding: 4px !important;
}


/* SCROLL */
/* Estilos específicos para el scroll en navegadores WebKit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 7px; /* Ancho del scroll */
    background-color: #f1f1f1; /* Color de fondo del scroll */
}

/* Estilos para la barra del scroll en navegadores WebKit */
::-webkit-scrollbar-thumb {
    background-color: #888; /* Color del fondo de la barra del scroll */
    border-radius: 5px; /* Radio de las esquinas de la barra del scroll */
}

/* Estilos específicos para el scroll en navegadores Gecko (Firefox) */
::-moz-scrollbar {
    width: 5px; /* Ancho del scroll */
    background-color: #f1f1f1; /* Color de fondo del scroll */
}

/* Estilos para la barra del scroll en navegadores Gecko */
::-moz-scrollbar-thumb {
    background-color: #888; /* Color del fondo de la barra del scroll */
    border-radius: 5px; /* Radio de las esquinas de la barra del scroll */
}


.nav-link:hover {
    color: #000000 !important;
}

.sidebar-nav .nav-link:hover {
    color: #000000 !important;
}

.sidebar-nav .nav-group.show .nav-group-toggle {
    color: rgb(0, 0, 0);
}

.sidebar-nav .nav-group.show .nav-group-toggle:hover {
    color: rgb(0, 0, 0);
}


.footer {
    background-color: var(--bg-primary-usb);
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* //DISABLED */
.disabled {
    background-color: #e9ecef !important;
}

.btn-create-activity {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

/* ALTURA DROPDOW ALERTAS */
.custom-height {
    max-height: calc(100vh - 17rem);
    overflow-y: auto;
}


/* ESTILOS IMAGEN DE INICIO */
.image-container {
    position: relative;
    max-width: 100%;
    height: calc(100vh - 140px);
    margin: 0 auto;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px
}

.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    /* Opacidad del fondo (en este caso, 0.5) */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    border-radius: 10px;
    /* Agregar bordes redondeados */
    padding: 20px;
    /* Espacio interno alrededor del texto */
    box-sizing: border-box;
    /* Incluir el padding en el ancho/altura total */
}

.overlay-text h3 {
    background-clip: padding-box;
    /* Aplicar opacidad solo al fondo dentro del padding */
    padding: 0;
    /* Eliminar el padding en el texto */
    margin: 0;
    /* Eliminar el margen en el texto */
}


/* A SIN ESTILO */
.normal-link
{
    text-decoration: none !important;
    color: var(--bg-black);
}




.text-col
{
    
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
