/* live events start */
/* live tag on event page start */
.live_tag {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 4px;
  background-color: #fc3411;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 77px;*/
  padding: 0 15px;
}

.event_info .live_tag {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* live tag on event page End */
/* live tag on dashboard page start */
.container_v2 .contentList2.dashboard_v3 > li .dscrptn {
  position: relative;
  width: 100%;
  padding-right: 130px;
  box-sizing: border-box;
}

.container_v2 .contentList2.dashboard_v3 > li .dscrptn .get_offer_btn.btn_hover_v2 {
  top: -5px;
  bottom: inherit;
  right: 15px;
  position: absolute;
}

.live_tag.v2 {
  display: inline;
  height: 24px;
  font-size: 14px;
  padding: 4px 9px;
  margin: 0 3px;
}

.live_heading {
  font-size: 14px;
  color: #000000;
  margin-top: 18px;
}

.live_heading a {
  color: #00abbe;
}

.live_video_wrp {
  width: 100%;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 15px;
}

.live_video_wrp img {
  max-width: 100%;
}

.video_bottom_txt_wrp {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.video_bottom_txt_wrp .star_icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../themes/images/star_image.svg) no-repeat;
}

.video_bottom_txt_wrp .video_bottom_txt {
  font-size: 14px;
  color: #000000;
  width: calc(100% - 24px);
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .container_v2 .contentList2.dashboard_v3 > li .dscrptn {
    padding-right: 0;
  }
  .container_v2 .contentList2.dashboard_v3 > li .dscrptn .get_offer_btn.btn_hover_v2 {
    position: static;
    float: right;
    margin-top: 8px;
  }
  .live_video_wrp {
    height: 188px;
  }
}

/* live tag on dashboard page End */
/* rhs register block start */
.blue_bg_band {
  width: 100%;
  /*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); background-color: #d3e7e9;*/
  padding: 15px 15px 20px 15px;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
}

.blue_bg_band .btn_v2 {
  margin-top: 15px;
  float: right;
}

.blue_bg_heading {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 22px;
}

.tag_wrp {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.nrml_txt {
  font-size: 14px;
  color: #4a4a4a;
  margin-left: 5px;
}

/* counter timer custome start */
.counter_timer_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.inp_wrp {
  display: flex;
}

.timer_inp {
  width: 40px;
  height: 48px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 2px;
  color: #000000;
  padding-left: 13px;
  box-sizing: border-box;
}

.timer_txt {
  font-size: 11px;
  color: #4a4a4a;
  margin: 5px 0 0 4px;
}

.counter_divider {
  position: relative;
  height: 70px;
  width: 2px;
  position: relative;
}

.counter_divider .divider_dot {
  width: 2px;
  height: 2px;
  background: #000000;
  border-radius: 100%;
  position: absolute;
}

.counter_divider .divider_dot.top {
  top: 25px;
}

.counter_divider .divider_dot.botm {
  bottom: 36px;
}

.timer_inp::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1;
  /* Firefox */
}

.timer_inp:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

.timer_inp::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}

/* counter timer custome End */
/* counter timer plugin start */
.flip-clock-wrapper ul li a div div.inn {
  font-size: 24px;
  color: #000000;
  background: #ffffff;
  text-shadow: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-clock-wrapper ul {
  width: 40px;
  height: 47px;
}

.flip-clock-wrapper ul li a div.up:after {
  top: 23px;
}

.flip-clock-divider {
  height: 45px;
  margin-top: 6px;
  width: 10px;
}

.flip-clock-divider .flip-clock-dot {
  width: 2px;
  height: 2px;
  top: 25px;
}

.flip-clock-divider .flip-clock-dot.bottom {
  bottom: 27px;
}

/* counter timer plugin End */
.live_btn_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.bg_wrp {
  width: 48px;
  height: 48px;
  background: url(../themes/images/live_bg.svg) no-repeat;
}

.btn_v2.center_btn {
  float: none;
  margin: 15px auto;
  width: 100px !important;
  display: block;
}

@media only screen and (max-width: 767px) {
  .dashboard_v3.contentList2 > li.live_event {
    padding: 0;
  }
  .blue_bg_heading {
    font-weight: 700;
  }
}

/* rhs register block End */
/* live event main page start */
.live_event_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 83px;
}

