@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --color-1: #ee3d42;
    --color-2: #3fa9f5;
    --color-3: #fbb03b;
    --color-azul-light: #d9eef9;
    --color-azul: #0090D7;
    --color-azul-dark: #0d448a;
    --color-gray: #666666;
    --color-gray-dark: #4d4d4d;
    --color-aseo: #a58fc5;
    --color-azul-dark2: #1a5892;
    --color-azul-dark3: #0c3392;
}

/* Base */
body {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: var(--color-gray-dark);
    overflow-x: hidden;
    background: #fff;
}

body.dash {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: var(--color-gray-dark);
    overflow-x: hidden;
    background: linear-gradient(to right, #f8f8f8 20%, #ffffff 20%);
}

.label-welcolme {
    font-size: 1.2rem;
    font-weight: 200;
    display: block;
}

.name-sidebar {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
}

.c_azuldark {
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #4d4d4d;
    font-weight: 600;
}

label,
.label {
    color: #333333;
    font-size: 0.8rem;
    font-weight: 700;
}

h3 {
    font-size: 1rem;
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0px;
}

.h-center {
    align-items: anchor-center;
}

/* Helpers */
a {
    text-decoration: none;
}

.h-full {
    height: 100vh;
}

.block {
    display: block;
}

.justify {
    text-align: justify;
}

.v-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aling-v-center {
    align-content: center;
}

.text-small {
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
}

.content-app {
    padding: 30px;
}

/* Spacing */
.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-l-30 {
    padding-left: 30px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.p30 {
    padding: 30px;
}

/* Backgrounds */
.b-azul {
    background-color: var(--color-azul);
}

.imagen-back {
    background-color: #0d448a;
    background-image: url("../assets/images/back1.jpg");
    background-size: cover;
    background-position: center;
}

/* Navbar */
.navbar.b-azul {
    background-color: var(--color-azul) !important;
    color: white;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 1031;
    padding: 15px 0px;
}

.navbar.b-azul .navbar-brand,
.navbar.b-azul .nav-link {
    color: white;
    font-weight: 500;
}

.navbar.b-azul .navbar-brand {
    font-weight: 600;
}

.navbar.b-azul .nav-link:hover {
    color: white;
}

a.navbar-brand {
    width: 235px;
}

/* Buttons */
.btn-primary,
.btn-info {
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
}

.btn-salir {
    background: none;
    color: white;
}

.btn-primary {
    background-color: var(--color-azul);
}

.btn-servicio1 {
    background: var(--color-azul-light);
    border: none;
    transition: background 0.6s ease-in-out;
    font-weight: 500;
    font-size: 0.9rem;
}

.btn-servicio1:hover {
    background: linear-gradient(180deg, rgb(192, 228, 253) 0%, rgb(176, 219, 247) 100%);
}


.btn-primary:hover {
    background-color: var(--color-azul-dark);
}

.btn-info {
    background-color: var(--color-azul-dark3);
}

.btn-info:hover {
    background-color: var(--color-azul);
    color: #fff;
}

button.btn.btn-secondary {
    font-weight: 600;
    padding: 10px 20px;
    border: 0px;
}

.btn-actualizar {
    background: #048165;
    color: #fff;
}

.btn-excluir {
    background: #e13670;
    color: #fff;
}

.btn-actualizar:hover,
.btn-excluir:hover {
    color: #fff;
}

.btn.btn-pse {
    background: #48c0e3;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
}

.inline-btn {
    display: inline-block;
}

.inline-btn.icon img {
    position: relative;
    left: 22px;
}

/* Cards */
.card2,
.card3 {
    box-shadow: 0px 0px 5px #bbbaba;
    border: none;
}

.card2 {
    padding: 32px 0px;
    margin-bottom: 25px;
    height: 229px;
    justify-content: center;
}

.card2 .card-body {
    flex: none;
    justify-items: center;
    text-align: center;
}

.card3 {
    padding: 0px;
}

.card3 .card-title {
    padding: 20px 15px 0;
    text-decoration: auto;
}

.card-7 {
    background-color: var(--color-azul-light);
    border: none;
}

h2.card-title {
    color: #42505f;
}

.card-header {
    background-color: #d9eef9;
    border: none;
    font-weight: 600;
}

.card.color1 {
    background: #f8f8f8;
}

.card.color-dark {
    background: #12416d;
    color: #fff;
}

.card.color-dark-2 {
    background: var(--color-azul-dark2);
    color: #fff;
}

.card.color-dark-2 .label,
.detF.color-dark .label {
    font-weight: 600;
    color: #fff;
}

.c-center {
    align-items: anchor-center;
}

/* Interna */
.interna {
    margin-top: 15.5px;
}

.interna h1 {
    font-size: 1.5rem;
}

.interna h2 {
    font-size: 1.3rem;
}

.interna strong {
    color: #12416d !important;
}

/* Detail Styles */
.detF .label {
    font-weight: 600;
    color: #333333;
    line-height: 18px;
    padding-bottom: 8px;
    font-size: 0.9rem;
}

.detF .estado {
    border-radius: 5px;
    padding: 8px 11px;
    font-weight: 600;
    display: block;
}

.detF .pagada {
    background: #cce2b9;
}

.detF .medio {
    background: #ffecb8;
}

.detF .corte {
    background: #f7b7a5;
}

.detF .value {
    background: #12416d;
    display: inline-block;
    padding: 5px 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

.value.big {
    font-size: 1.3rem;
}

.for_aseo {
    background: #e4d4e9 !important;
}

.card.detF.color-dark {
    padding: 11px 0px;
}

.detF .number-caja-f.value {

    font-size: 1.3rem;
}

.detF .icon_s img {
    width: 80px;
}

.detF .icon_big img {
    width: 140px;
}

/* Badges */
.badge {
    padding: 8px;
}

span.badge.span-data {
    background: #028165;
}

span.badge.span-info {
    background: var(--color-azul-dark);
}

span.badge.span-error {
    background: #fe6767;
}



#v_estado.badge {
    background: #028165;
}

span.badge.suspendido {
    background: #7d7171;
}

span.badge.span-data {
    background: #028165;
}

span.badge.span-info {
    background: var(--color-azul-dark);
}

span.badge.span-error {
    background: #fe6767;
}

span.badge.pagada {
    background: #028165;
}

span.badge.pendiente {
    background: #fe6767;
}

#v_estado.badge.pendiente {
    background: #fe6767;
}

span.badge.SINPAGO {
    background: #fe6767;
}

span.badge.PAGADO {
    background: #028165;
}

/* Charts */
.chart-container {
    width: 500px;
    height: 300px;
}

echarts.chart-container {
    text-align: -webkit-center;
}

.content.interna.iframe {
    height: calc(100vh - 90.5px);
    padding: 0px;
}

.content.interna.iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.content.interna.iframe #miIframe {
    border: none;
    width: 100%;
    height: calc(100vh - 90px);
}

