﻿/*Variables #####*/
:root {
    --main-color: #2da1a5; /*COLOR PRINCIPAL*/
    --main-color3: #028BAA; /*COLOR PRINCIPAL*/
    --primary1: #F36C03; /*COLOR SECUNDARIO*/
    --buttonLinks: #EC3034; /*SOMBRAS*/
    --gray1: #8A8A8A; /*TEXTO ALTERNATIVO*/
    --white: #FFFFFF; /*fondos de suministros*/
    --primary1_semiLight: #ff8a30; /*hover btnCoopOnline*/
    --main-color2: #228286; /*HOVER DE BOTONES DE LOS MODALES*/
    --main-colorLight: #228286; /*HOVER DE BOTONES DE LOS MODALES*/
    --primary1_light: #ffede0; /*Fondo de la lista de cooperativas en INDEX*/
    --barLogo-color: white;
    --top-Color: var(--main-color);
}

@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap");

#theadFiltros {
    background-color: white;
    z-index: 100;
    position: sticky;
    top: 0.1px;
}

@media (max-width: 425px) {
    #piePag {
        display: flex;
        flex-direction: column;
    }

    #scrollbarFacturas {
        height: 30em !important;
    }

    #btnLoadMore {
        margin-bottom: 1.5em;
    }
}


#Mantenimiento {
    width: 100%;
    background-color: #ff000070;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disabledbtn {
    cursor: not-allowed !important;
    color: white !important;
    background-color: gray !important;
    border-color: gray !important;
    opacity: 0.4 !important;
}

#btnBajaFacturaE:hover {
    opacity: 0.6;
    border-width: 0.15em;
}

#btnEditFacturaE {
    color: gray;
    border-color: gray !important;
}

    #btnEditFacturaE:hover {
        color: #dc3545;
        border-color: #dc3545 !important;
        background-color: white !important;
        border-width: 0.15em;
    }

.btnTop {
    color: var(--top-Color) !important;
}

    .btnTop:hover {
        color: var(--main-colorLight) !important;
    }


.borrarFiltro {
    color: black;
}

.filtro {
    color: white !important;
    background-color: var(--primary1) !important;
    height: contain;
    width: contain;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-right: 3%;
    padding: 0;
    text-wrap: normal;
}

    .filtro:hover {
        opacity: 0.8;
    }

.innerFiltro {
    font-size: 1em;
    height: 100%;
    width: 100%;
}

#ConteinerGrafico {
    margin-left: 3vw;
    margin-top: .7vw;
    height: 6em;
    width: contain;
}

.iconoGrafico {
    color: var(--main-color3);
    font-size: 2.5em;
    display: flex;
    width: 0;
    height: 0;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0.9;
    border-radius: 60%;
    display: flex;
    margin-bottom: 1%;
    padding: 0;
    box-sizing: border-box;
}


#dollar {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60%;
    width: 3em;
    height: 3em;
    background-color: var(--primary1_light) !important;
    opacity: 1;
    margin-right: 1em;
    margin-left: 2em;
}

#btnDeudaTotal {
    padding-left: .5em;
    padding-right: .5em;
    height: min-content;
    margin-right: 1em;
    box-shadow: rgb(0,0,0, 0.2) .4em .6em;
    border-radius: 10px;
}

@media (max-width: 992px) {
    #ConteinerGrafico {
        margin-left: 0;
    }

    #btnDeudaTotal {
        margin-right: 0;
    }
}

#textoDeuda {
    height: 50%;
    margin-bottom: 0.1em;
    margin-left: 1em;
    margin-right: 1em;
}

#navbar {
    background-color: var(--barLogo-color);
}

.Prepaga {
    background-color: white;
    border-color: var(--primary1) !important;
    box-shadow: rgb(0,0,0, 0.2) .4em .6em;
    margin-right: 1em;
    color: var(--primary1);
}

    .Prepaga:hover {
        background-color: var(--primary1);
        border-color: var(--buttonLinks);
    }

    .Prepaga:focus {
        opacity: 0.6;
    }

