﻿.side-sticky {
    display: none;
    position: fixed;
    bottom: 5.2rem;
    right: 0;
    z-index: 999;
    pointer-events: none;
}

    .side-sticky .v-label.sticky-cta {
        position: fixed;
        right: 0;
        transform: rotate(-90deg) translate(100%);
        bottom: 17.7rem;
    }

    .side-sticky .v-label {
        border-radius: 0;
        display: inline-block;
        font-size: 1.5rem;
        height: 3rem;
        line-height: 3rem;
        width: 12.5rem;
        text-align: center;
        text-decoration: none;
        transform-origin: bottom right;
        background: #fff;
        color: #18407e;
        cursor: pointer;
        pointer-events: initial;
    }

    .side-sticky .socialLinks {
        display: flex;
        height: 12.5rem;
        transform: translateX(calc(100% - 12.5rem));
        transition: transform 0.5s ease;
    }

        .side-sticky .socialLinks .v-label {
            color: #f6f6f6;
            box-shadow: 0px 3px 4px 0 rgb(0 0 0 / 17%);
            background-color: #18407e;
            transform: rotate(-90deg) translate(25%);
        }

#ymDivBar {
    right: 40px !important;
}

@media screen and (max-width: 767.98px) {
    .side-sticky .v-label.sticky-cta {
        bottom: 13rem;
    }

    .side-sticky .socialLinks {
        height: 8.5rem;
        transform: translateX(calc(100% - 8.5rem));
    }

        .side-sticky .v-label,
        .side-sticky .socialLinks .v-label {
            height: 2.3rem;
            line-height: 2.3rem;
            width: 8.4rem;
            font-size: 1.2rem;
            transform: rotate(-90deg) translate(27%);
        }
        .side-sticky .socialLinks .v-label {
            transform: rotate(-90deg) translate(29%) !important;
            height: 3.2rem !important;
            width: 9.4rem !important;
        }
}
