::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 80px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.brand-link .brand-image {
    float: none;
    width: 25%;
    max-height: 100%;
    border-radius: 10px;
}


.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #1766a8;
    color: #fff;
}

[class*=sidebar-dark-] {
    background-color: #000000;
}


.brand-link .brand-image {
    float: none;
    width: 50%;
    max-height: 100%;
    border-radius: 10px;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #070800;
}



.scrolling-wrapper {
    height: 70vh;
    overflow-y: scroll;
}

.scrolling-wrapper-table {
    height: 60vh;
    overflow-y: scroll;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: rgb(0, 102, 255);
    padding: 50px;
    font-size: 20px;
}

p {
    margin-bottom: 0px;
}

body {
    /* background: #919191; */
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 80px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}



.btn-flotante {
    font-size: 16px;
    /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase;
    /* Texto en mayusculas */
    font-weight: bold;
    /* Fuente en negrita o bold */
    color: #ffffff;
    /* Color del texto */
    border-radius: 5px;
    /* Borde del boton */
    letter-spacing: 2px;
    /* Espacio entre letras */
    background-color: #bfbc51;
    /* Color de fondo */
    padding: 18px 30px;
    /* Relleno del boton */
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.btn-flotante:hover {
    background-color: #d8d57e;
    /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
    color: white;
}

@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 20px;
        right: 20px;
    }
}


.btn-flotante2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    letter-spacing: 2px;
    background-color: #3c60ae;
    padding: 18px 30px;
    position: fixed;
    bottom: 12%;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.btn-flotante2:hover {
    background-color: #1d355f;
    /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
    color: rgb(124, 124, 124);
}

@media only screen and (max-width: 600px) {
    .btn-flotante2 {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 10%;
        right: 20px;
    }
}
