html {
	overflow-x: hidden;
	overflow-y: hidden;
}

body {
	background: url(../image/v02/bg-mini.png);
	background-repeat: repeat;
	background-size: 60%;
	background-color: #fafafa;
/*	font-family: 'db_airystd_med';*/
}

html,
body {
	height: 100%;
}

.btn:hover,
.btn:focus {
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'db_airystd_bd';
	margin: 0 0 35px;
	letter-spacing: 1px;
}

#all-wrap {
/*	min-height: 100%;*/
	height: 100vh;
	overflow: hidden;
}


.content-collection {
	height: calc(100% - 100px);
}

.frame {
	height: 100%;
}

.frame .sidepanel,
.frame .content,
.frame .other-data {
	background-color: #fff;
	overflow: hidden;
	position: relative;
/*	border: 1px solid rgba(0,0,0,0.3);*/
	height: 100%;
}

.frame .content {
	border-left: none;
}

.lotties-loading-container {
	position: absolute;
	z-index: 50;
	width: 100%;
	height: 100%;
	background-color: rgba(52, 58, 64, .3);
	display: none;
}

.lotties-loading-container.active {
	display: block;
}

.lotties-loading {
	position: absolute;
	width: 35%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	
}

.head-chat-container {
	margin-left: -15px;
	margin-right: -15px;
	border-bottom: 1px solid rgba(0,0,0,.3);
	padding: 15px;
	height: 60px;
	max-height: 60px;
}

.content-head-chat-container {
	border-left: none;
	border-right: none;
/*	border-bottom: none;*/
}

.content-head-other-container {
	border-left: none;
}

.head-chat-text {
	margin-bottom: 0;
	font-size: 1.3rem;
	font-weight: 700;
	color: #393939;
	display: inline-block;
/*	line-height: 1;*/
}

.head-chat-add-user-container {
	float: right;
}

.head-chat-add-user-link {
	font-size: 1.2rem;
	color: #393939;
}

.head-chat-add-user-link:hover,
.head-chat-add-user-link:focus {
	color: #393939;
	text-decoration: none;
}

.frame .sidepanel .contacts {
	margin-left: -15px;
	margin-right: -15px;
	height: calc(100% - 60px);
	overflow: hidden
}

.frame .sidepanel .contacts ul.contact-list-container,
.frame .sidepanel .contacts ul.teller-add-list-container {
	height: 100%;
	padding-left: 0px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	list-style: none;
	display: none;

}


.frame .sidepanel .contacts ul.contact-list-container::-webkit-scrollbar,
.frame .sidepanel .contacts ul.teller-add-list-container::-webkit-scrollbar,
.content .message-container::-webkit-scrollbar {
	width: 8px;
}

.frame .sidepanel .contacts ul.contact-list-container::-webkit-scrollbar-track,
.frame .sidepanel .contacts ul.teller-add-list-container::-webkit-scrollbar-track, 
.content .message-container::-webkit-scrollbar-track {
	 -webkit-box-shadow: none;
	background-color: transparent;
}

.frame .sidepanel .contacts ul.contact-list-container::-webkit-scrollbar-thumb,
.frame .sidepanel .contacts ul.teller-add-list-container::-webkit-scrollbar-thumb,
.content .message-container::-webkit-scrollbar-thumb{
	background-color: rgba(0,0,0,.2);
	border-radius: 10px;
  outline: 1px solid slategrey;
}

.frame .sidepanel .contacts ul.contact-list-container.active,
.frame .sidepanel .contacts ul.teller-add-list-container.active {
	display: block;
}

.frame .sidepanel .contacts ul.contact-list-container .contact-list {
	padding: 15px;
	border-bottom: 1px solid rgba(0,0,0,.3);
}

.frame .sidepanel .contacts ul.contact-list-container .contact-list.active,
.frame .sidepanel .contacts ul.teller-add-list-container li.teller-add-list.active {
	background-color: rgba(0,0,0,.05);
}

