/*MENU*/

header{
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999;

    padding: 16px 32px 16px
}

.option-selected{
    font-weight: 500 !important;
    color: #0010f7 !important;
}

.nav-item{
    font-weight: 400 !important;
}

.logo_menu{
    min-width: 130px;
}

.only-mobile-tablet{
    display: none;
}

@media only screen and (min-width: 0px) and (max-width: 767px){
    .only-mobile-tablet{
        display: block;
    }

    #navbarNav{
        position: relative;
        width: 100vw;

    }

    #navbarNav .navbar-nav{
        position: fixed;
        background-color: #F7FAFC;
        width: 100vw;
        text-align: center;
        left: 0;
    }

    .shadow-bottom {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    }

    .nav-item{
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 18px;
    }

    .logo_menu{
        width: 180px;
        margin-left: 20px;
    }

    .logo_market{
        margin-top: 10px;
    }
}

.hp-main-layout-content{
    margin-top: 140px;
}

.logo_market{
    max-width: 240px;
    margin: auto;
}

.circle{
    background-color: #BF28D0 !important;
}

.dashboard-option .card-body{
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-option:hover .card{
    background-color: #DFE6E9;
}

.card-blocked{
    background-color: #c0c2c466 !important;
}

.card-blocked i{
    color: #2d3436 !important;
}

.text-info-card{
    font-size: 12px;
    color: #2d3436 !important;
}

.text-info-blocked{
    font-size: 10px;
    color: #2d3436 !important;
    margin-top: 2px;
}

/*TABLAS*/

/* Estilos para la paginación */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.pagination > .flex {
    display: flex;
    align-items: center;
}

.pagination > .flex > * {
    margin-left: 0.5rem;
}

.pagination > .flex > *:first-child {
    margin-left: 0;
}

.pagination .active {
    font-weight: 600;
}

.pagination .disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* Estilos para los botones de navegación */
.pagination .previous,
.pagination .next {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    color: #4a5568;
    border: 1px solid #e2e8f0;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

.pagination .previous:hover,
.pagination .next:hover {
    background-color: #f7fafc;
}

/* Estilos para los números de página */
.pagination a {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    color: #4a5568;
    border: 1px solid #e2e8f0;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: #f7fafc;
}

/* Estilos para la información de resultados */
.pagination .results {
    font-size: 0.875rem;
    color: #4a5568;
    margin-right: 1rem;
}
