@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
body {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #858796;
	text-align: left;
}
.pd50{
	padding: 50px 0px;
}
.mb50{
	margin-bottom: 50px;
}
a{
	cursor: pointer;
}
a:hover{
	text-decoration: none;
}
ul{
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}

.m20{
	margin: 20px 0px;
}
.pd20{
	padding: 20px 0px !important;
}


.dashboard-sidebar {
	background-color: transparent;
	border: 1px solid rgba(100,100,100,.1);
	border-bottom: 1px solid transparent;
	padding: 10px 0px;
	transition: all .3s;
}
.sidebar {
	width: 0rem !important;
	min-height: 100vh;
	overflow: hidden;
}
.sidebar .nav-item .nav-link {
	display: block;
	width: 100%;
	text-align: left;
	padding: 1rem;
	width: 14rem;
}
.sidebar .nav-item .nav-link i {
	font-size: .85rem;
	margin-right: .25rem !important;
}
.sidebar .nav-item .nav-link span {
	font-size: .85rem;
	display: inline;
}
.sidebar .nav-item .nav-link {
	text-align: left;
}
.sidebar .nav-item .collapse {
	position: relative;
	left: 0;
	z-index: 1;
	top: 0;
	-webkit-animation: none;
	animation: none;
}
.sidebar .nav-item .collapse, .sidebar .nav-item .collapsing {
	margin: 0 1rem;
}
.sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
	width: 1rem;
	text-align: center;
	float: right;
	vertical-align: 0;
	border: 0;
	font-weight: 900;
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	display: block !important;
}
.sidebar .my_dropdown:after {
	width: 1rem;
	text-align: center;
	float: right;
	vertical-align: 0;
	border: 0;
	font-weight: 900;
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	display: block !important;
}

.sidebar.toggled .nav-item .nav-link {
	text-align: left;
	padding: .75rem 1rem;
	width: 14rem;
}
.sidebar.toggled .nav-item .nav-link i {
	margin-right: 0;
}
.sidebar.toggled .nav-item .nav-link span {
	font-size: 14px;
	display: inline;
}
/*.sidebar .nav-item .nav-link.collapsed:after {
	content: '\f105';
	}*/

.sidebar.toggled {
	width: 14rem !important;
	overflow: visible;
	min-height: 100vh;
}


footer.sticky-footer.bg-white {
	bottom: 0;
	width: 100%;
}


.sidebar-dark hr.sidebar-divider {
	border-top: 1px solid rgba(100,100,100,.15);
}
.sidebar-dark .nav-item.active .nav-link, .sidebar-dark .nav-item.active .nav-link i {
	color: #666;
}

.table a {
	color: #999;
	font-weight: 600;
	font-size: 13px;
	margin-left: 15px;
}
.sidebar-dark .nav-item .nav-link {
	color: #999;
	font-weight: 600;
}

.sidebar-dark .nav-item .nav-link, .sidebar-dark .nav-item .nav-link i {
	color: #999;
	font-weight: 600;
}

.nav-item:hover .nav-link{
	color: #000030 !important;
}
.nav-item:hover .nav-link i{
	color: #000030 !important;
}
.nav-item:active .nav-link{
	color: #000030 !important;
}
.nav-item:active .nav-link i{
	color: #000030 !important;
}

.sidebar-dark .nav-item .nav-link, .sidebar-dark .nav-item .nav-link i {
	color: #999;
	font-weight: 600;
}
.navbar-nav .nav-item .nav-link:focus{
	color: #000040;
}
.navbar-nav .nav-item .nav-link:focus i{
	color: #000040 !important;
}
.navbar-nav .nav-item .nav-link:hover{
	color: #000040;
}
.navbar-nav .nav-item .nav-link:hover i{
	color: #000040 !important;
}
.table a:hover{
	color: #000030 !important;
}
.table a i:hover{
	color: #000030 !important;
}
.table  a:active{
	color: #000030 !important;
}
.table a i:active{
	color: #000030 !important;
}
.sidebar-dark.toggled #collapseEvent{
	left: 0%;
	text-align: left;
	z-index: 999;
	position: relative;
}
.sidebar-dark.toggled #collapseEvent .table{
	background-color: #ffffff;
}
.sidebar-dark.toggled #collapseEvent .table tbody tr td a i{
padding: 0px 5px;
}
.sidebar-dark.toggled #collapseEvent .table tbody tr td a {
color: #999;
}
.cart{z-index: 0;}
.dashboard-cart {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	text-align: center;
	height:368px;
	border:none;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
	z-index: 0;
}

