/* /Components/Files/ImageUploader.razor.rz.scp.css */
.upload-gallery[b-k1cwll4l2b] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.upload-item[b-k1cwll4l2b] {
    position: relative;
    width: 130px;
    height: 130px;
    border: 2px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, background-color 0.3s;
    cursor: pointer;
}

    .upload-item:hover[b-k1cwll4l2b] {
        border-color: #4a90e2;
        background-color: #eef6ff;
    }

.upload-image[b-k1cwll4l2b] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-remove[b-k1cwll4l2b] {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    background-color: #ff4d4f;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.upload-item:hover .upload-remove[b-k1cwll4l2b] {
    opacity: 1;
}

.upload-add[b-k1cwll4l2b] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    color: #999;
}

    .upload-add:hover[b-k1cwll4l2b] {
        background-color: #eef6ff;
        border-color: #4a90e2;
    }
/* /Layout/ActionLayout.razor.rz.scp.css */
body[b-m3pzi8ts5s] {
    background-color: #ecf9f4 !important;
}

.cursor-handle[b-m3pzi8ts5s] {
    cursor: pointer;
}

.opt-selected[b-m3pzi8ts5s] {
    background-color: var(--clr-scl-4);
    cursor: pointer;
}

.btn-closle-layout[b-m3pzi8ts5s] {
    padding: 0.8rem;
    background-color: var(--clr-scl-6);
    border: none;
    font-weight: var(--fw-medium);
    font-size: 1.3rem;
}

    .btn-closle-layout:hover[b-m3pzi8ts5s] {
        background-color: var(--clr-scl-5);
        color: var(--clr-scl-2);
        font-weight: var(--fw-medium);
        font-size: 1.3rem;
    }

.aql-apli-login[b-m3pzi8ts5s] {
    background-color: var(--clr-scl-3);
    color: #ffffffd0;
    padding: .7rem;
    border-radius: .5rem;
    cursor: pointer;
}

.aql-login-box div p[b-m3pzi8ts5s] {
    margin: 0;
}
/* /Layout/HeaderLayout.razor.rz.scp.css */
body[b-wqhk4lr86h] {
    background-color: #ecf9f4 !important;
}

.cursor-handle[b-wqhk4lr86h] {
    cursor: pointer;
}

.opt-selected[b-wqhk4lr86h] {
    background-color: var(--clr-scl-4);
    cursor: pointer;
}
.btn-closle-layout[b-wqhk4lr86h] {
    padding: 0.8rem;
    background-color: var(--clr-scl-6);
    border: none;
    font-weight: var(--fw-medium);
    font-size: 1.3rem;
}
    .btn-closle-layout:hover[b-wqhk4lr86h] {
        background-color: var(--clr-scl-5);
        color: var(--clr-scl-2);
        font-weight: var(--fw-medium);
        font-size: 1.3rem;
    }

.aql-apli-login[b-wqhk4lr86h] {
    background-color: var(--clr-scl-3);
    color: #ffffffd0;
    padding: .7rem;
    border-radius: .5rem;
    cursor: pointer;
}
.aql-login-box div p[b-wqhk4lr86h] {
    margin: 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-o2ot0oh0i6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o2ot0oh0i6] {
    flex: 1;
}

.sidebar[b-o2ot0oh0i6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-o2ot0oh0i6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o2ot0oh0i6]  a, .top-row[b-o2ot0oh0i6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-o2ot0oh0i6]  a:hover, .top-row[b-o2ot0oh0i6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-o2ot0oh0i6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-o2ot0oh0i6] {
        justify-content: space-between;
    }

    .top-row[b-o2ot0oh0i6]  a, .top-row[b-o2ot0oh0i6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o2ot0oh0i6] {
        flex-direction: row;
    }

    .sidebar[b-o2ot0oh0i6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o2ot0oh0i6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-o2ot0oh0i6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-o2ot0oh0i6], article[b-o2ot0oh0i6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1fjsldwb63] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1fjsldwb63] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1fjsldwb63] {
    font-size: 1.1rem;
}

