/*CHAT BOX*/
.footer-btn-container{
    /*display:none;*/
}
@media only screen and (max-width: 479px){
    .footer-btn-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff0;
    position: fixed;
    bottom: 1%;
    width: 100%;
    text-align: center;
    height: 50px;
    font-weight: 500;
    z-index:1000;
    }
}
.footer-icon-container-call {
    position: fixed;
    bottom: 10px;
    right: 10px;
	background: #000;
	color: #fff;
	padding: 10px;
	width: 100px;
	text-align: center;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
}
/*.footer-icon-container-email {
	background: #0d4da1;
	padding: 10px;
	width: 225px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	border-radius: 10px;
	color: #fff;
}*/
.chat-social-container{
    border-bottom:1px solid #dedede;
    width: 85%;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
        padding: 10px;
}
.chat-contact-info{
    border-bottom:1px solid #dedede;
    padding: 10px;
}
.chat-msg.self .cm-msg-text{
    
}

#chat-circle,
.chat-box {
	position: fixed;
	bottom: 3px
}

#chat-input,
.chat-box,
.cm-msg-text {
	font-family: Raleway, sans-serif
}

#chat-circle {
	right: 2%;
	background: #5a5eb9;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	padding: 15px;
	cursor: pointer;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .6), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn#my-btn {
	background: #fff;
	border-radius: 45px;
	padding: 13px 40px 12px;
	color: #5865c3
}

#chat-overlay {
	background: rgba(255, 255, 255, .1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: none
}

.chat-box {
	display: none;
	background: #efefefe6;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	right: 3px;
	width: 345px;
	max-width: 85vw;
	max-height: 100vh
}

.chat-box-toggle {
	cursor: pointer;
    top: 10px;
    right: 15px;
	position: absolute
}

.chat-box-header {
	background: #202020;
	height: 70px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding-top: 17px
}

#chat-input,
.chat-box-body {
	position: relative;
	border: 1px solid #ccc;
	overflow: hidden
}

.chat-box-body {
	height: 540px;
	font-size: 10px
}

.chat-box-body:after {
	content: "";
	opacity: .1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	position: absolute;
	z-index: -1
}

#chat-location-octal-space { 
    height: 180px;
    margin-bottom:5px;
    }
#chat-input {
	background: #f4f7f9;
	width: 100%;
	height: 40px;
	padding: 10px 50px 10px 15px;
	resize: none;
	outline: 0;
	color: #888;
	border-top: none
}

.chat-input>form {
	margin-bottom: 0
}

#chat-input::-webkit-input-placeholder {
	color: #ccc
}

#chat-input::-moz-placeholder {
	color: #ccc
}

#chat-input:-ms-input-placeholder {
	color: #ccc
}

#chat-input:-moz-placeholder {
	color: #ccc
}

.chat-submit {
	position: absolute;
	bottom: 3px;
	right: 10px;
	background: 0 0;
	box-shadow: none;
	border: none;
	border-radius: 50%;
	color: #5a5eb9;
	width: 35px;
	height: 35px
}

.chat-logs {
	padding: 15px;
	height: 100%;
	overflow-y: scroll
}

.chat-logs::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #f5f5f5
}

.chat-logs::-webkit-scrollbar {
	width: 5px;
	background-color: #f5f5f5
}

.chat-logs::-webkit-scrollbar-thumb {
	background-color: #5a5eb9
}

@media only screen and (max-width:500px) {
	.chat-logs {
		height: 40vh
	}
}

.chat-msg.user>.msg-avatar img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	float: left
}

.chat-msg.self>.msg-avatar img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	float: right
}
.chat-msg.user>.cm-msg-text {
	width:100%;
}
.cm-msg-text {
	background: #fff;
	padding: 5px 10px;
	color: #666;
	max-width: 75%;
	float: left;
	margin-left: 10px;
	position: relative;
	margin-bottom: 20px;
	border-radius: 5px
}

.chat-msg {
	clear: both
}

.chat-msg.self>.cm-msg-text {
	float: right;
	margin-right: 10px;
	background: #fff;
	color: #000
}

.cm-msg-button>ul>li {
	list-style: none;
	float: left;
	width: 50%
}

.cm-msg-button {
	clear: both;
	margin-bottom: 70px
}

