.chat-widget{
	padding-top: 64px;
	position: fixed !important;
	top: 0;
	z-index: 800 !important;
	right: 0;
	width: 300px;
	font-size: 14px;
	background-color: #303842;
	box-shadow: 0 0 40px 0 rgb(0 0 0 / 6%);
	transition: all 0.4s ease 0s !important;
}
.chat-widget.hidden {
	display: block !important;
	-webkit-transform: translate(100%);
	transform: translate(100%);
}
.chat-widget-header {
	padding: 10px 20px;
	border-bottom: 1px solid #222734;
	position: relative;
	background: #333c46;
}
.chat-widget-conversation {
	height: 615px;
	background-color: #303842;
	overflow-y: hidden;
}
.chat-widget-messages {
	height: 700px;
}
.chat-widget-messages .chat-widget-message {
	display: block;
	padding: 15px;
	cursor: pointer;
	transition: padding .4s ease-in-out;
}
.chat-widget-message.unread{
	background: #38424e;
}
.chat-widget-conversation .chat-widget-speaker:first-child{
	padding-top: 10px;
}
.chat-widget-conversation .chat-widget-speaker:last-child{
	padding-bottom: 40px;
}
.chat-widget-conversation .chat-widget-speaker.date{
	padding-top: 5px;
}
.chat-widget-conversation .chat-widget-speaker.money .chat-widget-speaker-message{
	font-size: 15px;
	padding: 15px;
}
.chat-widget-conversation .chat-widget-speaker.money .amount{
	font-size: 30px;
	font-weight: 600;
}
.chat-widget-conversation .chat-widget-speaker.file .chat-widget-speaker-message{
	position: relative;
}
.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message a{
	color: yellow;
	font-weight: 500;
}
.chat-widget-conversation .chat-widget-speaker.file a{
	display: block;
	min-width: 120px;
}
.chat-widget-conversation .chat-widget-speaker.file a img{
	width: 25px;
	height: 25px;
	margin: 5px;
}
.chat-widget-conversation .chat-widget-speaker.file a p{
	color: #fff;
	position: absolute;
	display: contents;
	vertical-align: middle;
	max-width: 200px;
	font-size: 11px;
	outline: none;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    line-height: 1.1428571429em;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.chat-widget-conversation .chat-widget-speaker.location a{
	position: relative;
	border-radius: 4px;
	display: block;
	width: 254px;
	height: 254px;
	z-index: 1;
}
.chat-widget-conversation .chat-widget-speaker.link .link_wrapper{
	display: block;
	background: #f2f2f2;
	color: #111;
	padding: 6px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 4px;
	border: 1px solid #b5b5b5;
}
.chat-widget-conversation .chat-widget-speaker.link .link_image{
	width: 50px;
	margin-right: 5px;
}
.chat-widget-conversation .chat-widget-speaker.link .link_title{
	font-weight: 600;
	display: block;
	font-size: 1.1em;
}
.chat-widget-conversation .chat-widget-speaker.link .link_description{
	display: block;
	font-size: 1.1em;
	padding: 3px 0;
	color: #666;
}
.chat-widget-conversation .chat-widget-speaker.link .link_host{
	font-size: 0.8em;
	color: #333;
}
.chat-widget-conversation .chat-widget-speaker.location .fa-map-marker{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -10px;
	color: #fff;
	font-size: 22px;
}
.chat-widget-conversation .chat-widget-speaker.contact{
	width: 100%;
}
.chat-widget-conversation .chat-widget-speaker.contact .chat-widget-speaker-message{
	display: block;
}
.chat-widget-conversation .chat-widget-speaker.contact .contact_wrapper .figure{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}
.chat-widget-conversation .chat-widget-speaker.contact .contact_wrapper .contact_avatar{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: none;
}
.chat-widget-conversation .chat-widget-speaker.contact .contact_wrapper .contact_name{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	line-height: 2;
	padding: 10px;
}
.chat-widget-conversation .chat-widget-speaker.contact .chat-widget-speaker-message .time{
	margin-top: -10px;
}
.chat-widget-conversation .chat-widget-speaker.contact .add_contact{
	padding: 11px 0 5px;
	display: block;
	text-align: center;
	border-top: 1px solid #333;
	margin-top: 8px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
}
.chat-widget-conversation .chat-widget-speaker.contact .add_contact:hover{
	font-weight: 600;
}
.chat-widget-conversation .chat-widget-speaker.img a{
	border: 2px solid #1e242c;
	border-radius: 4px;
	display: block;
}
.chat-widget-conversation .chat-widget-speaker.img a:hover{
	border: 2px solid #333a44;
}
.chat-widget-conversation .chat-widget-speaker.img a figure{
	display: block;
	width: 200px;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 4px;
}
.chat-widget-conversation .chat-widget-speaker.img a figure img{
	display: none;
	width: 200px;
	height: 200px;
	border-radius: 4px;
}
.chat-widget-conversation .chat-widget-speaker.location a img{
	border-radius: 4px;
	width: 254px;
	height: 254px;
}
.chat-widget-conversation .chat-widget-speaker.audio audio{
	max-width: 100%;
}
.chat-widget-conversation .chat-widget-speaker.video a{
	position: relative;
	border-radius: 4px;
	display: flex;
	overflow: hidden;
	width: 100%;
}
.chat-widget-conversation .chat-widget-speaker.video a img{
	width: 100%;
	height: auto;
	min-width: 200px;
	min-height: 100px;
	background: #1c2128;
}
.chat-widget-conversation .chat-widget-speaker.video a .fa-play-circle-o{
	color: white;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
}
.chat-widget-conversation .chat-widget-speaker.video a .duration{
	color: white;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.chat-widget-messages .chat-widget-message.active, .chat-widget-messages .chat-widget-message:hover {
	background-color: #363f4a;
}
.user-status {
	min-height: 44px;
	padding: 5px 17px 0 65px;
	position: relative;
}
.user-status .user-status-activity, .user-status .user-status-avatar {
	position: absolute;
	top: 0;
	left: 0;
}
.user-status .user-status-timestamp {
	margin-top: 10px;
	color: #9aa4bf;
	font-size: .75rem;
	font-weight: 500;
}
.user-status .user-status-timestamp.floaty {
	margin-top: 0;
	position: absolute;
	top: 7px;
	right: 0;
}
.chat-widget-header .chat-widget-close-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	color: #a7babd;
}
.chat-widget-header .chat-widget-close-button:hover{
	color: #bdcbcd;
}
.chat-widget-form {
	background-color: #262c34;
	box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%);
	transition: opacity .4s ease-in-out,visibility .4s ease-in-out,bottom .4s ease-in-out;
    padding: 10px 15px 11px 15px;
}
.interactive-input {
	width: 100%;
	height: 52px;
	position: relative;
	background-color: #22272e;
	border: 1px solid #2c333d;
	border-radius: 12px;
}
.interactive-input.small {
	height: 48px;
}
.interactive-input .interactive-input-icon-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 24px;
	height: 42px;
	position: absolute;
	top: 0;
	right: 5px;
	cursor: pointer;
	color: #4f5968;
}
.interactive-input .interactive-input-action {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	display: none;
}
#pane-body .chat-widget-speaker,
.chat-widget-conversation .chat-widget-speaker{
	display: block;
	position: relative;
	clear: both;
	padding: 0 20px 0 10px;
}
#pane-body .chat-widget-speaker+.chat-widget-speaker,
.chat-widget-conversation .chat-widget-speaker+.chat-widget-speaker {
	margin-top: 5px;
}
#pane-body .chat-widget-speaker.right,
.chat-widget-conversation .chat-widget-speaker.right {
	-ms-flex-align: end;
	align-items: flex-end;
}
#pane-body .chat-widget-speaker.right .chat-widget-speaker-message,
.chat-widget-conversation .chat-widget-speaker.right .chat-widget-speaker-message {
	background-color: #005aa4;
	color: #fff;
}
#pane-body .chat-widget-speaker.right .chat-widget-speaker-message.thik,
.chat-widget-conversation .chat-widget-speaker.right .chat-widget-speaker-message.thik {
	border-top-right-radius: 0;
}
#pane-body .chat-widget-speaker .chat-widget-speaker-avatar,
.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-avatar {
	position: absolute;
	top: 0;
}
#pane-body .chat-widget-speaker .chat-widget-speaker-message,
.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message {
	display: inline-block;
	padding: 8px;
	border-radius: 10px;
	background-color: #242b34;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.1428571429em;
	color: white;
	margin: 0 0 10px !important;
}
#pane-body .chat-widget-speaker .chat-widget-speaker-message .time,
.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message .time{
	font-size: 10px;
	color: #999;
	margin-top: 4px;
	display: inline-block;
	float: right;
	padding: 0px 0 0 8px;
}
#pane-body .chat-widget-speaker .chat-widget-speaker-message .material-icons,
.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message .material-icons{
	float: right;
	font-size: 12px;
	color: #999;
	margin: 2px 0 0 4px;
}
#pane-body .chat-widget-speaker .chat-widget-speaker-message .material-icons.readed,
.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message .material-icons.readed{
	color: #8cbae1;
}
#pane-body .chat-widget-speaker .chat-widget-speaker-message+.chat-widget-speaker-message,
.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message+.chat-widget-speaker-message {
	margin-top: 8px;
}
#pane-body .chat-widget-speaker .chat-widget-speaker-timestamp,
.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-timestamp {
	color: #2c323a;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	background: #5599d1;
	display: table;
	padding: 4px 10px;
	border-radius: 4px;
	margin: 5px auto;
}
#pane-body .chat-widget-speaker.left .chat-widget-speaker-message.thik,
.chat-widget-conversation .chat-widget-speaker.left .chat-widget-speaker-message.thik {
	border-top-left-radius: 0;
}
.chat-widget-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: #005aa4;
	cursor: pointer;
}
.chat-widget-button:hover{
	background-color: #0965b1;
}
.chat-widget.closed {
	-webkit-transform: translate(300px);
	transform: translate(300px);
}
.chat-widget-button .chat-widget-button-icon {
	margin-right: 18px;
	margin-left: 12px;
	color: white;
	padding: 6px 15px 0px;
}
.burger-icon {
	width: 20px;
	height: 14px;
	position: relative;
}
.burger-icon .burger-icon-bar {
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 0;
	transition: width .4s ease-in-out;
}
.chat-widget-button .chat-widget-button-text {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
    font-size: 18px !important;
    margin: 0 !important;
}
.chat-widget input[type=text]{
	color: #fff;
	padding: 8px;
	font-weight: 500;
	font-size: 1.2em !important;
	width: 194px;
	border: none !important;
	transition: none;
	background: transparent;
	font-family: sans-serif;
    margin: 0;
    line-height: 2.1;
	box-shadow: none !important;
}
.chat-widget .chat-widget-form input:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: transparent;
}
.chat-widget .chat-widget-form input::placeholder{
	color: #4f5968 !important;
}
.chat-widget .user-avatar{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 45px;
	height: 45px;
}
.chat-widget .user-status .user-status-title {
	color: #fff;
	font-weight: 500;
	line-height: 1.4285714286em;
	transition: opacity .4s ease-in-out,visibility .4s ease-in-out;
	margin: 0;
}
.chat-widget .user-status .user-status-title .bold {
	color: #fff;
	font-weight: 700;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
}
.chat-widget .user-status .user-status-text {
	margin-top: 4px;
	color: #9aa4bf;
	font-weight: 500;
	transition: opacity .4s ease-in-out,visibility .4s ease-in-out;
	margin: 0;
}
.chat-widget.closed .user-status .user-status-title,
.chat-widget.closed .user-status .user-status-text{
	opacity: 0;
}
.chat-widget .user-status .unreads{
	position: absolute;
    top: 25px;
    right: -6px;
    background: #005aa4;
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 4px 0;
    font-size: 11px;
    opacity: 0.8;
}
.chat-widget .user-avatar .user-avatar-content{
	width: 48px;
	height: 48px;
	top: 0;
	left: 0;
	background-size: cover;
	border-radius: 50%;
	border: 3px solid #363e4a;
}
.chat-widget .user-avatar .user-avatar-content figure{
	width: 45px;
	height: 45px;
	background-size: cover;
	border-radius: 50%;
}
.chat-widget .chat-widget-conversation .user-avatar .user-avatar-content{
	width: 30px;
	height: 30px;
	top: 5px;
	left: 0;
	background-size: cover;
	border-radius: 50%;
	border: 1px solid #313842;
}
.chat-widget .chat-widget-conversation .user-avatar .user-avatar-content figure{
	width: 31px;
	height: 31px;
	background-size: cover;
	border-radius: 50%;
}
.user-status .user-status-tag {
	display: inline-block;
	font-size: .8em;
	line-height: 20px;
	text-transform: uppercase;
	position: relative;
	top: -3px;
	margin: 0 0 15px;
}
.user-status .user-status-tag .cargo{
	color: #9aa4bf;
	font-weight: 500;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 200px;
}
.user-status .user-status-tag .typing{
	color: yellow;
	font-weight: 700;
}
.user-status .status{
	position: absolute;
	left: 2px;
	bottom: -4px;
}
.user-status .status.offline {
	color: #f9515c;
}
.user-status .status.online {
	color: #40d04f;
}
.user-status .status.inactive {
	color: #ffa500;
	filter: unset;
}
.user-avatar.no-border.tiny {
	width: 24px;
	height: 26px;
}
#chat-widget-message .simplebar-content{
	overflow-x: hidden;
}
#chat-widget-message .simplebar-scroll-content{
	overflow-x: hidden;
	margin-bottom: 0 !important;
}
#attach_file_btn{
	right: 30px;
}
#attach_file_btn:hover,
#send_message_btn:hover{
	color: #67758b;
}
#attach_wrapper{
	position: absolute;
	right: 5px;
	bottom: 71px;
	width: 290px;
	box-shadow: 0 0 3px #22272e;
	transition: opacity .4s ease-in-out,visibility .4s ease-in-out,bottom .4s ease-in-out;
}
#attach_wrapper.hidden{
	display: none;
}
#attach_wrapper ul{
	display: flex;
	background: #f2f2f2;
	border-radius: 10px;
	margin: 0;
    padding: 0;
}
#attach_wrapper ul li{
	display: flex;
}
#attach_wrapper ul li a{
	padding: 11px;
}
#attach_wrapper ul li a:hover{
	opacity: .9;
}
#attach_wrapper ul li a img{
	width: 50px;
	height: 50px;
	z-index: 2;
}
#attach_wrapper .fa-sort-desc{
	color: #f2f2f2;
	position: absolute;
	right: 50px;
	bottom: -6px;
	font-size: 14px;
}
#attachForm, #attachImageForm{
	display: none;
}
#mapBox #mapa,
#sendMapBox #mapa2{
	width: 100%;
	height: 350px;
}
#sendMoneyBox .saldo,
#confirmSendMoneyBox .saldo,
#multichainPaymentBox .saldo,
#multichainPaymentBox .valor,
#usdtPaymentBox .saldo,
#usdtBnbPaymentBox .saldo,
#usdtPaymentBox .valor,
#usdtBnbPaymentBox .valor{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	padding: 0 10px 10px;
	font-weight: 500;
	text-align: center;
}
#usdtPaymentBox .saldo_trx,
#usdtBnbPaymentBox .saldo_bnb{
	font-size: 24px;
}
.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background: none;
    padding: 0;
    max-height: 86%;
    width: 45%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
    box-shadow: none;
	zoom: 100% !important;
	top: 10%;
    transform: scaleX(1);
}
.modal .modal-content {
    padding: 0px;
    background-color: #414954;
    position: relative;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.modal-header .close {
    margin-top: -2px;
    -webkit-appearance: none;
    padding: 0px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 25px;
    font-weight: 700;
    float: right;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    font-family: inherit;
}
.tingle-demo {
    display: none;
}
.modal-body p{
	color: #999;
}
.modal-dialog{
	position: relative;
}
.modal-dialog .modal-header, .modal-dialog .modal-footer{
    background-color: #414954;
}
.modal-dialog .modal-header{
    border-bottom: 1px solid #222932;
    padding: 15px;
	display: block;
}
.modal-dialog .modal-body{
    background: #2d3540;
    color: #f2f2f2;
    position: relative;
    padding: 15px;
}
.modal-dialog .modal-footer{
	display: block;
    border-top: 1px solid #222932;
    border-radius: 0 0 2px 2px;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right;
}
.md-content form p, .modal-dialog .modal-footer .btn, .modal-dialog .modal-footer .btn-large, .modal-dialog .modal-footer .btn-flat{
    color: white;
}
.md-modal .card{
    background-color: #fff !important;
}
.modal-header h4.modal-title { 
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 1.42857143;
    font-size: 16px;
    color: #f2f2f2;
}
.modal-body label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.modal-body input[type=text],
.modal-body input[type=password]{
	color: #fff;
	background-color: #29303a;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-body .mdl-textfield--floating-label .mdl-textfield__label{
	top: 4px;
}
.modal-footer .btn-flat {
    color: white;
    margin: 6px 0;
    cursor: pointer;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
    background-color: transparent;
    outline: 0;
}
.modal-footer .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit;
    margin-right: 15px;
    text-rendering: optimizeLegibility;
}
.modal-footer .btn-flat:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-footer .btn-flat:focus {
    background-color: rgba(0,0,0,0.1);
}
.modal-overlay {
    position: fixed;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}
