/* All devices style  */
#chat_btn {
	width: 80px;
	height: 80px;
	font-family: 'TradeGothic';
	position: fixed;
	right: 20px;
	bottom: 45px;
	background-color: #262626;
	border-radius: 50%;
	color: white;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	background-image:url('../../images/chat_icon.svg')!important;
	background-size: cover;
	cursor: pointer;
	z-index: 888;
	display: none;
}

#chat_btn.modalOpen {
	display: none !important;
}

header.sidebarHeader {
    top: 0px;
}

.embeddedServiceInvitation {
    position: fixed !important;
}

.embeddedServiceInvitation,
.embeddedServiceSidebar {
    z-index: 899!important;
}

.queuePositionCounter.youAreNextMessage {
    font-size: 18px!important;
}

/* Mobile query */
@media only screen and (max-width: 767px) {
    .pt_product-details .embeddedServiceInvitation {
        top: 91%!important;
    }

    .sidebarHeader.minimizedContainer.embeddedServiceSidebarMinimizedDefaultUI {
        bottom: 35%!important;
    }
    
    .modalContainer.sidebarMinimized.layout-docked.embeddedServiceSidebar {
        z-index: 898!important;
    }
}

/* Small Mobile query */
@media only screen and (max-width: 375px) {
    .pt_product-details .embeddedServiceInvitation {
        top: 88.5%!important;
    }
}