select {
    padding: 14px;
    border-radius: 10px;
}

body {
    font-family: 'Lato', sans-serif;
    background-image: url("../images/background_co.jpg");
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

input {
    margin-bottom: 5px;
}

.new {
    background-color: rgba(134, 251, 255, 0.44) !important;
}

#btnLoadMore {
    margin-top: 1em;
}

#seleccionado {
    background-color: #1ebea5;
}

.Theader {
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: text-top;
}
/*ScrollbarFacturas*/
#scrollbarFacturasV2 {
    height: 100%;
    overflow: auto;
    display: block;
    position: relative;
}
    /*La barra permanece oculta*/
    #scrollbarFacturasV2::-webkit-scrollbar {
        -webkit-appearance: none
    }

/*Se le cambia el id para que aparezca con los siguientes estilos*/
#scrollbarFacturas {
    height: 100%;
    overflow: auto;
    display: block;
    position: relative;
}

    #scrollbarFacturas::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        #scrollbarFacturas::-webkit-scrollbar:vertical {
            width: 10px;
        }

    #scrollbarFacturas::-webkit-scrollbar-button:increment, .contenedor::-webkit-scrollbar-button {
        display: none;
    }

    #scrollbarFacturas::-webkit-scrollbar:horizontal {
        height: 10px;
    }

    #scrollbarFacturas::-webkit-scrollbar-thumb {
        background-color: var(--main-color2);
        border-radius: 20px;
        border: 2px solid #f1f2f3;
    }

    #scrollbarFacturas::-webkit-scrollbar-track {
        border-radius: 10px;
    }
/*ScrollbarFacturas*/

/*Spinner de Facturas al desplazar hacia abajo fuera de la pantalla*/

.spinner-prueba {
    border: 2px solid rgba(0, 0, 0, .8);
    border-left-color: transparent;
    border-radius: 50%;
}

.spinner-prueba {
    border: 2px solid rgba(0, 0, 0, .8);
    border-left-color: transparent;
    width: 16px;
    height: 16px;
}

.spinner-prueba {
    border: 2px solid rgba(0, 0, 0, .8);
    border-left-color: transparent;
    width: 16px;
    height: 16px;
}
/*Spinner de Facturas al desplazar hacia abajo fuera de la pantalla*/

a, a.nav-link {
    color: var(--main-color);
    text-decoration: none;
}

    a:hover, a.nav-link:hover {
        text-decoration: none;
        color: var(--buttonLinks);
    }

    a:focus, a.nav-link:focus {
        text-decoration: none;
        color: var(--buttonLinks);
        opacity: 0.5;
    }

h1 {
    color: var(--main-color3);
    font-weight: 700;
}

h2 {
    color: var(--gray1);
    font-weight: 300;
}

h4 {
    color: var(--main-color3);
    margin: 0px;
}

h6 {
    font-weight: 600;
}


.st0 {
    fill: none;
}

.st1 {
    fill: #ED6F1B;
}