.frame .sidepanel .contacts ul.teller-add-list-container li.teller-add-list {
	padding: 15px;
}

.frame .sidepanel .contacts ul.teller-add-list-container li.teller-add-list:hover,
.frame .sidepanel .contacts ul.teller-add-list-container li.teller-add-list:focus {
	background-color: rgba(0,0,0,.05);
	cursor: pointer;
}

.teller-add-list .teller-add-profile-img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	object-fit: cover;
	display: inline-block;
	vertical-align: middle;
}

.teller-add-list .teller-data-name {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
}

.teller-add-list .teller-data-info-container {
	display: inline-block;
	width: calc(100% - 70px);
	vertical-align: middle;
	margin-left: 5px;
}

.frame .sidepanel .contacts ul.contact-list-container .contact-list:hover,
.frame .sidepanel .contacts ul.contact-list-container .contact-list:focus {
	cursor: pointer;
	background-color: rgba(0,0,0,.05);
}

.contact-list .contact-status {
	font-size: 0.75rem;
	opacity: 0;
}

.contact-list.noti .contact-status {
	color: #f21529;
	opacity: 1;
}

.contact-list .contact-profile-img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 100%;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #2b3143;
}

.contact-list .contact-data-info-container {
	vertical-align: middle;
	display: inline-block;
	width: calc(100% - 130px);
}

.contact-list .contact-data-info-container p {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.contact-list .contact-data-info-container .contact-data-name {
	font-weight: 700;
}

.contact-list .contact-data-info-container .contact-data-preview,
.contact-list .contact-data-info-container .contact-data-datetime {
	color: #c1c1c1;
}

.contact-list.noti .contact-data-info-container .contact-data-datetime {
	color: #f21529;
}



.content-head-chat-name {
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	color: #393939;
	max-width: 150px;
	margin: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

.content-mobile-back-btn {
	float: left;
	font-size: 1.2rem;
	color: #393939;
}

.content-mobile-back-btn:hover,
.content-mobile-back-btn:focus {
	color: #f21529;
	text-decoration: none;
}

.content-info-btn-link {
	float: right;	
	font-size: 1.2rem;
	color: #393939;
/*	display: none;*/
}

/*
.content-info-btn.active {
	display: inline-block;
}
*/

.content-info-btn-link:hover,
.content-info-btn-link:focus {
	color: #f21529;
	text-decoration: none;
}


.message-input {
	min-height: 50px;
/*
	margin-left: -15px;
	margin-right: -15px;
*/
	border-left: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
	background-color: #fff;
	position: fixed;
	width: 50%;
	bottom: 0em;
}

.message-input .wrap {
	height: 100%;
	position: relative;
}

.message-input .chat-message-container {
	height: 100%;
}

.message-input .chat-message-container.chat-add-elements-container {
	display: none;
}

.message-input .chat-message-container.chat-add-elements-container.active {
	display: block;
	position: absolute;
	top: -75px;
	width: 100%;
}

.chat-select-service-container {
	display: none;
	position: absolute;
	top: -500px;
	width: 100%;
	height: 425px;
}

.chat-select-service-container.active {
	display: block;
}

.select-service-cover {
	width: 100%;
}

.chat-select-service-inside-container {
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 15px;
	border: 1px solid rgba(0,0,0,.3);
	overflow-x: hidden;
	overflow-y: scroll;
	margin-right: 0;
	margin-left: 0;
}

.chat-add-element-inside-container {
	background-color: #fff;
	width: 100%;
	text-align: right;
	padding-right: 15px;
/*	border: 1px solid rgba(0,0,0,.3);*/
}

.element-chat-btn {
	display: none;
	background-color: transparent;
}

.element-chat-btn.active {
	display: inline-block;
}

.element-icon-container {
	color: #fff;
	border-radius: 100%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: auto;
}

#photography-btn .element-icon-container {
	background-color: #f21529;
}

#image-btn .element-icon-container {
	background-color: #6c5ab9;
}

