/* /Pages/Agreement.razor.rz.scp.css */
.custom-list[b-540c44164y] {
    list-style: none;
    padding: 0;
}

    .custom-list li[b-540c44164y] {
        padding-left: 1.5em;
        position: relative;
    }

        .custom-list li[b-540c44164y]::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: '\f00c';
        }

        .custom-list li.image-icon[b-540c44164y]::before {
            content: url('/path-to-your-icon.png');
            width: 1em;
            height: 1em;
        }

.custom-modal-background[b-540c44164y] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-modal[b-540c44164y] {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 40%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.custom-modal-header[b-540c44164y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.custom-modal-close[b-540c44164y] {
    border: none;
    background: none;
    font-size: 1.5em;
    cursor: pointer;
}

.custom-modal-body[b-540c44164y] {
    margin-bottom: 20px;
}

.custom-modal-footer[b-540c44164y] {
    text-align: right;
}

.custom-modal-submit[b-540c44164y] {
    padding: 10px 20px;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

    .custom-modal-submit:hover[b-540c44164y] {
        background-color: #0056b3;
    }

.confirmation-screen[b-540c44164y] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
/* /Pages/HotelSeccion/Bedroom.razor.rz.scp.css */
.form-label[b-mcqtyifyfz] {
    font-weight: bold;
}

.bg-light[b-mcqtyifyfz] {
    background-color: #f8f9fa !important;
}

.form-select.bg-light[b-mcqtyifyfz] {
    color: #495057;
}
/* /Pages/HotelSeccion/Breakfast.razor.rz.scp.css */
opcion-container[b-9br41v2olf] {
    display: flex;
    flex-wrap: wrap;
}

.opcion-btn[b-9br41v2olf] {
    margin: 5px;
    border: 2px solid #ccc;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .opcion-btn:hover[b-9br41v2olf] {
        background-color: #f0f0f0; /* Cambia el color al pasar el ratón */
    }

.selected[b-9br41v2olf] {
    background-color: #7bed9f; /* Color cuando está seleccionado */
}
/* /Pages/HotelSeccion/OverviewRoom.razor.rz.scp.css */
.step[b-lvqaq787ln] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.step-header[b-lvqaq787ln] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .step-header h5[b-lvqaq787ln] {
        margin: 0;
    }

.step-action[b-lvqaq787ln] {
    text-align: right;
}

.step-complete[b-lvqaq787ln] {
    color: green;
}

.cf-item-active .icon[b-lvqaq787ln], .cf-item-active p[b-lvqaq787ln], .cf-item-active strong[b-lvqaq787ln] {
    color: #196f3d
}

.cf-item .btn-secundary[b-lvqaq787ln] {
    color: #fff;
}

.cf-item .a-link2[b-lvqaq787ln] {
    display: block;
}
/* /Pages/HotelSeccion/Photos.razor.rz.scp.css */
.upload-container[b-xdk2q389n4] {
    max-width: 600px;
    margin: auto;
    font-family: Arial, sans-serif;
}

.title[b-xdk2q389n4] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.description[b-xdk2q389n4], .image-preview-description[b-xdk2q389n4] {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.upload-box[b-xdk2q389n4] {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.drag-text[b-xdk2q389n4] {
    font-size: 16px;
    color: #333;
}

.upload-link[b-xdk2q389n4] {
    color: #007bff;
    cursor: pointer;
}

.file-types[b-xdk2q389n4] {
    font-size: 12px;
    color: #888;
}

.image-preview-container[b-xdk2q389n4] {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.image-preview-title[b-xdk2q389n4] {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.image-preview img[b-xdk2q389n4] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.image-preview[b-xdk2q389n4] {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin-bottom: 20px;
}

.no-image[b-xdk2q389n4] {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ccc;
    border-radius: 4px;
    font-size: 14px;
    color: #ccc;
    background-color: #f9f9f9;
}

.continue-button[b-xdk2q389n4] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    , font-size: 16px;
    cursor: pointer;
}

    .continue-button:hover[b-xdk2q389n4] {
        background-color: #0056b3;
    }

.image-container[b-xdk2q389n4] {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-top: 18px; /* Espacio adicional para acomodar la etiqueta fuera del recuadro */
}

.delete-button[b-xdk2q389n4] {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    background-color: #ff4545;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .delete-button:hover[b-xdk2q389n4] {
        background-color: #d40000;
    }

.img-thumbnail[b-xdk2q389n4] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.image-container.selected[b-xdk2q389n4] {
    border: 2px solid blue; /* Resalta la imagen seleccionada */
}

.photo.selected[b-xdk2q389n4] {
    border: 2px solid blue; /* Resalta la imagen seleccionada */
}

.main-photo-label[b-xdk2q389n4] {
    position: absolute;
    top: 0;
    left: 0;
    background-color: yellow;
    padding: 2px 5px;
    font-size: 0.8em;
    z-index: 10;
}

.photo-gallery[b-xdk2q389n4] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.photo[b-xdk2q389n4] {
    width: calc(50% - 10px); /* Ajusta el ancho para dos fotos por línea, restando el margen */
    margin: 5px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    .photo img[b-xdk2q389n4] {
        width: 100%;
        height: auto;
    }

.photo-label[b-xdk2q389n4] {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 8px;
    border-radius: 5px;
}

.photo:nth-child(2n+1)[b-xdk2q389n4] {
    clear: left; /* Asegura que la foto de la izquierda de cada fila comience desde el borde */
}

.c-dragndrop[b-xdk2q389n4] {
    /* Tus estilos aquí */
    position: relative;
    width: 100%;
    height: 200px; /* ajustar según sea necesario */
    border: 2px dashed #aaa;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .c-dragndrop:hover[b-xdk2q389n4] {
        background-color: #f8f8f8;
    }

.form-control[type=file][b-xdk2q389n4] {
    width: 20px;
}

sectionInpuFile label[for="file-upload"][b-xdk2q389n4] {
    display: block;
    text-align: center;
}
/* /Pages/HotelSeccion/Price.razor.rz.scp.css */
.price-indicators[b-o2q13uq1tx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px;
}

.price-bar[b-o2q13uq1tx] {
    height: 4px;
    background-color: #007bff;
    flex-grow: 1;
    margin: 0 10px;
    position: relative;
}

.price-min[b-o2q13uq1tx],
.price-max[b-o2q13uq1tx] {
    color: #007bff;
    font-weight: bold;
    position: absolute;
    bottom: -5px;
    background-color: #007bff;
    color: white;
    font-size: 0.8em;
}

.price-min[b-o2q13uq1tx] {
    left: 0;
}

.price-max[b-o2q13uq1tx] {
    right: 0;
}

.price-mediana[b-o2q13uq1tx] {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #007bff;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8em;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-hyi98ssbog] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hyi98ssbog] {
    flex: 1;
}

.sidebar[b-hyi98ssbog] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hyi98ssbog] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hyi98ssbog]  a, .top-row[b-hyi98ssbog]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hyi98ssbog]  a:hover, .top-row[b-hyi98ssbog]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hyi98ssbog]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hyi98ssbog] {
        display: none;
    }

    .top-row.auth[b-hyi98ssbog] {
        justify-content: space-between;
    }

    .top-row[b-hyi98ssbog]  a, .top-row[b-hyi98ssbog]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hyi98ssbog] {
        flex-direction: row;
    }

    .sidebar[b-hyi98ssbog] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hyi98ssbog] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hyi98ssbog]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hyi98ssbog], article[b-hyi98ssbog] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3eq20n6yew] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-3eq20n6yew] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3eq20n6yew] {
    font-size: 1.1rem;
}

.oi[b-3eq20n6yew] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-3eq20n6yew] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3eq20n6yew] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3eq20n6yew] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3eq20n6yew]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-3eq20n6yew]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-3eq20n6yew]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3eq20n6yew] {
        display: none;
    }

    .collapse[b-3eq20n6yew] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-3eq20n6yew] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/Spinner.razor.rz.scp.css */
.spinner-container[b-nh9qxdmh63] {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
}

.modal-overlay[b-nh9qxdmh63] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: rgba(242,242,242,0.5);*/
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    --sk-color: white;
}
