@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import 'BackOffice.Client.bundle.scp.css';

/* _content/BackOffice/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-51pah2l416] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-51pah2l416] {
    flex: 1;
}

.sidebar[b-51pah2l416] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-51pah2l416] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-51pah2l416]  a, .top-row[b-51pah2l416]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-51pah2l416]  a:hover, .top-row[b-51pah2l416]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-51pah2l416]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-51pah2l416] {
        justify-content: space-between;
    }

    .top-row[b-51pah2l416]  a, .top-row[b-51pah2l416]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-51pah2l416] {
        flex-direction: row;
    }

    .sidebar[b-51pah2l416] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-51pah2l416] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-51pah2l416]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-51pah2l416], article[b-51pah2l416] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-51pah2l416] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-51pah2l416] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BackOffice/Components/Pages/AdditionalServices/AdditionalServices.razor.rz.scp.css */
/* _content/BackOffice/Components/Pages/AdditionalServices/AddServiceAdditional.razor.rz.scp.css */

.container[b-pztgu6hflk] {
    width: 90%;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc; /* Añadir borde */
    border-radius: 10px; /* Bordes redondeados */
    display: flex;
    flex-direction: column;
    align-items: center;
}

[b-pztgu6hflk] form {
    width: 100%;
}
.form-group[b-pztgu6hflk] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

[b-pztgu6hflk] .form-control {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: large;
    outline: none;
    transition: border-color 0.3s ease;
}

.h2-enabled[b-pztgu6hflk] {
    display: block;
}

.h2-disabled[b-pztgu6hflk] {
    display: none;
}

@media (min-width: 768px) {
    .form-group[b-pztgu6hflk] {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* _content/BackOffice/Components/Pages/Balances/BookingBalances.razor.rz.scp.css */
.container.container-item:first-child[b-49a3ppte07] {
    max-width: 350px;
}
.table-container[b-49a3ppte07] {
    display: block;
    width: 100%;
}

@media(max-width:768px) {
    .container.container-item:first-child[b-49a3ppte07] {
        max-width: initial;
    }
}

.button-group[b-49a3ppte07] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    min-width: 100%;
}
/* _content/BackOffice/Components/Pages/Balances/BookingBalancesAddCharge.razor.rz.scp.css */

[b-dyvoethe09].button-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    min-width: 100%;
    margin-top: 20px;
}
/* _content/BackOffice/Components/Pages/Balances/BookingBalancesAddPayment.razor.rz.scp.css */
.container-titles[b-bl8829ifnh] {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se envuelvan en una nueva línea si es necesario */
    gap: 20px; /* Espacio entre los elementos */
    margin-bottom: 20px;
}
.button-group[b-bl8829ifnh] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    min-width: 100%;
    margin-top: 20px;
}
/* _content/BackOffice/Components/Pages/Home.razor.rz.scp.css */
.Section_Form[b-30x8iuexmv] {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 196px);
    align-content: center;
}

.login-container[b-30x8iuexmv] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 400px;
    max-width: 100%;
    padding: 25px;
    box-sizing: border-box;
    animation: fadeIn-b-30x8iuexmv 1s ease-in-out;
    position: relative;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    margin-top: 85px;
}

.logo-container[b-30x8iuexmv] {
    text-align: center;
    margin-bottom: 20px;
}

    .logo-container img[b-30x8iuexmv] {
        width: 100px;
        height: auto;
    }

.login-form h2[b-30x8iuexmv] {
    
    text-align: center;
    display: block;
}
 .input-group[b-30x8iuexmv] {
    margin-bottom: 30px;    
}

