/* /Shared/HeaderMenu.razor.rz.scp.css */


[b-mez1rj8r0y] .e-btn:hover, [b-mez1rj8r0y] .e-btn:focus {
    background-color: #3495ff;
    color: white;
    border: none;
}

[b-mez1rj8r0y] .e-dropdown-btn:focus, [b-mez1rj8r0y] .e-dropdown-btn.e-btn:focus {
    box-shadow:none;
}

[b-mez1rj8r0y] .e-btn, [b-mez1rj8r0y] .e-btn.e-active, [b-mez1rj8r0y] .e-input-group:not(.e-success):not(.e-warning):not(.e-error), [b-mez1rj8r0y] .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    background-color: #1b88ff;
    color: white;
    border: none;
}

[b-mez1rj8r0y] .e-input-group .e-input-group-icon, [b-mez1rj8r0y] .e-input-group.e-control-wrapper .e-input-group-icon {
    color: white;
}

[b-mez1rj8r0y] .e-input-group:not(.e-disabled) .e-input-group-icon:hover, [b-mez1rj8r0y] .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
    color: white;
}

[b-mez1rj8r0y] .e-input-group:not(.e-disabled) .e-input-group-icon:focus, [b-mez1rj8r0y] .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:focus {
    color: white;
}

[b-mez1rj8r0y] .e-input-group:not(.e-success):not(.e-warning):not(.e-error):hover, [b-mez1rj8r0y] .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):hover, [b-mez1rj8r0y] .e-input-group:not(.e-success):not(.e-warning):not(.e-error):focus, [b-mez1rj8r0y] .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):focus {
    background-color: #3495ff;
}

/* Text color when the box is empty (placeholder / label) */
[b-mez1rj8r0y] .e-input-group input::placeholder,
[b-mez1rj8r0y] .e-input-group .e-float-text,
[b-mez1rj8r0y] .e-input-group .e-placeholder {
    color: white !important;
    opacity: 1 !important;
}
