/*.wheel-bg {
    background-image: url(/web/images/wheel/fw-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 900px;
}

.btn-wheel {
    color: #f9bb11;
    border-radius: 50px;
    background: #000 !important;
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #e8e8e8;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    left: 16%;
    bottom: -10% !important;
}

.btn-wheel-spin {
    bottom: -11% !important;
    margin-left: -120px;
    color: #272221;
    background-color: transparent !important;
    position: absolute;
}

.btn-wheel-spin2 {
    bottom: -11%;
    left: 80%;
    margin-left: -70px;
    color: #272221;
    background-color: transparent;
    position: absolute;
}

.modal-dialog.wheel-pop {
    border-radius: 20px;
}

.wheel-pop .modal-content {
    background: #000000;
    border: 1px solid #f9bb11;
    border-radius: 15px;
}

.wheel-pop h3 {
    padding: 0px 20px;
    color: #f9bb11;
    font-size: 21px;
    border-bottom: 1px solid #ffffff85;
    padding-bottom: 10px;
}

.wheel-pop .close-X {
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.wheel-content {
    color: #f9bb11;
    padding: 20px;
}*/

.user-balance-container .profile-dropdown {
    width: 225px;
    position: absolute;
    top: 0;
    margin-top: 40px;
    right: 0;
    list-style-type: none;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(107, 123, 168, .25);
    border-radius: 10px;
    padding: 1rem 0;
    opacity: 0;
    transition: opacity .3s ease-in-out, visibility 0s linear;
    visibility: hidden;
    pointer-events: none;
}