.error {
    color:#ff0000;
}
.ui-autocomplete {
    z-index: 9999999999; /* Ensure the suggestions are above other elements */
}

.shared_secret-input-group {
    position: relative;
}

.shared_secret-toggle-password {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0 10px;
}

.shared_secret-toggle-password i {
    font-size: 1rem;
}
