/* Custom WalkMe tabs */
#custom-walkme-tab {
    border-radius: 6px 0 0 6px;
    width: 30px; height: 74px;
    box-shadow: 0 0 5px #222;
}

/* WalkMe tab */
#custom-walkme-tab {
    display: block;
    position: fixed;
    top: 266px;
    right: 0;
    background-color: #3e8c8a;
    width: 32px; height: 144px;
    z-index: 9999999;
}

#custom-walkme-tab .text {
    display: block;
    padding-left: 1.8rem;
    font-style: normal;
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#custom-walkme-tab:hover {
    text-decoration: none;
}

/* Hide walkme tab and "powered by walkme" in walk-thru menu */
#walkme-menu-closed { display: none !important; }
.walkme-menu-open-splash-fotter-img { display: none; !important}