.dashboard-cart:hover{
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
}
.dashboard-cart .background-block {
	float: left;
	width: 100%;
	height: 200px;
	overflow: hidden;

}
.cart_1{
	background-color: #00a3e3; 
}
.cart_2{
	background-color: #f2e70a;
}
.cart_3{
	background-color: #000030;
}
.dashboard-cart .background-block .background {
	width:100%;
	vertical-align: top;
	opacity: 0.9;
	-webkit-filter: blur(0.5px);
	filter: blur(0.5px);
	-webkit-transform: scale(1.8);
	transform: scale(2.8);
}
.dashboard-cart .card-content {
	width: 100%;
	padding: 25px 25px;
	color: #00a3e3;
	float: left;
	background: #ffffff;
	height: 50%;
	border-radius: 0 0 5px 5px;
	position: relative;
	z-index: 9999;
	text-transform: uppercase;
	font-weight: 700;
}
	.dashboard-cart .card-content::before {
		content: '';
		background: #ffffff;
		width: 120%;
		height: 100%;
		left: 11px;
		bottom: 51px;
		position: absolute;
		z-index: -1;
		transform: rotate(-13deg);
	}
	.dashboard-cart .profile {
		border-radius: 50%;
		position: absolute;
		bottom: 45%;
		left: 50%;
		width: 100px;
		opacity: 1;
		box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
		/* border: 2px solid rgba(255, 255, 255, 1); */
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		z-index: 99999;
		height: 100px;
		background: #fff;
	}

	.dashboard-cart h2 {
		margin: 0 0 5px;
		font-weight: 600;
		font-size:25px;
	}
	.dashboard-cart h2 small {
		display: block;
		font-size: 15px;
		margin-top:10px;
	}
/*.dashboard-cart i {
  display: inline-block;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 1px solid #232323;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
    }*/
    .dashboard-cart .icon-block{
    	float:left;
    	width:100%;
    	margin-top:15px;
    }
    .dashboard-cart .icon-block a{
    	text-decoration:none;
    }
/*.dashboard-cart i:hover {
  background-color:#232323;
  color:#fff;
  text-decoration:none;
  }*/
  .dashboard-cart .cart_icon {
  	position: absolute;
  	left: 24%;
  	bottom: 21%;
  	font-size: 40px;
  	color: #00a3e3;
  	font-weight: 600;
  }
  .sidebar.toggled .sidebar-brand .sidebar-brand-text {
  	display: block;
  }
  .sidebar .sidebar-brand .sidebar-brand-text {
  	display: block;
  }
  .sidebar-brand img{max-width: 50px;}
  .dashboard_header{}
  .dashboard_header ul{
  	padding: 0;
  	margin: 0;
  }
  .dashboard_header ul li{
  	display: inline-block;
  	padding: 0px 5px;
  }
  .dashboard_header ul li a {
  	font-size: 14px;
  	font-weight: 600;
  	color: #999;
  	letter-spacing: .50px;
  }
  .dashboard_header ul li a:hover{
  	color: #000030;
  }
  .dashboard_header ul li:last-child a{
  	color: #000030;
  }
  .sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
  	color: rgba(100,100,100,.5);
  }


.dashboard_header ul li a i{
	padding: 0px 5px;
}
a.active{
	color: #666;
}
a.active i{
	color: #666;
}

