
/*    CHAT   */

.region-chat.active {
	max-width: calc(95% - 20px);
	max-height: 10000px;
	opacity: 1;
}
.region-chat .btninviachat p::after {
	width: 19px;
    height: 19px;
    display: inline-block;
    background-image: url(/themes/bey/chat/gbf-chat-03.svg);
    background-size: cover;
    content: "";
    margin-left: 10px;
}
.region-chat .webform-button--submit i {
	display: none;
}
.region-chat .webform-button--submit.btn-primary {
	padding: 0.5rem 0.75rem;
	color: #3c3c3b !important;
	/* background-color: #ebc500 !important; */
	background-color: #009fe3 !important;
	width: 100%;
	border-radius: 20px !important;
	border: 0px;
	    display: flex;
    justify-content: center;
	font-size: 14px !important;
}
.site-footer .region-chat .form-control:focus {
	box-shadow: none;
	border: 0px;
}
.site-footer .region-chat .form-control {
	background-color: #dedede;
	border: 0px;
	border-radius: 10px;
	font-size: 13px;
}
.site-footer .region-chat .testo12 {
	font-size: 14px;
}
.region-chat .form-group.js-form-item {
    margin-bottom: 10px;
}

.site-footer .region-chat #edit-processed-text-01 {
	padding-top: 15px;
}
.site-footer .region-chat .content {
	padding:10px;
    font-size: 16px;
    line-height: 130%;
}
.site-footer .region-chat .testataservizioclienti .content {
	color: #fff;
}
.site-footer .region-chat .content a,
.site-footer .region-chat .content {
    color: #3c3c3c;
}
.region-chat {
	max-width: 0px;
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
    bottom: 70px;
    right: 20px;
    color: unset !important;
    width: 400px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
	font-size: 12px;
	z-index: 30000;
	-webkit-box-shadow: 2px 5px 16px 0px #0B325E, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 2px 5px 16px 0px #0B325E, 5px 5px 15px 5px rgba(0,0,0,0);
    -webkit-transition: all 0.3s ease-in;
  	-moz-transition: all 0.3s ease-in;
  	-o-transition: all 0.3s ease-in;
  	transition: all 0.3s ease-in;
}
.formchat {
	width: 100%;
}
.site-footer .block.testataservizioclienti::after {
	height: 100%;
	cursor: pointer;
    width: 51px;
    background-image: url(/themes/bey/chat/gbf-chat-04.svg);
    background-size: 20px 20px;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 10px;
    content: "";
    top: 0px;
}
.site-footer .block.testataservizioclienti em {
	font-style: normal;
	color: #ebc500 !important;
}

.site-footer .region-chat .form-check {
	margin-bottom: 20px;
}
.site-footer .region-chat .block p ,
.site-footer .block.testataservizioclienti p ,
.site-footer .block.testochatsfondobianco p {
	margin: 0px;
}
.site-footer .block.testochatsfondobianco img {
	float: left;
    height: auto !important;
	margin-right: 10px;
	margin-bottom: 20px;
}
.site-footer .imglogo {
	margin-right: 10px;
}
.js-form-item-accetto-il-trattamento-dei-dati label {
	font-size: 14px;
}
.site-footer .block.testataservizioclienti {
	background-color: #0075be;
    color: #fff !important;
	position: relative;
    width: 100%;
    padding: 15px 10px;
	margin: 0px;
}

.site-footer .block.testochatsfondobianco {
	width: 100%;
    padding: 10px;
	border-bottom: 1px solid #d8d8d8;
}


.icochat.active {
	background-image: url("/themes/bey/chat/gbf-chat-02.svg");
	background-size: cover;
}
.region-chat .block-webform .content {
	padding-top: 0px;
}
.region-chat #block-chattestosfondobianco,
.region-chat .block-webform {
	margin: 0px;
}

.icochat {
	position: fixed;
    width: 50px;
    height: 50px;
    background-color: #0075be;
    bottom: 5px;
	cursor: pointer;
    right: 5px;
    border-radius: 50%;
    z-index: 40000;
	background-image: url("/themes/bey/chat/gbf-chat-01.svg");
	background-size: cover;
        -webkit-transition: all 0.3s ease-in;
  	-moz-transition: all 0.3s ease-in;
  	-o-transition: all 0.3s ease-in;
  	transition: all 0.3s ease-in;
}


@media (min-width: 1025px) {
    
    .icochat {
        width: 70px;
        height: 70px;
        bottom: 15px;
        right: 15px;
    }
    
    .region-chat {
        bottom: 100px;
        right: 30px;
    }
}
@media (max-width: 1023px) {
    .site-footer .region-chat .content {
        font-size: 14px;
    }
    .site-footer .region-chat textarea.form-control {
            height: 80px;
    }
    .site-footer .region-chat .testo12 {
        font-size: 12px;
    }
    .site-footer .block.testataservizioclienti {
        padding: 0px 10px;
    }
    
    .region-chat {
        bottom: 30px;
    }
    .icochat.active {
        width: 30px;
        height: 30px;
    }
    
}
@media (max-width: 380px) {
	.site-footer .region-chat  .content {
		font-size: 12px;
	}
}