.bi[b-1fjsldwb63] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-1fjsldwb63] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-1fjsldwb63] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-1fjsldwb63] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-1fjsldwb63] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1fjsldwb63] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1fjsldwb63] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1fjsldwb63]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-1fjsldwb63]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-1fjsldwb63]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1fjsldwb63] {
        display: none;
    }

    .collapse[b-1fjsldwb63] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-1fjsldwb63] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/TanclasLayout.razor.rz.scp.css */
body[b-rb4hdb6k6w] {
    background-color: #ecf9f4 !important;
}

tanclas-layout-menu[b-rb4hdb6k6w] {
    display: flex;
    justify-content: space-around;
}

.cursor-handle[b-rb4hdb6k6w] {
    cursor: pointer;
}

.opt-selected[b-rb4hdb6k6w] {
    background-color: var(--clr-scl-4);
    cursor: pointer;
}
.btn-closle-layout[b-rb4hdb6k6w] {
    padding: 0.8rem;
    background-color: var(--clr-scl-6);
    border: none;
    font-weight: var(--fw-medium);
    font-size:1.3rem;
}
    .btn-closle-layout:hover[b-rb4hdb6k6w] {
        background-color: var(--clr-scl-5);
        color: var(--clr-scl-2);
        font-weight: var(--fw-medium);
        font-size: 1.3rem;
    }
/* /Pages/Home.razor.rz.scp.css */
body[b-etby1uvwr0] {
    background-color: var(--clr-scl-2) !important;
    color: var(--clr-white);
}
@media only screen and (min-width: 1200px) {
    .aql-category-container[b-etby1uvwr0] {
        padding-bottom: 1rem;
    }
}
@media only screen and (min-width: 1083px) {
    .tri-clas-scro[b-etby1uvwr0] {
        overflow-y: scroll;
    }
    .footer-position-bottom[b-etby1uvwr0] {
        position: relative;
    }
    .aql-category-container[b-etby1uvwr0] {
        padding-bottom: 10rem;
    }
}
@media only screen and (max-width: 1024px) {
    .aql-principal[b-etby1uvwr0] {
        height: auto;
        padding: 0;
        padding-bottom: 25rem;
    }
}
@media only screen and (max-width: 600px) {
    .aql-principal[b-etby1uvwr0] {
        height: auto;
        padding: 0;
        padding-bottom: 30rem;
    }
}
/* /Pages/Public/ArticleDetail.razor.rz.scp.css */
.detail-position[b-xhpki6iwou] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    min-width: 80rem;
}

.detail-caract-img[b-xhpki6iwou] {
    min-width: 100%;
    height: 50rem;
    object-fit: cover;
}

.detail-caract[b-xhpki6iwou] {
    color: #062e18;
}

    .detail-caract h5[b-xhpki6iwou] {
        margin-top: 0.5rem;
    }

.gallery-text-detail[b-xhpki6iwou] {
    margin-top: 2rem;
    display: grid;
    grid-gap: 1px;
    grid-template-columns: 2fr 1fr;
}

.prop-detail-m[b-xhpki6iwou] {
    margin: 0;
    margin-top: 2rem;
}

    .prop-detail-m tr td p[b-xhpki6iwou] {
        margin: 0;
        padding: 1rem 0 1rem 1rem;
    }


