.slider{
    width: 100px;
    height: 100px;
    margin-top: -66%;
    margin-left: -42.5%;
    /* bottom: 66% !important; */
    background-color: var(--red-regular-600);
    transition: 0.5s;
    /* opacity: 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bi-eye-slash{
    cursor: pointer;
}