.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;
}

.xpro-ui-profile-links {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    max-width: 150px;
}

.xpro-ui-avatar {
    line-height: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.xpro-ui-avatar .bi-caret-down-fill {
    color: #565656;
}

.xpro-ui-avatar img {
    max-width: 25px;
    height: auto;
    border-radius: 100%;
}

.xpro-ui-links {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    background-color: #fff;
    text-align: right;
    left: 0;
    width: 200px;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    margin: 0;
    padding: 0;
    z-index: 99999;
}

.xpro-ui-links li {
    list-style-type: none;
    padding: .7em 1em;
    border-bottom: 1px solid #e7e7e7;
}

.xpro-ui-links a {
    width: 100%;
}

.xpro-ui-links a img,
.xpro-ui-links a svg {
    margin-left: .5em;
}

.xpro-ui-links-username {
    display: flex;
}

.xpro-ui-links-username a {
    justify-content: space-between;
}

.xpro-ui-links a,
.xpro-ui-links li,
.xpro-ui-links-username a span {
    display: flex;
    align-items: center;
}

.xpro-ui-username {
    font-size: 12px;
    margin: 0 5px
}