.st2 {
    fill: none;
    stroke: #ED6F1B;
    stroke-width: 7,38;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.st3 {
    fill: none;
    stroke: #0A8BAA;
    stroke-width: 7,38;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.st4 {
    fill: none;
    stroke: #ED6F1B;
    stroke-width: 7,36;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.imgLogoIndex {
    max-width: 300px;
    width: 100%;
}

.logo1 {
    height: 200px;
    width: 100%;
    max-width: 500px;
    object-fit: contain;
}

.boxLogin {
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.75);
    background-color: #ffffffb0;
}

.btn-primary {
    background-color: var(--main-color);
    border: none;
}

    .btn-primary:hover {
        background-color: var(--main-color2);
        border: none;
    }

.divsum {
    padding: 15px 0;
    background-color: #f3f3f3;
    color: var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    border-radius: 10px;
    width: 150px;
    position: relative;
}

.backWhite {
    background-color: #ffffffb0;
}

@media (min-width: 800px) {
    .backWhite {
        padding: 0 50px;
    }
}

.divsum:hover {
    background-color: var(--main-color);
    color: var(--white);
    transition-duration: .3s;
}

.divsum_container {
    position: relative;
}

    .divsum_container:hover .hide {
        display: flex;
    }

.imgDraw {
    width: 100%;
    height: 50vh;
}

.divsoc {
    background-color: var(--white);
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.codsum {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 900;
}

.address {
    font-size: 12px;
    padding: 0 15px 0px 15px;
    height: 35px;
    overflow: hidden;
}

.idsocio {
    font-size: 15px;
}

.opacity03 {
    opacity: 0.37;
}

.opacity05 {
    opacity: 0.5;
}

.size075 {
    font-size: 75%;
}

.shadow0 {
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.25);
}

.shadow1 {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

.primary1 {
    color: var(--main-color);
}

.primary2 {
    color: var(--primary1);
}

.btnLink {
    color: var(--primary1);
    height: 20px;
}

.deudaSoc {
    height: 1.8em;
    width: 1.8em;
    font-size: 1em;
    color: crimson;
}

    .deudaSoc:hover {
        align-items: center !important;
        background-color: var(--white);
        color: lightcoral;
        border-color: lightcoral;
    }

    .deudaSoc:focus {
        opacity: 0.6;
    }


.btn-coopOnline {
    border-color: var(--primary1) !important;
    background-color: white;
    border-color: var(--primary1);
    color: var(--primary1);
    transition: all linear .3s;
}

    .btn-coopOnline:hover {
        background-color: var(--primary1);
        border-color: var(--buttonLinks);
        color: var(--white);
    }

    .btn-coopOnline:focus, .btn-coopOnline:focus {
        color: #fff;
        background-color: var(--primary1);
        border-color: var(--primary1);
        box-shadow: 0 0 0 0.25rem var(--primary1_light);
        opacity: 0.6;
    }

    .btn-coopOnline:active, .btn-coopOnline.active, .show > .btn-coopOnline.dropdown-toggle {
        color: #fff;
        background-color: var(--primary1);
        border-color: var(--primary1);
        opacity: 0.6;
    }

        .btn-coopOnline:active:focus, .btn-coopOnline.active:focus, .show > .btn-coopOnline.dropdown-toggle:focus {
            border-color: var(--primary1);
            box-shadow: 0 0 0 0.25rem var(--primary1_light);
            opacity: 0.6;
        }

    .btn-coopOnline:disabled, .btn-coopOnline.disabled {
        color: #fff;
        background-color: var(--primary1);
        border-color: var(--primary1);
    }


.btnDownload {
    height: 35px;
    width: 35px;
    color: var(--primary1);
    border-radius: 20px;
    padding: 5px;
}

    .btnDownload:focus {
        box-shadow: none;
    }

@media (max-width: 800px) {
    .btnDownload {
        color: var(--primary1);
    }
}

.narrowCol {
    padding: 5px 10px !important;
}

.sumsocSelect {
    border: 1px solid var(--gray1);
    border-radius: 10px;
    padding: 2px 15px;
}

.latoFont {
    font-family: 'Lato', sans-serif;
    font-size: .875em;
}

.tdgrupo {
    background-color: #fde1d1 !important;
    color: black;
}

.tdItemGrupo {
    padding-left: 5% !important;
}

.table thead th {
    font-size: .75em;
    color: #666666;
}

.disabledRow td {
    padding-bottom: 0.1em !important;
    padding-top: 0.1em !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: calc(1.275rem + .15vw);
}

.tableRow td {
    padding-bottom: 0.1em !important;
    padding-top: 0.1em !important;
}

.td {
    vertical-align: middle;
}

.table-hover tbody tr:hover {
    cursor: pointer;
}

.hide {
    display: none;
}

.tableRow {
    transition-duration: .3s;
}

    .tableRow:hover .hide {
        display: inline-block;
    }

    .tableRow:hover .btnDownload {
        color: var(--primary1);
    }

a.btn.btnDownload:hover {
    background-color: var(--primary1);
    color: var(--white);
    fill: var(--white);
}

.disabledRow:hover {
    background-color: #ffffffb0 !important;
    cursor: default !important;
}

.table-selected {
    background-color: var(--primary1) !important;
    color: white;
}

    .table-selected .primary1, .table-selected .primary2, .table-selected .btnLink, .table-selected .btnDownload {
        color: white;
    }

    .table-selected:hover {
        opacity: 0.6 !important;
        color: white !important;
    }

        .table-selected:hover .primary1, .table-selected:hover .primary2, .table-selected:hover .btnLink {
            color: white;
            fill: white;
        }

.btnFloat {
    border-width: 2px;
    font-weight: 900;
    border-radius: 29px;
    padding: 10px 15px 10px 20px;
    font-weight: 300;
    position: fixed;
    bottom: 30px;
    right: 50px;
    font-size: 20px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    z-index: 100;
    display: flex;
    align-items: center;
}


.btnWpp {
    border: none;
    background-color: #1ebea5;
    color: white;
    border-radius: 0px 29px 29px 0px;
    padding: 10px 15px 10px 20px;
    font-weight: 300;
    position: fixed;
    bottom: 30px;
    left: 0px;
    font-size: 20px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    z-index: 100;
    display: flex;
    align-items: center;
}



    .btnWpp:hover {
        background-color: white;
        color: #1ebea5;
    }

@media (max-width: 800px) {
    #btnAddCuenta {
        border-radius: 25px 0 0 25px;
        right: 69px;
    }
}

#btnEditCuenta {
    display: none;
}

@media (max-width: 800px) {
    #btnEditCuenta {
        display: block;
        border-radius: 0 25px 25px 0;
        right: 20px;
        padding: 10px 15px 10px 12px;
    }
}

