/* ========= Sidebar ========= */
/* ========= */
/* ========= */

.menu-link > * {
    margin-left: 0 !important;
}

/* ========= Sidebar ========= */
/* ========= */
/* ========= */

/* ========= Solicitudes ========= */
/* ========= */
/* ========= */
#tabla.row > .table{
    height: 100%;
    overflow: auto;
}

#tabla.row > .table ~ nav{
    width: 100%;
}

#tabla.row > .table ~ nav > .pagination{
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
  gap: .2rem;
}

/* ========= Solicitudes ========= */
/* ========= */
/* ========= */

.detalle-clientes .flexbox.flex-justified li{
    min-width: 90px;
    /* border-right: 2px solid rgb(0 0 0 / 10%);
    border-bottom: 2px solid rgb(0 0 0 / 10%); */
    box-shadow: 2px 2px 1px 0px rgb(0 0 0 / 10%);
    margin-bottom: .6rem;
}

@media screen and (max-width: 1024px) {
    .menu-link .title{
        margin-left: 8px !important;
    }

    #collapseFive .swipper-buttons-rwd{
        position: relative;
        display: flex;
        justify-content: end;
        height: 50px;
        gap: .5rem;
    }

    #collapseFive .swipper-buttons-rwd .swiper-button-next, 
    #collapseFive .swipper-buttons-rwd .swiper-button-prev{
        position: relative;
    left: inherit;
    right: inherit;
    display: block;
    border-radius:
5px;
    height: 50px !important;
    margin-top: 0;
    top: 0;
    }

    #collapseFive .swipper-buttons-rwd .swiper-button-next::before, 
    #collapseFive .swipper-buttons-rwd .swiper-button-prev::before{
        line-height: 52px;
    }

    /* ========= Paginador ========= */
    /* ========= */
    /* ========= */

    .tabulator .tabulator-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .tabulator .tabulator-footer .tabulator-paginator{
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: end;
        width: 100%;
        margin-right: .1rem;
    }

    .tabulator .tabulator-footer .tabulator-paginator label{
        margin-bottom: 0;
    }

    .tabulator .tabulator-footer .tabulator-paginator label h5{
        margin-bottom: 0;
    }

    .tabulator .tabulator-footer .tabulator-pages:has(.tabulator-page:nth-of-type(2)) .tabulator-page:last-child{
        border-right: 1px solid rgba(0,0,0,.12) !important;
    }

    /* ========= */
    /* ========= */
    /* ========= Paginador ========= */
}

@media screen and (max-width: 767px){

    .flexbox.flexbox-rwd{
        flex-wrap: wrap;
        justify-content: center;
        gap: .5rem;
    }

    .flexbox.flexbox-rwd .float-rigth,
    .flexbox.flexbox-rwd .right{
        margin-left: auto;
    }

    .flexbox.flexbox-rwd .left{
        width: 100%;
    }

    .main-container .header .header-info{
        display: block;
    }

    /* ========= Paginador ========= */
    /* ========= */
    /* ========= */

    .tabulator .tabulator-footer .tabulator-paginator{
        justify-content: center;
        margin-left: 1.8rem;
        margin-right: 1.8rem;
        /* margin-left: clamp(1.8rem,20vw, 10rem);
        margin-right: clamp(1.8rem,20vw, 10rem); */
    }

    .tabulator .tabulator-footer .tabulator-page-size{
        margin-right: auto !important;
    }

    .tabulator .tabulator-footer .tabulator-paginator label{
        margin-bottom: 0;
        margin-left: auto;
    }
    .tabulator .tabulator-footer .tabulator-page[title="Primer página"]{
        margin-left: auto !important;
    }

    .tabulator .tabulator-footer .tabulator-page[title="Página anterior"]{
        margin-right: auto;
    }

    .tabulator .tabulator-footer .tabulator-page[role="button"]:first-child{
        margin-left: auto;
    }

    .tabulator .tabulator-footer .tabulator-page[title="Página anterior"]{
        border-right: 1px solid rgba(0,0,0,.12) !important;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .tabulator .tabulator-footer .tabulator-page[title="Página siguiente"]{
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        margin-left: auto;
    }

    .tabulator .tabulator-footer .tabulator-page[title="Última página"]{
        margin-right: auto;
    }

    .tabulator .tabulator-footer .tabulator-page[aria-label="Show"]:last-child{
        margin-right: auto;
    }

    .tabulator .tabulator-footer .tabulator-pages:has(.tabulator-page:only-of-type) .tabulator-page{ 
        border-right: 1px solid rgba(0,0,0,.12) !important;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        margin-right: auto !important;
    }

    .tabulator .tabulator-footer .tabulator-pages:has(.tabulator-page:nth-of-type(2)) .tabulator-page:first-child{
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }

    .tabulator .tabulator-footer .tabulator-pages:has(.tabulator-page:nth-of-type(2)) .tabulator-page:last-child{
        border-right: 1px solid rgba(0,0,0,.12) !important;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
        margin-right: auto !important;
    }
    
    .tabulator-pages{
       width: 100%;
       display: flex;
    }

    /* ========= */
    /* ========= */
    /* ========= Paginador ========= */
}