span.user_right_arrow i{
	padding: 0px 5px;
}
  /*================= all events page =================*/


  .all_event_header{}
  .all_event_header span{
  	float: left;
  	padding: 5px;
  }

  .all_event_header button{
  	font-size: 13px;
  	font-weight: 500;
  	color: #999999;
  	padding: 7px 10px;
  	border: 1px solid rgba(100,100,100,.2);
  	border-radius: 3px;
  	margin: 0px 5px;
  }
  .all_event_header button:hover{
  	background-color: #00a3e3;
  	color: #fff;
  	border: 1px solid #00a3e3;
  	border-radius: 4px;
  }
  .all_event_header button.active{
  	background-color: #00a3e3;
  	color: #fff;
  	border: 1px solid #00a3e3;
  	border-radius: 4px;
  }

  .event_items {
  	margin: 20px 0px;
  	border: 1px solid rgba(255,255,255,.2);
  	padding: 20px 0px;
  	position: relative;
  	background-color: #ffffff;
  	-webkit-box-shadow: 0 10px 6px -6px #ddd;
  	-moz-box-shadow: 0 10px 6px -6px #ddd;
  	box-shadow: 0 8px 7px 3px #ddd;
  	
  }

  .event_left{
  	padding: 10px 20px;
  }
  .event_left > a > h4 {
  	color: #00a3e3;
  	font-size: 24px;
  	font-weight: 700;
  	line-height: 20px;
  	margin-bottom: 20px;
  }
  .event_left > a > h4:hover {
  	text-decoration: underline;
  	text-decoration-color: #00a3e3;
  }
  .event_left p {
  	line-height: 12px;
  	font-size: 14px;
  	letter-spacing: .25px;
  	line-height: 20px;
  }
  .event_left>p>i{}

  .event_left .preshow {
  	border: 2px solid #F39C12;
  	border-radius: 5px;
  	background: transparent;
  	padding: 5px 15px;
  	font-size: 12px;
  	color: #F39C12;
  }
  .event_left .closed {
  	border: 2px solid #999;
  	border-radius: 5px;
  	background: transparent;
  	padding: 5px 15px;
  	font-size: 12px;
  	color: #999;
  }
  .event_right{
  	padding: 10% 0%;
  }
  .event_right ul{text-align: center;}
  .event_right ul li {
  	display: inline-block;
  	margin: 5px;
  }
  .event_right ul li a {
  	border: 1px solid rgba(100,100,100,0.1);
  	padding: 8px 10px;
  	color: #999;
  	font-size: 13px;
  	border-radius: 5px;
  	letter-spacing: .50px;
  }
  .event_right ul li a i{
  	font-size: 12px;
  }
  .event_right ul li:hover a{
  	background-color: #00a3e3;
  	color: #fff;
  }
  .show{
  	display: block !important;
  }


  /**================= live event section ================**/
  .social-link{}
  .social-link .nav-item{}
  .social-link .nav-item a{
  	margin: 5px;
  	font-size: 14px;
  	color: #ffffff;
  	border-radius: 50px;
  	padding: 6px 10px;
  }
  .social-link .nav-item .facebook {
  	border-radius: 50px;
  	padding: 7px 11px;
  	background-color: #3b5998;
  }
  .social-link .nav-item .twitter {
  	padding: 7px 9px;
  	border-radius: 50px;
  	background-color: #00aced;
  }
  .social-link .nav-item .whatsapp{
  	background-color: #2cb742;
  	padding: 7px 9px;
  	border-radius: 50px;
  }
  .social-link .nav-item .google_plus {
  	background-color: #dd4b39;
  	padding: 7px 7px;
  	border-radius: 50px;
  }
  .social-link .nav-item .linkedin {
  	background-color: #007fb1;
  	padding: 7px 10px;
  	border-radius: 50px;
  }
  .social-link .nav-item .readdit {
  	background-color: #5f99cf;
  	padding: 7px 9px;
  	border-radius: 50px;
  }

  /*================= live body Section ===============*/

  .live-header {
  	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  	padding: 10px;
  	background-color: #fff;
  	margin-bottom: 100px;
  }
  .live-header ul{
  	padding: 0;
  	margin: 0;
  }
  .live-header ul li {
  	display: inline-block;
  	padding: 10px 5px;
  }
  .live-header ul li button{
  	border: 1px solid rgba(100,100,100,.2);
  	font-size: 14px;
  	color: #858796;
  	background-color: transparent;
  }
  .live-header ul li button i{
  	padding: 0px 3px 0px 0px;
  }
  .live-header ul li .post_utl{
  	font-size: 12px;
  }
  .live-header ul li .post_btn:hover{
  	background-color: #F39C12;
  	color: #ffffff;
  	transition: all .2s;
  	border: 1px solid #F39C12; 

  }
  .live-header ul li .add_dock:hover{
  	background-color: #F39C12;
  	color: #fff;
  	transition: all .2s;
  	border: 1px solid #F39C12; 
  }
  .live-header ul li .go_live{
  	color: #30c06c;
  	transition: all .2s;
  	text-transform: uppercase;
  }
  .live-header ul li .go_live:hover{
  	background-color: #30c06c;
  	color: #fff;
  	transition: all .2s;
  	border: 1px solid #30c06c; 

  }
  .live-header ul li .admin_id:hover{
  	background-color: #F39C12;
  	color: #fff;
  	transition: all .2s;
  	border: 1px solid #F39C12; 
  }
  .header_bottom {
  	padding: 5px;
  }
  .header_bottom p {
  	font-size: 12px;
  	line-height: 1;
  	margin-bottom: 10px;
  }
  .header_bottom p i {
  	padding: 0px 5px;
  }

  /**============= Video room ===============**/
  .video_panel{
  	padding: 20px 0px;
  }
  .video_panel .panel_header{
  	padding-bottom: 5px;
  	font-size: 12px;
  }
  .video_panel .video_body {
  	border: 1px solid rgba(100,100,100,.2);
  	margin: 5px 0px;
  	background-color: #ddd;
  }
  .panel_header span i.active{
  	color: green;
  }

  /*=========== video url ===========*/
  .video_link {
  	border: 1px solid rgba(100,100,100,.2);
  	padding: 5px;
	/*-webkit-box-shadow: 0px 10px 13px -7px #dddddd, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #dddddd, 5px 5px 15px 5px rgba(0,0,0,0);*/
	position: relative;
	text-align: center;
}
.video_link p {
	font-size: 12px;
	margin-bottom: 0;
}
.video_copy_btn {
	position: relative;
	top: 0;
	right: 5px;
}
.video_link .btn {
	border: 1px solid rgba(100,100,100,.2);
	padding: 5px 5px;
	font-size: 13px;
	line-height: 0;
	transition: all .2s;
	border-radius: 2px;
	background-color: #fff;
}
.video_link .btn:hover{
	background-color: #F39C12;
	color: #fff;
	transition: all .2s;
	border: 1px solid #F39C12;
}

