.eye-icon  {
    width: 20px;
    height: 20px;
    cursor: default;
    background-image: url(/media/Wow/eye-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 3px;
    margin-right: 3px;
    flex: 0 0 auto;
    background-position: center center;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;

    &._show {
        background-image: url(/media/Wow/eye-icon-close.svg);
    }
}