/* /Pages/Assets/AssetEditClient.razor.rz.scp.css */
.input-container[b-nbswd0ulal] {
    position: relative;
    width: 100%; /* Ajusta el ancho según tus necesidades */
}

.input-container input[b-nbswd0ulal] {
    width: 100%;
    padding: 0px 40px 0px 0px; /* Espacio para el botón */
    box-sizing: border-box;
}

.input-container-i[b-nbswd0ulal] {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--assista-primary-color);
}

.input-container button:hover[b-nbswd0ulal] {
    background-color: #0056b3;
}
/* /Pages/Documents/DocumentList.razor.rz.scp.css */
.link[b-t8y1bbgd71] {
    color: var(--assista-tertiary-color);
    cursor: pointer;
    text-decoration: underline;
}

.link:hover[b-t8y1bbgd71] {
    color: var(--assista-primary-selected-color;
}
/* /Pages/Index.razor.rz.scp.css */
/* Getting-Started */
.card-bg-image[b-53ywcqm99s] {
    pointer-events: none;
    position: absolute;
    width: 630px;
    height: auto;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.starting-content[b-53ywcqm99s] {
    position: relative;
    z-index: 2;
}
/* Getting-Started End */

/* Write here your styles for the Index page */
/* /Pages/Locations/CountyEdit.razor.rz.scp.css */
/* /Pages/Locations/LocationEdit.razor.rz.scp.css */
label[b-lhpfqxfe1d] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Pages/Providers/ProviderEdit.razor.rz.scp.css */
.vertical-button-container[b-xmkd5gkifq] {
    position: fixed;
    right: 10px; /* Distancia desde el borde derecho */
    top: 50%; /* Centrado verticalmente */
    transform: translateY(-50%); /* Ajuste para centrar completamente */
    z-index: 1000; /* Asegura que el botón esté por encima de otros elementos */
}

.vertical-button[b-xmkd5gkifq] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff; /* Color de fondo */
    color: white; /* Color del texto */
    border: none;
    border-radius: 50%; /* Botón circular */
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .vertical-button:hover[b-xmkd5gkifq] {
        background-color: #0056b3; /* Color al pasar el ratón */
    }
/* /Pages/Quadrants/QuadrantSchedulers/QuadrantSchedulerAppointments.razor.rz.scp.css */
[b-fmghxb3yg0] .drop-zone-active {
    background-color: var(--rz-info-light) !important;
}
/* /Pages/Services/ServiceEdit.razor.rz.scp.css */
/* /Pages/Services/ServicesEdit/ServiceEditClient.razor.rz.scp.css */
.input-container[b-36c5xnhws9] {
    position: relative;
    width: 100%; /* Ajusta el ancho según tus necesidades */
}

.input-container input[b-36c5xnhws9] {
    width: 100%;
    padding: 0px 40px 0px 0px; /* Espacio para el botón */
    box-sizing: border-box;
}

.input-container-i[b-36c5xnhws9] {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--assista-primary-color);
}

.input-container button:hover[b-36c5xnhws9] {
    background-color: #0056b3;
}
