 

::selection {
	color: #fff;
	background-color: #ff4452;
}
::-moz-selection {
	color: #fff;
	background-color: #ff4452;
}
/*
.pac-item > span:last-child {
    display: none;
}
*/





#success_tic .page-body{
  max-width:300px;
  background-color:#FFFFFF;
  margin:10% auto;
}
 #success_tic .page-body .head{
  text-align:center;
}
/* #success_tic .tic{
  font-size:186px;
} */
 
#success_tic .checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #1ab394;
  position: absolute;
}
#success_tic .checkmark-circle .checkmark {
  border-radius: 5px;
}
#success_tic .checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#success_tic .checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-radius: 2.5px !important;
  content: '';
  left: 35px;
  top: 80px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}




.icon-bars-right { 
    position: relative !important;
}
.img-lists {
	border: 3px solid #f2f2f2;
	display: inline-block;
}
#imgProfileImgSingle {
	border: 2px solid #6c6c6c;
	display: inline-block;
	right: -10px;
}
.search_chats {
	border: 1px solid #000;
}
.search_chats .form-control {
		border: 0px;
	-webkit-border-radius: 0px;
}
.search_chats button {
	background: #ff2e57 !important;
	border: 0px;
	-webkit-border-radius: 0px;
} 

.favorite-members {
	position: relative;
	min-height: 78vh;
}

.aler-search-list i,
.aler-search-list span {
	font-size: 32px;
	display: block;
	text-align: center;
}
.aler-search-list {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 8px;
	background: #ffe1ee;
	color: #ff2550 !important;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.aler-search-list a {
	color: #ff2550 !important;
	font-weight: 900;
	display: block;
	text-align: center;
}
.aler-search-list p {
	display: inline-block;
	font-size: 18px;
	line-height: 42px;
}

.favorite-menu {
	margin-top: 10px;
	margin-bottom: 10px;
}

.count-notification {
	position: absolute !important;
	right: -0px;
	top: 10px;
	padding: 0px !important;
	font-weight: normal !important;
	line-height: 20px;
	font-size: 12px !important;
	color: #fff !important;
	display: block;
	z-index: 5;
	height: 20px !important;
	width: 20px !important;
	background: #ff0000;
}

@media(max-width: 900px ){
	.count-notification {
		display: none !important;
	}
}