.live_event_heading {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}

.shr_optn_list {
  display: flex;
  align-items: center;
}

.shr_optn_list > li {
  display: flex;
  align-items: center;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}

.shr_optn_list > li .shareIc::before {
  color: #8c8c8c;
}

.shr_optn_list > li .list_txt {
  font-size: 16px;
  color: #8c8c8c;
  font-weight: 500;
  margin-left: 5px;
}

.shr_optn_list > li .dot_icon {
  font-size: 31px;
  transform: rotate(90deg);
  position: absolute;
  left: -9px;
  color: #8c8c8c;
}

.shr_optn_list > li:hover .shareIc::before {
  color: #000000;
}

.shr_optn_list > li:hover .list_txt, .shr_optn_list > li:hover .dot_icon {
  color: #000000;
}

.shr_optn_list > li:hover .share_wp {
  display: block;
  top: 19px;
}

.shr_optn_list > li:hover .share_wp .share_heading {
  font-weight: 500;
}

.live_video_wrp.v2 {
  height: 545px;
  background: #cccccc;
}

.live_video_wrp.v2 iframe {
  width: 100%;
  height: 545px;
}

.tabbing_section {
  margin-top: 25px;
  display: inline-block;
  width: 100%;
}

.tabbing_section .tab_list {
  list-style: none;
  display: flex;
  align-items: center;
}

.tabbing_section .tab_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.tabbing_section .tab_list li a {
  font-size: 18px;
  color: #666666;
  border-bottom: 2px solid #ffffff;
}

.tabbing_section .tab_list li.act a {
  color: #000000;
  border-color: #000000;
  font-weight: 500;
}

.e_tab {
  display: none;
  margin-top: 20px;
}

.e_tab .about_events {
  padding: 0;
}

.e_tab.act {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .desktop_none {
    display: none !important;
  }
}

/* live event main page end */
.participants_wrp {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}

.participants_list_wrp {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}

.participants_heading {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}

.participants_heading_2 {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}

.user_info_ul.v2 {
  margin-top: 5px;
}

.user_info_ul.v2 li {
  padding: 10px;
}

.user_info_ul.v2 .info_box_wppr {
  display: flex;
  align-items: center;
}

.user_info_ul.v2 .col_left {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 100%;
}

.user_info_ul.v2 .col_right {
  padding-left: 10px;
  width: calc(100% - 56px);
}

.user_info_ul.v2 .info_box_wppr .inviteIc {
  bottom: 16px;
}

@media only screen and (max-width: 1023px) {
  .tabbing_section {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  .live_event_header {
    display: inline-block;
    height: auto;
    margin-bottom: 10px;
  }
  .live_header_right_sectn {
    margin-top: 10px;
    float: right;
  }
  .live_event_heading {
    width: 100%;
  }
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
  .tabbing_section {
    padding: 0;
  }
  .tabbing_section .tab_list li {
    margin-right: 10px;
  }
  .tabbing_section .tab_list li a {
    font-size: 16px;
  }
  .live_video_wrp.v2 {
    height: 300px;
  }
  .live_video_wrp.v2 iframe {
    height: 300px;
  }
}

@media only screen and (max-width: 359px) {
  .tabbing_section {
    padding: 0;
  }
  .tabbing_section .tab_list li {
    margin-right: 10px;
  }
  .tabbing_section .tab_list li a {
    font-size: 14px;
  }
  .live_video_wrp.v2 {
    height: 300px;
  }
  .live_video_wrp.v2 iframe {
    height: 300px;
  }
}

/* feedback overlay start */
#feedback_overlay .overlay_wrp {
  width: 100%;
  max-width: 550px;
  border-radius: 10px;
}

#feedback_overlay .overlay_wrp .clsBtn_000 {
  right: 15px;
  top: 15px;
}

#feedback_overlay .overlay_wrp .clsBtn_000::before {
  font-size: 16px;
  color: #666666;
  font-weight: 700;
}