/*============= video footer ================*/
.video_footer{
	border: 1px solid rgba(100,100,100,.2);
	padding: 5px;
	/*-webkit-box-shadow: 0px 10px 13px -7px #dddddd, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #dddddd, 5px 5px 15px 5px rgba(0,0,0,0);*/
	margin-top: 5px;
	position: relative;
	text-align: center;
}
.video_footer p{
	font-size: 12px;
	margin-bottom: 0px
}
.video_footer p:after{
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	margin: 5px auto;
	background-color: #F39C12;
}
.video_footer .other_link{
	position: relative;
	top: 0;
	right: 5px;
	text-align: center;
}
.video_footer .other_link ul li {
	padding: 0px 2px;
	font-size: 12px;
	border-radius: 0 !important;
}
.video_footer .other_link ul li button {
	font-size: 12px;
	padding: 2px 5px;
}


/*============== chat list section ==================*/

.l_c_h {
	width:300px;
	position:fixed;
	bottom:0;
	right:0px;
	background:#fff;
	border-radius:3px;
	
	display:block;
}
.l_c_h .c_h {
	cursor: pointer;
	border-radius: 0px;
	/* background: #c61432; */
	background: #30c06c;
	line-height: 34px;
}
.l_c_h .left_c {
	color:#ebebeb;
	width:150px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.l_c_h .right_c {
	text-align:center;
	/*background:#DE4A4A;*/
	background:#ff8f32;
	line-height: 36px;
}
.l_c_h .right_c  a {
	color:#ebebeb;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
	cursor: pointer !important;
	font-size: 16px;
	line-height: normal !important;
	margin-top: 0 !important;
	padding: 1px 0px !important;
	text-align: center !important;
	text-decoration:none;
	font-weight:600;
}
.clear {
	clear:both;
}
.chat_container {
	/*display:none;*/
	border: 1px solid rgba(100,100,100,.2);
}


.left{
	float:left;
}
.right{
	float:right;
}
.left_icons{
	width:35px;
	height:auto;
	text-align:center;
	color:#999;
	/*background:#DE4A4A;*/
	background: #ff8f32;
	font-size:15px;
}

.center_icons{
	text-align:center;
	padding:2px 0px 0px 5px;
}

.chat_lish{
	padding: 16px;
}
.chat_lish ul{}
.chat_lish ul li {
	border: 1px solid rgba(100,100,100,.2);
	border-radius: 5px;
	padding: 5px;
	margin: 20px 0px;
	display: flow-root;
}
.chat_lish ul li .c_greet {
	text-align: right;
	margin: 0;
	line-height: 0px;
	font-size: 13px;
	margin-top: 5px;
	color: green;
	font-weight: 500;
}
.chat_lish ul li span{
	font-size: 14px;
}
.chat_lish ul li img{
	height: 50px;
	width: 50px;
	border-radius: 50px;
}
.chat_lish ul li .chat_link{
	text-align: center;
	margin-top: 5px;
}
.chat_lish ul li .chat_link .btn {
	font-size: 12px;
	border: 1px solid rgba(100,100,100,.2);
	border-radius: 4px;
	padding: 5px 10px;
}
.chat_lish ul li .chat_link .btn:hover{
	background-color: #F39C12;
	color: #fff;
}
.chat-name{
		text-align: center;
	}
	.chat-name p{
		font-size: 14px;
	}

	.connection {
	    text-align: right;
	    color: green;
	}

/*========================== Chat box ==========================*/
.chat {
	margin-top: auto;
	margin-bottom: auto;
	width: 300px;
	position: fixed;
	bottom: 0%;
	left: 2%;
	display: none;
}

.card{
	height: 400px;
	border-radius: 15px !important;
	background-color: rgba(0,0,0,0.4) !important;
}
.contacts_body{
	padding:  0.75rem 0 !important;
	overflow-y: auto;
	white-space: nowrap;
}
.msg_card_body {
	overflow-y: auto;
	background-color: #fff;
}
.card-header{
	border-radius: 15px 15px 0 0 !important;
	border-bottom: 0 !important;
}
.card-footer{
	border-radius: 0 0 15px 15px !important;
	border-top: 0 !important;
}
.container{
	align-content: center;
}
.type_msg {
	background-color: #F39C12 !important;
	border: 0 !important;
	color: #fff !important;
	height: 40px !important;
	overflow-y: auto;
}
.type_msg:focus{
	box-shadow:none !important;
	outline:0px !important;
}
.type_msg::placeholder { 
	color: #ffffff !important;
	opacity: .8;
}
.user_img{
	height: 70px;
	width: 70px;
	border:1.5px solid #f5f6fa;

}
.user_img_msg{
	height: 40px;
	width: 40px;
	border:1.5px solid #f5f6fa;

}
.online_icon{
	position: absolute;
	height: 15px;
	width:15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.4em;
	border:1.5px solid white;
}
.offline{
	background-color: #c23616 !important;
}
.user_info{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
}
.user_info span{
	font-size: 20px;
	color: white;
}
.user_info p{
	font-size: 10px;
	color: rgba(255,255,255,0.6);
}

.msg_cotainer{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
	border-radius: 25px;
	background-color: #00a3e3;
	padding: 10px;
	position: relative;
	color: #ffffff;
}
.msg_cotainer_send{
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
	border-radius: 25px;
	background-color: #F39C12;
	padding: 10px;
	position: relative;
	color: #ffffff;
}
.msg_time{
	position: absolute;
	left: 0;
	bottom: -15px;
	color: #00a3e3;
	font-size: 10px;
}
.msg_time_send {
	position: absolute;
	right: 0;
	bottom: -15px;
	color: #F39C12;
	font-size: 10px;
}
.msg_head {
	position: relative;
	background-color: #00a3e3 !important;
}
.close_btn_chat {
	position: absolute;
	top: 10px;
	right: 8px;
	padding: 0px 8px;
	background: #F39C12;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}






/*============================= FAN Dashboard Custom CSS ============================*/
.fan_header {
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0px;
	background-color: #ffffff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.02), 0 2px 2px rgba(0,0,0,0.02), 0 4px 4px rgba(0,0,0,0.02), 0 8px 8px rgba(0,0,0,0.02), 0 16px 16px rgba(0,0,0,0.02);
	border-radius: 10px;
	border: 1px solid rgba(100,100,100,.08);
}
.fan_header h2 {
	font-weight: 600;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #00a3e3;
}
.fan_header h2 span {
	font-size: 12px;
	position: absolute;
	padding: 0px 5px;
}
.fan_header h2::after {
	content: '';
	display: block;
	width: 200px;
	height: 2px;
	background-color: #F39C12;
	border-radius: 10px 10px 50px 50px;
	margin: 0px auto;
}
.fan_header p {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #00a3e3;
}
.fan-dashboard {
	padding: 20px;
	margin: 50px 0px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
}
#fan_dashboard{display: none;}
.fan-dashboard .video_panel{
  	padding: 20px 0px;
  }
.fan-dashboard .video_panel .video_body {
  	border: 1px solid rgba(100,100,100,.2);
  	margin: 5px 0px;
  	background-color: #ddd;
  }

  /*=============== fan Dashboard modal =============*/
 .modal_body {
	text-align: center;
	padding: 5px;
}
.modal_body h2 {
	font-size: 30px;
	font-weight: 900;
	line-height: 35px;
	color: #00a3e3;
}

.modal_body input::placeholder { 
	color: rgba(100,100,100,.3) !important;
}
.modal_body .submit_name {
	border: 1px solid rgba(100,100,100,.2);
	background: #00a3e3;
	color: #fff;
	border-radius: 4px;
}

.modal_body .submit_name:hover{
	opacity: .8;
}


/*======================================== end fan Deahboard ===============================*/
/*======================================== start Host Deahboard ===============================*/

.fan_header .publish_btn {
	border: 2px solid #F39C12;
	color: #F39C12;
	text-transform: uppercase;
	font-weight: 700;
}
.fan_header .publish_btn:hover {
	opacity: .8;
}
.host_footer {
	text-align: center;
	padding: 2px;
}
.host_footer button {
	font-size: 20px;
	padding: 1px;
	cursor: pointer;
}
.host_footer button:hover{
	color: #F39C12;
}


/*================== profile custom css ======================*/
.profile-heading{ padding: 20px 0px; }
.profile-heading h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
}
.profile-heading h2::after {
	display: block;
	content: '';
	margin: 0 auto;
	width: 141px;
	height: 2px;
	background-color: rgba(100,100,100,.2);
}
.profile-body {
	background: #fff;
	padding: 20px 20px;
}
.profile_info {
	padding: 10px;
	border: 1px solid rgba(100,100,100,.2);
	position: relative;
}
.profile_info p {
	margin-right: 5px;
	font-weight: 500;
	line-height: 0;
}
.btn.action {
	background-color: rgba(243, 156,18,1);
	margin: 5px !important;
	right: 20px;
	top: 35%;
	color: #fff;
}
.btn.action:hover{
	background-color: rgba(243, 156,18,.8);
}
.edit_profile{
	padding: 20px 0px;
	display: none;
	margin-bottom: 100px !important;
}

/*======================= add event section ======================*/
.add_event_section{
	background-color: #fff;
	padding: 50px 30px;
	margin-bottom: 100px;
	box-shadow: 0 8px 7px 3px #ddd;
}
.add_event_section .event_head {
	text-align: center;
	padding: 5px;
	margin-bottom: 20px;
}
.add_event_section .event_head h3 {
	font-size: 16px;
	font-weight: 600;
	color: #00a3e3;
	text-transform: uppercase;
}



.add_event_section .event_head h3::after {
	display: block;
	content: '';
	width: 100px;
	height: 2px;
	background-color: #F39C12;
	margin: 6px auto;
}

.form-group span {
	color: #F39C12;
	font-size: 20px;
	font-weight: 700;
}

.form-group input::placeholder{
	color: rgba(100,100,100,.5);
}

.add_event_section .input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6e707e;
	text-align: center;
	white-space: nowrap;
	background-color: transparent;
	border: 1px solid #d1d3e2;
	border-radius: .35rem;
}
.copy_url{
	border-radius: 0px 5px 5px 0px !important;
}
.copy_all_url {
	border: 1px solid rgba(100,100,100,.2);
	margin: 0px 5px;
	border-radius: 5px;
	transition: all .3s;
}
.copy_all_url:hover{
	background-color: #F39C12;
	border: 1px solid #F39C12;
	color: #fff;
	transition: all .3s;
}
.copy_all_url button{
	font-size: 14px;
	cursor: pointer;
}
.copy_all_url button.btn{
	background-color: transparent;
	color: #858796;
}
.copy_all_url button.btn i{
	padding: 0px 3px 0px 0px;
}
.copy_all_url:hover button{
	color: #fff;
}
.input-group-text i{
	color: #999999;
}
label {
	color: #666;
}
.save_event {
	margin: 20px 0px;
	border: 1px solid rgba(100,100,100,.3);
	transition: all .3s;
}
.save_event:hover{
	background-color: #F39C12;
	border: 1px solid #F39C12;
	color: #fff;
	transition: all .3s;
}
/*===================== Manage users custom css Section ==================*/
.user_manage_section {
	background-color: #fff;
	margin: 20px 0px 100px 0px;
	padding: 20px;
}
.user_manage_head{
	margin: 20px 0px;
	position: relative;
}
.user_manage_head p{
	font-size: 14px;
}
.user_manage_head p span{
	color: #00a3e3;
}
.user_manage_head .add_new {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #00a3e3;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.user_manage_head .add_new:hover {
	opacity: .8;
}
.add_user{
	padding: 10px;
}
.create_user{
	background-color: #00a3e3;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.create_user:hover{
	opacity: .8;
	color: #fff;
}
.add_user input::placeholder{
	color: rgba(100,100,100,.4);
}