#chat-login-wrapper{
	background: #005aa4;
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}
#chat-login-wrapper .logo img{
	border-radius: 50%;
}
#chat-login-wrapper.entrance{
	-webkit-transform: translate(300px);
    transform: translate(300px);
}
#chat-login-wrapper p {
    margin: 28px 0 0;
    font-size: 16px;
    color: #d6d6d6;
}
#chat-login-wrapper .extra-login {
    float: left;
    width: 100%;
    margin: 30px 0;
    text-align: center;
    position: relative;
}
#chat-login-wrapper .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #383e50;
    content: "";
}
#chat-login-wrapper .extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    background: #005aa4;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-family: 'Roboto';
    font-size: 15px;
    color: #afafaf;
    text-transform: capitalize;
}
#chat-login-wrapper .social-list {
    padding: 0;
    list-style-type: none;
}
.clearfix {
    clear: both;
}
.clearfix:before{
	display: table;
    content: " ";
}
#chat-login-wrapper .social-list li {
    display: inline-block;
    list-style-type: none;
    margin: 0 2px;
}
#chat-login-wrapper .social-list li a {
    margin: 1px;
    font-size: 14px;
    font-weight: 400;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
#chat-login-wrapper .facebook-bg {
    background: #4867aa;
}
#chat-login-wrapper .facebook-bg:hover {
    background: #3b589e;
    color: #fff;
}
#chat-login-wrapper .google-bg {
    background: #db4437;
}
#chat-login-wrapper .google-bg:hover {
    background: #dc4e41;
}
#chat-login-wrapper .form-group {
    margin-bottom: 30px;
}
#chat-login-wrapper .btn-theme {
    background: #0067bb;
    border: none;
    cursor: pointer;
    height: 50px;
    color: #fff;
    padding: 13px 50px 12px 50px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
}
#chat-login-wrapper .btn-theme:hover {
    background: #0975cd;
}
#chat-login-wrapper input[type=text],
#chat-login-wrapper input[type=password]{
	color-scheme: dark;
	color: #fff;
	background-color: #005aa4;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#chat-login-wrapper input[type=text]:-internal-autofill-selected,