.feedback_wrp {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 30px 30px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}

.feedback_wrp .btn_v2 {
  float: none;
  margin: 30px auto 0;
  display: inline-block;
}

.feedback_heading {
  font-size: 22px;
  color: #212121;
  font-weight: 500;
  text-align: left;
}

.feedback_heading_2 {
  font-size: 16px;
  color: #4a4a4a;
  text-align: center;
  margin-top: 25px;
}

.rating_list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.rating_list li {
  width: 32px;
  height: 31px;
  background: url(../images/start.svg) no-repeat;
  float: left;
  margin: 0 7px;
  cursor: pointer;
}

.rating_list li.act, .rating_list li:hover {
  background: url(../images/star_filled.svg) no-repeat;
}

.fdbk_textarea {
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0;
}

.fdbk_textarea textarea {
  border-radius: 4px;
  border: solid 1px #c4c4c4;
  background-color: #ffffff;
  min-height: 76px;
  padding: 10px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #9a9a9a;
  box-sizing: border-box;
}

/* feedback overlay End */
/* rhs upcoming events start */
.upcoming_events_wrp {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.ue_heading {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}

.event_list {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  box-sizing: border-box;
}

.event_list li {
  width: 100%;
  /*box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); * */
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 5px 0;
  display: inline-block;
  cursor: pointer;
}

.event_list li .event_bannert {
  width: 100%;
  height: 142px;
  height: 132.57px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.event_list li .event_bannert img {
  max-width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.event_list li .event_bottom_wrp {
  border-top: 1px solid #ebebeb;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.event_list li .event_bottom_wrp .event_bottom_inner {
  display: flex;
  align-items: center;
}

.event_list li .event_bottom_wrp .event_bottom_inner .rght_txt {
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 10px;
}

.event_list li .event_bottom_wrp .event_bottom_inner .lft_sctn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #f4f4f4;
  flex-flow: column;
  width: 36px;
  height: 44px;
  padding: 2px;
  box-sizing: border-box;
}

.event_list li .event_bottom_wrp .event_bottom_inner .lft_sctn .date_txt {
  font-size: 24px;
  color: #212121;
}

.event_list li .event_bottom_wrp .event_bottom_inner .lft_sctn .month_txt {
  font-size: 12px;
  color: #6a6a6a;
  text-transform: uppercase;
}

.event_list li .event_bottom_wrp .event_bottom_inner_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.event_list li .event_bottom_wrp .event_bottom_inner_2 .time_stamp {
  margin: 0;
  display: flex;
  align-items: center;
}

.event_list li .event_bottom_wrp .event_bottom_inner_2 .time_stamp .time {
  font-style: normal;
  font-weight: normal;
  color: #8c8c8c;
}

.event_list li .event_bottom_wrp .event_bottom_inner_2 .time_stamp .clockIc::before {
  color: #8c8c8c;
}

.event_list li .event_bottom_wrp .event_bottom_inner_2 .btn_v2 {
  height: 25px;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.event_list li .rgstrd_txt {
  font-size: 11px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
}

.event_list li .rgstrd_txt .green_tick::before {
  font-size: 12px;
  margin: 0 6px 0 0;
  font-weight: 700;
}

.view_link_2 {
  float: left;
  font-size: 14px;
  color: #121212;
  margin-top: -5px;
  /*margin-bottom: 15px;*/
  display: flex;
  align-items: center;
}

.view_link_2 .larw {
  font-size: 30px;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .event_list {
    padding: 0 10px;
  }
  .ue_heading {
    margin-top: 10px;
  }
  .live_events_page {
    width: 100%;
  }
  .live_events_page .rigWp.leftAssigned {
    display: none;
  }
  .live_events_page .live_event_header {
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
  }
  .live_events_page .live_video_wrp.v2 {
    margin: 0;
  }
  .live_events_page .tabbing_section .tab_list {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .live_events_page .comment_row {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .live_events_page .events_para_wrp {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .live_events_page .participants_wrp {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

/* rhs upcoming events End */
#evt_page_cont {
  width: 300px;
  margin: 20px auto 0;
}

#upcoming_event {
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

/* live events End */
