.event_sidbar ul{
	padding-left: 0px;
}
.event_sidbar ul li{
	list-style:none;
}
.event_sidbar ul li a {
	text-decoration: none;
	display: block;
	background-color: #ebf3ff;
	padding: 10px;
	color: #2B305A;
	font-size: 1rem;
}
.event_sidbar ul li a span {
	margin-left: 10px;
	font-size: 15px;
}
.event_sidbar ul .divider {
	height: 1px;
	background-color: #707070;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	opacity: 0.5;
}
.event_sidbar ul li a.active {
	background-color: #ffb01b;
	font-weight: 600;
}
.event_sidbar ul li a:hover{
	background-color: #ffb01b;
	transition: all 0.5s;

}
.event_sidbar ul li img {
	width: 25px;
}
.main_event_bx {
	margin-top: 20px;
}
.event_right_sect .nav-link {
	border: solid 1px #333;
	border-radius: 0;
	color: #2B305A;
	font-weight: 600;
	padding: 6px 8px;
	margin-bottom: 0px;
	font-size: 0.95rem;
}
.event_right_sect .nav-link:hover{
	background-color: #FFB01B;
	border: solid 1px  #FFB01B;
	transition: all 0.7s;
	color: #fff;
}
.event_right_sect .nav-link.active {
	font-weight: 600;
	font-family: 'Gotham';
	background-color: #FFB01B;
	border: solid 1px #FFB01B !important;
	border-bottom: solid 1px #FFB01B;
}
.cal_view {
	margin-left: 15px;
}
.event_right_sect .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
.event_right_sect .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.event_right_sect .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s cubic-bezier(0,1,0.5,1);
	border-radius: 4px;
  }
  
  .event_right_sect .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s cubic-bezier(0,1,0.5,1);
	border-radius: 3px;
  }
  
  .event_right_sect input:checked + .slider {
	background-color: #55bca1;
  }
  
  .event_right_sect input:focus + .slider {
	box-shadow:none;
  }
  
  .event_right_sect input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }

 .event_right_sect .slider.round {
	border-radius: 34px;
  }
  
  .event_right_sect .slider.round:before {
	border-radius: 50%;
  }
  .lbl_cal {
	position: relative;
	top: 3px;
	font-weight: 600;
	color: #999;
}
.lbl_list {
	position: relative;
	top: 3px;
	font-weight: 600;
	color: #999;
}
.lbl_list.active {
	color: #2B305A;
}
.event_dt {
	text-align: center;
}
.event_dt h4 {
	font-size: 1.5rem;
	font-weight: 600;
	font-family: 'Gotham';
	margin-bottom: 0;
}
.event_dt label {
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
}
.upcoming_events {
	color: #fff;
}
.ev_ttl h2 {
	font-size: 1rem;
	margin-bottom: 5px;
	display: block;
	font-weight: 600;
	margin-bottom: 0;
}
.ev_sts_online {
	background-color: #ffff;
	font-size: 13px;
	padding: 5px 8px;
	margin-left: 10px;
	color: #4dba9b;
	font-weight: 600;
	border: solid 1px #4dba9b;
}
.ev_ttl label {
	display: inline-block;
	font-size: 0.90rem;
	margin-top: 5px;
}
.ev_ttl p {
	text-align: left;
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 15px;
	line-height: 18px;
}
.row.event_details_right span {
	font-size: 15px;
}
.event_thumb {
	text-align: center;
}
.event_thumb img {
	width: 80px;
	height: auto;
}
.row.event_list.online {
	background-color: #ebfdff;
}
.row.event_list {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: solid 1px #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ev_sts_offline {
	background-color: #e5e5e5;
	font-size: 13px;
	padding: 5px 8px;
	margin-left: 10px;
	color: #666;
	font-weight: 600;
}
.remove_left{
	padding-left: 0;
}
.remove_right{
	padding-right: 0;
}
.rem_brdr {
	border-bottom: none !important;
}
.event_right_bx_hd {
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0;
}
.event_map img {
	max-width: 100%;
	margin: 0 auto;
	display: table;
}
.map_cntrl button {
	background-color: transparent;
	border: none;
	margin: 0 auto;
	display: table;
}
.map_cntrl button span {
	border: solid 1px #333;
	height: 50px;
	width: 50px;
	display: flex;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.map_cntrl button span img {
	height: 25px;
}
.map_cntrl button label{
	font-size: 14px;
}
.row.map_cntrl {
	margin-top: 12px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.btn-event-attend-now img {
	top: -4px;
	position: relative;
}
/*.shrink #pills-tab {
	position: fixed;
	background-color: #fff;
	transition: all 0.1s ease-in;
	box-shadow: 0px 0px 10px 3px #ddd;
	transition: all 0.5s ease-in;
	transform: translateY(92px);
	padding-top: 20px;
	padding-left: 20px;
}*/
/*#sidebar.fixed {
	position: relative;
	top: 145px;
}*/
.heading-text {
	font-size: 24px;
	font-family: 'Gotham';
	margin-top: 20px;
	margin-bottom: 10px;
}
.event_sidbar{
	width: 200px;
}
.ev_srch_bar {
	position: relative;
}
.ev_srch_bar button {
	position: absolute;
	right: 5px;
	top: 3px;
	background-color: transparent;
	min-width: auto!important;
}
.ev_srch_bar button img{
	height: 20px;
}
.ev_srch_bar input {
	border: solid 1px #333;
	padding-left: 10px;
	font-size: 15px;
	float: right;
	width: 100%;
	height: 36px;
	padding-right: 40px;
}
.map_cntrl span input {
	border: solid 1px #f00;
	height: 18px;
	width: 18px;
}
.event_details_right h3{
	font-size: 1.2rem;
	font-family: 'Gotham';
}
.event_details_right img {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 20px;
}
.event_details_right {
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
	padding-top: 15px;
}
.event_right_bx {
	padding-left: 25px;
	border-left: solid 1px #ccc;
}
.event_details_right.end{
	border-bottom: none;
}
#pills-tab {
	background-color: #fff;
	padding: 20px;
	padding-top: 0;
	padding-left: 0px;
}
.events_cal_inside.cal_view {
	display: none;
}
.events_cal_inside.cal_view.active {
	display: block;
	padding-top: 0;
}
.event_sidbar.hide{
	display: none;
}
.events_cal_head {
	background: #ddf2ec;
	padding: 25px;
	margin-top: 25px;
	position: relative;
}
.events_cal_head.hide {
	display: none;
}
.list_view.active{
	display: none;
}
.ev_cal_view.hide{
	display: none;
}
.cl_view_hd {
	background-color: #55BCA1;
}
.cl_view_hd ul {
	margin-left: 50px;
	margin: 0;
	padding: 25px;
}
.cl_view_hd ul li {
	display: inline-block;
	margin-left: 15px;
	width: 20%;
	font-size: 16px;
}
.row.event_list h2 {
	font-size: 18px;
	font-family: 'Gotham';
	margin-bottom: 5px;
}
.ev_det_hd h2 {
	font-size: 18px;
	font-family: 'Gotham';
	margin-bottom: 10px;
}
.event_details {
	position: relative;
	border-left: solid 4px #55BCA1;
	padding-left: 30px;
}
.event_details p {
	margin-bottom: 5px;
}
.evnt_logo img {
	width: 55px;
}
.events_cal_inside {
	background-color: #ddf2ec;
	padding-top: 35px;
	padding-bottom: 35px;
}
.ev_cal_view .cal_switch{
	float: right;
}
.event_right_sect.ev_cal_view {
	margin-top: 30px;
	padding-right: 40px;
}
.events_cal_head select {
	border: none;
	border-bottom: solid 1px #666;
	background-color: transparent;
	border-radius: 0;
}
.events_cal_head select:focus {
	outline: none !important;
	border: none !important;
	border-bottom: solid 1px #FFB300 !important;
	box-shadow: none !important;
}
.events_cal_head input {
	background-color: transparent;
	border: none;
	border-bottom: solid 1px #666;
	border-radius: 0;
}
.events_cal_head .input-group-text.bg-light.d-block {
	background-color: transparent !important;
	border: none;
	border-bottom: solid 1px #666;
	border-radius: 0;
}
.cal_tbl table {
	width: 100%;
}
.cal_tbl table th{
	background-color: #55bca1;
	padding: 20px;
}
.chnl_logo {
	height: 100px;
}
.cal_tbl tbody tr td:nth-child(1) {
	width: 10%;
}
.cal_tbl tbody tr td:nth-child(2) {
	width: 20%;
}
.cal_tbl tbody tr td:nth-child(3) {
	width: 20%;
}
.cal_tbl tbody tr td:nth-child(4) {
	width: 20%;
}
.cal_tbl tbody tr td:nth-child(5) {
	width: 20%;
}
.cal_tbl tbody tr td {
	border-bottom: solid 1px #ccc;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	font-weight: 600;
}
.sep_line::after {
	content: '';
	height: 85%;
	border-left: solid 1px #999;
	position: absolute;
	top: 10px;
	left: 0;
}
.sep_line {
	padding-left: 20px;
}
.cal_tbl {
	background-color: #ddf2ec;
}
.cal_switch label {
	font-size: 0.95rem;
}
/*.shrink #pills-tabContent {
	transform: translateY(475px);
	padding-bottom: 475px;
}
.shrink #pills-tab {
	position: fixed;
	background-color: #fff;
	transition: all 0.1s ease-in;
	box-shadow: 0px 0px 10px 3px #ddd;
	transition: all 0.5s ease-in;
	transform: translateY(92px);
	padding-top: 20px;
	padding-left: 20px;
	z-index: 9;
}*/
.cal_switch {
	margin-left: 115px;
}
.event_details_mob {
	display: none;
}
.event_filter_mob .btn-group .dropdown-toggle:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.event_filter_mob .btn-group .dropdown-toggle img {
	height: 20px;
	width: auto;
}
.event_filter_mob .btn-group .dropdown-toggle {
	background-color: #FFB01B;
	border: none;
}
.event_filter_mob .btn-group .dropdown-menu li img {
	width: 20px;
	height: auto;
}
.event_filter_mob .btn-group .dropdown-menu li span {
	font-size: 14px;
	font-weight: 500;
	margin-left: 7px;
}
.event_filter_mob .btn-group .dropdown-menu li{
	border-bottom: solid 1px #ddd;
}
.event_filter_mob{
	display: none;
}
.btn_detail_mob {
	display: none;
}
.saved-event {
	border-radius: 100%;
	background-color: #4dba9b;
}
.map_cntrl button span .active {
	display: none;
}
.saved-event .active {
	display: block !important;
}
.event_dt .event_bookmark {
	border: solid 1px #2b315a;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 100%;
}
.event_dt .event_bookmark img {
	margin: 7px auto;
	height: 20px;
}
.event-details-event-type {
	display: block;
	background-color: #4dba9b;
	text-align: center;
	font-size: 13px;
	padding: 5px 2px;
	color: #fff;
	font-family: 'Gotham';
}
.btn-event-attend-now {
	background-color: #FFB01B !important;
	color: #fff !important;
	font-weight: 600;
	float: none;
	padding: 8px 18px;
	font-size: 18px;
	font-family: 'Gotham';
	margin-top: 0;
	text-decoration: none;
	display: inline-block;
}
.event_right_sect.event_right_sect_modified > .row {
	margin-left: 0;
	margin-right: 0;
}
.event_right_sect.event_right_sect_modified > .row > .col-lg-9 {
	padding-left: 0;
	padding-right: 0;
}
.event_right_sect.event_right_sect_modified > .row > .col-lg-3 {
	padding-left: 0;
	padding-right: 0;
}
.events-list-content-div-scroll {
    scrollbar-width: thin;
    scrollbar-color: #333 #ccc;
    overflow-y: scroll;
	height: 656px;
}

.events-list-content-div-scroll::-webkit-scrollbar {
    width: 8px;
}
.events-list-content-div-scroll::-webkit-scrollbar-track {
    background: #ccc;
}
.events-list-content-div-scroll::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 100px;
    border: 1px solid #333;
}
span.event-type-slug-on-demand {
	background-color: #333;
	color: #fff;
	
}
span.event-type-slug-live_session {
	background-color: #4dba9b;
	color: #fff;
	
}
.custom-tool-tip[title-new]:hover:after {
	content: attr(title-new);
	position: absolute;
	border: #c0c0c0 1px dotted;
	padding: 10px;
	display: block;
	z-index: 100;
	background-color: #000000;
	color: #ffffff;
	max-width: 200px;
	text-decoration: none;
	text-align:center;
}
.event-show-time-text-description-message {
	color: #2b305a;
	font-size: 14px;
}
.event-disabled-button-color {
	background-color: #6d6a64!important;
}
.button-show-event-details{
	background-color: #FFB01B;
    color: #fff;
    border: none;
    padding: 5px 15px;
    font-weight: 600;
    float: right;
    margin-top: 10px;
    font-size: 14px;
}
/* Event Videos Section Like Youtube */
.ExpertVideosCardWrap{
	display: none;
}
.ExpertVideosCardWrap .EventVideoWrap {
    border: 0;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: 0.25rem;

}
.ExpertVideosCardWrap .EventVideoWrap .card-body {
    padding: 1rem 0rem;
}
.ExpertVideosCardWrap .EventVideoWrap .ExpertVideoThumb{
	border-radius: 10px;
}
.ExpertVideosCardWrap .EventVideoWrap a{
	color: #212529;
	text-decoration: none;
}
.ExpertVideosCardWrap .EventVideoWrap h5.Expert-Videos-title {
	font-family: "Gotham-book";
    font-size: .9rem;
    font-weight: normal;
	text-transform: capitalize !important;
}
.ExpertVideosCardWrap .EventVideoWrap .ExpertVideoThumbWrap {
    position: relative;
	border-radius: 10px;
}
.ExpertVideosCardWrap .EventVideoWrap .ExpertVideoThumbWrap .ExpertVideoPlayWrap {
	position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    opacity: .5;
    background-color: #000000;
    height: 45px;
    width: 65px;
    border-radius: 18px;
}
.ExpertVideosCardWrap .EventVideoWrap .ExpertVideoThumbWrap .ExpertVideoPlayWrap:before {
	content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px)
  }
.ExpertVideosCardWrap .EventVideoWrap .ExpertVideoThumbWrap  span.ExpertVideoDuration {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.ExpertVideosCardWrap .EventVideoWrap .ExpertVideoThumbWrap::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #0000000f;
	top: 0;
	left: 0;
	z-index: 110;
	border-radius: 10px;
}
.ExpertVideosCardWrap .EventVideoWrap:hover .ExpertVideoThumbWrap .ExpertVideoPlayWrap {
	opacity: 1;
	background-color: #ff0000;
	z-index: 100;
}