/* width */
*::-webkit-scrollbar {
  width: 3px;
}
.chat-box {
	position: relative;
	width: 100%;
	padding: 10px; 
	background: #141e23 url('../img/background-chat.png') center 100%;
	overflow-y: auto;
	overflow-x: hidden;
	height: 49vh;
	/*display: flex;
  	flex-direction: column-reverse;*/
}
 
.img_smallWrapped {
	position: relative;
	width: auto;
	height: auto;
	margin-right: 11px;
}

.online-tags {
	position: absolute;
	bottom: 2px;
	right: 5px
}

.chatHistoryDiv {
	position: relative;
	width: 100%;
	min-height: 10px;
	clear: both;
}
 
.chatHistoryDiv .chatMsg1 {
	float: right;
	min-width:10% !important; 
	max-width: 65%; 
	display: inline-block;
	padding: 10px;
	background: #025c4c; 
	color: #fff !important;
	position: relative;
}

.chatHistoryDiv .chatMsg2 { 
	min-width:10% !important; 
	max-width: 65%;
	background: #24333a; 
	display: inline-block;
	padding: 10px;
	color: #fff !important;
	position: relative;
}

 
.chatMsg2:after { 
    left: 15px;
    top: -19px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #24333a;
    border-width: 10px;
    margin-left: -10px;
}
.chatMsg1:after { 
    right: 10px;
    bottom: -19px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #025c4c;
    border-width: 10px;
    margin-left: -10px;
}
 
.chatbox-users {
	position: relative;
	width: 100%;
	min-height: 100px;
	margin-top: 21px;
}
 
.chatbox-users .header-chats {
	position: relative;
	width: 100%;
	min-height: 60px;
	background: #1a272d;
	color: #fff;
	margin-bottom: -12px;
}
.chatbox-users .header-chats a {
	color: #fff !important;
}
.chat-history-body { 
	position: relative;
	width: 100%;
	margin: 12px 0px;  
	height: auto; 
} 
 
.chat-history {
	position: relative;
	width: 100%;
	min-height: 20px;  
	display: flex;
	color: #fff;
}
.left-user-profile { 
	width: 35px;
	height: 35px;
	overflow: hidden; 
	background: #000;
	margin-right: 10px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.left-user-profile img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}
.left-user-chat { 
	min-width: 10px;
	max-width: 60%;
	background: #24333a;  
	padding: 6px;
	font-size: 14px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
  
.chat-right .left-user-profile { 
	margin-right: 0px;
	margin-left: 10px;
}
.wrapped-profs {
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 12px;
}
.online {
	position: absolute;
	width: 10px;
	height: 10px;
	display: block; 
	background: #7ccc5c;
	border: 1px solid #1a272d;
	z-index: 15;
	right: -0px;
	bottom: 0px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
	transform-origin: 0 0;
    animation: leaves 1s ease-in-out infinite alternate;
}

@keyframes leaves {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.1);
    }
}
.offline {
	position: absolute;
	width: 10px;
	height: 10px;
	display: block; 
	background: #f86c38;
	z-index: 15;
	right: -0px;
	bottom: 0px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}

.wrapped-profs .img_wrapped {
	position: relative;
	overflow: hidden;
}

.wrapped-profs .premium_lock {
	z-index: 9;
	line-height: 45px;
	font-size: 12px;
}

.profileUsersChat {
	position: relative;
	padding: 6px;
}
.profileUsersChat h5 {
	line-height: 25px;
	padding-top: 6px;
}
.profileUsersChat .img_wrapped { 
	width: 50px;
	height: 50px;
	background: #000;
	overflow: hidden;
	margin-top: 5px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.profileUsersChat .img_wrapped img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}


.footer-chats {
	position: relative;
	width: 100%;
	height: 50px;  
}
.footer-chats textarea { 
	height: 50px; 
}
.footer-chats .form-control {
	color: #333 !important;
	border: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
}
.send-chat {
	width: 50px;
	height: 50px;
	border: 0px !important;
	font-size: 18px;
	background: #1a272f;
	color: #fff; 
}

