
.user_panel{
	color:#333;
	cursor:pointer;
}
.right_panel_user{
	position:fixed;
	right:-1000%;
	top:0px;
	background:#fff;
	z-index:9999999;
	height:100vh;
	transition:0.5s;
	line-height: initial;
	border-left: 1px solid #e9e9e9;
}
.right_panel_user.active{
	right:0px;
	width:250px;
}
.user_top_bl{
	text-align: center;
}
.user_top_bl img{
	height: 55vh;
	max-height:300px;
    width: auto;
}
.right_panel_user ul{
	padding:0px;
	width: 100%;
    display: inline-table;
}
.right_panel_user ul li{
	list-style: none;
    float: left;
    width: 100%;
    text-align: left;
    display: inline-table;
    line-height: 15px;
    border-bottom: 1px solid #e1e6f1;
    padding: 10px;
}
.close_pop{
	position: absolute;
    z-index: 998;
    top: 0px;
    left: -1px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #23c0e9;
    text-align: center;
    line-height: 30px;
    color: #fff;
	cursor:pointer;
}
.mobile_men_user{
	display:none;
    line-height: 65px;
}
.modal_autch{
    height: 100%;
    left: 0px;
    top: 0px;
	background: rgba(0,0,0,0.8);
    z-index: 999;
	line-height: 30px;
}
.form_autch{
	width: 350px;
    position: absolute;
    left: 50%;
    margin-left: -175px;
    top: 20%;
    background: #fff;
	border-radius: 6px;
}
.modal_autch.active{
	display:block;
}
.close_autch{
	position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    background: #23c0e9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.title_autch{
	background: #23c0e9;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.desc_autch{
	text-align: center;
    font-size: 14px;
    padding: 10px;
    line-height: 19px;
}
.name_user_panel {
    text-align: center;
}
.button_login,.button_register{
	background: #23c0e9;
    display: inline-block;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
	cursor:pointer;
	
}
.autch_user{
	display: inline-block;
    width: 100%;
    padding: 20px 20px 0px;
}
.autch_user .mask_user{
	font-size: 20px;
    display: inline-block;
    width: auto;
    text-align: center;
    letter-spacing: 2px;
}
.message_autch{
	display:none;
	text-align: center;
	line-height: 18px;
}
.message_autch.active{
	display:block;
}
.message_autch.error{
	color: red;
}
.message_autch.succes{
    color: green;
}
.sms_kode_user_block{
	display:none;
}
input[type=text].sms_kode_user{
	display: inline-block;
    width: 155px;
    text-align: center;
	font-size: 20px;
	letter-spacing: 0px;
}
input[type=text].sms_kode_user:focus{
	font-size: 25px;
    letter-spacing: 16px;
}
input[type=text].sms_kode_user:focus::-webkit-input-placeholder {
  color: transparent
}
 
input[type=text].sms_kode_user:focus::-moz-placeholder {
  color: transparent
}
 
input[type=text].sms_kode_user:focus:-moz-placeholder {
  color: transparent
}
 
input[type=text].sms_kode_user:focus:-ms-input-placeholder {
  color: transparent
}
.logotsblock{
	display:none;
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 999999;
	line-height: 30px;
}
.logotsblock.active{
	display:block;
}
.block_logout{
	width: 350px;
    position: absolute;
    background: #fff;
    text-align: center;
    left: calc(50% - 175px);
    margin-top: 150px;
    border-radius: 6px;
    overflow: hidden;
}
.desc_logout{
	display: inline-table;
    width: 100%;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.yes_logout{
	width: 50%;
    float: left;
    background: #23c0e9;
	border-top: 1px solid #23c0e9;
    color: #fff;
	padding: 10px 5px;
    cursor: pointer;
}
.now_logout{
	cursor: pointer;
    border-top: 1px solid #ccc;
    padding: 10px 5px;
    width: 50%;
    float: left;
}
.reguser_new{
	color: #23c0e9;
    font-size: 12px;
    border-bottom: 1px dashed;
	cursor:pointer;
	display: inline-block;
}
.register_user{
	display:none;
	width: 100%;
    padding: 20px 20px 0px;
}
@media (max-width: 500px) {
	.login_text{
		display:none;
	}
	.right_panel_user.active{
		width:100%;
		border-left:none;
	}
	.mobile_hidden{
		display:none;
	}
	.mobile_men_user{
		display:block;
	}
}