/* Sidebar */
.sidebar {
    height: 100vh;
    /* o 100vh si quieres */
    background: #f8f8f8;
    transition: width 0.3s;
    overflow-x: hidden;
}

.header-sidebar {
    margin: 70px 0px;
    padding-left: 24px;
}

.sidebar.expanded {
    width: 100%;
}

.sidebar.collapsed {
    width: 100%;
}

.sidebar .menu-item {
    color: #333333;
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px;
}

.sidebar .menu-item:hover {
    background: #f1f1f1;
}

.sidebar .menu-item i {
    font-size: 1.2rem;
    width: 30px;
    text-align: center;
}

.sidebar .menu-item span {
    transition: opacity 0.3s;
}

.sidebar.collapsed .menu-item span {
    opacity: 0;
    visibility: hidden;
}

.sidebar-footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.ic_sidebar {
    background-image: url('../assets/images/ic_sidebar.png');
    display: inline-block;
    width: 38px;
    height: 38px;
}

.ic_sidebar.ic1 {
    background-position: 0px 0px;
}

.ic_sidebar.ic2 {
    background-position: -38px 0px;
}

.ic_sidebar.ic3 {
    background-position: -76px 0px;
}

.ic_sidebar.ic4 {
    background-position: -114px 0px;
}

.ic_dash {
    display: inline-block;
    background-image: url('../assets/images/ic_gestioncuenta.png');
    width: 38px;
    height: 38px;
}

.ic_dash.dos {
    display: inline-block;
    width: 38px;
    height: 38px;
}

.ic_dash.tres {
    display: inline-block;
    width: 57px;
    height: 57px;
}

.ic_dash.ic1 {
    background-position: 0px 0px;
}

.ic_dash.ic2 {
    background-position: -38px 0px;
}

.ic_dash.ic3 {
    background-position: -71px 0px;
}

.ic_dash.ic4 {
    background-position: -146px 0px;
}

.ic_dash.ic5 {
    background-position: -3px -53px;
}

.ic_dash.ic6 {
    background-position: -54px -53px;
}

.ic_dash.ic7 {
    background-position: -100px -53px;
}


.ic_dash.ic8 {
    background-position: -9px -107px;
}

.ic_dash.ic9 {
    background-position: 0px -170px;
}

.ic_dash.ic10 {
    background-position: -36px -170px;
}

.ic_dash.ic11 {
    background-position: -72px -170px;
}

.ic_dash.ic12 {
    background-position: -110px -170px;
}

.ic_dash.ic13 {
    background-position: -143px -170px;
}

.ic_dash.ic14 {
    background-position: 0px 0px;
}

.ic_dash.ic15 {
    background-position: -9px -107px;
}

.serv .value {
    background: none;
    display: inline-block;
    color: inherit;
    padding: 0px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 0.9rem;
}

.serv .label {
    font-weight: 600;
    color: #333333;
    line-height: 12px;
    padding-bottom: 0px;
    font-size: 0.7rem;
}

.menu-toggle {
    background-color: #212529;
    color: white;
    width: 100%;
    border: none;
    padding: 0.5rem;
    text-align: center;
}

.content {

    padding: 2rem;
    transition: margin-left 0.3s;
}

.content.collapsed {
    margin-left: 70px;
}

.tablesmall {
    font-size: 14px;
}