.cancle_user{
	background-color: #F39C12;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.cancle_user:hover{
	opacity: .8;
	color: #fff;
}

.user_manage_section .table td, .table th {
	padding: 5px;
	vertical-align: middle;
	border: 1px solid rgba(100,100,100,.2);
}
.user_manage_section .table thead th{
	padding: 10px;
}
.user_manage_section tbody > tr > th {
	text-align: center !important;
}
.user_manage_section tbody > tr > td:last-child{
	text-align: center !important;
}
.user_edit {
	background-color: #00a3e3;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	margin: 5px;
}
.user_edit:hover{
	color: #fff;
	opacity: .8;
}
.user_dalate{
	background-color: #F39C12;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	margin: 5px;
}
.user_dalate:hover{
	color: #fff;
	opacity: .8;
}
 /* sujan   none  */
#videoproducer .OT_audio-only{display:block !important;}

.VideoWrap .OT_audio-only{display:block !important;}

.hide {
    display: none !important;
}
.App-control-container .ots-video-control {
    z-index: 1;
    background-color: #707575 !important;
    margin: 20px 20px !important
}

.ots-video-control.camera-switch{
	background-image: url("../img/icons8-switch-camera-50.png") !important;
}
/* .ots-video-control.share-screen{

  background-image: url("../img/screensharing.png") !important;
} */
.App-control-container{
	padding: 0 !important;
	position: fixed;
    bottom: 0px;
    width: 100% !important;
}

