.dw-float-ticket-right,
.dw-float-ticket-left {
    position: fixed;
    bottom: 5%;
    z-index: 1
}

.dw-float-ticket-right {
    right: 5%;
}

.dw-float-ticket-left {
    left: 5%;
}

.dw-float-ticket-right a,
.dw-float-ticket-left a {
    background-color: #6031fd;
    width: 55px;
    height: 55px;
    max-width: 55px;
    max-height: 55px;
    border-radius: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dw-float-ticket-right img,
.dw-float-ticket-left img {
    max-width: 35px;
    max-height: 35px;
}

.vud-ui-profile-links {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.vud-ui-avatar {
    line-height: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.vud-ui-avatar .bi-caret-down-fill {
    color: #565656;
}

.vud-ui-avatar img {
    max-width: 25px;
}

.vud-ui-links {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    background-color: #fff;
    text-align: center;
    left: 0;
    width: 150px;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    padding: 1em;
    margin: 0;
    z-index: 99999;
}

.vud-ui-links li {
    list-style-type: none;
}

.vud-ui-links a {
    display: block;
}