#service-btn .element-icon-container {
	background-color: #b96dce;
}

#tips-btn .element-icon-container {
	background-color: #f5b039;
}

#request-payment-btn .element-icon-container {
	background-color: #f21529;
}

.message-input .chat-message-container .chat-message-textarea {
	width: calc(100% - 110px);
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	resize: none;
	border: none;
}

.message-input .chat-message-container .add-more-element-btn,
.message-input .chat-message-container .send-message-chat-btn {
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0.25rem .5rem;
	vertical-align: middle;
}

.message-input .chat-message-container .add-more-element-btn {
	background-color: #c1c1c1;
	color: #fff;
	border-radius: 100%;
	font-size: 1.3rem;
}

.message-input .chat-message-container .send-message-chat-btn {
	background-color: #f21529;
	color: #fff;
	border-radius: 100%;
	font-size: 1.3rem;
}


.content .message-container {
	overflow-x: hidden;
	overflow-y: auto;
/*
	margin-left: -15px;
	margin-right: -15px;
*/
	background-color: #f3f3f3;
	border: 1px solid rgba(0,0,0,.1);
	border-bottom: none;
	border-top: none;
	flex: 1;
	margin-bottom: 50px;
}

.content .message-container ul {
	list-style: none;
/*	overflow-y: scroll;*/
	overflow-x: hidden;
/*	height: 100%;*/
	padding-left: 15px;
	padding-right: 15px;
}

.content .message-container ul li.me {
	text-align: right;
}

.content .message-container ul li .message-data {
	margin-bottom: 15px;
}

.content .message-container ul li.other .message-data .message-data-name {
	margin-right: 15px;
}

.content .message-container ul li.me .message-data .message-data-time {
	margin-right: 15px;
}

