:root {
	--bs-rgb-primary: 50, 100, 170;
	--bs-rgb-primary-contrast: 255, 255, 255;
	--bs-rgb-black: 0, 0, 0;

	--bs-rgb-secondary: 25, 74, 137;

    --bg-url: url() !important;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
}

.dropdown-toggle, .input-group-text, .form-control {
    min-height: 41px;
}

.apartado-solicitud {
    border-bottom: 2px solid black;
}

.input-general-icon {
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.botones-tabla {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.divider {
    border-top: 1px dotted;
}

.recibo-ejemplo {
    border: 1px solid black;
    display: flex;
    justify-self: center;
}

.modal-dialog {
    justify-self: center !important;
}

.component-recibos .tabs-container {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.component-recibos .nav-tabs {
    border-bottom: 3px solid rgba(var(--bs-rgb-black), 0.1) !important;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.component-recibos .nav-item {
    flex-shrink: 0;
}

.component-recibos .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2.5px;
    color: rgba(var(--bs-rgb-black), 0.5);
    transition: all 0.1s ease;
    padding: 0.8rem;
}

.component-recibos .nav-link:hover {
    border-bottom-color: rgba(var(--bs-rgb-primary), 0.5);
    color: rgba(var(--bs-rgb-primary), 0.5);
}

.component-recibos .nav-link.active {
    border-bottom-color: rgba(var(--bs-rgb-primary), 1);
    color: rgba(var(--bs-rgb-primary-contrast), 1);
    background-color: rgba(var(--bs-rgb-primary), 1);
}

.component-recibos .btn.dropdown-toggle .filter-option-inner-inner {
    color: light-dark(graytext, rgb(170, 170, 170)) !important;
}

.text-primary-color {
    color: rgba(var(--bs-rgb-primary), 1) !important;
}

.component-acceso-rapido .card-body h3 {
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
}

.component-pagos-online-enlaces-externos .card-body h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

.component-pagos-online-enlaces-externos .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: contain;
    padding: 1rem 0;
}

.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select .dropdown-menu.show {
    max-width: 100% !important;
    min-width: 100% !important;
    max-height: 40vh !important;
}

.bootstrap-select .dropdown-menu.inner {
    overflow-y: auto !important;
}

.bootstrap-select .dropdown-menu.inner li a span.text {
    display: block !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.col-acciones a {
    background: rgba(var(--bs-rgb-primary), 1) !important;
    color: rgba(var(--bs-rgb-primary-contrast), 1) !important;
    border-radius: 20%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 2px;
    font-size: 15px;
}

#buscador-recibos-pendientes,
 #buscador-recibos-domiciliados {
    padding: 0.8rem !important;
}

#recibos-pendientes .buscador i.bi.bi-search,
 #recibos-domiciliados .buscador i.bi.bi-search {
    padding: 0.5rem 0.8rem !important;
}

#recibos-pendientes .buscador,
 #recibos-domiciliados .buscador{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#recibos-pendientes .importe i,
 #recibos-domiciliados .importe i{
    font-size: 0.9rem !important;
}

@media (max-width: 576px) {

    .component-recibos .nav-tabs {
        border-bottom: 3px solid transparent !important;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .component-recibos .nav-item {
        flex: 1 0 auto;
    }

    .component-recibos .nav-link {
        border-bottom-color: rgba(var(--bs-rgb-black), 0.1);
    }

    .botones-detalle-recibo {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .botones-detalle-recibo .btn {
        display: block !important;
        width: 100% !important;
    }

    .botones-detalle-recibo .btn:first-child {
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        margin-left: auto !important;
        margin-bottom: 2px !important;
    }

    .botones-detalle-recibo .btn:last-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important;
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {

    .menu .menu-link {
        padding: 0.25rem 0.75rem;
        font-size: 0.9rem;
        text-wrap: auto;
    }

    .component-pagos-online-enlaces-externos .container-fluid {
        width: 70% !important;
    }
}

@media (min-width: 1200px) {

    .menu .menu-link {
        padding: 0.25rem 1.5rem;
        font-size: 1rem;
    }
}