.bolamba-password-field {
    position: relative;
    display: block;
    width: 100%;
}

.bolamba-password-field > input {
    width: 100%;
    padding-right: 48px !important;
    box-sizing: border-box;
}

.bolamba-password-toggle {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 10px;
    width: 34px;
    height: 34px;
    padding: 5px;
    margin: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    box-shadow: none;
    color: #555;
    cursor: pointer;
    transform: translateY(-50%);
    line-height: 1;
}

.bolamba-password-toggle:hover,
.bolamba-password-toggle:focus {
    border: 0;
    background: rgba(0, 0, 0, 0.06);
    box-shadow: none;
    color: #111;
}

.bolamba-password-toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.bolamba-password-toggle svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.bolamba-password-toggle__slash {
    opacity: 0;
}

.bolamba-password-toggle.is-visible .bolamba-password-toggle__slash {
    opacity: 1;
}