.plus {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/*pse*/
.table th {
    text-align: -webkit-match-parent;
    vertical-align: middle;
}

.pse {
    padding-top: 50px;
    padding-bottom: 0px;
    background: #f8f8f8;
}

.degrade2 {
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 41%, rgb(229 236 247) 100%);
}

.pse.dark {
    background: #1361c5;
    background: linear-gradient(180deg, rgba(19, 97, 197, 1) 0%, rgb(12 50 161) 100%);
    color: #fff;
    padding-bottom: 0px;
}

.pse.style2 {
    background: #f8f8f8;
    padding-top: 10px;
    padding-bottom: 50px;
}

.pse.dark h1 {
    color: #65eaf7;
    font-size: 32px;
}

.pse.dark h2 {
    color: #65eaf7;
}

.pasos {
    color: #fff;
}

.pasos li {
    padding: 10px 0px;
}

.label_b {
    display: block;
    font-weight: 700;
    color: #1361c5;
}

.pse.dark .label_b {
    display: block;
    font-weight: 700;
    color: #65eaf7;
}

.breadcrumb {
    font-size: 0.9rem;
}

.pse.dark .breadcrumb-item+.breadcrumb-item::before {
    color: rgb(255 255 255 / 75%);
}

.pse.dark .breadcrumb li {
    color: #fff;
}

.pse.dark .breadcrumb a {
    color: #65eaf7;
}

.justify-center {
    align-content: center;
}

#datosfactura {
    padding: 20px 90px;
}

span.money,
span.right {
    text-align: right;
    display: block;
    font-weight: 600;
}

span.estado2 {
    font-weight: 600;
    background: #3ba8b4;
    color: #fff;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.selc_pagar {
    width: 200px;
    background: #1361c5;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 5px;
    position: absolute;
    right: 0px;
}

.card.card_pago_cta_contrato {
    border: none;
    box-shadow: 0px 0px 9px #dadada;
    padding: 10px;
    margin-bottom: 15px;
}

.formpse {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #bbbaba;
    border: none;
    margin-top: 20px;
}

.div_total {
    font-weight: 600;
    color: #1361c5;
    padding-bottom: 10px;
}

#myTab .nav-link {
    font-weight: 500;
}

.checkbox-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.checkbox-container input {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 4px;
    position: relative;
    margin-right: 8px;
    background-color: white;
    transition: background-color 0.2s ease;
}

.checkbox-container input:checked+.checkmark {
    background-color: #007bff;
}

.checkbox-container input:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* radio */
.radio-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.radio-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 1rem;
    width: 230px;
    transition: all 0.3s ease;
}

.radio-option input[type="radio"] {
    display: none;
}

.radio-option img {
    width: 60px;
    height: auto;
    margin-bottom: 0.5rem;
}

.radio-option.selected {
    border-color: #007bff;
    background-color: #e6f0ff;
}

.image-checkbox-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.image-checkbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s;
    width: 120px;
}

.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox img {
    width: 60px;
    height: auto;
}

.image-checkbox.selected {
    border-color: #007bff;
    background-color: #e6f0ff;
}

#userInvoices {
    height: 80vh;
}



/* Resaltar el cuadro del checkbox */
.form-check-input {
    width: 20px;
    /* tamaño más grande */
    height: 20px;
    border: 2px solid var(--color-azul-dark);
    /* borde amarillo */
    border-radius: 4px;
    /* esquinas ligeramente redondeadas */
    accent-color: var(--color-azul-dark);
    /* color del check al marcarlo */
}

/* Opcional: efecto al pasar el mouse sobre el checkbox */
.form-check-input:hover {
    border-color: #ffaa00;
}

/* Pisar primefaces*/

.select-custom,
.input-text {
    width: 100% !important;
    border-radius: 5px !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-family: "Montserrat", sans-serif;
}

input[type="text"],
input[type="password"] {
    width: 100% !important;
    font-size: 14px !important;
    min-width: 100%;
    min-height: 40px;

}

#datosForm .banner {
    background: none !important;
    border: none !important;
    text-align: left !important;
    margin: 10px 0px;
}

#datosForm .banner h1 {
    background: none;
    border: none;
    text-align: left !important;
}

.btn.button-look {
    border-radius: 10px !important;
    background: #9298a1 !important;
    padding: 10px 30px !important;
}

.btn.button-submit {
    background: #3059a6;
    color: #FFFFFF;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    padding: 10px 10px !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255 / 86%) !important;
}

.item-movil {
    align-items: anchor-center;
    color: #333333;
    font-weight: 400;
    display: flex !important;
}

.ui-widget-overlay {
    background: #292929 !important;
    opacity: .80;
    filter: Alpha(Opacity=80);
}

div#acuafondorana {
    box-shadow: none !important;
    border: none !important;
}

#acuafondorana .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0px;
    background: 0;
    overflow: auto;
    zoom: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .sidebar {
        display: none;
    }

    .content {
        margin-left: 0;
    }

    body.dash {
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: var(--color-gray-dark);
        overflow-x: hidden;
        background: #fff;
    }

    .detF .col {
        flex: auto;
        margin-bottom: 7px;
    }
}