.notify-badge {
    position: absolute;
    top: -4px;
    right: -12px;
    text-align: center;
    line-height: 0;
    font-size: 1.5em;
    color: #CC0000;
    background-color: var(--white);
    border: 3px solid var(--white);
    border-radius: 25px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
    z-index: 20;
}

    .notify-badge:hover {
        background-color: red;
        color: var(--white);
        border-color: red;
    }

.deudaAcc {
    top: -3px;
    right: 118px;
    position: absolute;
    text-align: center;
    color: white;
    background-color: crimson;
    border-radius: 25px;
    z-index: 20;
}

.editAcc {
    height: 1.8em;
    width: 1.8em;
    display: none;
    justify-content: center !important;
    align-items: center !important;
    position: absolute;
    top: -4px;
    right: -12px;
    text-align: center;
    line-height: 0;
    font-size: 1em;
    color: white;
    background-color: var(--primary1);
    border-radius: 25px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
    z-index: 20;
    border: 3px solid var(--white) !important;
}

    .editAcc:hover {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        background-color: var(--white);
        color: var(--primary1);
        border-color: var(--primary1) !important;
    }

    .editAcc:focus {
        opacity: 0.6;
    }

.notificacion-badge {
    top: -20px;
    left: 10px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    justify-content: center;
    line-height: 0;
    font-size: 1em;
    padding-top: .5em;
    padding-left: 0;
    padding-right: 0;
    color: $white;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    height: 1.1em;
    width: 1.1em;
    border-radius: 100%;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
    z-index: 20;
}

.chkRow {
    display: none;
}

.nroFac {
    display: none;
}

.btn-link2 {
    color: var(--primary1);
    align-self: center;
}