.content .message-container ul li.me .message-data .message-data-name,
.content .message-container ul li.other .message-data .message-data-name {
	max-width: 80px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.content .message-container ul li .message-data .message-data-time {
	color: #c1c1c1;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.85rem;
}

.content .message-container ul li .message {
	color: #393939;
	padding: 10px 20px;
	line-height: 26px;
	font-size: 16px;
	border-radius: 7px;
	margin-bottom: 30px;
	width: 80%;
	position: relative;
}

.content .message-container ul li .message.message-img {
	width: 60%;
	padding: 15px;
}

.content .message-container ul li .message.other-message {
	background-color: #fff;
}

.content .message-container ul li .message.my-message {
	background-color: #2b3143;
	color: #fff;
	display: block;
	margin-left: auto;
	margin-right: 0;
	text-align: left;
}

.content .message-container ul li .message.call-no-evt {
	width: 20%;
/*	background-color: #fff;*/
}

.content .message-container ul li .message.call-hv-evt {
	width: 20%;
}


.content .message-container ul li .message.my-message-service {
	background-color: #fff;
	color: #393939;
	width: 50%;
}

.content .message-container ul li .message.question-message {
	background-color: #fff;
	color: #393939;
	width: 40%;
	display: inline-flex;
}

.content .message-container ul li .message:after {
	bottom: 100%;
	left: 7%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.content .message-container ul li .message.other-message:after {
	border-bottom-color: #fff;
	left: 10%;
}

.content .message-container ul li .message.my-message:after {
	border-bottom-color: #2b3143;
	left: 90%;
}

.content .message-container ul li .message.my-message-service:after,
.content .message-container ul li .message.question-message:after{
	border-bottom-color: transparent;
}

.content .message-container ul li .message.call-no-evt:after,
.content .message-container ul li .message.call-hv-evt:after {
	border-bottom-color: transparent;
}

.call-ic-container {
	text-align: center;
	margin-bottom: 15px;
}

.call-ic-container img {
	width: 30%;
}

.call-no-evt .call-msg {
	margin-bottom: 0;
	text-align: center;
}

.call-hv-evt .call-msg {
	margin-bottom: 0;
	text-align: center;
}

.my-message .call-msg {
	color: #fff;
}

.other-message .call-msg {
	color: #2b3143;
}

.service-pic-container {
	width: 80px;
	height: 80px;
	display: inline-block;
}

.service-pic-container .service-pic {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-title-container {
	display: inline-block;
	margin-left: 10px;
	width: calc(100% - 95px);
	vertical-align: top;
}

.service-title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	font-weight: 700;
}

.service-detail {
	line-height: 25px;
	max-height: 50px;
	display: block;
	display: -webkit-box;
	margin: 0 auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.service-rate-star {
	display: inline-block;
	width: 20px;
	color: #c1c1c1;
	vertical-align: middle;
}

.service-rate-star.active {
	color: #ffc107;
}

.service-count-rate-container {
	display: inline-block;
}

.service-price-img {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
	margin-right: 5px;
}

.service-price-text {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.service-rate-container {
	height: 30px;
}

.service-info-container {
	margin-bottom: 20px;
}

.service-btn-container {
	margin: 0 -20px -18px -20px;
}

.service-btn-container .service-btn {
	width: 100%;
	color: #fff;
}

.service-btn-container .service-btn.my-service-btn {
	background-color: #2b3143;
}

.service-btn-container .service-btn.other-service-btn {
	background-color: #f21529;
}

.contact-people-chat-container {
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.contact-people-chat-img-container {
	width: 80px;
	height: 80px;
	display: inline-block;
}

.contact-people-chat-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
	background-color: #2b3143;
}

.contact-people-chat-info-container {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 120px);
	padding-left: 15px;
}

.contact-people-chat-head-info,
.contact-people-chat-time-info {
	margin-bottom: 0;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.contact-people-chat-head-info {
	font-size: 1.1rem;
	color: #393939;
	font-weight: 700;
}

.contact-people-chat-time-info {
	font-size: 0.9rem;
	color: #c1c1c1;
}

.dropdown-contact-setting-container {
	display: inline-block;
	width: 20px;
}

.dropdown-contact-setting-btn {
	width: 100%;
	padding: 0;
	background-color: transparent;
	color: #c1c1c1;
}


.message-data-image {
	width: 100%;
}

.user-img-chat {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	object-fit: cover;
	margin-right: 10px;
}

.element-chat-btn-container {
	display: inline-block;
	position: relative;
	max-width: 70px;
}

.element-chat-btn-container form {
	position: relative;
	width: 100%;
}

.upload-pic-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.element-chat-btn-container2 {
	position: relative;
	width: 100%;
}

.question-data-container,
.question-btn-container {
	display: inline-block;
	vertical-align: middle;
}

.question-data-container {
	width: calc(100% - 50px);
}

.question-btn-container {
	position: relative;
	width: 70px;
	margin-right: -20px;
	margin-top: -10px;
	margin-bottom: -10px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	color: #fff;
}

.my-message .question-btn-container {
	background-color: #2b3143;
}

.other .question-btn-container {
	background-color: #f21529;
}

.question-btn-container-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55px;
	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.question-price,
.question-price-mock {
	margin-bottom: 0;
	text-align: center;
}

.other .question-price,
.my-message .question-price-mock {
	display: block;
}

.other .question-price-mock,
.my-message .question-price{
	display: none;
}

.my-message .question-coin-btn {
	display: none;
}

.other .question-coin-btn {
	display: block;
}

.content .message-container ul li .my-message.tip-message {
	display: inline-flex !important;
	width: auto;
}

.content .message-container ul li .other-message.tip-message {
	display: inline-flex !important;
	width: 40%;
}

.my-message.tip-message {
	background-color: #2b3143;
	color: #fff;
}

.other.tip-message {
	background-color: #fff;
	color: #393939;
}

.tip-info-container {
	display: inline-block;
	vertical-align: middle;
}

.tip-pay-btn {
	vertical-align: middle;
	position: relative;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: -20px;
	width: 80px;
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px;
	background-color: #f21529;
	color: #fff;
}

.other .tip-info-container {
	width: calc(100% - 50px);
	background-color: #fff;
}

.my-message .tip-info-container {
	width: 100%;
}

.other .tip-pay-btn {
	display: inline-block;
}

.tip-pay-btn.paid {
	background-color: #c7c7c7;
}

.my-message .tip-pay-btn {
	display: none;
}

.question-coin-btn {
	width: 35%;
	margin: auto;
}

.tip-info {
	text-align: left;
	margin-bottom: 0;
}

.tip-pay {
	text-align: center;
	margin-bottom: 0;
}

.tip-pay {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.tips-coin {
	width: 25px;
}

.question-data-title,
.question-expired {
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	margin: 0 auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}


.select-service-cover-container {
	width: 100%;
	position: relative;
	padding-top: 75%;
}

.select-service-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2b3143;
	object-fit: cover;
}

video.select-service-cover {
	object-fit: contain;
}

.select-service-title {
	margin-bottom: 0;
}

.each-rating-star-service {
	display: inline-block;
	margin-right: 8px;
}

.select-service-price-img {
	width: 30px;
	margin-right: 5px;
}

.select-service-price {
	margin-bottom: 0;
}

.each-select-service-container {
	color: #393939;
	margin-bottom: 15px;
}

.each-select-service-container:hover,
.each-select-service-container:focus {
	color: #393939;
}

.select-service-btn-container {
	background-color: #f21529;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}

.each-rating-star-service {
	color: #f5b039;
}


.my-message-service-link {
	color: #404040;
}

.my-message-service-link:hover,
.my-message-service-link:focus {
	color: #404040;
	text-decoration: none;
}

.this-tips-coin {
	width: 25px;
	margin-left: 5px;
	margin-right: 10px;
}

.big-chat-collect-container {
	display:flex;
	flex-direction:column;
	height: 100%;
	margin-left: -15px;
	margin-right: -15px;
}

.request-payment-status-log {
	border: 1px solid rgba(0,0,0,.1);
	display: block;
	width: 100%;
	padding: .5rem;
	display: none;
}

.request-payment-status-log.active {
	display: block;
}

.head-request-log-txt,
.request-log-txt {
	margin-bottom: 0;
}

.head-request-log-txt {
	color: #434343;
	font-weight: 600;
	display: inline-block;
}

.request-log-txt {
	font-size: 0.85rem;
	color: #737373;
}

.use-time {
	float: right;
}

.each-line-request-log:last-child {
	margin-top: 15px;
}

.each-request-coin-container {
	display: inline-block;
	margin-right: 5px;
}

.each-request-coin-img {
	width: 25px;
}

.end-model-container {
	display: inline-block;
	float: right;
}

.end-model-btn {
	background-color: transparent;
	color: #f21529;
	border: 1px solid #f21529;
}

.request-payment-log {
	text-align: center;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
}

.request-payment-txt,
.request-payment-date{
	margin-bottom: 0;
}

.request-payment-txt {
	color: #afafaf;
	margin-top: -14px;
	position: absolute;
	left: 50%;
	padding: .05rem .5rem;
	background: #F3F3F3;
	
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.request-payment-date-container {
	margin-top: 14px;
}

.request-payment-date {
	display: inline-block;
	background-color: #dcdcdc;
	color: #777;
	padding: .1rem .25rem;
	border-radius: 5px;
}

.request-payment-info-container {
	background-color: #fff !important;
}

.request-payment-info-container:after {
	border-bottom-color: #fff !important;
}

.request-payment-info-container .tip-info {
	color: #393939;
}

.review-pay-btn {
	width: 80px;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: -20px;
	border-radius: 7px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #f21529;
	text-align: center;
	position: relative;
	min-height: 98px;
}

.review-pay-btn.my-message {
	background-color: #2b3143;
}

.review-pay-link {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.review-pay-link:hover,
.review-pay-link:focus {
	text-decoration: none;
}

.review-pay-star,
.review-pay-txt {
	margin-bottom: 0;
}

.review-pay-txt {
	color: #fff;
}

.review-pay-star {
	color: #ffe662;
	font-size: 1.4rem;
}

.sup-head-txt {
	margin-bottom: 0;
	font-size: 1.2rem;
	font-family: 'Kanit', sans-serif;
	color: #434343;
	margin: auto;
}

.sup-info-txt label {
	font-weight: 600;
}

.sup-info-txt {
	margin-bottom: 0;
	font-size: 1rem;
	color: #434343;
}

.confirm-request-img-container,
.confirm-head-txt,
.confirm-sub-head-txt {
	text-align: center;
}

#confirm-request-btn {
	background-color: #f21529;
	color: #fff;
}






/* Support container */
.sup-modal-container {
	overflow-y: scroll;
	display: block;
	max-height: 550px;
}

.sup-info-container {
	margin-bottom: 45px;
}

.sup-info-txt label {
	font-weight: 600;
}
/* /Support container */




@media(min-width: 320px) {
	
	.content-collection {
		height: calc(100% - 55px);
	}
	
	.frame .content,
	.frame .other-data{
		display: none;
	}
	
	.frame .content.active {
		display: block;
	}
	
	.service-pic-container {
		width: 50px;
		height: 50px;
	}

	.service-rate-star {
		width: 10px;
		font-size: 0.7rem;
	}
	
	.service-count-rate {
		font-size: 0.6rem;
	}
	
	.service-price-img {
		width: 20px;
	}
	
	.content .message-container ul li .message.my-message-service {
		width: 71%;
	}
	
	.service-title-container {
		width: calc(100% - 65px);
	}
	
	.message-input {
		width: 100%;
	}
	
	.content .message-container ul li .message.message-img {
		width: 80%;
	}
	
	.content .message-container ul li .message.question-message {
		width: 80%;
	}
	
	.content .message-container ul li .other-message.tip-message,
	.content .message-container ul li .my-message.tip-message {
		width: 80%;
	}
	
	.content .message-container {
		padding-top: 10px;
	}
	
	.chat-add-element-inside-container {
		text-align: center;
		padding-right: 0;
	}
	
	.content .message-container ul li .message.call-no-evt {
		width: 45%;
	}
}


@media(min-width: 411px) {
	.service-rate-star {
		width: 15px;
		font-size: 0.8rem;
	}
	
	.service-count-rate {
		font-size: 0.9rem;
	}
}

@media(min-width: 480px) {
	.content .message-container ul li .message.my-message-service {
		width: 55%;
	}
}

@media(min-width: 768px) {
	.content-collection {
		height: calc(100% - 85px);
	}

	.service-pic-container {
		width: 80px;
		height: 80px;
	}
	
	.service-title-container {
		width: calc(100% - 95px);
	}
	
	.content .message-container ul li .message.message-img {
		width: 60%;
	}
	
	.content .message-container ul li .message.question-message {
		width: 40%;
	}
	
	.content .message-container ul li .other-message.tip-message {
		width: 50%;
	}
	
	.content .message-container ul li .my-message.tip-message {
		width: 50%;
	}
	
	.chat-add-element-inside-container {
		text-align: right;
		padding-right: 15px;
	}
}


@media(min-width: 992px) {
	.frame .content,
	.frame .other-data {
		display: block;
	}
	
	.content .message-container ul li .message.call-no-evt {
		width: 20%;
	}
}

@media(min-width: 1024px) {
	.content-collection {
		height: calc(100% - 75px);
	}
	
	.content .message-container ul li .message.my-message-service {
		width: 55%;
	}
}


@media(min-width: 1200px) {
	.content-mobile-back-btn {
		display: none;
	}
	
	.message-input {
		width: 50%;
	} 
}