@keyframes fadeIn-b-30x8iuexmv {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/BackOffice/Components/Pages/Overview.razor.rz.scp.css */
.startdate[b-o4cwwe93od] {
    display: flex;
    align-items: center;
    gap: 10px; /* Espacio entre los campos de fecha y el botón */
}

.input-row[b-o4cwwe93od] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.button-group[b-o4cwwe93od] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    min-width: 150px;
}

    .button-group button[b-o4cwwe93od] {
        width: 100%;
        height: 38px;
        background-color: #6f42c1;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }


@media (max-width: 768px) {
    .input-row[b-o4cwwe93od] {
        flex-direction: column;
        align-items: center;
    }

    .input-group[b-o4cwwe93od], .button-group[b-o4cwwe93od] {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
}

/* Estilo para el selector de tamaño de página */
.filter-container[b-o4cwwe93od] {
    display: flex; /* Asegúrate de que los elementos dentro estén alineados correctamente */
    align-items: center; /* Alinea verticalmente los elementos dentro del contenedor */
}
/* _content/BackOffice/Components/Pages/ParkingServices/AddServiceParking.razor.rz.scp.css */

[b-wwbf1mr41m] form {
    width: 100%;
}

.form-group[b-wwbf1mr41m] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.input-group-items[b-wwbf1mr41m] {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    
    border-radius: 4px;
    box-sizing: border-box;
}
.input-group-items .input-group-text[b-wwbf1mr41m] {
    display: flex;
    align-items: center;
    background: #e3e0e0;
    padding: 0.37rem 0.75rem;
}


.h2-enabled[b-wwbf1mr41m] {
    display: block;
}

.h2-disabled[b-wwbf1mr41m] {
    display: none;
}

@media (min-width: 768px) {
    .form-group[b-wwbf1mr41m] {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* _content/BackOffice/Components/Pages/ParkingServices/ParkingServices.razor.rz.scp.css */
:[b-872mhg4310]
/* _content/BackOffice/Components/Pages/ParkingSettings.razor.rz.scp.css */
[b-4qvtgqqk7r] .container-overtime {
    width: 75%;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center; /* Asegura que el texto dentro del contenedor esté centrado */
}

.logo-container[b-4qvtgqqk7r] {
    text-align: center;
    margin-bottom: 20px;
}

    .logo-container img[b-4qvtgqqk7r] {
        width: 100px;
        height: auto;
    }

    .logo-container h1[b-4qvtgqqk7r] {
        margin-bottom: 30px;
        font-size: 20px;
    }


form[b-4qvtgqqk7r] {
    width: 100%;
}

.number-input[b-4qvtgqqk7r] {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .number-input .button[b-4qvtgqqk7r] {
        padding: 10px;
        font-size: 18px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        cursor: pointer;
    }

        .number-input .button:hover[b-4qvtgqqk7r] {
            background-color: #0056b3;
        }

[b-4qvtgqqk7r] .input {
    padding: 15px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 80px;
    text-align: center;
    margin: 0 10px;
    box-sizing: border-box;
    height: 40px;
}


button[type="submit"][b-4qvtgqqk7r] {
    padding: 15px 30px;
    font-size: 18px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

    button[type="submit"]:hover[b-4qvtgqqk7r] {
        background-color: #0056b3;
    }

@media (max-width: 800px) {
    .row[b-4qvtgqqk7r] {
        flex-direction: column;
        align-items: center;
    }

    .column[b-4qvtgqqk7r] {
        margin: 10px 0;
    }
}
.button-group[b-4qvtgqqk7r] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    min-width: 100%;
}

/* _content/BackOffice/Components/Pages/Users/AddUser.razor.rz.scp.css */


[b-slicoyqqum] form {
    width: 100%;
}

.form-group[b-slicoyqqum] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/*modal*/
.modal-overlay[b-slicoyqqum] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal[b-slicoyqqum] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 500px;
    max-width: 100%;
    z-index: 1001;
    position: relative;
}

.modal-header[b-slicoyqqum], .modal-footer[b-slicoyqqum] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header[b-slicoyqqum] {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

    .modal-header h2[b-slicoyqqum] {
        width: 100%;
        margin-bottom: 0;
    }

.modal-footer[b-slicoyqqum] {    
    margin-top: 15px;
}

.close[b-slicoyqqum] {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
}

.modal-overlay .input-group[b-slicoyqqum] {
    margin-bottom: 15px;
}

label[b-slicoyqqum] {
    display: block;
    margin-bottom: 5px;
}

select[b-slicoyqqum], input[b-slicoyqqum] {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/*end modal*/

.input-group-custom[b-slicoyqqum] {
    display: flex;
    flex-direction: column;
}

.input-wrapper[b-slicoyqqum] {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.input-label[b-slicoyqqum] {
    position: absolute;
    top: -10px; /* Ajusta según sea necesario */
    left: 10px;
    background-color: white;
    padding: 0 5px;
    font-size: 12px; /* Ajusta según sea necesario */
    color: #666;
}
@media (min-width: 768px) {
    .form-group[b-slicoyqqum] {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* _content/BackOffice/Components/Pages/Users/EditUser.razor.rz.scp.css */


[b-rqdclv2yn6] form {
    width: 100%;
}

.form-group[b-rqdclv2yn6] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
/*modal*/
/* styles.css */
.modal-overlay[b-rqdclv2yn6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal[b-rqdclv2yn6] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 500px;
    max-width: 100%;
    z-index: 1001;
    position: relative;
}

.modal-header[b-rqdclv2yn6], .modal-footer[b-rqdclv2yn6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header[b-rqdclv2yn6] {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

    .modal-header h2[b-rqdclv2yn6] {
        width: 100%;
        margin-bottom: 0;
    }

.modal-footer[b-rqdclv2yn6] {
    margin-top: 15px;
}

.close[b-rqdclv2yn6] {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
}

.modal-overlay .input-group[b-rqdclv2yn6] {
    margin-bottom: 15px;
}

label[b-rqdclv2yn6] {
    display: block;
    margin-bottom: 5px;
}

select[b-rqdclv2yn6], input[b-rqdclv2yn6] {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/*end modal*/

@media (min-width: 768px) {
    .form-group[b-rqdclv2yn6] {
        grid-template-columns: repeat(3, 1fr);
    }    
}

@media(max-width: 768px) {
    .modal[b-rqdclv2yn6] {
        width: 400px;
        max-width: 100%;
    }
}
/* _content/BackOffice/Components/Pages/Users/Permissions.razor.rz.scp.css */
.permissions[b-evorer3sah] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section:first-child[b-evorer3sah] {
    border-top: 1px solid #e0e0e0;
}
.section[b-evorer3sah] {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;    
    padding: 15px;
    
}

.section-header[b-evorer3sah] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

[b-evorer3sah] form {
    width: 100%;
}

.section h4[b-evorer3sah] {
    margin: 0;
    font-size: 18px;
    color: #343a40;
}

.section-toggle[b-evorer3sah] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.options[b-evorer3sah] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.option[b-evorer3sah] {
    display: flex;
    align-items: center;
    background-color: #e9ecef;
    border-radius: 5px;
    padding: 5px 10px;
    transition: background-color 0.3s;
}

    .option label[b-evorer3sah] {
        display: flex;
        align-items: center;
        gap: 5px;
        cursor: pointer;
    }

    .option:hover[b-evorer3sah] {
        background-color: #ced4da;
    }
/* _content/BackOffice/Components/Pages/Users/Users.razor.rz.scp.css */
/*modal*/
/* styles.css */
.modal-overlay[b-9edxjbhhaz] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal[b-9edxjbhhaz] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 500px;
    max-width: 100%;
    z-index: 1001;
    position: relative;
}

.modal-header[b-9edxjbhhaz], .modal-footer[b-9edxjbhhaz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header[b-9edxjbhhaz] {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

    .modal-header h2[b-9edxjbhhaz] {
        width: 100%;
        margin-bottom: 0;
    }

.modal-footer[b-9edxjbhhaz] {
    margin-top: 15px;
}

.close[b-9edxjbhhaz] {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
}

.modal-overlay .input-group[b-9edxjbhhaz] {
    margin-bottom: 15px;
    width: 100%;
}

.confirm-email-inputs[b-9edxjbhhaz] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.input-group-check[b-9edxjbhhaz] {
    white-space: nowrap;
    margin-right: 20px;
}

label[b-9edxjbhhaz] {
    display: block;
    margin-bottom: 5px;
}
.input-group-custom[b-9edxjbhhaz] {
    display: flex;
    flex-direction: column;
}

.input-wrapper[b-9edxjbhhaz] {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 2em;
}

.input-label[b-9edxjbhhaz] {
    position: absolute;
    top: -10px; /* Ajusta según sea necesario */
    left: 10px;
    background-color: white;
    padding: 0 5px;
    font-size: 12px; /* Ajusta según sea necesario */
    color: #666;
}


@media(max-width: 768px) {
    .modal[b-9edxjbhhaz] {
        width: 400px;
        max-width: 100%;
    }
}