#chat-login-wrapper input[type=password]:-internal-autofill-selected {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
#chat-login-wrapper .mdl-textfield--floating-labels.is-focused .mdl-textfield__label,
#chat-login-wrapper .mdl-textfield.is-dirty .mdl-textfield__label,
#chat-login-wrapper .mdl-textfield__label {
    color: #f2f2f2 !important;
}
#chat-login-wrapper .logo{
	width: 60px;
    margin: 0 auto 20px auto;
    display: flex;
}
#chat-login-wrapper .singup{
	color: #f2f2f2;
}
#chat-login-wrapper .close-chat{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 22px;
	padding: 10px;
	border-radius: 4px;
}
#chat-login-wrapper .close-chat:hover{
	background-color: #01579f;
}
#whatsapp-btn {
	bottom: 200px;
    position: fixed;
    right: 45px;
    z-index: 5;
    color: #fff;
    background: #25d366;
	border: 2px solid #25d366 !important;
    padding: 8px 10px;
    border-radius: 50%;
    width: 50px;
    margin: 0;
    height: 50px;
    font-size: 30px;
    border: none;
    box-shadow: 1px 1px 2px #666;
}
#whatsapp-btn:hover{
	background: rgba(0, 0, 0, 0.5);
	color: #25d366;
}
#chatbot-btn {
    bottom: 130px;
    position: fixed;
    right: 45px;
    z-index: 5;
    color: #fff;
    background: #ff5252;
    border: 2px solid #ff5252 !important;
    padding: 13px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border: none;
    box-shadow: 1px 1px 2px #666;
}
#chatbot-btn:hover{
	background: rgba(0, 0, 0, 0.5);
	color: #ff5252;
}
@media (max-width: 768px){
	#whatsapp-btn {
		bottom: 90px;
		right: 30px;
		padding: 5px 6px;
		width: 40px;
		height: 40px;
		font-size: 28px;
	}
	#chatbot-btn {
		bottom: 30px;
		right: 30px;
		width: 40px;
		height: 40px;
		padding: 8px;
        font-size: 18px;
	}
}
#chat-widget-message .left {
    float: left !important;
}
#chat-widget-message .right {
    float: right !important;
}
@media (min-width: 768px){
	.modal-dialog {
	    width: 100%;
	    margin: 30px auto;
	}
}
@media (max-width: 400px){
	#chatbot-btn {
		width: 40px;
		height: 40px;
		bottom: 20px;
		right: 20px;
		padding: 5px;
        font-size: 16px;
	}
	#chat-btn.mdl-button--fab{
		width: 46px;
		height: 46px;
		font-size: 24px;
		min-width: 46px;
		bottom: 85px;
		right: 20px;
	}
	.chat-widget{
		width: 100%;
		font-size: 12px;
	}
	.chat-widget.closed {
	    -webkit-transform: translate(100%);
	    transform: translate(100%);
	}
	.chat-widget-button .chat-widget-button-text {
		font-size: 2em !important;
	}
	#mapBox #mapa, #sendMapBox #mapa2 {
		width: 100%;
		height: 250px;
	}
}
.load-chat{
	width: 55px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -25px;
}
.top-chat #chat-btn{
	position: relative;
}
.fancybox__container{
	z-index: 10003;
}