.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;
    max-width: 150px;
}

.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;
    height: auto;
    border-radius: 100%;
}

.vud-ui-links {
    display: none;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    position: absolute;
    top: 100%;
    width: 200px;
    min-height: 65px;
    background-color: white;
    left: 0;
    flex-direction: column;
    z-index: 99999999;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    margin-top: 1em;
    transition: 300ms;
    padding: 1em;
    font-size: 12px;
}

.vud-ui-links li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.vud-ui-links a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: .5em;
}

.vud-ui-links a img,
.vud-ui-links a svg {
    margin-inline-end: .5em
}

.vud-ui-links-username {
    display: flex;
}

.vud-ui-links-username a {
    justify-content: space-between;
}

.vud-ui-links a,
.vud-ui-links li,
.vud-ui-links-username a span {
    display: flex;
    align-items: center;
}

.vud-ui-username {
    font-size: 12px;
    margin: 0 5px
}

@media screen and (max-width: 700px) {
    .vud-ui-username {
        display: none
    }
}