.favourites-blockList {
	position: relative;
	width: 100%;
	min-height: 100px;
	margin-bottom: 20px;
	padding: 10px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.favourites-blockList button {
	margin-top: 23px;
	width: 100%;
	margin-bottom: 10px;
}
.favourites-blockList button.show {
	margin-top: 23px;
	display: none;
}
.favourites-blockList ul li {
	list-style-type: none;
	line-height: 30px;
	font-weight: bolder;
}
.favourites-blockList .col-sm-6 a {
	display: inline-block;
	line-height: 18px;
	margin-top: 6px;
	color: #f4264f;
}
.min-profile-img {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 170px;
	background: #f3f3f3;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.min-profile-img img {
	filter: blur(10px);
    transition: 0.3s; 
	width: 100%; 
	vertical-align: middle; 
}
.min-profile-img .online,
.min-profile-img .offline {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 4;
	border: 1px solid #fff;
}
@supports (object-fit: cover) {
  .min-img-wrapped img { 
	width: 100%;
	height: 420px; 
    object-fit: cover;
    -o-object-position: center;
  }
}

.menu-left-account {
	width: 100% !important;
}












@media(max-width: 768px ){
	.aler-search-list p {
		line-height: normal;
	}
	.aler-search-list span {
		margin-left: -21px;
	}
	.favourites-blockList button.show {
		display: block;
		float: right;
	}
	.remove {
		display: none;
	}
}
 
.circle-big {
  position: relative;
  width: 114px;
  height: 114px;
  margin: 30px auto 25px auto;
}

.circle-big svg {
  width: 114px;
  height: 114px;
}

.circle-big .bg {
  fill: none;
  stroke-width: 10px;
  stroke: #d9d6da;
}

.circle-big .progress {
  fill: none;
  stroke-width: 10px;
  stroke: #ff2e57;
  stroke-linecap: round;
  stroke-dasharray: 326.56;
  stroke-dashoffset: 60;
          transform: rotate(-90deg);
          transform-origin: 50% 50%;
          animation: big 1.5s ease-in-out;
}

.circle-big .text {
  position: absolute;
  width: 100%;
  top: 37px;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  line-height: 42px;
}

.circle-big .text .small {
  font-size: 14px;
  color: #666;
}

.circles-small {
  margin: 0 auto;
  width: 400px;
  height: 80px;
  text-align: center;
}

.circle-small {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 20px;
}

.circle-small svg {
  width: 80px;
  height: 80px;
}

.circle-small .bg {
  fill: none;
  stroke-width: 6px;
  stroke: #343035;
}

.circle-small .progress {
  fill: none;
  stroke-width: 6px;
  stroke: #9a0fe0;
  stroke-linecap: round;
  stroke-dasharray: 232.36;
          transform: rotate(-90deg);
          transform-origin: 50% 50%;
}

.circle-small .progress.one {
  stroke-dashoffset: 80;
          animation: one 2.5s ease-in-out, appear 1s;
}

.circle-small .progress.two {
  stroke-dashoffset: 140;
          animation: two 3.5s ease-in-out, appear 2s;
}

.circle-small .text {
  position: absolute;
  width: 100%;
  top: 26px;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  line-height: 16px;
}

.circle-small .text .small {
  font-size: 12px;
  color: #fff;
}

@keyframes big {
  from {
    stroke-dashoffset: 326.56;
  }
  to {
    stroke-dashoffset: 60;
  }
}

@keyframes one {
  from {
    stroke-dashoffset: 232.36;
  }
  to {
    stroke-dashoffset: 80;
  }
}

@keyframes two {
  from {
    stroke-dashoffset: 232.36;
  }
  to {
    stroke-dashoffset: 140;
  }
}

@keyframes appear {
	0%, 50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}






.button-check input  {
	display: none;
}
.img-selectors {
	position: relative; 
	display: table;
	width: 460px;  
	height: auto;
	margin: 0 auto;
}

.img-selectors label {
	cursor: pointer; 
	width: 46%; 
	max-width: 100%;
	float: left; 
	margin-right: 10px;
	margin-bottom: 12px;
}
.img-selectors label img {
	display: inline-block;
	width: 100%;
	box-shadow:  0 0 0 5px #e2e2e2;
	transition: box-shadow 0.11s;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.img-selectors input {
	display: none;
}
.img-selectors input:checked + img {
	box-shadow:  0 0 0 5px #e03351;
	transition: box-shadow 0.1s;
}
.button-select .btn { 
	margin-right: -15px;
	float: left;
	clear: right;
}
.button-select input {
	display: none;
}
.button-select span {
	display: inline-block;
	padding: 0px 16px;
	line-height: 38px;
	border: 1px solid #333;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}

.button-select input:checked + span {
	background-color: #e03351;
	transition: all 0.1s;
	color: #fff !important;
	border: 1px solid #e03351;
}
input:disabled + span,
input[disabled] + span{
  border: 1px solid #999999;
  background-color: #f1f1f1f1;
  color: #666666;
}
.button-select span.form-control {
	width: 200px;  
}

.btn-info {
	font-weight: bold;
	color: #fff !important; 
}


@media(max-width: 768px ){
	.img-selectors {
		width: 100%;
		display: block;
	}
	.button-select span.form-control {
		width: 100px;  
	}
}
.form-informations .input-group {
	border: 1px solid #333;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.form-informations .input-group-addon {
	width: 38px;
	line-height: 38px;
	font-size: 22px;
}
.form-informations .input-group .form-control {
	border: 0px !important;
}
.form-informations label {
	color: #333;
	display: block;
	text-align: left;
	margin-top: 22px;
	font-size: 15px;
}
.submit.btn { 
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.register-steps {
	text-align: left;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.register-steps ul li {
	list-style-type: none;
	cursor: pointer;  
	text-align: left;
	border-bottom: 1px solid #cccccc;
	width: 100%; 
	display: block;
}
.register-steps h4 {
	display: block;
	text-align: left;
	color: #333;
	margin-bottom: 24px;
}
.register-steps .radio-inline {
	margin-top: 10px;
	color: #000 !important;
}
.register-steps .radio-inline label { 
	margin-bottom: -8px;
	display: inline-block;
	line-height: 12px;
}
.register-steps .small-text {
	display: block;
	text-align: left;
	color: #000;
}
.register-steps #prev,
.register-steps .btn-link {
	border: 0px;
	width: 50px;
	height: 50px;
	font-size: 24px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	-webkit-border-radius: 5em; 
}
.register-steps #prev:hover,
.register-steps #prev:focus,
.register-steps #prev:active,
.register-steps .btn-link:active,
.register-steps .btn-link:focus,
.register-steps .btn-link:visited,
.register-steps #prev:visited,
.register-steps .btn-link:hover {
	background: #e03351;
	color: #fff !important;
}
.register-steps #prev {
	float: left;  
}
.register-steps .btn-link {
	float: right; 
	color: #444 !important;
}
.form-informations small {
	display: block;
	text-align: left;
	color: #889;
}













.container-chat-users {
	position: relative;
	width: 100%;
	min-height: 80vh;
	max-height: 80vh;
	overflow-y: auto;
	display: table;
}
.container-chat-users .col-md-4,
.container-chat-users .col-md-8 { 
	border: 1px solid #e4e4e4; 
	border-top: 0px;
	border-bottom: 0px;
}
.container-chat-users .col-md-4 {
	border-right: 0px;
}
.chat-main-block {
	position: relative;
	width: 100%;
	padding-bottom: 73px;
	min-height: 70vh;
	background: url('../img/background-chat.png');
	background-size: cover;
}
.chat-header {
	position: absolute;
	top: 0px;
	z-index: 4;
	min-height: 50px;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}
.chat-header .profile-small {
	position: relative;
	display: inline-block; 
	width: 100%;
	padding: 6px;
	min-height: 50px;
}
.profile-small .min-img-wrapped {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	overflow: hidden;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.profile-small .min-img-wrapped img {
	/*filter: blur(10px); */
    transition: 0.3s; 
	width: 50px;
	height: 50px; 
	vertical-align: middle; 
}
@supports (object-fit: cover) {
  .min-img-wrapped img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    -o-object-position: center;
  }
}
.online {
	position: relative;
	width: 8px;
	height: 8px;
	margin-bottom: 2px;
	display: inline-block;
	background: #1dc52e;
	margin-left: 6px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.offline {
	position: relative;
	width: 8px;
	height: 8px;
	margin-bottom: 2px;
	display: inline-block;
	background: #9a9da4;
	margin-left: 6px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.names_mini {
	position: relative;
	line-height: 18px;
	padding-top: 10px;
}
.names_mini small:nth-of-type(1){
	font-weight: bolder;
	font-size: 18px;
}
.icon-bars-right {
	position: relative;
	color: #000 !important;
	font-size: 32px;
	line-height: 45px;
	display: inline-block;
	margin-right: 10px;
}
.icon-bars-right .dropdown-menu {
	position: relative !important;
	right: 0px;
}
.chat-list-users {
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 100px;
	max-height: 80vh;
	overflow-y: auto;
}
.chat-list-users li {
	display: table;
	width: 100%;
	height: auto;
	clear: both;
	padding: 6px;
	line-height: 14px;
	border-bottom: 1px solid #dddddd;
}
.chat-list-users li:last-child {
	border-bottom: 0px !important;
}
.chat-list-users li a {
	color: #000;
}
.chat-list-users li h4 {
	font-weight: 600;
	font-size: 22px;
}
.text-leave {
	float: left;
	clear: right;
}
 .img-lists {
	width: 60px;
	height: 60px;
	background: #f5f5f5;
	margin-right: 12px;
	overflow: hidden;
	float: left;
	clear: right;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.img-lists img {
	/*filter: blur(10px); */
    transition: 0.3s; 
	width: 60px;
	height: 60px; 
	vertical-align: middle; 
}
@supports (object-fit: cover) {
  .img-lists img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    -o-object-position: center;
  }
}
textarea {
	resize: none !important;
}
.chat-footer {
	position: absolute;
	bottom: 5px;
	z-index: 3;
	width: 100%;
	min-height: 50px; 
}
.wrapped-text-message {
	position: relative;
}
.wrapped-text-message .input-group {
	padding: 6px;
	border: 1px solid #dfe1e7;
	background: #fff;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.wrapped-text-message .form-control {
	border-color: #fff !important;
}
.wrapped-text-message .input-group .clips{
	width: 50px;
	height: 50px;
	font-size: 36px;
	text-align: center;
	transform: rotate(45deg);
	cursor: pointer;
}
.last-seen-chat {
	position: relative;
	text-align: right;
	padding-top: 8px;
	line-height: 23px;
}
.send_btn {
	width: 50px;
	height: 50px;
	background: #fe224c;
	color: #fff;
	font-size: 24px;
	text-align: center;
	border: 0px;
	margin-top: 8px;
	margin-left: 8px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.chat-body {
	position: relative;
	width: 100%;
	display: inline-block;
	min-height: 70vh;
	max-height: 70vh;
	overflow-y: auto;
	padding-top: 100px;
	padding-right: 10px;
}
.chat-history {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
	display: table;
	margin-bottom: 8px;
}
.chat-messages {
	display: table;
	min-width: 20px;
	position: relative;
	height: auto;
	padding: 8px;
	max-width: 56%;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	background: rgba(253,79,113,0.1);
}
.chat-messages h4 {
	font-weight: 600;
	color: #ff2e57;
}
.right .chat-messages h4 { 
	color: #ffffff;
}
.right .chat-messages {
	margin-top: 21px;
	float: right;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 0em;
	background: #fe224c;
	color: #fff !important;
}
.left .chat-messages { 
	margin-bottom: 21px;
}
.left .chat-messages small { 
	 left: 10px;
}
.chat-messages small {
	position: absolute;
	display: block;
	right: 10px;
	text-align: center;
	bottom: -22px;
	color: #333 !important;
	width: 80px;
}
.register-page {
	position: relative;
	width: 100%;
	min-height: 87vh;
	background: #f3f3f3;
	padding: 40px 20px;
}
.register-steps {
  position: relative;
  display: table;
  /*left: 50%;
  top: 50%; 
  -webkit-transform: translate(-50%, -50%); 
  transform: translate(-50%, -50%);*/
  padding: 20px;
  background: #fff;
  width: 800px;
  margin: 0 auto; 
  max-width: 100%;
  min-height: 100px;
  text-align: center;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;;
	-ms-border-radius: 0.5em;;
	-o-border-radius: 0.5em;;
}
.register-steps .step {
	position: relative;
	width: 100%;
	min-height: 200px;
	padding: 20px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}









.bottom-log-verified {
	position: relative; 
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	z-index: 4;
}
.bottom-log-verified .table {
	background: #fff;
	padding: 10px;
	margin-bottom: 12px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.table td .icon-log-bg,
.table td .icon-log-bg-2,
.table td .icon-log-bg-3 {
	margin-left: 20px;
}
.table td .icon-log-bg {
	width: 60px;
	height: 60px;
	display: block;
	background: url('../../assets/img/feature_show_for_login.png'); 
	background-size: 80%;
	background-position: 50% 0%; 
	background-repeat: no-repeat;
}
 
.table td .icon-log-bg-2 {
	width: 60px;
	height: 60px;
	display: block;
	background: url('../../assets/img/feature_show_for_login.png'); 
	background-size: 80%; 
	background-repeat: no-repeat;
	background-position: 50% 40%; 
}
.table td .icon-log-bg-3 {
	width: 60px;
	height: 60px;
	display: block;
	background: url('../../assets/img/feature_show_for_login.png'); 
	background-size: 80%; 
	background-repeat: no-repeat;
	background-position: 50% 80%; 
}
 
.table td .gb-log-text{ 
	color: #6c6c6c; 
	line-height: 20px;
}
.table td .gb-log-text h4 {
	color: #000;
	font-weight: bolder;
}
.login_users .alert {
	padding: 6px;
}

.login_users {
	position: relative;
	width: 100%;
	min-height: 84vh;
	padding: 5px; 
	background: #f1f1f1 url('../img/bg/bbg2.jpg');
}
.login_users::after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(243,245,245,0.9);
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.menu-left-login {
	position: relative;
	width: 100%;
	height: auto;
}
.menu-left-login li {
	list-style-type: none;
}
.menu-left-login li img {
	display: inline-block;
	width: 120px;
	margin-top: 6px;
	margin-bottom: -8px;
}

.menu-right-login { 
	 display: inline-block;
	 line-height: 60px;
}
.login_box {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 300px;
	margin: 0 auto;
	padding: 30px;
	z-index: 3;
	margin-top: 80px; 
	-webkit-border-radius: 0.5em; 
	-moz-border-radius: 0.5em; 
	-ms-border-radius: 0.5em; 
	-o-border-radius: 0.5em; 
}
.login_box .login_form_hm {
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; 
	background: #fff;
}
.login_box .login_form_hm h2 {
	color: #333;
}
.login_box .login_form_hm label {
	display: block;
	margin-bottom: 10px;
	margin-top: 15px;
}
.login_box .login_form_hm label a {
	float: right;
}
.login_box .login_form_hm .input-group {
	border: 1px solid #333 !important;
}
.wrappLogin_ADS {
	position: relative;
	width: 100%;
	min-height: 360px;
	background: rgba(255,46,87,0.7) url('../img/bg/bg-login.png')no-repeat center 100%;
	background-size: 80%; 
	background-position: right;
	-webkit-border-radius: 0.5em; 
	-moz-border-radius: 0.5em; 
	-ms-border-radius: 0.5em; 
	-o-border-radius: 0.5em; 
}
.wrappLogin_ADS ul {
	position: absolute;
	bottom: 20px;
	margin-left: 5%;
}
.wrappLogin_ADS ul li {
	color: #fff;
	list-style-image: url(../../assets/img/like-icon.svg)
}
/* erro class styling */
.error { 
 color: #ff0000;
 font-weight: normal;
}

.progress-bar {
	color: #fff !important; 
	background: rgba(224,51,81,1);
	-webkit-border-radius: 5em;
}

@media(max-width: 768px ){
	.container-chat-users .col-md-4 {
		display: none;
	}
	.login_users .col-lg-8 {
		display: none;
	}
}