.chat-list {
	position: relative;
	padding-right: 20px;
	width: 100%; 
	min-height: 100px;
	max-height: 400px;
	overflow-y: auto; 
	background: #101d20;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.chat-list .aLright_users p{
	margin-bottom: 10px;
	margin-left: 10px;
}
.chat-list .wrapped__users_online {
	padding: 10px;
}
.chat_search_form {
	position: relative;
	background: #1a272d;
}
.user_visitors_alerts2 {
	position: relative;
	margin-top: 5px;
}
 
.user_visitors_alerts a span {
	display: inline-block;
	position: absolute; 
	left: 65px;
	background: red; 
	width: 20px;
	height: 20px;
	color: #fff !important;
	line-height: 20px;
	-webkit-border-radius: 5em;
	font-size: 12px;
}

.chat_history_left {
	position: relative;
	width: 70%;
	min-height: 10px;
	padding: 10px;
}
 
.chat_history_left .small_prof_chat {
	width: 40px;
	height: 40px;
	background: #000; 
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}  
.chat_history_left p {
	display: inline-block;
	background: #f1f1f1;
	padding: 8px;
}

.modal#thankyouModal .modal-content, 
.modal#statusSuccessModal .modal-content, 
.modal#statusErrorsModal .modal-content {
	border-radius: 30px;
}
.modal#thankyouModal .modal-content svg, 
.modal#statusSuccessModal .modal-content svg, 
.modal#statusErrorsModal .modal-content svg {
	width: 100px; 
	display: block; 
	margin: 0 auto;
}
.modal#thankyouModal .modal-content .path, 
.modal#statusSuccessModal .modal-content .path, 
.modal#statusErrorsModal .modal-content .path {
	stroke-dasharray: 1000; 
	stroke-dashoffset: 0;
}
.modal#thankyouModal .modal-content .path.circle, 
.modal#statusSuccessModal .modal-content .path.circle, 
.modal#statusErrorsModal .modal-content .path.circle {
	-webkit-animation: dash 0.9s ease-in-out; 
	animation: dash 0.9s ease-in-out;
}
.modal#thankyouModal .modal-content .path.line, 
.modal#statusSuccessModal .modal-content .path.line, 
.modal#statusErrorsModal .modal-content .path.line {
	stroke-dashoffset: 1000; 
	-webkit-animation: dash 0.95s 0.35s ease-in-out forwards; 
	animation: dash 0.95s 0.35s ease-in-out forwards;
}
.modal#thankyouModal .modal-content .path.check, 
.modal#statusSuccessModal .modal-content .path.check, 
.modal#statusErrorsModal .modal-content .path.check {
	stroke-dashoffset: -100; 
	-webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards; 
	animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100%{
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash-check { 
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
@keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
.box00{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.date_register_wrap {
	background: #ffcc2a;
	display: flex;
	align-content: center;
	justify-content: space-around;
	z-index: 999999;
	position: relative;
	top: 12px;
	align-items: center;
	padding: 10px;
	line-height: 1.4;
}
.date_register_text {
	width: 60%;
	text-align: center;
}
.date_register_btn {
	width: 30%;
	text-align: right;
}
button.register_date_btn {
	padding: 15px 10px;
	border: 1px solid #fff;
	font-weight: 600;
	font-family: inherit;
	background-color: #fff;
}
form#registration_date_frm label {
	color: white;
}
form#registration_date_frm input {
	color: #495057;
}
#exampleModalCenter button.close {
	background: gold;
}

























@media (max-width: 768px ){
	.chat-list {
		display: none;
	}
	.chat_search_form {
		display: none;
	}
	.user_visitors_alerts2 {
		display: block;
		padding: 20px;
		padding-left: 30px;
	} 
}