﻿.globalClass_662e
{
    position: absolute!important;
    right: 350px!important;
}
.chat-button
{
    background: -webkit-gradient(linear,left bottom,left top,from(#ffe600),to(#ffb800));
    background: linear-gradient(0deg,#ffe600,#ffb800);
    background-size: contain;
    border-radius: 50%;
    bottom: 50px;
    -webkit-box-shadow: inset 0 -5px 0 #f90,0 3px 6px 0 rgba(0,0,0,.75);
    box-shadow: inset 0 -5px 0 #f90,0 3px 6px 0 rgba(0,0,0,.75);
    cursor: pointer;
    display: initial!important;
    height: 52px;
    min-height: 52px;
    min-width: 50px;
    position: fixed;
    right: 15px;
    -webkit-transition: background 1s ease-out;
    transition: background 1s ease-out;
    width: 50px;
    z-index: 110;
}
.chat-button .loader-ring, .chat-button.spin:before
{
    display: none;
}
.chat-button:before
{
    background-image: url(../../bcgamebettingde/image/support_chat_icon2.25f685ee.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 27px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-55%);
    transform: translate(-50%,-55%);
    width: 27px;
}
.chat-button:hover
{
    background: -webkit-gradient(linear,left top,left bottom,from(#ffe600),to(#ffb800));
    background: linear-gradient(180deg,#ffe600,#ffb800);
    -webkit-transition: background 1s ease-out;
    transition: background 1s ease-out;
}
.chat-button.spin
{
    background: linear-gradient(95deg,#faca17 20%,#ff9c48 80%),#ff9c48;
}
.chat-button.spin .loader-ring
{
    display: block;
    height: 30px;
    left: 50%;
    margin: -15px;
    position: relative;
    top: 50%;
    width: 30px;
}
.chat-button.spin .loader-ring__light
{
    -webkit-animation: rotate-360 2s linear infinite;
    animation: rotate-360 2s linear infinite;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 4px 0 #fff;
    box-shadow: inset 0 4px 0 #fff;
    height: 30px;
    width: 30px;
}
.chat-button.spin .loader-ring__track
{
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 10px 4px hsla(0,0%,100%,.3);
    box-shadow: inset 0 0 10px 4px hsla(0,0%,100%,.3);
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
}
@-webkit-keyframes rotate-360
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes rotate-360
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@media(min-width: 600px)
{
    .chat-button
    {
        bottom: 54px;
        cursor: pointer;
        height: 60px;
        min-height: 60px;
        min-width: 58px;
        right: 35px;
        width: 58px;
    }
}
#jvlabelWrap, .__jivoCallbackBtn, .__jivoMobileButton, .wrap_240._show_bc1, .wrap_65c, .wrap_c06
{
    display: none!important;
}