.overlay {
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: block;
}
.screenout-wrapper {
	display: inline-block;
	-webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 1);
	        box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 1);
	font-family: "Titillium Web", sans-serif;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: #fff;
}
.first-screen-wrapper {
	height: 400px;
	position: absolute;
	width: 600px;
}
.chatrooms-wrapper, .single-chatroom-wrapper {
	display: inline-block;
	vertical-align: top;
}
.chatrooms-wrapper {
	background-color: #000;
	width: 196px;
	height: 100%;
}
.single-chatroom-wrapper {
	background-color: #fff;
	width: 400px;
	height: 100%;
	 -webkit-border-radius: 4px;
	         border-radius: 4px;
	position: relative;
}
.close_pop {
    display: inline-block;
    position: absolute;
    top: 4px;
    right:4px;
    width: 12px;
    height: 12px;
    z-index: 4;
    color: #969090;
    font-size: 11px;
    cursor: pointer;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
.close_pop svg .st0 {
	-webkit-transition: fill .3s ease-out;
	-o-transition: fill .3s ease-out;
	transition: fill .3s ease-out;
}
.close_pop:hover svg .st0 {
	fill: #000;
}
.chatrooms-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
    padding-top: 10px;
    padding-bottom: 13px;
}
.chatrooms-title img, .chatrooms-title span {
    display: inline-block;
    vertical-align: middle;
}
.chatrooms-title span {
	margin-left: 4px;
}
.chatroom {
	padding: 8px 0 8px 16px;
	display: none;
	outline: none;
}
.chatroom.active {
	background-color: #fff;
}
.chatroom.active:hover {
	background-color: #fff;
}
.chatroom.active:hover .chatroom-status {
	color: #27252f;
}
.chatroom-img {
	background-image: url('https://www.lexozfldkklgvc.com/assets/cp/img/scout/xcams_1/chatroom-img.png');
	background-position: center top;
	background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	width: 60px;
	height: 60px;
	position: relative;
	display: inline-block;
	vertical-align: top;
    pointer-events: none;
}
.chatroom-img .online-bubble {
    height: 8px;
    width: 8px;
    background-color: #89d38c;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}
.chatroom-details {
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	margin-left: 6px;
    pointer-events: none;
    width: 110px;
    -webkit-perspective: 800px;
            perspective: 800px;
}
.chatroom-name {
	font-size: 17px;
	color: #c60ac2;
	margin-top: 7px;
	-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	font-weight: 400;
}
.chatroom .chatroom-status {
	color: #27252f;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
    padding-right: 5px;
    line-height: 13px;
}
.chatroom.active .chatroom-status {
	color: #27252f;
    font-weight: 600;
}
.vertical-slider {
	overflow: hidden;
	position: relative;
}
.nav-buttons {
	height: 48px;
	width: 100%;
	text-align: center;
}
.nav-buttons .slide-btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: #27252f;
	line-height: 48px;
	cursor: pointer;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
}
.slide-btn.inactive, .slide-btn.inactive:hover {
	color: #141318;
}
.slide-btn:hover {
	color: #fff;
}
.chatroom-header, .form-header {
	margin-top: 9px;
	margin-bottom: 15px;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: none;
}
.chatroom-header {
	font-size: 15px;
	font-weight: 600;
	margin-top: 12px;
}
.form-header {
    font-size: 20px;
    font-weight: 300;
    display: block;
    line-height: 23px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    color: #939393;
    padding: 0;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.form-header .dark-text {
	color: #000;
	font-weight: 600;
}
.chatroom-header span, .form-header span, .chat-action-desc span {
	font-weight: 600;
}
.chatroom {
	-webkit-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
	cursor: pointer;
}
.chatroom:hover .chatroom-status {
	color: #fff;
}
.chat-lines-wrapper {
	padding: 18px 17px 0 17px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.single-chat-line {
	position: relative;
	display: none;
}
.chat-head-img {
	height: 41px;
	width: 41px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	overflow: hidden;
    background-image: url('https://www.lexozfldkklgvc.com/assets/cp/img/scout/xcams_1/chatroom-img.png');
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.chat-line {
	background-color: #f2f2f2;
	padding: 8px 20px 8px 18px;
	font-size: 13px;
	color: #939393;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	font-weight: 300;
	position: relative;
	margin-left: 9px;
	margin-top: 3px;
	max-width: 182px;
	letter-spacing: -.2px;
	margin-bottom: 23px;
}
.chat-line:before {
	content: "";
    position: absolute;
    left: -9px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 10px solid #f2f2f2;
}
.chat-head-img, .chat-line {
	display: inline-block;
	vertical-align: top;
}
.chat-line.chat-action {
	max-width: 300px;
	padding-bottom: 12px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: auto;
}
.chat-action-desc {
    color: #27252f;
    font-weight: 600;
    display: inline-block;
}
.chat-action-cta {
	background-color: #89d38c;
	display: inline-block;
	text-align: center;
    padding: 2px 48px 6px 48px;
    color: white;
    margin: 0 auto;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 7px;
    cursor: pointer;
    font-size: 19px;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}
.chat-action-cta:hover, .second-screen-wrapper form button:hover {
	background-color: #40a143;
}
.chat-typing {
	position: absolute;
    bottom: 0;
    left: 70px;
    font-size: 13px;
    color: #939393;
    font-style: italic;
    font-weight: 300;
    display: none;
}
.chat-typing.flash{
	-webkit-animation-name: flashText;
	        animation-name: flashText;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;

}
.input-wrapper input {
	font-size: 24px;
	border: none;
	outline: none;
	border-bottom: 1px solid #cdcdcd;
	width: 264px;
	margin-right: 7px;
	font-weight: 300;
	font-family: "Titillium Web", sans-serif;
}
.input-wrapper {
    padding-left: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: 16px;
    display: none;
}
.input-wrapper .send-btn {
	color: white;
	font-size: 15px;
	background-color: #cdcdcd;
	display: inline-block;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	padding: 2px 20px 4px 20px;
	cursor: pointer;
	-webkit-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}
.input-wrapper .send-btn:hover {
	background-color: #4d4d4d;

}
.input-wrapper > * {
	display: inline-block;
}
.chat-loader {
	display: inline-block;
	top: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	/* text-align: center; */
}
.chat-loader .load-text, .form-response-loader .load-text {
	margin-bottom: 8px;
	text-align: center;
}
.form-response-loader .load-text {
	font-size: 17px;
	text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
    line-height: 19px;
}
.chat-loader .circle, .form-response-loader .circle {
	display: block;
	margin: 0 auto;
	height: 34px;
	width: 34px;
	position: relative;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-name: circleLoader;
	        animation-name: circleLoader;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
}
.chat-loader .circle-section, .form-response-loader .circle-section {
	width: 80%;
	border-left: 14px solid #fff;
	border-right: 14px solid #fff;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.chat-loader.form-response-loader {
	position: relative;
	display: inline-block;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.form-response-loader .circle-section {
	border-left: 10px solid #000;
	border-right: 10px solid #000;
}

.left_block {
	width:196px;
	height: 100%;
	display:inline-block;
	vertical-align: top;
	background-color: #000;
	position: relative;
}
.right_block {
	width: 400px;
	height: 400px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.profile_container {
	display: block;
	position: relative;
	margin-top: 22px;
    margin-bottom: 51px;
}
.profile_img {
	position: relative;
    width: 152px;
	height: 152px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background-image: url('https://www.lexozfldkklgvc.com/assets/cp/img/scout/xcams_1/chatroom-img.png');
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.status {
	position: absolute;
	top:0px;
	left:0px;
	width:16px;
	height: 16px;
	background-color: #89d38c;
	-webkit-transform: translate(45%,160%);
	    -ms-transform: translate(45%,160%);
	        transform: translate(45%,160%);
	-webkit-border-radius:100%;
	        border-radius:100%;

}
.left_block .nickname {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    text-align: center;
	width: 100%;
	margin-top: 10px;
}
.left_block .profile_info {
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin-top: -5px;
}
.second-screen-wrapper {
    height: 400px;
    position: relative;
    left: 100%;
    top: 0;
    width: 600px;
}
.second-screen-wrapper .container {
	width:70%;
	height: 100%;
	margin: 0 auto;
	display: block;
}
.second-screen-wrapper form {
	width: 264px;
	display: block;
	margin: 0 auto;
}
.second-screen-wrapper form input {
	width:100%;
	color:#000000;
	font-family: 'Titillium Web';
	font-size:24px;
	font-weight:300;
	line-height: 24px;
	border:none;
	padding: 4px 0;
	outline: none;
	border-bottom: 1px solid #cdcdcd;
}
.second-screen-wrapper form input[type="password"] {
	margin-top: 11px;
}
.second-screen-wrapper form input.error {
	color: #ed1010;
	border-bottom: 1px solid #ed1010;
}
.second-screen-wrapper form input.error::-webkit-input-placeholder {
	color: #ed1010;
}
.second-screen-wrapper form input.error::-moz-placeholder {
	color: #ed1010;
}
.second-screen-wrapper form input.error:-ms-input-placeholder {
	color: #ed1010;
}
.second-screen-wrapper form input.error::-ms-input-placeholder {
	color: #ed1010;
}
.second-screen-wrapper form input.error::placeholder {
	color: #ed1010;
}

.second-screen-wrapper form button {
    min-width: 264px;
	-webkit-border-radius:  40px;
	        border-radius:  40px;
	background-color: #89d38c;
	border: none;
	cursor:  pointer;
	outline: none;
	font-family:  'Titillium Web',sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight:  300;
	padding: 14px 24px;
	text-align: center;
	margin: 65px auto 53px auto;
	-webkit-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
	position: absolute;
    bottom: 50px;
    margin-bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
}
.second-screen-wrapper form input::-webkit-input-placeholder {
	color: #cdcdcd;
	font-family: 'Titillium Web';
	font-size:24px;
	font-weight:300;
}
.second-screen-wrapper form input::-moz-placeholder {
	color:#cdcdcd;
	font-family: 'Titillium Web';
	font-size:24px;
	font-weight:300;
}
.second-screen-wrapper form input:-ms-input-placeholder {
	color:#cdcdcd;
	font-family: 'Titillium Web';
	font-size:24px;
	font-weight:300;
}
.second-screen-wrapper form input::-ms-input-placeholder {
	color:#cdcdcd;
	font-family: 'Titillium Web';
	font-size:24px;
	font-weight:300;
}
.second-screen-wrapper form input::placeholder {
	color:#cdcdcd;
	font-family: 'Titillium Web';
	font-size:24px;
	font-weight:300;
}
.second-screen-wrapper .error_container {
    -webkit-border-radius:20px;
            border-radius:20px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 17px auto;
    padding: 8px 0px 8px 20px;
    width: 264px;
    opacity: 0;
}
.error_container p {
	color:#fff;
	font-size: 13px;
	font-weight: 300;
	opacity: 0;
	display: none;
	font-family: 'Titillium Web';
	font-size:14px;
	margin: 0px;
}
.error_container.one, .error_container.two {
	padding:10px 0px;
}
.loader-screen-wrapper {
	position: absolute;
	left: 200%;
	top: 0;
	opacity: 0;
}
.loader-right_block {
	height: 244px;
}
.loader-right_block .chat-loader .circle {
	height: 78px;
	width: 78px;
	border: 8px solid #c60ac2;
}
.loader-right_block .circle-section {
	height: 35px;
	width: 88%;
	border-left: 23px solid #fff;
	border-right: 23px solid #fff;
}
.loader-right_block .connexion-loader {
	display: block;
}
.connexion-loader.chat-loader .load-text {
	font-size: 24px;
	color: #939393;
}
.slick-list{
	height: 304px !important;
}

@-webkit-keyframes circleLoader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes circleLoader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@-webkit-keyframes flashText {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flashText {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}