@media (min-width: 768px) {
    .navbarMargin {
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .navbarMargin {
        margin-top: 15px;
        margin-bottom: 10px;
    }


    .Rtable--collapse {
        display: block;
    }

        .Rtable--collapse > .Rtable-cell {
            width: 100% !important;
        }

        .Rtable--collapse > .Rtable-cell--foot {
            margin-bottom: 1em;
        }
}

#txtFiltro {
    background-position: 10px 12px;
    /* Position the search icon */
    background-repeat: no-repeat;
    /* Do not repeat the icon image */
    width: 100%;
    /* Full-width */
    font-size: 16px;
    /* Increase font-size */
    padding: 12px 20px 12px 40px;
    /* Add some padding */
    border: 1px solid #ddd;
    /* Add a grey border */
    margin-bottom: 12px;
    /* Add some space below the input */
}

#ulCoops {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

    #ulCoops li a {
        background-color: var(--primary1_light);
        /* Grey background color */
        padding: 12px;
        /* Add some padding */
        text-decoration: none;
        /* Remove default text underline */
        font-size: 18px;
        /* Increase the font-size */
        color: #212121;
        /* Add a black text color */
        display: block;
        /* Make it into a block element to fill the whole list */
    }

        #ulCoops li a:hover:not(.header) {
            background-color: #eb8441;
            color: white;
            border-radius: 10px;
        }

    #ulCoops li {
        display: none;
        /* Make it into a block element to fill the whole list */
    }

#errorMsg div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#tote {
    display: flex;
    justify-content: space-around;
    background: var(--primary1);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    color: var(--white);
    z-index: 999;
    padding: 10px;
    align-items: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

#btnPagar {
    background-color: var(--white);
}

    #btnPagar:hover {
        background-color: var(--main-color3);
        color: var(--white);
    }

#hovered {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#navbarNavDropdown {
    display: flex;
    align-items: center;
    width: 100%;
}

@media (max-width: 768px) {
    #navbarNavDropdown {
        flex-direction: column;
    }
}

/* SPINNER */

.st0 {
    fill: none;
    opacity: 1;
}

.st1 {
    fill: #ED6F1B;
}

.st2 {
    fill: none;
    stroke: #ED6F1B;
    stroke-width: 7.38;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.st3 {
    fill: none;
    stroke: #0A8BAA;
    stroke-width: 7.38;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.st4 {
    fill: none;
    stroke: #ED6F1B;
    stroke-width: 7.36;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.center-div {
    width: 100%;
    height: 100%;
    background-color: #BEBEBE01;
    opacity: 1;
    position: absolute;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #BEBEBE01;
    filter: alpha(opacity=60);
    opacity: 1;
}

#contenedorCarga {
    display: flex;
    align-content: center;
    justify-content: center;
}


.lds-ring {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    animation: lds-ring 1s cubic-bezier(0.5, 0, 0.5, 1);
}

@media (max-width: 320px) {
    .lds-ring {
        left: -4em;
    }
}

@media (max-width: 375px) AND (min-width:321px) {
    .lds-ring {
        left: -2em;
    }
}

@media (max-width: 425px) AND (min-width:376px) {
    .lds-ring {
        left: -1em;
    }
}

#iconoCarga {
    box-sizing: border-box;
    object-fit: contain;
    display: block;
    position: relative;
    background-color: #BEBEBE01;
    opacity: 1;
    width: 25em;
    height: 20em;
    margin: 8px;
    animation: lds-ring 1.5s cubic-bezier(0.5, 0, 0.5, 1);
    border: 8px solid #028BAA;
    border-radius: 50%;
    border-color: transparent transparent transparent transparent;
}

#imagenCarga {
    object-fit: contain;
    width: 100%;
    background-color: #BEBEBE01;
    height: 100%;
}