.switchCamera{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}
.btn-z-index{
	z-index: 9999;
}
.sweet-alert .swal2-input{
	display: block !important;
}
.chat_lish ul li .chat_link span {
    float: left;
    margin-left: 4px;
}

.OT_fit-mode-contain .OT_video-element{
	object-fit:cover !important;
}


.App-control-container .ots-video-control.audio.muted {
    background-image: url(https://assets.tokbox.com/solutions/images/icon-muted-mic.png) !important;
}

.App-control-container .ots-video-control.audio {
    background-image: url(https://assets.tokbox.com/solutions/images/icon-mic.png) !important;
}
button.ots-video-control.circle.end-call.hidden{background-color: red !important;}
.add_event_section .form-check input.form-check-input {
	width: 20px !important;
}
.copy_Producer_link {
	display: inherit;
	padding: 0px 5px;
}
.admin-page-content {
	padding: 0px 20px !important;
}
.duration span{
	padding: 0px 5px 0px 0px;
}
.funs_section, .time_limit_section{
	position: relative;
}
.funs_section .fun_limit, .time_limit_section .time_limit{
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
}
@media (max-width: 1200px) {
.funs_section .fun_limit, .time_limit_section .time_limit{
	text-align: right;
}

}
.messege_box {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10% 0px;
  }
  .messege_box img{
    max-width: 15%;
  }
  .NoEvents {
    padding: 20px 0px;
  }


.EventForm .rdt{
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.EventForm .rdt input {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

@media (max-width: 576px) {
	.all_event_header button {
		font-size: 12px;
		font-weight: 500;
		color: #999999;
		padding: 5px 2px;
		border: 1px solid rgba(100,100,100,.2);
		border-radius: 3px;
		margin: 0px 1px;
	}

	.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
		content: '\f105';
	}

	.sidebar-brand img {
    width: 66px !important;
}



