@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Usuarios/AsignarCiudadUsuarioDialog.razor.rz.scp.css */
.input-con-acciones[b-7zohzmyyg7] {
    display: flex;
    align-items: stretch;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #f8fafc;
}

.input-con-acciones:focus-within[b-7zohzmyyg7] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
    background: #fff;
}

.input-con-acciones .form-control[b-7zohzmyyg7] {
    flex: 1;
    min-width: 0;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: none;
}

.input-con-acciones .btn-icon[b-7zohzmyyg7] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .8rem;
    background: #f1f5f9;
    border: none;
    border-left: 1px solid #e2e8f0;
    color: var(--text-soft);
    cursor: pointer;
    border-radius: 0;
    transition: background 120ms, color 120ms;
    line-height: 1;
}

.input-con-acciones .btn-icon:hover:not(:disabled)[b-7zohzmyyg7] {
    background: #e2e8f0;
    color: var(--primary);
}

.input-con-acciones .btn-icon:disabled[b-7zohzmyyg7] {
    opacity: 0.45;
    cursor: not-allowed;
}
/* /MainLayout.razor.rz.scp.css */
.version-style[b-vdgnayktqr] {
    background-color: darkred;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
}