@keyframes lds-ring {
    0% {
        opacity: 0.1;
        top: 10em;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

/*$primary-color: #3f51b5;*/
.navigation .inner-navigation {
    padding: 0;
    margin: 0;
}

    .navigation .inner-navigation li .menu-link {
        padding: 20px 18px;
        text-decoration: none;
    }

        .navigation .inner-navigation li .menu-link.menu-anchor {
            padding: 20px;
            margin: 0;
            background: #ff5252;
            color: #FFF;
        }

        .navigation .inner-navigation li .menu-link.has-notifications {
            background: #ff5252;
            color: #FFF;
        }

        .navigation .inner-navigation li .menu-link.circle {
            /*line-height: 3.8em;
                    padding: 14px 18px;
                    border-radius: 50%;*/
        }

            .navigation .inner-navigation li .menu-link.circle:hover {
                background: #ff5252;
                color: #FFF;
            }

        .navigation .inner-navigation li .menu-link.square:hover {
            background: #ff5252;
            color: #FFF;
            transition: background .5s, color .5s;
        }

.dropdown-container.expanded .dropdown {
    -webkit-animation: fadein .5s;
    -moz-animation: fadein .5s;
    -ms-animation: fadein .5s;
    -o-animation: fadein .5s;
    animation: fadein .5s;
    display: block;
}

.dropdown-container .dropdown {
    -webkit-animation: fadeout .5s;
    -moz-animation: fadeout .5s;
    -ms-animation: fadeout .5s;
    -o-animation: fadeout .5s;
    animation: fadeout .5s;
    display: none;
    position: absolute;
    width: 300px;
    height: auto;
    max-height: 600px;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    background: #eee;
    margin-top: 3px;
    margin-right: -15px;
    margin-top: 25px;
    border-top: 5px solid #ff5252;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.75);
}

    .dropdown-container .dropdown .notification-group {
        border-bottom: 1px solid #e3e3e3;
        overflow: hidden;
        min-height: 65px;
    }

        .dropdown-container .dropdown .notification-group:last-child {
            border-bottom: 0;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }

        .dropdown-container .dropdown .notification-group .notification-tab {
            padding: 0px 25px;
            min-height: 65px;
        }

            .dropdown-container .dropdown .notification-group .notification-tab:hover {
                cursor: pointer;
                background: var(--main-color);
            }

                .dropdown-container .dropdown .notification-group .notification-tab:hover .fa, .dropdown-container .dropdown .notification-group .notification-tab:hover h4, .dropdown-container .dropdown .notification-group .notification-tab:hover .label {
                    color: #FFF;
                    display: inline-block;
                }

                .dropdown-container .dropdown .notification-group .notification-tab:hover .label {
                    background: #ff5252;
                    border-color: #ff5252;
                }

        .dropdown-container .dropdown .notification-group .notification-list {
            padding: 0;
            overflow-y: auto;
            height: 0px;
            max-height: 250px;
            transition: height .5s;
        }

            .dropdown-container .dropdown .notification-group .notification-list .notification-list-item {
                padding: 5px 25px;
                border-bottom: 1px solid #e3e3e3;
            }

                .dropdown-container .dropdown .notification-group .notification-list .notification-list-item .message {
                    margin: 5px 5px 10px;
                }

                .dropdown-container .dropdown .notification-group .notification-list .notification-list-item .item-footer a {
                    color: var(--main-color);
                    text-decoration: none;
                }

                .dropdown-container .dropdown .notification-group .notification-list .notification-list-item .item-footer .date {
                    float: right;
                }

                .dropdown-container .dropdown .notification-group .notification-list .notification-list-item:nth-of-type(odd) {
                    background: #e3e3e3;
                }

                .dropdown-container .dropdown .notification-group .notification-list .notification-list-item:hover {
                    cursor: pointer;
                }

                .dropdown-container .dropdown .notification-group .notification-list .notification-list-item:last-child {
                    border-bottom: 0;
                    border-bottom-left-radius: 15px;
                    border-bottom-right-radius: 15px;
                }

        .dropdown-container .dropdown .notification-group.expanded .notification-tab {
            background: var(--main-color);
        }

            .dropdown-container .dropdown .notification-group.expanded .notification-tab .fa, .dropdown-container .dropdown .notification-group.expanded .notification-tab h4, .dropdown-container .dropdown .notification-group.expanded .notification-tab .label {
                color: #FFF;
                display: inline-block;
            }

            .dropdown-container .dropdown .notification-group.expanded .notification-tab .label {
                background: #ff5252;
                border-color: #ff5252;
            }

        .dropdown-container .dropdown .notification-group.expanded .notification-list {
            height: 250px;
            max-height: 250px;
            transition: height .5s;
        }

        .dropdown-container .dropdown .notification-group .fa, .dropdown-container .dropdown .notification-group h4, .dropdown-container .dropdown .notification-group .label {
            color: #333;
            display: inline-block;
        }

        .dropdown-container .dropdown .notification-group .fa {
            margin-right: 5px;
            margin-top: 25px;
        }

        .dropdown-container .dropdown .notification-group .label {
            float: right;
            margin-top: 20px;
            color: var(--main-color);
            border: 1px solid var(--main-color);
            padding: 0px 7px;
            border-radius: 15px;
        }

.right {
    float: right;
}

.left {
    float: left;
}

@media only screen and (max-width: 321px) {
    .dropdown-container .dropdown .notification-group .notification-tab h4 {
        display: none;
    }

    .dropdown-container .dropdown .notification-group .notification-tab:hover h4 {
        display: none;
    }

    .dropdown-container .dropdown .notification-group.expanded .notification-tab h4 {
        display: none;
    }
}

@media only screen and (max-width: 514px) {
    .dropdown-container .dropdown {
        width: 100%;
        margin: 0px;
        left: 0;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-ms-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/** Variables */
:root {
    --header-height: 4.5rem;
}

/** Global styles */
*,
*:before,
*:after {
    box-sizing: border-box;
}

/*html {
    background: #f3f3f3;
    color: #5b5b5b;
    font-family: Montserrat, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}*/
/*main {
    margin-top: var(--header-height);
}*/
/** Notification list */
.notification-list {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    margin: 0 1.25rem;
}

/** Notification */
.notification {
    align-items: center;
    background: #fff;
    border-bottom: thin solid #e7e7e7;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    padding: 1.25rem 2rem;
    position: relative;
}

.notification-content {
    flex-grow: 2;
}

.notification-title {
    font-size: 120%;
    font-weight: inherit;
    line-height: 1;
    margin: 0 0 .5rem;
}

.notification-meta {
    color: #939393;
    margin: 0;
}

.notification-time {
    font-size: 90%;
    font-weight: inherit;
    line-height: 1;
    margin: 0 0 .5rem;
    color: var(--main-color3);
}

.notification-alt {
    background: #f7f7f7;
}

.btn-load-more {
    bottom: 0;
    margin-bottom: 5px;
    align-content: center;
}

.notification-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #a4a7b2;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    width: 300px;
    position: fixed;
    left: 0px;
    bottom: 20px;
    transform: translateX(-300px);
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-family: "Raleway";
    box-shadow: #5a5f73;
}

.pop {
    transform: none;
}

.notification svg {
    fill: #fff;
    margin-right: 15px;
}

.fContainer {
    display: flex;
}

.navBarCoop {
    flex-direction: column;
}

#navsidebar {
    background: white;
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 768px) {
    #GraficoDeuda {
        display: none;
    }

    .fContainer {
        flex-wrap: wrap;
    }

    .navBarCoop {
        flex-direction: row;
    }

    #btnMenuBar {
        display: none;
    }

    #navsidebar {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

    .collapse:not(.show) {
        display: none !important;
    }
}

@media (max-width: 630px) {
    .fContainer {
        flex-wrap: wrap;
    }

    .navBarCoop {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    #btnMenuBar {
        display: block;
        width: 100%;
        background: var(--gray1);
        color: var(--white);
    }

    #navsidebar {
        width: 100%;
        background: #686868;
    }

        #navsidebar .nav-link {
            color: white;
        }
}

.divAreaTurno {
    width: 100%; /* que ocupe todo el ancho de la columna */
    min-height: 140px; /* altura mínima uniforme */
    display: flex; /* centrado con flexbox */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px; /* bordes redondeados */
    background-color: #f9f9f9; /* color de fondo */
    transition: transform 0.2s, box-shadow 0.2s;
}
    .divAreaTurno:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }
