
	body{padding:0;margin:0;font-family: 'Roboto', sans-serif !important;}

.transition{
		transition: all 0.5s ease-in-out, height 0.5s ease-in-out 0.35s;
		-webkit-transition: all 0.5s ease-in-out, height 0.5s ease-in-out 0.35s;
	}
.transition2{
		transition: all 0.5s ease-in-out 0.25s;
		-webkit-transition: all 0.5s ease-in-out 0.25s;
	}
.transition3{
		transition: all 0.5s ease-in-out 0.25s;
		-webkit-transition: all 0.5s ease-in-out 0.25s;
	}
.transition_button{
		transition: all 0.15s ease-in-out;
		-webkit-transition: all 0.15s ease-in-out;
	}

.transition_bezier{
		transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.btn_click{
	transform: scale3d(0.9,0.9,0.9);
	-webkit-transform: scale3d(0.9,0.9,0.9);
}
.scale_fade_out{
	transform: scale3d(0.8,0.8,0.8);
	-webkit-transform: scale3d(0.8,0.8,0.8);
	height: 0% !important; /* ONLY FOR TRANSITION PREVIEW */
	opacity:0;
}
.hide{
	transform: scale3d(0.8,0.8,0.8);
	-webkit-transform: scale3d(0.8,0.8,0.8);
	opacity:0;
}
.hide1{
	transform: scale3d(0.2,0.2,0.2);
	-webkit-transform: scale3d(0.2,0.2,0.2);
	opacity:0;
}
.show{
	transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	opacity:1;
}
.black_alpha{
	background:rgba(0,0,0,0.4) !important;
	}
.only_scale{
	transform: scale3d(0.5,0.5,0.5);
	-webkit-transform: scale3d(0.5,0.5,0.5);
}
.scale_to_0{
	transform: scale3d(0,0,0);
	-webkit-transform: scale3d(0,0,0);
}
.move_to_reg{
	transform: scale3d(0.9,0.9,0.9);
	-webkit-transform: scale3d(0.9,0.9,0.9);
	opacity: 0;
}

	#introbg{
		width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0px;
	    z-index: -1;
	    left: 0px;
		background: #6c5a96;
		background: -moz-linear-gradient(left,  #6c5a96 1%, #2b1c42 100%);
		background: -webkit-linear-gradient(left,  #6c5a96 1%,#2b1c42 100%);
		background: linear-gradient(to right,  #6c5a96 1%,#2b1c42 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c5a96', endColorstr='#2b1c42',GradientType=1 );

	}
	.intro_content{
		width:100%;
		height:100vh;
		box-sizing: border-box;
		padding:5%;
		display: flex;
		background:rgba(0,0,0,0);
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	.intro_inside{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width:100%;
		height:90vh;
	}
	.shadow{
		-webkit-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.45);
		-moz-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.45);
		box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.45);
	}
	.logo{
		border-radius: 100%;
		width:35vw;
		height:35vw;
		background:#fff;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.logo img{
		width:55%;
		position: absolute;
	}
	.login_register{
		width:90%;
		height: 355px; /* ONLY FOR TRANSITION PREVIEW */
		margin-top:3%;
		margin-bottom: 4%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.login_register input{
		width:100%;
		background:transparent;
		border:0px;
		border-bottom: 1px solid #fff;
		padding:4%;
		font-family: 'Roboto', sans-serif !important;
		font-weight: 300; 
		line-height: 15px;
		box-sizing: border-box;
		border-radius: 0;
		color:#fff;
	}
	.login_register input:nth-child(2){
		margin-top:3%;
	}
	.login_register input::placeholder { 
	  color: #fff;
	  opacity: 1;
	}
	button{
		border:0px;
		width:100%;
		height:47px;
		line-height: 15px;
		font-weight: 700;
		color:#474747;
	}
	.login_button, .login_fb, .login_ggl, .register_button, .start_game, .join_game{
		margin-top:7%;
		width:100%;
		background:#fff;
		border-radius: 50px;
	}
	.login_fb{
		margin-top:10%;
	}
	.login_fb, .login_ggl{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.login_fb img, .login_ggl img{
		width:22px;
		margin-right:8px;
	}
	.login_fb div, .login_ggl div{
		
	}
	.login_ggl{
		margin-top:5%;
	}
	.register_open{
		margin-top:6%;
		line-height: 24px;
		font-weight: 300;
		color:#fff;
		text-align: center;
		width: 100%;
	}
	.register_open span{
		font-weight: 700;
		display: inline-block;
	}
	.terms{
		margin-top:0%;
		margin-bottom:1%;
		font-size:13px;
		line-height: 13px;
		font-weight: 300;
		color:#fff;
	}
	.font_size_1{
		font-size:16px;
	}


	.register_user{
		position:fixed;
		top:0px;
		left:0px;
		z-index: 10;
		width:100%;
		height:100%;
		-webkit-transform:translateY(100%);
		transform:translateY(100%);
		opacity: 0;
	}
	.register_user.opened{
		-webkit-transform:translateY(0%);
		transform:translateY(0%);
		opacity:1;
	}
	.register_header{
		width:100%;
		height:60px;
		box-sizing: border-box;
	}
	.register_header .back_btn{
		width:60px;
		height:60px;
		padding:5%;
		box-sizing: border-box;
		opacity:0;
		transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
	}
	.register_user.opened .register_header .back_btn{
		opacity:1;
		transition: all 0.5s ease-in-out 0.5s;
		-webkit-transition: all 0.5s ease-in-out 0.5s;
	}
	.register_header img{
		height:100%;
	}
	.register_user_content{
		padding:5%;
		width:100%;
		padding-top:0%;
		box-sizing: border-box;
		text-align: center;
	}
	.register_user_title{
		font-size:20px;
		color:#fff;
		font-weight: 300;
	}
	.user_pic_reg{
		height:100px;
		margin:8% 0 0 0;
		border:2px solid #fff;
		border-radius: 100%;
		display: inline-block;
	}
	.reg_content{
		background:#fff;
		border-radius: 25px;
		width:100%;
		margin-top:-54px;
		padding:5%;
		padding-top: 60px;
		box-sizing: border-box;
	}
	.reg_content input{
		width:100%;
		background:transparent;
		border:0px;
		border-bottom: 1px solid #b9b9b9;
		padding:4%;
		font-family: 'Roboto', sans-serif !important;
		font-weight: 300; 
		line-height: 15px;
		box-sizing: border-box;
		border-radius: 0;
		color:#000;
		margin-bottom: 4%;
	}


input[type=checkbox] + label {
  display: block;
  cursor: pointer;
  margin-top:4%;
  padding: 0.2em;
  font-size:13px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 5px;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 10px;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.register_button{
	background:#2b1c42;
	color:#fff;
	margin-bottom:5%;
}









.list{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	z-index:-100;
	opacity:0;
}
.list.active{
	z-index:10;
	opacity:1;
}
.list .background_game_blur{
	backdrop-filter: blur(20px);
	width:100%;
	height:100%;
	opacity:0;
	position:fixed;
	/*z-index: 10;*/
	z-index: 0;
	top:0px;
	left:0px;
	transition: opacity 0.5s ease-in-out 0.5s;
	-webkit-transition: opacity 0.5s ease-in-out 0.5s;
}
.list .background_game{
	width:100%;
	height:100%;
	opacity:0.5;
	position:fixed;
	z-index: 10;
	top:0px;
	left:0px;
background: #2b1c42; /*
background: -moz-linear-gradient(-45deg,  rgba(43,28,66,1) 0%, rgba(108,90,150,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(43,28,66,1) 0%,rgba(108,90,150,1) 100%); 
background: linear-gradient(135deg,  rgba(43,28,66,1) 0%,rgba(108,90,150,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b1c42', endColorstr='#6c5a96',GradientType=1 ); */
}

.list.active .background_game_blur{
	opacity:1;
}

.list .main_head{
	position: relative;
	/*z-index: 12;*/
	z-index: 0;
	box-sizing: border-box;
	padding:14px 5%;
	height:60px;
	width:100%;
	opacity:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	transition: all 0.5s ease-in-out 0.5s;
	-webkit-transition: all 0.5s ease-in-out 0.5s;
/*	-webkit-box-shadow: 0px 0px 5px 5px rgba(43,28,66,1);
-moz-box-shadow: 0px 0px 5px 5px rgba(43,28,66,1);
box-shadow: 0px 0px 5px 5px rgba(43,28,66,1);*/
}
.list.active .main_head{
	opacity:1;
}
.list .main_head .user_thumb{
	height: 100%;
	width:50px;
	position: relative;
}
.notif{
	background: #fff;
	color:#d1435a;
	min-width:16px;
	min-height: 16px;
	display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    border-radius: 8px;
    border: 0px solid #fff;
    justify-content: center;
    align-items: center;
    padding:3px 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(43,28,66,0.75);
-moz-box-shadow: 0px 4px 10px 0px rgba(43,28,66,0.75);
box-shadow: 0px 4px 10px 0px rgba(43,28,66,0.75);
}
.list .main_head .user_thumb .notif{
	position:absolute;
	top: -4px;
    left: 26px;
    line-height: 11px;
}
.list .main_head .white_logo{
	height: 60%;
	width:50px;
	text-align: center;
}
.list .main_head .coins{
	height: 100%;
	width:50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.list .main_head .user_thumb img, .list .main_head .white_logo img{
	height: 100%;
}
.list .main_head .user_thumb img{
	border: 2px solid #fff;
    border-radius: 100%;
}
.list .main_head .coins img{
	height: 55%;
}
.list .main_head .coins span{
	color: #fff;
	font-weight: 700;
	margin-left:6px;
	font-size: 15px
}

.list .list-container{
	transition: all 0.5s ease-in-out 1s;
	-webkit-transition: all 0.5s ease-in-out 1s;
	-webkit-transform:scale3d(0.95,0.95,0.95);
	transform:scale3d(0.95,0.95,0.95);
	opacity:0;
	/*z-index: 13;*/
	z-index: 0;
	position: relative;
}
.list.active .list-container{
	opacity:1;
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1);
}

.list .swiper-container.swiper-container-places {
      width: 100%;
      height: 172px;
      z-index: 12;
      box-sizing: border-box;
      padding:0 5%;
    }
.list .swiper-container.swiper-container-places .swiper-slide {
      text-align: center;
      width:42%;
      text-align: left;
      color:#000;
      border:0px solid #fff;
      box-sizing: border-box;
	  border-radius: 15px;
	  overflow: hidden;
	  background: #fff;
    }
.swiper-container-places .swiper-slide .place_event_thumb{
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width:100%;
      height:86px;
}
.swiper-container-places .swiper-slide .place_event_title{
	font-size:14px;
	margin:2% 6%;
	font-weight: 600;
	min-height: 38px;
}
.swiper-container-places .swiper-slide .place_event_starts{
	font-size:12px;
	margin:2% 6%;
	font-weight: 300;
}
.swiper-container-places .swiper-slide .place_event_place{
	font-size:12px;
	margin:0% 6%;
	font-weight: 300;
	color:#8e8e8e;
}
.swiper-container-places .swiper-slide .place_event_starts span{
	font-weight: 900;
	color:#b50606;
}
.list .titles{
	font-size:16px;
	font-weight: 700;
	color:#9f8dc9;
	margin: 0 5%;
	margin-bottom:20px;
	position: relative;
	z-index:14;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list .title1{
	margin-top:10px;
}
.list .titles i{
	color:#fff;
	font-size: 20px;
	opacity:0.3;
}
.m30{
	width:100%;
	margin:30px;
}
.list .title2{
	margin-bottom:5px;
}
.list .categ{
	font-size:24px;
	font-weight: 700;
	color:#fff;
/*	background:#2b1c42;*/
	padding: 0 5%;
/*	padding-bottom:15px;
	margin-bottom:8px;*/
	padding-bottom: 15px;
	padding-top: 10px;
    margin-bottom: 0px;
    line-height: 10px;
	/*z-index:10;*/
	z-index:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
/*	-webkit-box-shadow: 0px 0px 5px 5px rgba(43,28,66,1);
-moz-box-shadow: 0px 0px 5px 5px rgba(43,28,66,1);
box-shadow: 0px 0px 5px 5px rgba(43,28,66,1);*/
}
.list .categ{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0px;
}
.list .categ div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.list .categ i{
	font-size:14px;
	margin-left:10px;
}
.list .categ .fa-sliders{
	font-size:20px;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
/*
.list-container{
	overflow-y: scroll;
	height: 100%;
	z-index: 10;
    position: relative;
}*/
.list-content{
	padding-bottom: 50px;
}

.games_list{
	width:100%;
	box-sizing: border-box;
	padding:10px 5%;
	padding-bottom: 30%;
/*	position: relative;
	z-index:12;*/

	overflow-y: scroll;
    height: 100vh;
    z-index: 10;
    position: relative;

}

.game_in_list{
	width:100%;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
	box-sizing: border-box;
	transition: border-radius 0.5s ease-in-out;
	-webkit-transition: border-radius 0.5s ease-in-out;
}
.game_in_list.opened{
	border-radius: 0px;
}

.game_in_list_container{
	margin-bottom: 10vw;
}

.image_game{
	width:100%;
	height:180px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}
.image_game_overlay{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
}
.game_top_info{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#fff;
	padding:15px 5%;
	box-sizing: border-box;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}
.closed .game_top_info.opened{
	opacity:0;
}
.opened .game_top_info.opened{
	opacity:1;
}
.closed .game_top_info.closed{
	opacity:1;
}
.opened .game_top_info.closed{
	opacity:0;
}
.active_users{
	font-size: 13px;
}
.active_users i{
	font-size: 14px;
	margin-right: 4px;
}

.info_game{
	padding:0 5% 20px;
	opacity:1;
	transition: all 0.25s ease-in-out 0.5s;
	-webkit-transition: all 0.25s ease-in-out 0.5s;
}

.opened .info_game{
	opacity:0;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.info_game_opened{
	position: absolute;
	top:230px;
	left:0px;
	width:100%;
	overflow: hidden;
}
.closed .info_game_opened{
	opacity:0;
	transition: opacity 0.1s ease-in-out;
	-webkit-transition: opacity 0.1s ease-in-out;
	height:0px;
}

.opened .info_game_opened{
	opacity:1;
	transition: opacity 0.25s ease-in-out 0.5s;
	-webkit-transition: opacity 0.25s ease-in-out 0.5s;
	height:calc(100% - 325px);
}
.opened_info{
	width:100%;
	height:100%;
	box-sizing: border-box;
	padding:20px 5%;
	overflow-y: scroll;
}

.opened .image_game{
	height:230px;
}

.brand_game{
	margin-top:0px;
	height:60px;
	width:60px;
	margin: -30px auto 0;
	position: relative;
	z-index: 11;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.5);
}
.brand_game_small{
	bottom:10px;
	right:10px;
	overflow: hidden;
	height:40px;
	width:40px;
	position: absolute;
	z-index: 11;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.5);
	box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.5);	
}
.brand_game_small img{
	width:90%;
}
.brand_game img{
	width:90%;
}

/*.text_game{
	padding:12px 0 7px;
	font-size:14px;
	line-height: 22px;
}*/
.text_game{
/*	padding:18px 0 7px;
	font-size:14px;
	line-height: 22px;*/

	padding: 18px 0 2px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 89px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.info_chips{
	color:#b6b6b6;
	padding:12px 0;
	font-size: 12px;
	font-weight: 400;
}
.info_chips_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px 0;
}
.info_chips_i{
	font-size: 18px;
	line-height: 14px;
}
.chips{
	text-align: center;
	padding-top: 5px;
}
.chip{
	color:#000;
	background:#e3e3e3;
	display: inline-block;
	padding:7px 10px;
	font-size: 12px;
	border-radius: 100px;
	margin:5px 2px;
}
.chip.game_type{
	background: #6c5a96;
	color:#fff;
}

.start_game{
 	margin:0;
 	margin-bottom: 10px;
 	background: #247fae;
 	color:#fff;
 	font-size: 16px;
 	font-weight: 700;
	-webkit-box-shadow: 0px 10px 20px -8px rgba(36,127,174,1);
	-moz-box-shadow: 0px 10px 20px -8px rgba(36,127,174,1);
	box-shadow: 0px 10px 20px -8px rgba(36,127,174,1);
 }

.time_game{
	width:100%;
	text-align: center;
	margin-bottom: 15px;
}
 .starts_at{
 	font-size: 14px;
 }
 .actual_time{
 	font-size:36px;
 	color:#b50606;
 	font-weight: 900;
 }


.video_game{
	width:100%;
	height:180px;
	position: relative;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}
.opened .video_game{
	height:230px;
}
.video_container{
	height:180px;
	width:100%;
	position: relative;
	top:0px;
	left:0px;
	overflow: hidden;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
/*	border-top-left-radius: 25px;
	border-top-right-radius: 25px;*/
}
.opened .video_container{
	height:230px;
}
 #myVideo {
	position: absolute;
    right: 0;
    bottom: 0;
    top: -40px;
    width: 120%;
    height: 135%;
}

.join_game{
 	margin:0;
 	margin-bottom: 10px;
 	background: #f37a28;
 	color:#fff;
 	font-size: 16px;
 	font-weight: 700;
	-webkit-box-shadow: 0px 10px 20px -8px rgba(243,122,40,1);
	-moz-box-shadow: 0px 10px 20px -8px rgba(243,122,40,1);
	box-shadow: 0px 10px 20px -8px rgba(243,122,40,1);
	display: flex;
	align-items: center;
	justify-content: center;
 }
 .join_game span{
 	padding:5px 10px;
 	border-radius: 50px;
 	background: #fff;
 	color:#000;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	margin-left: 10px;
 	font-size: 14px;
 }
 .join_game img{
 	height:16px;
 	margin-left: 5px;
 }

















.general_fade{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.6);
	z-index: 99;
	display:none;
}
.left_panel{
	position: fixed;
	top:0px;
	left:0px;
	width:85%;
	height:100vh;
	background:#fff;
	z-index: 100;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);;
}
.left_panel.closed{
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.panel_up{
	width:100%;
	height:140px;
	background: #6c5a96;
	background: -moz-linear-gradient(left,  #6c5a96 1%, #2b1c42 100%);
	background: -webkit-linear-gradient(left,  #6c5a96 1%,#2b1c42 100%);
	background: linear-gradient(to right,  #6c5a96 1%,#2b1c42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c5a96', endColorstr='#2b1c42',GradientType=1 );
	position: relative;
}
.panel_lottie{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.panel_user{
	position: absolute;
	bottom: 0px;
	left:0px;
	padding:18px 7%;
	font-size:18px;
	font-weight: 900;
	color:#fff;
	display: flex;
	align-items: center;
}
.panel_user img{
	width:50px;
	border-radius: 100%;
	border:2px solid #fff;
}
.panel_user span{
	margin-left:10px;
}

.panel_list{
	height: calc(100% - 140px);
	width:100%;
	box-sizing: border-box;
    padding: 10px 7% 16px;
}
.panel_list_item{
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 15px;
    color: #828282;
}
.panel_list_item_title{
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
.panel_list_item_title img{
	width:20px;
	margin-right:15px;
}
.panel_list_item_sep{
	height:1px;
	width:100%;
	margin: 8px 0;
	background:#e6e6e6;
}
.notif.panel_notif{
	background: #d1435a;
    color: #ffffff;
    min-width: 20px;
    min-height: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(209,67,90,0.5);
    -moz-box-shadow: 0px 3px 7px 0px rgba(209,67,90,0.5);
    box-shadow: 0px 3px 7px 0px rgba(209,67,90,0.5);
}