.table-backr-detail[b-xhpki6iwou] {
    --bs-table-color: #000;
    --bs-table-bg: #54B08E50;
    --bs-table-border-color: #54B08E;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

    .table-backr-detail td[b-xhpki6iwou] {
        background-color: #54B08E30;
        text-align: left;
        padding-left: 1rem;
    }

.detail-ma[b-xhpki6iwou] {
    margin-top: 5rem;
}

.detail-preview[b-xhpki6iwou] {
    position: absolute;
    top: 60%;
}

.detail-full[b-xhpki6iwou] {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.detail-galery-ma[b-xhpki6iwou] {
    margin-top: 2rem
}
/* /Pages/Public/ForgotPassword.razor.rz.scp.css */
.propie-text[b-4vfq5v77n7] {
    color: var(--clr-scl-6) !important;
}

.divcenter[b-4vfq5v77n7] {
    display: flex;
    justify-content: center;
    align-self: auto;
}

.btn-closle-layout[b-4vfq5v77n7] {
    padding: 0.8rem;
    background-color: var(--clr-scl-6);
    border: none;
    width: 15rem;
    font-weight: var(--fw-medium);
    font-size: 1.3rem;
}

    .btn-closle-layout:hover[b-4vfq5v77n7] {
        background-color: var(--clr-scl-5);
        color: var(--clr-scl-2);
        font-weight: var(--fw-medium);
        font-size: 1.3rem;
    }

.form-line-dates[b-4vfq5v77n7] {
    width: 100%;
    background-color: #4190738c;
    height: 2px;
    margin-bottom: 2rem;
    justify-self: center;
}
/* /Pages/Public/Register.razor.rz.scp.css */
.regis-free[b-hr46xry9uj] {
    color: var(--clr-scl-4)
}
.terminos-container-label[b-hr46xry9uj] {
    margin: 1rem;
    width: 75%;
    box-shadow: 0px 0px 10px 0px #01422c4d;
    background-color: #41907349;
    padding: 1rem;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-radius: 8px;
}
.terminos-container[b-hr46xry9uj]{
    width:75%;
}
/* /Pages/RedirectToLogin.razor.rz.scp.css */
.noauth-page[b-j9h2nwlxbx] {
    min-height: 100vh;
    background: linear-gradient(135deg, #ecfff4, #d5f7e4);
}

.noauth-card[b-j9h2nwlxbx] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1.5rem;
    max-width: 420px;
    width: 100%;
}

.btn-noauth[b-j9h2nwlxbx] {
    background-color: #34c988; /* verde principal */
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 0.75rem;
    padding: 0.7rem 2rem;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 12px rgba(52, 201, 136, 0.4);
}

    .btn-noauth:hover[b-j9h2nwlxbx] {
        background-color: #27a970;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(39, 169, 112, 0.5);
    }
/* /Pages/Users/CheckoutModal.razor.rz.scp.css */
/* wwwroot/css/checkout.css */
.checkout-modal .modal-content[b-fh8thxcm3f] {
    border-radius: 1rem;
    overflow: hidden;
}

.checkout-modal .modal-header[b-fh8thxcm3f] {
    border-bottom: none;
}

.checkout-modal .modal-footer[b-fh8thxcm3f] {
    border-top: none;
}

.checkout-grid[b-fh8thxcm3f] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

@media only screen and (max-width:991px){
    .modal.show .modal-dialog[b-fh8thxcm3f] {
        margin: 3rem;
        display: flex;
        justify-self: center;
    }
    .checkout-grid[b-fh8thxcm3f] {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .times-cont-plan[b-fh8thxcm3f][b-fh8thxcm3f] {
        padding-top: 1rem;
        padding-left: 3rem;
        padding-right: 3rem;
        width: max-content;
        margin: 0.5rem;
    }
    .checkout-modal .modal-content[b-fh8thxcm3f][b-fh8thxcm3f] {
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .modal.show .modal-dialog[b-fh8thxcm3f] {
        margin: 1.5rem;
    }
    .checkout-grid[b-fh8thxcm3f] {
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .times-cont-plan[b-fh8thxcm3f][b-fh8thxcm3f] {
        padding-top: 1rem;
        padding-left: 3rem;
        padding-right: 3rem;
        width: max-content;
        margin: 0.5rem;
    }
    .checkout-modal .modal-content[b-fh8thxcm3f][b-fh8thxcm3f] {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }
}
@media only screen and (max-width:360px) {
    .modal.show .modal-dialog[b-fh8thxcm3f] {
        margin: 1rem;
        width: 95%;
    }

    .checkout-grid[b-fh8thxcm3f] {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .times-cont-plan[b-fh8thxcm3f][b-fh8thxcm3f][b-fh8thxcm3f] {
        padding-top: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
        width: max-content;
        margin: 0.5rem;
    }

    .checkout-card[b-fh8thxcm3f][b-fh8thxcm3f] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .checkout-modal .modal-content[b-fh8thxcm3f][b-fh8thxcm3f] {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }
}
.checkout-card[b-fh8thxcm3f] {
    border: 1px solid #e9ecef;
    border-radius: .75rem;
    padding: 16px;
}

.checkout-summary .row + .row[b-fh8thxcm3f] {
    margin-top: 6px;
}

.price-lg[b-fh8thxcm3f] {
    font-weight: 700;
    font-size: 1.25rem;
}

.muted[b-fh8thxcm3f] {
    color: #6c757d;
}


/* Ocultar campos de cuotas/diferido en el formulario de IziPay */
.kr-theme-classic .kr-installment-select[b-fh8thxcm3f],
.kr-theme-classic .kr-deferred-select[b-fh8thxcm3f] {
    display: none !important;
}

/* -----yopi----- */
.conten-planes[b-fh8thxcm3f] {
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-around;
}
.planes-box[b-fh8thxcm3f] {
    width: 10rem;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 2rem;
    cursor: pointer;
    font-weight: bold;
    color: var(--clr-scl-7);
}
.cont-times-box[b-fh8thxcm3f] {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    justify-content: space-around;
    justify-items: anchor-center;
    cursor: pointer;
}

    .cont-times-box .columnas[b-fh8thxcm3f]{
        display:flex;
        flex-direction:column;
    }

.times-cont-plan[b-fh8thxcm3f] {
    padding-top: 1rem;
    width: 13rem;
    margin: 1rem;
    border-radius: 5px;
    background-color: var(--clr-scl-7);
    color: var(--clr-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.times-cont-plan p[b-fh8thxcm3f]{
    font-size: 1.3rem;
}

.times-cont-plan:active[b-fh8thxcm3f] {
    font-weight: 500;
    background-color: var(--clr-scl-4);
}

    /* Estado seleccionado */
    .times-cont-plan.active[b-fh8thxcm3f] {
        font-weight: 500;
        background-color: var(--clr-scl-4);
    }


/*.planes-box:active {
    font-weight: bold;
    color: var(--clr-scl-4);
}*/
.off-des[b-fh8thxcm3f]{
    font-weight: bold;
    color: #FFBF00;
}
.times-cont-plan .off-des:active[b-fh8thxcm3f] {
    color: orangered;
}
.soles-des[b-fh8thxcm3f]{
    font-size: 1.3rem;
    font-weight: bold;
}
.kr-embedded[b-fh8thxcm3f] {
    width: auto;
}
.checkout-card .formulary-pago-iz .kr-embedded .kr-payment-button[b-fh8thxcm3f], .kr-smart-form .kr-payment-button[b-fh8thxcm3f] {
    background-color: var(--clr-scl-4) !important;
}
/* /Pages/Users/Credentials.razor.rz.scp.css */
.propie-text[b-htni5bg9zn] {
    color: var(--clr-scl-6) !important;
}

.divcenter[b-htni5bg9zn] {
    display: flex;
    justify-content: center;
    align-self: auto;
}

.btn-closle-layout[b-htni5bg9zn] {
    padding: 0.8rem;
    background-color: var(--clr-scl-6);
    border: none;
    width: 15rem;
    font-weight: var(--fw-medium);
    font-size: 1.3rem;
}

    .btn-closle-layout:hover[b-htni5bg9zn] {
        background-color: var(--clr-scl-5);
        color: var(--clr-scl-2);
        font-weight: var(--fw-medium);
        font-size: 1.3rem;
    }

.form-line-dates[b-htni5bg9zn] {
    width: 100%;
    background-color: #4190738c;
    height: 2px;
    margin-bottom: 2rem;
    justify-self: center;
}
/* /Pages/Users/NewProperty.razor.rz.scp.css */
.propie-text[b-blycv81rjr] {
    color: var(--clr-scl-6) !important;
}
/* /Pages/Users/OrderStatus.razor.rz.scp.css */
.status-card[b-4anps5ba0o] {
    background: #fff;
}

.status-header[data-status="PAID"][b-4anps5ba0o] {
    background: linear-gradient(135deg, #e9f7ef, #f6fffb);
    color: #146c43;
}

.status-header[data-status="FAILED"][b-4anps5ba0o],
.status-header[data-status="CANCELED"][b-4anps5ba0o] {
    background: linear-gradient(135deg, #fdecec, #fff6f6);
    color: #b02a37;
}

.status-header:not([data-status="PAID"]):not([data-status="FAILED"]):not([data-status="CANCELED"])[b-4anps5ba0o] {
    background: linear-gradient(135deg, #eef6ff, #f7fbff);
    color: #0a58ca;
}

.status-icon[b-4anps5ba0o] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.status-badge[b-4anps5ba0o] {
    font-weight: 600;
    padding: .5rem .8rem;
}

    .status-badge[data-status="PAID"][b-4anps5ba0o] {
        background: #e6f4ea;
        color: #146c43;
    }

    .status-badge[data-status="FAILED"][b-4anps5ba0o],
    .status-badge[data-status="CANCELED"][b-4anps5ba0o] {
        background: #fdecec;
        color: #b02a37;
    }

    .status-badge:not([data-status="PAID"]):not([data-status="FAILED"]):not([data-status="CANCELED"])[b-4anps5ba0o] {
        background: #e7f1ff;
        color: #0a58ca;
    }

.shadow-xs[b-4anps5ba0o] {
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
/* /Pages/Users/Properties.razor.rz.scp.css */
.propie-text[b-nxs9uklhjd] {
    color: var(--clr-scl-6) !important;
}

.fontchanged[b-nxs9uklhjd] {
    font-size: 1.5rem !important;
}

.card-minta[b-nxs9uklhjd] {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgba(35,90,74,.08);
    background: linear-gradient(180deg, var(--minta-50), #fff);
}

.table-minta[b-nxs9uklhjd] {
    --bs-table-bg: #fff;
    --bs-table-striped-bg: var(--minta-50);
    --bs-table-hover-bg: var(--minta-100);
    color: #23423a;
    margin: 0;
}
div div.table-responsive.fontchanged table.table.table-minta.table-hover.table-striped.align-middle tbody tr td.align-middle p.imfor-scro[b-nxs9uklhjd] {
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    height: 6rem;
}
.space-page-proper[b-nxs9uklhjd] {
    margin: 0 20rem;
}
@media only screen and (max-width:1360px){
    .space-page-proper[b-nxs9uklhjd] {
        margin: 0 7rem;
    }
}
@media only screen and (max-width:800px) {
    .space-page-proper[b-nxs9uklhjd] {
        margin: 0 2rem;
    }
}

@media only screen and (max-width:550px) {
    .space-page-proper[b-nxs9uklhjd] {
        margin: 0;
    }
    .thnumer-inf[b-nxs9uklhjd]{
        display: none;
    }
    .conten-cel-invisi[b-nxs9uklhjd]{
        display: none;
    }
}
@media only screen and (max-width:500px) {
    .ivisibl-numef[b-nxs9uklhjd] {
        display: none;
    }
}
.table-minta thead th[b-nxs9uklhjd] {
    background: linear-gradient(180deg, var(--minta-200), var(--minta-100));
    color: #134438;
    font-weight: 700;
    border-bottom: 2px solid var(--minta-300);
}

.table-minta td[b-nxs9uklhjd], .table-minta th[b-nxs9uklhjd] {
    vertical-align: middle;
    border-color: var(--minta-200);
}

.badge-minta[b-nxs9uklhjd] {
    background-color: var(--minta-500);
    color: #0d2b24;
    border: 1px solid var(--minta-600);
}

.btn-minta[b-nxs9uklhjd] {
    --bs-btn-color: #103930;
    --bs-btn-bg: var(--minta-400);
    --bs-btn-border-color: var(--minta-500);
    --bs-btn-hover-bg: var(--minta-500);
    --bs-btn-hover-border-color: var(--minta-600);
    --bs-btn-active-bg: var(--minta-600);
    --bs-btn-active-border-color: var(--minta-700);
    border-radius: .8rem;
}

.search-input[b-nxs9uklhjd] {
    border-radius: .8rem;
    border: 1px solid var(--minta-300);
}

.search-input:focus[b-nxs9uklhjd] {
    box-shadow: 0 0 0 .2rem rgba(111,196,164,.2);
    border-color: var(--minta-500);
}

/* 3) Si la tabla está dentro de .table-responsive y recorta */
.table-responsive[b-nxs9uklhjd] {
    overflow: visible;
}
/* permite que "salga" el menú */
/* /Pages/Users/PropertyDetail.razor.rz.scp.css */
.detail-position[b-6ne75y98dv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    min-width: 80rem;
}

.detail-caract-img[b-6ne75y98dv] {
    min-width: 100%;
    height: 50rem;
    object-fit: cover;
}

.detail-caract[b-6ne75y98dv] {
    color:#062e18;
}

    .detail-caract h5[b-6ne75y98dv]{
        margin-top:0.5rem;
    }

.gallery-text-detail[b-6ne75y98dv] {
    margin-top: 2rem;
    display: grid;
    grid-gap: 1px;
    grid-template-columns: 2fr 1fr;
}

    .prop-detail-m[b-6ne75y98dv] {
        margin: 0;
        margin-top: 2rem;
    }

    .prop-detail-m tr td p[b-6ne75y98dv]{
        margin:0;
        padding: 1rem 0 1rem 1rem;
    }


.table-backr-detail[b-6ne75y98dv] {
    --bs-table-color: #000;
    --bs-table-bg: #54B08E50;
    --bs-table-border-color: #54B08E;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
    .table-backr-detail td[b-6ne75y98dv] {
        background-color: #54B08E30;
        text-align: left;
        padding-left: 1rem;
    }

.detail-ma[b-6ne75y98dv] {
    margin-top: 5rem;
}

.detail-preview[b-6ne75y98dv] {
    position: absolute;
    top: 60%;
}
.detail-full[b-6ne75y98dv] {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.detail-galery-ma[b-6ne75y98dv] {
    margin-top: 2rem
}
/* /Pages/Users/UserData.razor.rz.scp.css */
.propie-text[b-ohmqjigdol] {
    color: var(--clr-scl-6) !important;
}
.divcenter[b-ohmqjigdol] {
    display: flex;
    justify-content: center;
    align-self: auto;
}
.btn-closle-layout[b-ohmqjigdol] {
    padding: 0.8rem;
    background-color: var(--clr-scl-6);
    border: none;
    width:15rem;
    font-weight: var(--fw-medium);
    font-size: 1.3rem;
}

    .btn-closle-layout:hover[b-ohmqjigdol] {
        background-color: var(--clr-scl-5);
        color: var(--clr-scl-2);
        font-weight: var(--fw-medium);
        font-size: 1.3rem;
    }
.form-line-dates[b-ohmqjigdol] {
    width: 100%;
    background-color: #4190738c;
    height: 2px;
    margin-bottom: 2rem;
    justify-self: center;
}
