@CHARSET "UTF-8";



.noneBorderPaneOne {
	border: none;
}

.chat-bottom-right {
	-webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    bottom: 70px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    fill: #fff;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: 35px;
    width: 80px;
    z-index: 999;
    background-position: center;
}

.m-copy-message {
	color: #fff;
	background-color: rgba(64, 64, 64, .85);
	pointer-events: none;
	z-index: 4000;
	transition: opacity .3s, visibility, .3s;
}

@media screen and (device-width: 375px) and (orientation: landscape), screen and (max-width: 739px) {
	.chat-bottom-right {
		bottom: 130px;
		right: 35px;
		height: 70px;
    	width: 70px;
	}
}
.languageButton{
    float: right !important;
    border-radius: 2px !important;
    background: #FFF !important;
    width: 44px !important;
    line-height: 41px !important;
    font-size: 16px !important;
    color: #6D6D6D !important;
    margin: 0 !important;
    border: 0 !important;
    text-align: center !important;
    padding: 0 !important;
}
@media (max-width: 739px) {
    .languageButton{
        width: 37px !important;
        line-height: 34px !important;
        font-size: 14px !important;
    }
}
@media (max-width: 534px) {
    .languageButton{
        float: none !important;
        margin: 10px auto 0 auto !important;
        display: block !important;
    }
}
@media only screen and (min-width:480px) { .close-img { display: none; } }

@media only screen and (max-width:481px) { .hide-in-mobile { display: none; } }