.chat-box {
	border: 0 solid #0a2c53d1;
	border-top-width: 35px;
	z-index: 9998;
	border-bottom-width: 35px;
	border-radius: 10px
}

/*VIEWS FORM CONTROL*/
.form-chat{
    border: transparent;
    border-bottom: 1px solid #9c9c9c; 
    border-radius: 0px !important;
    width:100%;
}
.chat-submit-btn{
    width: 100%;
    background-image: linear-gradient(310deg, #2152ff, #21d4fd);
    height: 28px;
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #00000046;
    text-align: center;
    margin-bottom: 5px;
}
.chat-btn-err{
    background-image: linear-gradient(314deg, #333333, #b7b7b7) !important;
}
.chat-bot-form{
    margin-top: 10px;
}
/*VIEWS FORM CONTROL*/


.chat-form-container {
	margin-top: 3px
}

.chat-form {
	background: #fff0;
	border: #fff0;
	border-bottom: 1px solid #a7a7a7;
	margin-bottom: 10px;
	width: 100%
}

.chat-form::placeholder {
	color: #505050;
	font-size: 8px !important
}

.chat-form-submit {
	width: 100%;
	border: none;
	border-radius: 3px;
	background: #faba00
}

.listing-button {
	width: 100%;
	border: none;
	border-radius: 3px;
	background: linear-gradient(45deg, #7dc387, #dbe9ea);
	box-shadow: .6em .6em 1.2em #7dc38766, -.5em -.5em 1em #dbe9eaa6;
	margin-top: 5px
}

.dev-button {
	width: 100%;
	border: none;
	border-radius: 3px;
	background: linear-gradient(45deg, #ed765e, #fea858);
	box-shadow: .6em .6em 1.2em #fea85880, -.5em -.5em 1em #ed765e47;
	margin-top: 5px
}

.chat-ul {
	padding: 10px
}

.list-none {
	list-style: none
}
.MapHandlerHeading{
    font-size: 15px;
    margin-bottom: 2px !important;
}
.MapHandlerDescription{
    font-size: 10px;
    margin-bottom: 10px !important;
}
.octal-space-chat-img{
    width:100% !important;
    border-radius:15px;
}
.ChatImgOsMargin{
    margin-bottom:10px;
}
.ChatOsEnquiry{
    margin-bottom:10px;
    font-size:15px;
}
.cm-msg-text p{
    font-size:15px;
}
/*CHAT BOX*/

.ChatOctSpFormControl{
    width: 100%;
    margin-bottom: 10px;
    border: transparent;
    border-bottom: 1px solid #acaaaa;
}
.ChatOctSpFormControl:focus {
  outline:none;
}
#ChatOsEnquiry .iti{
    width:100% !important;
    margin-bottom: 10px;
}
.OSCTCBSocialContainer{
    font-size: 15px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.OctalSpaceSocialChatContainer{
    display: flex;
    margin-bottom: 10px;
}
.OS-ChatBot-Social-Fb{
    color : #1877F2 !important;
    border: 1px solid #1877F2 !important;
}
.OS-ChatBot-Social-twitter{
    color : #1DA1F2 !important;
    border: 1px solid #1DA1F2 !important;
}
.OS-ChatBot-Social-twitter{
    color : #1DA1F2 !important;
    border: 1px solid #1DA1F2 !important;
}
.OS-ChatBot-Social-google{
    color : #DB4437 !important;
    border: 1px solid #DB4437 !important;
}
.OS-ChatBot-Social-instagram{
    color : #833ab4 !important;
    border: 1px solid #833ab4 !important;
}
.OS-ChatBot-Social-linin{
    color : #0077B5 !important;
    border: 1px solid #0077B5 !important;
}
.OS-ChatBot-Social-Fb:hover{
  text-decoration:none;
 }
 .OS-ChatBot-Social-twitter:hover{
  text-decoration:none;
 }
 .OS-ChatBot-Social-twitte:hover{
  text-decoration:none;
 }
 .OS-ChatBot-Social-google:hover{
  text-decoration:none;
 }
 .OS-ChatBot-Social-instagram:hover{
  text-decoration:none;
 }
 .OS-ChatBot-Social-linin:hover{
  text-decoration:none;
 }
 .os-message-subtext{
     color: #7c7c7c !important;
    border-bottom: 1px solid #dedede !important;
 }
 .Octal-spae-time-stamp{
     color: #7c7c7c !important;
 }