
.vdom-marquee {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #384044;
    z-index: 20000;
    background: #00b0ad;
    padding: 6px;
    font-size: 24px;
    min-height: 25px;
}

.marquee-closer {
    cursor: pointer;
    width:35px;
}

.marquee-closer img {
    height: 30px;
}

marquee {
    cursor: pointer;
}

marquee a{
    color: #fff;
}

marquee a span{
    color: red;
    font-weight: bold;
    font-size: 25px;
}

.vdom-marquee-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}