.cursor-pointer{
    cursor: pointer;
}

#sidebar{
    z-index: 99999;
}
#sidebar ul li.divider a{
    display: none!important;
}

/* #contentNav{
    height: 64px;
} */
#contentNav img{
    height: 44px;
}

footer h5{
    font-size: 1.8rem!important;
}
footer .contentCopyRight{
    font-size: .9rem!important;
}


.mainIcons{
    color: #666;
}


#contentMenuPanel a{
    color: #666;
    text-decoration: none;
}

#contentMenuPanel h2 .icon{
    font-size: 4rem;
}

body{
    background-color: #f8f9fa; /* bg-light -> Bootstrap */
    font-family: Roboto, "Roboto Serif", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "GRAD" 0;
}
main{
    min-height: 68vh;
}
table{
    margin-bottom: 0px!important;
}


.optionItem{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none!important;
    transition: transform .4s;
}
.optionItem:not(.disabled):hover {
    transform: scale(1.08);
}
.optionItem .iconItemIndex{
    font-size: 3rem;
}
.optionItem .tituloIndex{
    margin: 0px;
}
.optionItem .isubtitle{
    margin: 0px;
    font-size: .8rem;
}
.optionItem .imgItemIndex{
    height: 70px;
}
.optionItem .card.card-body{
    border-radius: 1rem;
    height: 150px;
    /* border: 1px solid #114575; */
}

a.disabled {
    pointer-events: none;
    color: #6c757d!important;
}

@media screen and (max-width: 565px) {
    .mainIcons .isubtitle{
        display: none;
    }
    
    .optionItem{
        padding: .5rem 0px;
    }
    .optionItem .card.card-body{
        /* height: auto; */
        height: 140px;
    }

    #main-container__contentItemsMenu{
        justify-content: space-evenly!important;
    }
}
@media screen and (min-width: 565px) {
    #contentNav{
        height: 60px!important;
    }
    
    #contentNav .navbar-brand{
        position: relative;
    }
    #contentNav .navbar-brand img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 80px;
        margin-top: 10px;
        z-index: 99;
        border-radius: 5px;
    }
}



/* ---------------- */
/*      LOGIN       */
/* ---------------- */
#login_contentLogoEmpresa{
    height: 4rem; 
    width: 100%;
    position: relative;
    margin-bottom: 4rem;
}

#login_contentLogoEmpresa img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px auto;
    min-height: 50px;
    max-height: 150px;
    height: 150px;
    height: auto;
    width: auto;
    z-index: 999;
}
@media screen and (min-width: 565px) {
    #login_contentLogoEmpresa img {
        max-height: 100px;
    }
}
@media screen and (max-width: 565px) {
    #login_contentLogoEmpresa .contentPoweredClever {
        display: none!important;
    }
    #login_contentLogoEmpresa img {
        max-height: 120px;
    }
}

/* Quita la flechita que apunta abajo del dropdown */
.dropdownSinFlecha::after, 
.dropdownSinFlecha::before {
  display: none!important;
}



/* Estilso Main (excluyendo login e index) */
main:not(.web-index):not(#login_content){
    padding: 2rem 0px;
    min-height: 70vh;
}

.rem-09{
    font-size: .9rem;
}
.rem-08{
    font-size: .8rem;
}



/* -------------------------- */
/*          SIDEBAR           */
/* -------------------------- */

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
    }
}

.sidebar-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
}
.sidebar-wrapper * {
    color: #343a40; /* color-dark -> bootstrap */
    font-size: 1rem;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    height: 100%;
    overflow-y: hidden;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    /* height: 30px; */
    bottom: 0;
    left: 0;
}

.sidebar-wrapper .sidebar-brand > a {
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
cursor: pointer;
font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
    margin-bottom: 50px;
    height: calc(100% - 40px);
    overflow-y: auto;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 1.1rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
    color: gray; /* color-dark -> bootstrap */
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}

.page-wrapper .page-content > div {
    padding: 20px 40px;
}

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #525965;
}
::-webkit-scrollbar-thumb:active {
    background: #525965;
}
::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: transparent;
}
::-webkit-scrollbar-track:active {
    background: transparent;
}
::-webkit-scrollbar-corner {
    background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    /* background: #f8f9fa; */
    background: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: gray;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i, 
.sidebar-dropdown.active a span{
    color: gray;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: gray;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

/* -------------------------- */
/*        END SIDEBAR         */
/* -------------------------- */

/*  Tablet & PC  */
@media screen and (min-width: 565px) {
    /* Club Italiano */
    .login_contentLogoEmpresa-clubitaliano img {
        padding: 0 10px;
        border-radius: 10px;
    }
    .empresa-clubitaliano .web-index{
        padding-top: 2.5rem!important;
    }
    .empresa-clubitaliano #contentNav .navbar-brand img{
        top: 10px;
        height: 90px;
        padding: 0px 10px;
    }

    /* Club de amigos */
    .empresa-clubdeamigos #contentNav .navbar-brand img {
        top: 10px;
        height: 90px;
    }

    /* Macabi */
    .login_contentLogoEmpresa-clubmacabi img {
        height: 60px!important;
    }
    .empresa-clubmacabi #contentNav .navbar-brand img {
        top: -5px;
        height: 70px;
    }

    /* Club Ciudad de Buenos Aires */
    .login_contentLogoEmpresa-clubciudadbsas img{
        margin-top: 10px!important;
        height: 80px!important;
    }

    /* Club Villa Ballesteros */
    .login_contentLogoEmpresa-clubvillaballester img{
        margin-top: 10px!important;
    }
    
    /* Oss */
    .login_contentLogoEmpresa-oss img {
        height: 70px!important;
    }
    .empresa-oss #contentNav .navbar-brand img{
        top: -3px;
    }

}

/* --- Paginador --- */
.c-paginado {
    display: flex;              /* centrar */
    justify-content: center;    /* centro horizontal */
    align-items: center;
    flex-wrap: wrap;            
    gap: .25rem;                /* separación entre botones */
    margin: 0 auto;             /* asegura centrado */
    float: none !important;     /* evita que flote a la izquierda */
    padding-left: 0;            /* quita margen del ul */
}

.c-paginado li {
    list-style: none;
}

.c-paginado li.active a {
    background-color: #0063a8 !important;
    color: white !important;
}
.c-paginado li.disabled a,
.c-paginado li.disabled span {
    color: #bdbdbd !important; /* Gris para botones deshabilitados */
    pointer-events: none; /* Asegura que no haya interacción con el ratón */
    cursor: default; /* Cambia el cursor para indicar que no es clicable */
}
.c-paginado li a {
    color: #424242; /* Color de texto para enlaces de paginación no activos */
}