/*-------------------------------- RESET CSS ---------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

body::-webkit-scrollbar {
  scrollbar-width: thin;
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.sectionHeader {
  max-width: none;
}

/*============================ END RESET CSS =======================================*/
/*------------------------------------------- GATHR HOME CUSTOM CSS --------------------------------------------------*/
@font-face {
  font-family: Objectivity;
  font-weight: bold;
  src: url("../fonts/Objectivity-Bold.otf") format("opentype");
}

@font-face {
  font-family: Objectivity;
  font-weight: normal;
  src: url("../fonts/Objectivity-Light.otf") format("opentype");
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 19px;
  background: #ffffff;
  font-family: Objectivity, Helvetica, sans-serif;
  height: 100%;
  overflow: hidden;
}

.userSelectNone {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

::placeholder {
  color: #fff;
  font-weight: initial;
  letter-spacing: initial;
}

:-ms-input-placeholder {
  color: #fff;
  font-weight: initial;
  letter-spacing: initial;
}

::-ms-input-placeholder {
  color: #fff;
  font-weight: initial;
  letter-spacing: initial;
}

input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  /* color: #fff; */
  /* border: 1px solid #fff; */
  border-radius: 20px;
  font-size: 15px;
  width: 100%;
  margin-right: 5px;
  /* padding: 9px 20px; */
  background: transparent;
}

select option {
  color: initial;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

.section {
  display: flex;
  width: 100%;
  /* margin: auto; */
  position: relative;
}

.sectionInner {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.sectionInner_iframesbox {
  display: flex;
}

.sectionInner_box {
  max-width: 1080px;
}

.section_container {
  max-width: 700px;
}

.section_shop {
  position: relative;
}

.section_shop .section_h1 {
  color: #fff;
  text-shadow: 1px 2px #000;
}

.section_shop_background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*filter: blur(8px);*/
  /*-webkit-filter: blur(8px);*/
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
}

.go_live_form {
  height: 90%;
  display: flex;
  align-items: center;
}

.go_live_button {
  font-family: inherit;
  display: flex;
  height: 60%;
  margin-right: 5px;
  border: none;
  border-radius: 10px;
  background: red;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: all .3s;
  align-items: center;
}

.go_live_button:hover {
  background: green;
  transition: all .3s;
}

.button {
  display: table;
  margin: auto;
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 0 7px 0;
  width: 100%;
  max-width: 95%;
  text-align: center;
}

.button:hover {
  cursor: pointer;
}

.button_white {
  border: 1px solid #fff;
  color: #fff;
  width: 240px;
}

.button_white:hover {
  background: #fff;
  color: #2A2451;
}

.button_purple {
  border: 1px solid #6E6EEF;
  background: #6E6EEF;
  color: #fff;
  width: 250px;
}

.button_purple:hover {
  background: #6E6EEF;
  color: #fff;
}

.button_center {
  display: table;
  margin: auto;
}

.d_flex {
  display: flex;
}

.align_center {
  align-items: center;
}

.playpause {
  background-image: url('/assets/img/films/icn_videoplay_white.svg');
  background-repeat: no-repeat;
  /*background-color: black;*/
  width: 100%;
  height: 100%;
  /*background-color: #6C5CE7;*/
  /*width: 300px;*/
  /*height: 300px;*/
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: 250px;
  background-position: center;
  border-radius: 10px;
  cursor: pointer;
}

.playpause p,
.glowbox {
  color: white;
  position: absolute;
  top: 64%;
  left: 50%;
  font-size: 20px;
  background-color: black;
  padding: 20px;
  border-radius: 5px;
  margin: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.glowbox {
  cursor: pointer;
  top: calc(64% + 75px);
}

.playpause p:hover,
.glowbox:hover {
/*  text-decoration: underline;*/
  box-shadow: 0 0 15px 5px #6C5CE7;
}

/* ----------------- LOADER PURE CSS ------------------ */
#loaderBIGOuter {
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 100%;
  text-align: center;
  top: 0px;
  background: #6C5CE7;
}

#loaderBIGInner {
  position: relative;
  margin: 0px auto;
  display: block;
  top: 35%;
}

#loaderBIGInner img {
  display: block;
  margin: 0 auto 20px auto;
  width: auto;
  height: 50px;
}

.loaderQuotesText {
  margin-top: 15px;
  color: #fff;
  display: table;
  width: 95%;
  margin: 15px auto;
  font-size: 15px;
  line-height: 20px;
}

.loaderCSS {
  margin: 0px auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(255, 255, 255, 0.1);
  border-right: 0.7em solid rgba(255, 255, 255, 0.1);
  border-bottom: 0.7em solid rgba(255, 255, 255, 0.1);
  border-left: 0.7em solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.50s infinite linear;
  animation: load8 0.50s infinite linear;
}

.loaderCSS, .loaderCSS:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

@-webkit-keyframes load8 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

/*---------------------------- TOP MENU ---------------------------------*/
.sectionTopMenu {
  /* position: absolute; */
  /* display: flex; */
  z-index: 500;
  height: 6%;
  align-content: center;
}

.sectionTopMenu .sectionInner {
  padding-top: 7px;
  background: #ffffff;
  /* display: flex; */
}

.mobileMenu_icon_container {
  /* height: 36px; */
  /* width: 36px; */
}

.mobileMenu_icon_container:hover {
  cursor: pointer;
}

.mobileMenu_icon_active .mobileMenu_icon {
  background-color: #7F63F4;
}

.mobileMenu_icon {
  height: 18px;
  min-height: 18px;
}

.menu_icon {
  height: 100%;
}

.mobileMenu_icon_white {
}

.mobileMenu_icon_black {
}

.mobileMenu_icon:before, .mobileMenu_icon:after {
}

.mobileMenu_icon:before {
}

.mobileMenu_icon:after {
}

.mobileMenu {
  height: 100vh;
  width: 270px;
  background-color: #7070ef;
  color: #fff;
  position: fixed;
  right: -270px;
  top: 0;
  padding: 50px 0 0 0;
  overflow-y: auto;
  border: none;
  z-index: 300;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mobileMenuOpen {
  right: 0;
}

.mobileMenuInner {
  margin-bottom: 100px;
}

#dark_switch {
  color: #000
}

#dark_switch:hover, #dark_switch:active, #dark_switch:focus {
  color: #7070ef;
}

.mobileMenuTab {
  /* display: flex; */
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  /* padding: 15px 0; */
  /* text-align: left; */
  /* text-indent: 30px; */
}

.mobileMenuTab:hover, .mobileMenuTab:active, .mobileMenuTab:focus {
  color: #7070ef;
}

.mobileMenuSocial {
  display: table;
  margin: 30px 0 0 5px;
}

.mobileMenuSocialLink {
  display: inline-block;
  margin: auto 10px;
}

.mobileMenuSocialIcon {
  width: 25px;
  height: 25px;
}

.mobileMenuLast {
  position: relative;
  width: 100%;
  text-align: center;
}

.mobileMenuOverlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 300;
  display: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*---------------------------- HEADER VIDEO ---------------------------------*/
.desktop {
  display: block;
}

.mobile {
  display: none !important;
}

.event_title {
  color: #000;
}

.powered_by_zoom {
  position: absolute;
  right: 7px;
  /*  top: 51px; */
  width: 106px;
  height: 13px;
  margin-right: 5px;
  bottom: 5px;
}

.title_container {
  display: flex;
  min-height: 102px;
  background: #fff;
  /* margin-bottom: 15px; */
  justify-content: center;
  align-items: center;
}

.title_container_desktop {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
  justify-content: center;
}

.rightside_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
}

.select_prev {
  font-size: 11px;
  font-weight: 600;
  color: #999;
}

.version_picker select {
  width: 109px !important;
  font-size: 12px;
  padding: 4px;
}

.title_container_mobile {
  display: none;
}

.title_container_inner {
  height: 100%;
  max-width: 50%;
  display: flex;
  align-items: center;
  padding-left: 2%;
}

.title {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
}

.event_duration_div {
  display: flex;
  flex-direction: column;
  right: 0;
  margin: 10px;
}

.event_duration_title {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  text-align: right;
  line-height: 13px;
  color: rgba(0, 0, 0, 0.4);
}

.film_duration_progress, .event_duration_progress {
  display: flex;
  flex-direction: column;
}

.duration_box {
  display: flex;
  flex-direction: row;
  margin-top: 3px;
}

.duration_label {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  width: 35px;
  line-height: 9px;
  color: rgba(0, 0, 0, 0.4);
}

.duration_status {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  color: #000;
/*  border: 2px solid #e6e4e4;*/
  padding: 6px;
  border-radius: 4px;
}

.new_event_duration_div {
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_duration_status {
  border: 1px solid #E6E4E4;
  border-radius: 4px;
  padding: 6px 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}

.dark_mode .event_duration_title, .dark_mode .duration_status, .dark_mode .duration_label, .dark_mode select {
  color: white;
}

.duration_bar {
  width: 110px;
  height: 5px;
  display: flex;
  border-radius: 3px;
  background: rgba(196, 196, 196, 0.2);
}

.film_left_bar, .event_left_bar {
  border-radius: 3px 0 0 3px;
}

.film_left_bar {
  background: #E75C91;
}

.event_left_bar {
  background: #8E8EFC;
}

.user_view {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.presentation_view {
  display: flex;
  width: 100%;
  height: 100%;
}

.center_view {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  /* border-right: 1px solid #000; */
  background: #000;
  justify-content: space-between;
  /* margin-left: 90px; */
}

.main_view {
}

.charity_backdrop {
  background-image: url("/assets/img/event_watch/layout/donate_hand_jar.jpeg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.actBlue_backdrop {
  background-image: url("/assets/img/event_watch/layout/democrat_blue.jpeg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.winRed_backdrop {
  background-image: url("/assets/img/event_watch/layout/republican_red.jpeg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.charity_container {
  display: flex;
  height: 90%;
  width: 90%;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
}

.charity_container::-webkit-scrollbar-track {
  border-radius: 10px;
}

.charity_container::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.charity_container::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 10px;
}

iframe {
  height: 100%;
}

.iframe_kickstarter_right {
  height: 100%;
}

.iframe_indiegogo_right {
  height: 100%;
}

.charity_container .slick-dots {
  bottom: -45px;
  display: none !important;
  background: #fff;
  width: auto;
  padding: 3px 10px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 20px;
}

.charity_container .slick-dots li {
  vertical-align: middle
}

.charity_container .slick-prev:before {
  background-image: url(../../img/events/icn_arrow_left_sm.svg);
  background-size: 10px;
  background-color: #fff;
  border-radius: 100%;
  top: 0;
  left: 5px;
  right: initial;
  padding: 5px
}

.charity_container .slick-next:before {
  background-image: url(../../img/events/icn_arrow_right_sm.svg);
  background-size: 10px;
  background-color: #fff;
  border-radius: 100%;
  top: 0;
  left: initial;
  right: 5px;
  padding: 5px;
  opacity: 100;
}

.sidebar_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .1s;
  /* position: absolute;
top: 0;
right: 0; */
  z-index: 999;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 30px 0px 0px 0px;
  padding: 0px 20px;
  align-items: center;
}

.sidebar_right.expanded {
  padding: 0 25px;
  /* width: 40%; */
}

.sidebar_closed {
  height: 100%;
}

.sidebar_open {
  display: none;
  height: 100%;
  width: 440px;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.sidebar_right_top {
  display: flex;
  align-items: center;
  width: 93%;
  justify-content: space-between;
}

.expanded .sidebar_closed {
  display: none;
}

.expanded .sidebar_open {
  display: flex;
}

.sidebar_iframe {
  height: 73%;
  width: 95%;
}

.sidebar_switcher_container {
  display: flex;
  width: 100%;
  justify-content: center;
  min-height: 30px;
  flex-direction: column;
  align-items: center;
}

.switcher {
  display: flex;
  width: 100%;
  align-content: center;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  border-bottom: 1px

 solid #D4D4D4;
}

.switcher_tab {
  cursor: pointer;
  transition: all .2s;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  min-width: 90px;
  height: 80px;
  /* border-bottom: 1px solid #D4D4D4; */
  position: relative;
}

.switcher_tab .icon_img {
  width: 40px;
  height: 40px;
}

.img_circle {
  border-radius: 100%;
}

.vertical_left {
  border-left: 1px solid #D4D4D4;
  position: absolute;
  top: 50%;
  bottom: -3px;
  left: -1px;
}

.vertical_right {
  border-left: 1px solid #D4D4D4;
  position: absolute;
  top: 50%;
  bottom: -1px;
  right: -1px;
}

.vertical_right.last_partition {
  
bottom: -2px;
}

.selected.switcher_tab {
  border-bottom: 4px solid #6C5CE7;
}

.switcher_tab_text {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}

.selected .switcher_tab_text {
  color: #7070ef;
}

.sidebar_view {
  height: 100%;
  width: 100%;
  /* overflow: auto; */
}

.attendee_count_container {
  height: 48px;
  font-size: 11px;
  display: flex;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
}

a[href^="mailto"] {
  color: #6C5CE7;
}

.attendee_count_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 5px;
}

.attendee_count {
}

.attendance_percent {
}

.sidebar_view_inner {
  height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: auto;
}

.speakers_container {
  height: 89%;
  overflow-y: auto;
}

.custom-scrollbar {
  overflow-y: scroll;
}

.polls_tab_container {
  width: 100%;
  height: 100%;
}

.polls_tab_item {
  padding: 20px 0;
}

.polls_title {
  font-size: 14px;
  line-height: 17px;
  color: #2A2C2B;
  padding-bottom: 30px;
  font-weight: bold;
  text-align: left;
}

.polls_tab_date {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #777777;
  padding-bottom: 5px;
}

.polls_tab_information {
  background: #F7F7F7;
  border-radius: 8px;
  padding: 30px 35px;
  text-align: center;
}

.polls_item {
  padding: 15px 20px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 3px;
  display: flex;
}

.polls_item input {
  width: 20px;
}

.polls_item_text {
  font-size: 14px;
  line-height: 17px;
  color: #2A2C2B;
}

.polls_tab_btn {
  background: #E75C91;
  border: 2px solid #E75C91;
  box-sizing: border-box;
  border-radius: 20px;
  width: 100px;
  height: 40px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 25px;
  cursor: pointer;
}

#polls_contents_container {
  width: 100%;
  height: 100%;
}

.speaker_item {
  padding: 20px 35px;
  display: flex;
}

.speaker_info {
  padding: 0px 10px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.speaker_name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #6c5ce7;
}

.speaker_tag {
  color: #777777;
}

.speaker_profile {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}

.attendees_tab_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  overflow: unset;
  max-height: 90vh;
}

.attendance_tracker_switcher {
  display: flex;
  justify-content: space-around;
  border: 1px solid #d4d4d4;
  width: 95%;
  padding: 5px 0px;
  border-radius: 8px;
}

.tracker_tab {
  display: flex;
  width: 45%;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 5px;
  cursor: pointer;
  transition: all .2s;
}

.active {
  background: #6c5ce7;
  color: #fff;
  border-radius: 8px;
  transition: all .2s;
}

.tracker_joined {
}

.tracker_not_joined {
}

.attendance_list_container {
  display: block;
  width: 96%;
  height: 85%;
  justify-content: flex-start;
}

.joined_list {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  margin: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.joined_list::-webkit-scrollbar-track {
  border-radius: 10px;
}

.joined_list::-webkit-scrollbar {
  display: none;
}

.joined_list::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 10px;
}

.not_joined_list {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.not_joined_list::-webkit-scrollbar-track {
  display: none;
}

.not_joined_list::-webkit-scrollbar {
  display: none;
}

.not_joined_list::-webkit-scrollbar-thumb {
  display: none;
}

.attendee_item {
  width: 99%;
  height: 84px;
  margin: auto;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  justify-content: space-between;
}

.attendee_item_left {
  display: flex;
  gap: 10px;
}

.attendee_avatar {
  padding: 0 10px;
  border-right: 1px solid #d4d4d4;
}

.attendee_avatar img {
  width: 60px;
  border-radius: 50%;
}

.attendee_info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.attendee_name {
  font-size: 16px;
  font-weight: 600;
}

.attendee_email {
  font-size: 14px;
}

.attendee_item_right {
  display: flex;
  height: 100%;
  gap: 20px;
  align-items: center;
}

.attendee_item_right_not_joined {
  display: flex;
  height: 100%;
  gap: 10px;
  align-items: center;
}

.send_reminder {
}

.time_joined {
  font-size: 12px;
  text-align: right;
}

.status_joined {
  display: flex;
  height: calc(100% + 1px);
  /* width: 90px; */
  justify-content: center;
  font-size: 14px;
  align-items: center;
  background: #6c5ce7;
  color: #fff;
  font-weight: 600;
  padding: 0 15px;
  border-radius: 0px 8px 8px 0px;
}

.status_not_joined {
  display: flex;
  height: calc(100% + 1px);
  /* width: 90px; */
  justify-content: center;
  align-items: center;
  background: #d4d4d4;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0 15px;
  border-radius: 0px 8px 8px 0px;
}

.sidebar_view_inner.help_tab_inner {
  overflow: unset;
  /* padding: 5px; */
  display: flex;
  justify-content: center;
}

#hubspot_conversations_inline_parent {
  height: 97%;
  width: 100%;
  border: 1px solid #6c5ce7;
  overflow: hidden;
  border-radius: 8px;
}

#hubspot_conversations_inline {
  height: 100%;
}

#hubspot-conversations-inline-parent {
  height: 100%;
  width: 100%;
}

#hubspot-conversations-inline-iframe {
  width: 100%;
}

.chatbot_container_parent {
  height: 400px;
  width: 390px;
}

.chatbot_container {
  width: 92%;
  padding: 4px;
  height: 65vh;
  margin: 0 auto;
  overflow-y: auto;
  background: #f9f9f9;
  border-radius: 0px 0px 8px 8px;
  border-left: 1px solid #6c5ce7;
  border-bottom: 1px solid #6c5ce7;
  border-right: 1px solid #6c5ce7;
}

.chatbot_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  padding: 5px;
  background: #6c5ce7;
  color: #fff;
  height: 12%;
  margin: 0 auto;
  width: 92%;
  border-radius: 8px 8px 0px 0px;
}

.chatbot_header p {
  font-size: 15px;
  font-weight: 600;
}

.chatbot_header img {
  width: 35px;
  height: 35px;
  padding: 4px;
  background: #fff;
  border-radius: 100%;
}

.resp_container {
  display: flex;
  height: 6%;
  align-items: center;
  justify-content: center;
}

.typing_anim {
  width: fit-content;
}

.typing_anim .left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.responses {
  display: flex;
  gap: 13px;
  width: 90%;
  /* height: 50%; */
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.responses div {
  display: flex;
  width: 101px;
  background: #6c5ce7;
  color: #fff;
  cursor: pointer;
  align-items: center;
  padding: 5px;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
}

.zoom_back_link {
  width: 150px !important;
}

.zoom_icon {
  width: 36px !important;
}

.bubble_container.open_zoom_modal_container {
  justify-content: center !important;
}

.bubble_container.left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-left: 25px;
}

.open_zoom_modal_container .bot_response {
  display: flex;
  width: 84% !important;
  height: 38px;
  text-align: center !important;
  justify-content: center;
  align-items: center;
  background: #6c5ce7 !important;
  /* margin: 20px auto !important; */
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.open_zoom_modal_container .bot_response:hover {
  opacity: 90%;
}

.bubble_container.right {
  display: flex;
  justify-content: flex-end;
  width: 94%;
  flex-direction: column;
  align-content: flex-end;
}

.user_chat_label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px;
  /* margin-bottom: -5px; */
  font-size: 12px;
  font-weight: 600;
  justify-content: flex-end;
}

.user_response.right {
  display: flex;
  /* width: 95% !important; */
  text-align: right;
  /* padding: 15px; */
  border-radius: 8px;
  justify-content: flex-end;
}

.user_response.right p {
  text-align: right;
  background: #6c5ce7;
  padding: 15px;
  border-radius: 8px;
  width: fit-content;
  color: #fff;
}

.gathr_chat_logo {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px;
  margin-bottom: -5px;
  font-size: 12px;
  font-weight: 600;
}

.gathr_chat_logo img {
  width: 25px !important;
}

.bot_response.left {
  background: #ddd;
  text-align: left;
  width: 78%;
  border-radius: 8px;
  padding: 15px;
  margin: 14px 5px;
}

.left img {
  border-radius: 8px;
  width: 32px;
}

.bot_response a {
  color: #6c5ce7;
  font-weight: 600;
  text-decoration: underline;
}

.zoom_modal_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

.zoom_button_container {
  display: flex;
  gap: 17px;
}

.event_cover {
  height: 80px;
  min-width: 150px;
  border-radius: 4px;
}

.event_cover.film {
  min-width: unset;
  height: 150px;
  width: 95px;
}

.chat_iframe {
  height: 100%;
  width: 100%;
}

.get_help_tooltip {
  display: flex;
  gap: 4px;
}

.open_help_fr_chat {
  cursor: pointer;
}

.gathr_logo {
  width: 38px;
  /* padding-top: 13px; */
}

.justify_centered {
  justify-content: center !important;
}

.arrow {
  height: 73px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  border-bottom: 1px solid #d4d4d4;
}

.expanded .arrow {
  justify-content: left;
  border-bottom: none;
}
.arrow_orientation {
  display: none;
}
.arrow_icon {
  width: 35px;
  height: 35px;
  transition: all .3s;
}

.rotate {
  transform: rotate(180deg);
  transition: all .3s;
}

.user_map {
  height: 100%;
}

.map_header {
  height: 5%;
  background: #4649a3;
}

.sidebar_left {
  display: flex;
  flex-direction: column;
  min-width: 102px;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  /* position: absolute;
top: 0;
left: 0;*/
  z-index: 999;
  background: white;
  height: 100%;
}

.sidebar_left_desktop {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.sidebar_left_mobile {
  display: none;
}

.gathr_top_left {
  display: flex;
  height: 102px;
  width: 55%;
  border-bottom: 1px solid #D4D4D4;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.mobile_container {
  display: none;
}

.close_bot {
  display: none;
}

.left_nav_tabs {
  display: flex;
  flex-direction: column;
}

.sidebar_icon {
  width: 80px;
  height: 85px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.icon_label {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 7px;
  color: #000;
  display: inline-block;
  position: relative;
}

.sidebar_icon.selected {
  background: #6C5CE7 !important;
}

.sidebar_icon.disabled:hover .info_label_text_right, .mobile_menu_icon.disabled:hover .info_label_text_top {
  display: block;
  z-index: 9;
}

.sidebar_icon.disabled {
  pointer-events: auto;
}

.sidebar_icon:hover .info_label_text_right,.mobile_menu_icon:hover .info_label_text_top {
  display: none;
}

.icon_label .info_label_text_right, .icon_label .info_label_text_top {
  position: absolute;
  display: none;
  left: 40px;
  top: -20px;
  background: #262633;
  color: #fff;
  padding: 7px;
  font-size: 12px;
  line-height: 120%;
  width: 190px;
  border-radius: 5px;
  text-align: center;
  font-weight: normal;
  text-transform: none;
}

.selected .icon_label {
  color: #FFFFFF !important;

}

.img_dark {
  display: none;
}

.img_selected {
  display: none;
}

.selected .img_selected {
  display: block;
}

.selected .img_normal, .selected .img_dark {
  display: none !important;
}

/* ============= THEME TOGGLER ================== */
.toggle_container {
  display: flex;
  height: 90px;
  border-top: 1px solid #D4D4D4;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.toggle_inner {
  border: 1px solid #BDC3C7;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  width: 58px;
  height: 28px;
}

.moon {
  /* display: flex; */
  margin-top: 6px;
  position: relative;
  height: 50%;
  left: 8px;
  float: left;
  z-index: 1000;
}

.sun {
  /* display: flex; */
  margin-top: 6px;
  height: 50%;
  position: relative;
  right: 8px;
  float: right;
}

.circle {
  background: #2A2C2B;
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 5000;
  margin-top: 3px;
  /* float: right; */
  left: 4px;
  transition: all .5s;
}

.move {
  transition: all .5s;
  transform: translateX(27px);
}

/* ============= END TOGGLER ==================== */
/* Right Sidebar */
.right_nav_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  cursor: pointer;
  position: relative;
}

.right_nav_icon img {
  width: 34px;
  height: 34px;
}

.chat_box {
  width: 45%;
}

.chat {
  width: 5%;
  padding-top: 22px;
  border-left: 3px solid #ddd;
  transition: all .1s;
}

.chat_expanded {
  height: 91%;
}

.sidebar_right.expanded {
  transition: all .1s;
}

.collapsed {
  width: 65%;
  transition: all .3s;
}

.chat_collapsed {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  /* background: #2a2c2b; */
  /* align-items: center; */
}

.chat_control_icon {
  height: 32px;
  position: relative;
  float: left;
  cursor: pointer;
  transition: .3s;
}

.icon_desktop {
  display: flex;
}

.icon_mobile {
  display: none;
}

.chat_control_icon:hover {
  background: #4649a3;
}

#collapse_chat {
  left: 7px;
  top: -4px;
}

.chat_control_icon img {
  height: 100%;
  width: 100%;
}

.responsiveIframe {
  height: 95%;
  width: 95%;
  border-radius: 10px;
}

#player {
  border-radius: 10px !important;
}

#shopify_view_container {
  height: 80%;
}

.shopify-buy-frame--productSet {
  height: 100% !important;
}

.sectionHeader {
  width: 100%;
  height: 94%;
  /* max-height: 91vh; */
  position: relative;
}

.sectionHeader_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* max-height: 91vh; */
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.sectionHeader_inner iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  /* min-height: 100vh; */
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sectionHeader_overlay {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.sectionHeader_social {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 101;
}

.sectionHeader_social a {
  display: table;
  margin: 5px 0;
}

.sectionHeader_social a img {
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.sectionHeader_title {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 101;
  display: table;
  width: 90%;
  max-width: 1000px;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
}

.sectionHeader_text {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 101;
  display: table;
  width: 90%;
  max-width: 1000px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.sectionHeader_button_container {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 101;
  display: table;
  width: 90%;
  max-width: 1000px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.sectionHeader_button {
  width: 250px;
  margin: 0;
  border-radius: 5px;
  font-weight: bold;
  padding: 15px 0px 12px 0;
}

.header_contribute_stripe_gathr_single {
  /* height: 95%; */
  width: 95%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin: 13px;
  /* position: relative; */
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  min-height: 150px;
}

.contribute_single {
  font-size: 28px;
  line-height: 30px;
  color: #7070ef;
}

.header_contribute_stripe_title_name_single {
  font-size: 35px;
  line-height: 36px;
  color: #000 !important;
}

.header_contribute_stripe_description_single {
  height: 50%;
  font-size: 32px;
  line-height: 35px;
  align-items: center;
  display: flex;
  width: 90%;
  font-weight: normal;
  margin-top: 5px;
  margin-left: 5px;
  color: #000 !important;
}

.header_contribute_stripe_donate_single {
  height: 25%;
  justify-content: center;
  width: 94%;
  display: flex;
  flex-wrap: wrap;
}

.header_contribute_stripe_amount_single {
  width: 20%;
  height: 35%;
  display: flex;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 17px;
  margin-right: 7px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 2px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 38px;
}

.header_contribute_stripe_amount_single:hover {
  background: #fff;
  color: #7F63F4;
  cursor: pointer;
}

.header_contribute_stripe_button_single {
  width: 20%;
  height: 35%;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #E75C91;
  border-radius: 4px;
  text-align: center;
  border: 0;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.header_contribute_stripe_button_single:hover {
  background: #7F63F4;
  cursor: pointer;
}

.input_amount_other_single {
  display: inline-block;
  padding: 7px 0px 7px 7px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin-left: 10px;
  text-align: center;
}

.input_amount_other_single::placeholder {
  color: #000;
  font-weight: 700;
}

.header_contribute {
  display: table;
  width: 100%;
  /*max-width: 700px;*/
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #7F63F4;
  margin: 1% auto;
  position: relative;
}

.header_contribute_header {
  display: table;
  width: 100%;
  padding: 20px 0 20px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
}

.header_contribute_title {
  display: table;
  float: left;
  font-size: 20px;
  line-height: 25px;
  ; font-weight: bold;
  color: #fff;
  padding-top: 7px;
}

.header_contribute_title img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}

.header_contribute_donate {
  display: table;
  float: right;
  text-align: right;
}

.header_contribute_amount {
  display: inline-block;
  padding: 10px 0 7px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  width: 55px;
  text-align: center;
}

.input_amount_other {
  display: inline-block;
  padding: 10px 0 7px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  width: 70px;
  text-align: center;
  -moz-appearance: textfield;
}

.input_amount_other_active, .input_amount_other:hover, .input_amount_other:focus {
  background: #fff;
  color: #7F63F4;
}

.input_amount_other_active, .input_amount_other_single::placeholder:hover, .input_amount_other_single:focus {
  background: #fff;
  color: #7F63F4;
}

.header_contribute_button {
  display: inline-block;
  padding: 11px 15px 8px 15px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  background: #2A2451;
  border-radius: 4px;
  margin-left: 10px;
  text-align: center;
  box-shadow: 0px 0px 5px 0px #2a2451;
  border: 0;
}

.header_contribute_amount_single:hover {
  cursor: pointer;
  background: #fff;
  color: #7F63F4;
}

.header_contribute_button_single:hover {
  cursor: pointer;
  opacity: 0.9;
}

.header_contribute_amount:hover {
  cursor: pointer;
  background: #fff;
  color: #7F63F4;
}

.header_contribute_button:hover {
  cursor: pointer;
  opacity: 0.9;
}

.header_contribute_amount_active {
  background: #fff;
  color: #7F63F4;
}

.header_contribute_footer {
  display: table;
  width: 100%;
  padding: 15px 0 20px 0;
}

.header_contribute_progress_text {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
}

.header_vote_button {
  position: absolute;
  display: table;
  right: 20px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  padding: 5px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
}

.header_vote_button img {
  display: table;
  margin: auto;
  width: auto;
  height: 35px;
  padding-top: 10px;
}

.header_vote_button:hover {
  cursor: pointer;
}

.progress_bar {
  display: table;
  width: 70%;
  max-width: 350px;
  height: 12px;
  background: #E2E7EE;
  border-radius: 5px;
  margin-top: 10px;
}

.progress_bar_inner {
  display: table;
  height: 12px;
  background: #2A2451;
  border-radius: 5px;
}

.header_contribute_stripe_gathr {
  width: 399px;
  height: 266px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin: 13px;
  /* position: relative; */
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  min-height: 150px;
}

.header_contribute_stripe_gathr_banner {
  width: 100%;
  min-height: 102px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.red {
  background: #BF0D3E;
}

.blue {
  background: navy;
}

.header_contribute_stripe_red {
  display: flex;
  width: 28%;
  height: 30%;
  box-sizing: border-box;
  background: #BF0D3E;
  margin: auto;
  position: relative;
  border-radius: 10px;
  flex-direction: column;
}

.header_contribute_stripe_blue {
  display: flex;
  width: 28%;
  height: 30%;
  background: rgb(2 120 171);
  margin: auto;
  position: relative;
  border-radius: 10px;
  flex-direction: column;
}

.header_contribute_stripe_header {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px 25px;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
}

.header_contribute_stripe_header_banner {
  display: flex;
  /*   width: 100%;
height: 100%; */
  /* padding: 20px 0 20px 0; */
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 22px 44px;
  background: #F7F7F7;
  border-radius: 0px 0px 18px 18px;
  width: fit-content;
  height: fit-content;
  flex-direction: column;
}

.donation_header_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.donation_helper_text {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding-top: 5px;
  text-align: center;
}
.header_contribute_stripe_title {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  /* color: #fff; */
  padding-top: 7px;
  position: relative;
  width: 90%;
  flex-direction: column;
}

.contribute {
  color: #7070ef;
  font-size: 12px;
}

.header_contribute_stripe_title_name {
  font-size: 18px;
  padding-top: 10px;
  color: #000 !important;
}

.header_contribute_stripe_title_banner {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  position: relative;
  margin-right: 30px;
  flex-direction: column;
  align-items: center;
}

.header_contribute_stripe_title img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}

.header_contribute_stripe_title:hover .header_contribute_stripe_tooltip {
  display: block;
}

.header_contribute_stripe_tooltip {
  display: none;
  position: absolute;
  z-index: 10;
  top: 45px;
  right: 0;
  width: 250px;
  height: auto;
  background: #111;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  padding: 15px;
  border-radius: 10px;
}

.header_contribute_stripe_description {
  display: flex;
  width: 90%;
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 5px;
  color: #000 !important;
}

.header_contribute_stripe_description_banner {
  display: flex;
  height: 100%;
  width: 30%;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  /* margin-top: 5px; */
  /* margin-left: 5px; */
  color: #fff;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.header_contribute_stripe_tooltip:before {
  position: absolute;
  top: -7px;
  right: 40px;
  display: inline-block;
  border-bottom: 7px solid #111;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
}

.header_contribute_stripe_donate {
  display: flex;
  /* float: right; */
  /* text-align: right; */
  flex-wrap: wrap;
  width: 100%;
  /* justify-content: space-between; */
}

.header_contribute_stripe_donate_banner {
  display: flex;
  /* float: right; */
  /* text-align: right; */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header_contribute_stripe_amount {
  display: flex;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 17px;
  margin-right: 7px;
  width: 64px;
  height: 38px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 2px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 38px;
}

.header_contribute_stripe_amount_banner {
  display: flex;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  border: 2px solid gainsboro;
  border-radius: 18px;
  /* margin-bottom: 10px; */
  margin-right: 7px;
  width: 64px;
  height: 32px;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  cursor: pointer;
}

.input_amount_other_active, .input_amount_other:hover, .input_amount_other:focus {
  background: #fff;
  color: #7F63F4;
}

.input_amount_other::placeholder {
  color: #000;
  font-weight: bold;
  opacity: 1;
}

.input_amount_other_banner {
  display: flex;
  /* padding: 10px 0 7px 0; */
  padding: 0px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bolder;
  color: #000;
  border: 2px solid gainsboro;
  border-radius: 18px;
  margin-left: 0px;
  width: 58px;
  height: 33px;
  text-align: center;
  -moz-appearance: textfield;
}

.input_amount_other_banner::placeholder {
  color: #000;
  font-weight: bold;
  opacity: 1;
}

.input_amount_other_banner:focus::placeholder {
  color: transparent;
}

.input_amount_other::-webkit-outer-spin-button, .input_amount_other::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input_amount_other::-webkit-input-placeholder {
  font-weight: bold;
  opacity: 1;
}

.input_amount_other_banner::-webkit-outer-spin-button, .input_amount_other_banner::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input_amount_other_banner::-webkit-input-placeholder {
  font-weight: bold;
}

.header_contribute_stripe_button {
  display: flex;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #E75C91;
  border-radius: 4px;
  text-align: center;
  border: 0;
  width: 90px;
  justify-content: center;
  height: 36px;
  align-content: center;
  align-items: center;
}

.header_contribute_stripe_button_banner {
  display: flex;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #6C5CE7;
  border-radius: 4px;
  /* margin-bottom: 10px; */
  text-align: center;
  border: 0;
  width: 80px;
  justify-content: center;
  height: 38px;
  margin-left: 5px;
  align-content: center;
  align-items: center;
  cursor: pointer;
}

.header_contribute_stripe_amount:hover {
  cursor: pointer;
  background: #fff;
  color: #0D2F5D;
}

.header_contribute_stripe_button:hover {
  cursor: pointer;
  opacity: 0.9;
}

.header_contribute_stripe_amount_active {
  background: #7070ef !important;
  color: #FFFFFF !important;
}

/*---------------------------- HEADER ---------------------------------*/
.topMenu {
  /* display: flex; */
  width: 100%;
  height: 100%;
  position: relative;
}

.topMenu_left {
  display: table;
  float: left;
  padding-top: 15px;
}

.topMenu_left ul li {
  display: inline-block;
  padding: 0 10px;
}

.topMenu_left ul li a {
  color: #fff;
  font-size: 15px;
}

.topMenu_center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 100%;
}

.logo {
  width: auto;
  height: 80%;
}

.topMenu_right {
  display: flex;
  height: 90%;
  /* float: right; */
  cursor: pointer;
  /* padding: 5px 0; */
  /* height: 62%; */
  align-items: center;
}

.sectionHeader_container {
  display: table;
  width: 95%;
  min-height: 80vh;
  margin: 0 auto 0 auto;
  text-align: center;
  color: #fff;
}

.sectionHeader_container_inner {
  display: table;
  margin: auto;
  padding-top: 50px;
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 200;
  text-align: right;
  color: #fff;
}

.header_h1 {
  display: table;
  width: 100%;
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
  margin: 10px 0;
}

.header_h2 {
  display: table;
  width: 100%;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin: 10px auto;
}

.header_text {
  display: table;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  margin: 10px auto;
}

.header_text_small {
  font-size: 15px;
  line-height: 20px;
}

.countdown {
  display: table;
  width: 100%;
  margin: 25px 0 0 0;
}

.countdown_days, .countdown_hours, .countdown_mins, .countdown_sec {
  font-size: 40px;
  font-weight: bold;
  width: 70px;
  display: inline-block;
  text-align: right;
}

.countdown_small_text {
  font-size: 13px;
  text-transform: uppercase;
}

.socialHero {
  position: absolute;
  left: 2.5%;
  z-index: 100;
}

.socialHero img {
  width: 20px;
  height: 20px;
}

.socialHero_share {
  top: 130px;
}

.socialHero_facebook {
  bottom: 130px;
}

.socialHero_instagram {
  bottom: 90px;
}

.socialHero_youtube {
  bottom: 50px;
}

.sectionHeader_scroll {
  display: table;
  width: 50px;
  height: 50px;
  margin: 30px auto 0 auto;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
}

.sectionHeader_scroll_arrow {
  width: 20px;
  height: auto;
  margin-top: 20px;
}

/*========================= END HEADER ================================*/
.section_white {
  background: #fff;
}

.section_gray {
  /* background: #000; */
}

/* .section_padding {
padding: 50px 0;
} */
.section_h1 {
  display: table;
  width: 100%;
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
}

.section_h2 {
  display: table;
  width: 100%;
  font-size: 25px;
  line-height: 42px;
  font-weight: bold;
  margin: 0px auto;
  color: #fff;
  /* float: right; */
}

.chat_header {
  color: #000;
  text-align: center;
  font-size: 20px;
}

.section_text {
  display: table;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  margin: 5px auto;
  text-align: center;
}

.section_iframes {
  display: flex;
  /* padding: 28px; */
  width: 100%;
  height: 100%;
  justify-content: center;
}

#charity_view_container {
  overflow-y: scroll;
}

#livestream_view_container, #film_view_container {
  background: #000;
  height: 93%;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.shop_embed {
  /* padding-top: 20px; */
  padding-bottom: 110px;
}

.shop_embed iframe {
  height: 100% !important;
}

.new_card_input iframe {
  height: 15px !important;
}

.e_product_checkout_container, .e_place_order_container {
  margin: 10px 0;
}

.e_product_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background: #F7F7F7;
  border-radius: 8px;
  margin-bottom: 14px;
}

.e_product_img_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: #FFFFFF;
  margin-bottom: 18px;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}

.e_product_img {
  max-width: 120px;
  height: 162px;
}

.e_product_type {
  font-weight: 700;
  font-size: 12px;
  line-height: 132%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #6C5CE7;
  padding-bottom: 6px;
}

.e_product_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #2A2C2B;
}

.e_product_description {
  font-weight: 400;
  font-size: 14px;
  line-height: 139%;
  color: #000000;
  padding-bottom: 20px;
  max-width: 425px;
}

.e_p_des_total {
  display: none;
}

.e_product_des_read {
  font-weight: 400;
  font-size: 14px;
  line-height: 139%;
  text-decoration-line: underline;
  text-transform: capitalize;
  cursor: pointer;
  color: #000000;
}

.e_product_price {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 20px;
}

.e_product_qty {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #1F1F1F;
  margin-bottom: 6px;
  padding: 12px 12px 12px 18px;
  width: 80px;
  background: #FFFFFF;
  border: 1px solid #C2C2C2;
  border-radius: 4px;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
}

.e_product_add_cart {
  padding: 16px 32px;
  background: #6C5CE7;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  width: 100%;
  cursor: pointer;
}

.e_product_remove_cart {
  padding: 16px 32px;
  background: #F25060;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.shop_cart_status {
  background: #6C5CE7;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 55.88%;
  top: 20.34%;
}

.right_nav_icon .shop_cart_status {
  left: 36.76%;
  top: 74.46%;
}

.shopping_check_btn {
  padding: 20px 0;
  background: #29C689;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.e_product_checkout_container .shopping_check_btn {
  gap: 8px;
}

.shopping_check_btn.disabled {
  background: #EDEDED;
  color: #BDC3C7;
  opacity: 100% !important;
}

.shopping_check_btn.process {
  background: #6C5CE7;
  color: #FFFFFF;
}

.e_place_order_btn.ordering {
  background-color: #B7B7F8;
}

.cart_item_count {
  padding: 4px 8px;
  background: #FFFFFF;
  border-radius: 56px;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  text-transform: lowercase;
  color: #2D8CFF;
}

.shop_embed_checkout_container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.back_to_shops {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 18px;
  border: 1px solid #D4D4D4;
  background: white;
  border-radius: 4px;
  margin: 14px 0;
  width: 80px;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #2A2C2B;
  cursor: pointer;
}

.restart_checkout {
  width: unset;
}

.checkout_list_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  position: relative;
  background: #F7F7F7;
}

.order_summary_container {
  gap: 14px;
}

.order_summary_title {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #2A2C2B;
}

.order_list_container {
  width: 100%;
}

.order_item {
  display: flex;
  flex-direction: row;
  padding: 0px;
  gap: 15px;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  margin: 2px 0;
  justify-content: space-between;
  width: 100%;
}

.e_product_details_container {
  width: 100%;
}

.order_item_left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 0 14px 15px;
  gap: 15px;
  width: 70%;
}

.order_item_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.order_item_left .product_img {
  width: 48px;
  max-height: 72px;
  padding-right: 15px;
  border-right: 1px solid #EBEBEB;
}

.order_item_type {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #6C5CE7;
}

.order_item_title {
  font-weight: 600;
  font-size: 14px;
  line-height: 116%;
  color: #2A2C2B;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shop_embed_list_m_container {
  display: none;
}

.order_item_price {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #2A2C2B;
}

.order_item_right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* padding: 0px 18px; */
  background: #6C5CE7;
  border-radius: 0px 8px 8px 0px;
  width: 30%;
}

.order_item_right .product_price {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
  color: #FFFFFF;
}

.order_price_summary {
  width: 100%;
}

.order_price_items {
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

.order_price_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  margin: 4px 0;
}

.order_price_label, .order_price_value {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #2A2C2B;
}

.order_price_total {
  padding: 8px 0;
}

.order_price_total .order_price_value, .order_price_total .order_price_label {
  font-weight: 600;
}

.discount_panel_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  width: 100%;
}

.checkout_panel_title {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #2A2C2B;
}

.discount_panel_door {
  cursor: pointer;
}

.discount_panel_door.open {
  transform: rotate(-180deg);
}

.discount_input_panel {
  width: 100%;
}

.shopping_input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 19px 18px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  margin: 0 0 4px 0;
}

.discount_code_input {
  margin: 20px 0;
}

.shopping_input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #A3A3A3;
}

.shopping_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  background: #474747;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  width: 100%;
  cursor: pointer;
}

.checkout_email_address {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /*text-align: center;*/
  color: #2A2C2B;
  /*padding-top: 6px;*/
}

.shipping_address_add_panel {
  width: 100%;
}

.shopping_select {
  padding: 20px 12px 20px 18px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
  margin-bottom: 4px;
}

.shopping_select option {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}

.shopping_info_span {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #2A2C2B;
  margin-bottom: 3px;
  display: block;
}

.shopping_edit_btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-decoration-line: underline;
  color: #2A2C2B;
  cursor: pointer;
}

.payment_card_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 19px 18px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  gap: 12px;
  margin-bottom: 4px;
}

.payment_card_item .card_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 0px 15px;
  gap: 4px;
}

.card_ending_number {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}

.card_expire_date {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #858585;
}

input[type="radio"].shopping_radio {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #2A2C2B;
  width: 21px;
  height: 18px;
  border: 1px solid #2A2C2B;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  opacity: 1;
  cursor: pointer !important;
}

input[type="radio"].shopping_radio::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #2A2C2B;
}

input[type="radio"].shopping_radio:checked::before {
  transform: scale(1);
}

/* input[type="radio"].shopping_radio:focus {
outline: 1px solid #2A2C2B;
outline-offset: 1px;
} */
.min_card_input_box {
  display: flex;
  justify-content: space-between;
}

.payment_add_panel {
  width: 100%;
}

.credit_card_add_btn {
  padding: 10px 22px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #374140;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  background-color: white;
  margin: 4px 0;
  display: flex;
  justify-content: center;
  /*max-width: 120px;*/
  cursor: pointer;
}

.add_new_credit_container {
  align-items: flex-start;
  flex-direction: column;
}

.add_new_card_text {
  padding-left: 15px;
}

.add_new_credit_container .shopping_radio {
  margin-top: 19px;
}

.w_fill {
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}

.new_card_input {
  padding: 19px 18px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  font-size: 15px;
  margin: 0;
  width: inherit;
}

.new_card_input::placeholder {
  color: #DDE2EF;
}

.save_checkbox {
  margin-top: 18px;
  margin-left: 18px;
}

.save_checkbox label {
  padding-left: 30px;
}

.min_card_input {
  max-width: 33%;
}

.shopping_checkbox_box {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}

.shopping_checkbox_label {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #2A2C2B;
}

#shop_tab_view.ordered .sidebar_view_inner {
  height: calc(100% - 165px);
}

.order_result_container {
  padding: 15px;
  background: #F7F7F7;
}

.result_list_container {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background: #F7F7F7;
}

.order_result_container .order_price_summary {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 15px;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}

.order_result_container .order_price_items {
  border-top: none;
  padding: none;
}

.checkout_success_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #2A2C2B;
}

#order_result_message {
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 10px;
}

.result_item {
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
}

.result_item_label {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #2A2C2B;
}

.result_item_value {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2A2C2B;
}

/*---------------------------- MAP ---------------------------------*/
.sectionInner_map {
  /* max-width: 1000px; */
  text-align: center;
  width: 100%;
}

#map {
  height: 100%;
}

/* Map Issue for Firefox */
@-moz-document url-prefix() {
  .sectionInner_map {
      display: block;
  }
}

/*========================= END MAP ================================*/
/*---------------------------- VIMEO IFRAMES ---------------------------------*/
.iframe_full {
  display: flex;
  width: 100%;
  height: 100%;
  /* padding: 25px; */
  /* padding: 100px 0; */
  align-content: center;
  justify-content: center;
  align-items: center;
}

.iframe23 {
  display: table;
  float: left;
  width: 70%;
}

.iframe13 {
  display: table;
  float: right;
  width: 29%;
}

/*========================= END VIMEO IFRAMES ================================*/
/*---------------------------- FOOTER ---------------------------------*/
.sectionFooter {
  background: #2A2451;
  padding: 50px 0;
}

.sectionFooter_left {
  display: table;
  float: left;
}

.sectionFooter_center {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0%)
}

.sectionFooter_right {
  display: table;
  float: right;
  padding-top: 15px;
}

.sectionFooter_copyright {
  font-size: 13px;
  color: #fff;
  text-align: center;
}

.sectionFooter_social {
  display: inline-block;
  margin: 0 10px;
}

.sectionFooter_social img {
  width: 20px;
  height: 20px;
}

/*========================= END FOOTER ================================*/
/*---------------------- AUDIENCE POLL ------------------------*/
.audience_poll_container {
  position: absolute;
  top: 10px;
  right: 5px;
}

.audience_poll_button {
  display: table;
  float: right;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background: #6E6EEF;
  border-radius: 30px;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  border: 0;
  position: relative;
}

.audience_poll_button:hover {
  cursor: pointer;
}

.audience_poll_text {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  padding-top: 2px;
}

.audience_poll_button img {
  height: 30px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.audience_poll_tooltip {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  width: 160px;
  border-radius: 5px;
  background: #555;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  font-weight: normal;
  z-index: 50;
}

.audience_poll_tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #555;
  right: 30px;
  top: -8px;
}

.audience_poll_button:hover .audience_poll_tooltip {
  display: block;
}

.poll_container {
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}

.poll_button {
  display: table;
  padding: 6px 10px;
  border-radius: 100%;
  background: #6E6EEF;
}

.poll_button img {
  width: auto;
  height: 30px;
}

.poll_button:hover {
  cursor: pointer;
}

.poll_embed {
  display: none;
  position: absolute;
  bottom: 6%;
  left: 5%;
  width: 400px;
  height: 500px;
  /* max-height: 500px; */
  border-radius: 5px;
  background: #ddd;
  z-index: 5000;
}

.poll_embed:before {
  content: '';
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #ddd;
  left: 0;
  bottom: -8px;
}

.poll_embed_close {
  display: table;
  float: right;
  padding: 10px 10px 5px 10px;
  font-weight: bold;
}

.poll_embed_close:hover {
  cursor: pointer;
}

.poll_closed {
  margin-top: 200px;
  padding: 25px;
  text-align: center;
}

.smcx-embed, .smcx-iframe-container {
  height: 100% !important;
}

/*--- MODAL ---*/
.modal {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

.modal_overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal_container {
  position: absolute;
  top: 5%;
  margin-bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 20;
  width: 90%;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.modal_container .pageContainer_title {
  max-width: 100%;
  /*max-width: calc(100% - 50px);*/
}

.modal_container_300 {
  max-width: 300px;
}

.modal_container_500 {
  /* max-width: 500px; */
}

.modal_container_600 {
  max-width: 600px;
}

.modal_container_700 {
  max-width: 700px;
}

.modal_container_1000 {
  max-width: 1000px;
}

.modal_container_black {
  background: rgba(0, 0, 0, 0.5);
}

.modal_container_inner {
  display: table;
  width: 90%;
  margin: auto;
  padding: 30px 0;
}

.modal_header {
  display: table;
  width: 100%;
  background: #f9f9f9;
  border-bottom: 2px solid #DDE2EF;
  text-align: left;
  border-radius: 10px;
  position: relative;
}

.modal_close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: bold;
  font-size: 20px;
  z-index: 10;
}

.modal_close:hover {
  cursor: pointer;
  opacity: 0.9;
}

.modal_inner {
  display: table;
  width: 90%;
  margin: auto;
  padding: 30px 0;
}

.spacer_5 {
  display: table;
  width: 100%;
  height: 5px;
}

.spacer_10 {
  display: table;
  width: 100%;
  height: 10px;
}

.spacer_25 {
  display: table;
  width: 100%;
  height: 25px;
}

.spacer_50 {
  display: table;
  width: 100%;
  height: 50px;
}

.spacer_100 {
  display: table;
  width: 100%;
  height: 100px;
}

.spacer_h_5 {
  display: inline-block;
  width: 5px;
}

.spacer_h_10 {
  display: inline-block;
  width: 10px;
}

.spacer_h_20 {
  display: inline-block;
  width: 20px;
}

.modal .spacer_5, .modal .spacer_10, .modal .spacer_25, .modal .spacer_50 {
  display: block;
}

/*---------------------------- AUTHORIZE.NET PAYMENT POPUP ---------------------------------*/
#divAuthorizeNetPopupScreen {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #808080;
  opacity: 0.5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter: alpha(opacity=50);
}

#divAuthorizeNetPopupScreen2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #808080;
  opacity: 0.5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter: alpha(opacity=50);
  z-index: 100201 !important;
}

#divAuthorizeNetPopup {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -200px;
  z-index: 2;
  overflow: visible;
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupOuter {
  background-color: #dddddd;
  border-width: 1px;
  border-style: solid;
  border-color: #a0a0a0 #909090 #909090 #a0a0a0;
  padding: 4px;
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupTop {
  height: 23px;
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose {
  position: absolute;
  right: 7px;
  top: 7px;
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a {
  background-image: url('content/closeButton1.png');
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:hover {
  background-image: url('content/closeButton1h.png');
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:active {
  background-image: url('content/closeButton1a.png');
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupInner {
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #cfcfcf #ebebeb #ebebeb #cfcfcf;
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupBottom {
  height: 30px;
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupLogo {
  position: absolute;
  right: 9px;
  bottom: 4px;
  width: 200px;
  height: 25px;
  background-image: url('content/powered_simple.png');
}

.AuthorizeNetPopupSimpleTheme .AuthorizeNetPopupOuter {
  border: 1px solid #585858;
  background-color: #ffffff;
}

/* Start Dark Theme */
body.dark_mode, .dark_mode .theme {
  background: #2A2C2B;
}

.dark_mode .sidebar_right {
  background: #525453;
  border: none;
}

.dark_mode .color1 {
  color: #ffffff !important;
}

.dark_mode .iframe_full {
  background: #2A2C2B;
  border: 1px solid #424242;
}

.dark_mode .color2 {
  color: #E5E5E5 !important;
}

.dark_mode .sidebar_icon {
  background: #424242;
  border: #424242;
}

.dark_mode .sidebar_view_inner {
  background: #525453;
}

.dark_mode .polls_tab_information {
  background: rgba(0, 0, 0, 0.1);
}

.dark_mode .polls_item {
  background: #525453;
}

.dark_mode .toggle_container {
  border-top: 1px solid #424242;
}

.dark_mode .gathr_top_left {
  border-bottom: 1px solid #424242;
}

.dark_mode .img_dark {
  display: block;
}

.dark_mode .img_normal {
  display: none;
}

.dark_mode .circle {
  background: #7070ef;
}

.dark_mode .arrow {
  border-bottom: none;
}

.dark_mode .input_amount_other_banner::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1;
  /* Firefox */
}

.dark_mode .header_contribute_stripe_title_banner {
  opacity: 0.3;
}

.dark_mode .header_contribute_stripe_header_banner {
  background: #424242;
  border: none;
  color: #FFFFFF;
}

.dark_mode .input_amount_other_single, .dark_mode .header_contribute_stripe_amount_single, .dark_mode .header_contribute_stripe_amount_single::placeholder {
  background: #424242;
  border: none;
  color: #FFFFFF;
}

.dark_mode .header_contribute_stripe_title_name, .dark_mode .header_contribute_stripe_description, .dark_mode .speaker_name, .dark_mode .speaker_tag, .dark_mode, .dark_mode .polls_title, .dark_mode .polls_item_text {
  color: #FFFFFF;
}

.dark_mode .header_contribute_stripe_title_name_single, .dark_mode .header_contribute_stripe_description_single, .dark_mode .speaker_name, .dark_mode .speaker_tag, .dark_mode, .dark_mode .polls_title, .dark_mode .polls_item_text {
  color: #FFFFFF;
}

.dark_mode .sidebar_right .img_dark.icon_img {
  display: none;
}

.dark_mode .sidebar_right .img_normal.icon_img {
  display: block;
}

.dark_mode .sidebar_right .selected .img_dark.icon_img {
  display: block !important;
}

.dark_mode .sidebar_right .selected .switcher_tab_text {
  color: #FFFFFF;
}

.dark_mode .sidebar_right .selected .img_normal.icon_img, .dark_mode .sidebar_right .selected .img_selected.icon_img {
  display: none !important;
}

.dark_mode .selected.switcher_tab {
  border-bottom: 4px solid #FFFFFF;
}

/* .dark_mode .header_contribute_stripe_gathr {
background: #525453;
}

.dark_mode .header_contribute_stripe_gathr_single {
background: #525453;
} */
/* End Dark Theme */
/* custom scrollbar */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #BDC3C7;
}

.rotate_icon {
  width: 30px;
  padding: 15px;
}

#light_beam_left {
  position: absolute;
  top: -300px;
  left: -5%;
  width: auto;
  height: 150%;
  z-index: 1;
  opacity: 0.4;
  transform-origin: 0% 0%;
  animation: light_beam_left_move linear 10s infinite alternate backwards;
}

@keyframes light_beam_left_move {
  0% {
      transform: rotate(-5deg);
  }

  20% {
      transform: rotate(10deg);
  }

  40% {
      transform: rotate(5deg);
  }

  60% {
      transform: rotate(15deg);
  }

  80% {
      transform: rotate(20deg);
  }

  100% {
      transform: rotate(-5deg);
  }
}

#light_beam_right {
  position: absolute;
  top: -300px;
  right: 5%;
  width: auto;
  height: 200%;
  z-index: 1;
  opacity: 0.5;
  transform-origin: top right;
  animation: light_beam_right_move 15s infinite alternate backwards;
}

@keyframes light_beam_right_move {
  0% {
      transform: rotate(-10deg);
  }

  20% {
      transform: rotate(-35deg);
  }

  40% {
      transform: rotate(-45deg);
  }

  60% {
      transform: rotate(-20deg);
  }

  80% {
      transform: rotate(-30deg);
  }

  100% {
      transform: rotate(-10deg);
  }
}

.gathr_button {
  font-size: 14px !important;
  padding: 6px 12px !important;
}

.landscape_menu_btn, .landscape_mobile {
  display: none;
}

.instruction_container {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.instruction_inner {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.moz_settings {
  position: absolute;
  bottom: 10%;
}

.indicator_arrow.for_moz {
  left: 35%;
}

.instruction_text {
  /* width: 600px; */
  text-align: center;
  margin: 0px auto;
  line-height: normal;
}

.instruction_text span {
  font-style: italic;
}

.screenshot_slide {
  width: 350px;
  margin: auto;
}

.screenshot_slide img {
  width: 100%;
}

.ok_btn {
  min-width: 245px;
  padding: 10px;
  text-align: center;
  /* margin: 0px auto; */
  cursor: pointer;
  border-radius: 20px;
}

.indicator_arrow {
  /* position: relative; */
  height: 200px;
  left: 18%;
  margin-bottom: 5%;
  transition: all .5s;
}


.modal_container_chrome_recommend {
  background-color: rgba(0, 0, 0, 1);
}
.recommend_modal_inner {
  background: black;
  text-align: center;
  margin: 50px auto;
  padding: 40px;
}
.chrome_pc_img {
  margin-bottom: 12px;
}
.recommend_title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
  color: white;
  line-height: normal;
}
.recommend_subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 126%; /* 22.68px */
  margin-bottom: 12px;
  color: white;
}
.recommend_modal_close {
  display: flex;
  padding: 11px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background: black;
  border-radius: 4px;
  border: 1px solid #FFF;
  margin: 0 auto;
  margin-top: 24px;
  cursor: pointer;
}
/*---------------------------- MEDIA QUERIES ---------------------------------*/
@media only screen and (max-width: 1200px) {
  .sidebar_icon {
      width: 65px;
      height: 70px;
  }

  .sidebar_icon .icon_label {
      font-size: 8px;
      line-height: 9px;
  }

  .sidebar_open {
    width: 375px;
  }
}

@media only screen and (max-height: 485px) and (orientation: landscape) {
  .instruction_container {
    
  }
  
  .instruction_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  }

  .instruction_inner .spacer_25 {
    display: none;
  }
  
  .moz_settings {
  }
  
  .indicator_arrow.for_moz {
  }
  
  .instruction_text {
  font-size: 14px !important;
  width: auto;
  margin: 5px 0;
  }
  
  .instruction_text span {
  }
  
  .screenshot_slide {
  width: 250px;
  }
  
  .screenshot_slide img {
  }
  
  .ok_btn {
  margin: 5px auto;
  }
  
  .indicator_arrow {
  left: -40px;
  height: 100px;
  }
  
  .speakers_container {
      margin: auto;
  }

  .speaker_name {
      font-size: 12px;
      line-height: 14px;
  }

  .speaker_name {
    font-size: 14px;
    line-height: 14px;
  }

  .speaker_profile {
    width: 70px;
  }
  .speaker_tag {
      font-size: 12px;
      line-height: 14px;
  }

  .profile_redesign_offering_text {
    font-size: 12px;
    line-height: 14px;
  }

  .speaker_item .text_black {
    font-size: 12px;
    font-weight: 600;
  }

  .speaker_item {
    padding: 10px;
  }

  .flex_column_landscape {
      flex-direction: column;
  }

  .event_cover {
    width: 100%;
    height: 130px;
    max-height: unset;
    margin-bottom: 8px;
    border-radius: 8px;
  }

  .select_prev {
      display: none;
  }

  .submenu_open {
      background: #ddd;
  }

  .header_contribute_stripe_gathr_banner {
      display: none !important;
  }

  .sidebar_left {
      display: none;
  }

  .title_container {
      min-height: 55px;
      z-index: 999;
  }

  .title {
      font-size: 14px;
      line-height: 14px;
  }

  .rightside_title {
      display: flex;
      flex-direction: column;
      align-content: flex-end;
      align-items: flex-start;
      margin-right: 15px;
  }

  .header_donate_btn {
      background: #E75C91;
      display: flex;
      color: #fff;
      font-size: 10px;
      font-weight: 600;
      width: 73px;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      margin-top: 3px;
  }

  .version_picker select {
      height: 25px;
      padding: 0px;
      font-size: 8px;
      margin-right: 0px;
      width: 74px !important;
  }

  .powered_by_zoom {
      position: unset;
      width: 77px;
      height: 9px;
  }

  .attendee_count_container {
  }

  .attendee_count_inner {
      font-size: 7px;
      line-height: 8px;
      text-align: center;
  }

  .attendee_count {
  }

  .attendance_percent {
  }

  .attendees_tab_inner {
  }

  .attendance_tracker_switcher {
      padding: 3px 0;
  }

  .tracker_tab {
      padding: 2px;
      font-size: 7px;
  }

  .active {
  }

  .tracker_joined {
  }

  .tracker_not_joined {
  }

  .attendance_list_container {
  }

  .joined_list {
  height: 190px;
  }

  .attendee_item {
      height: 50px;
  }

  .attendee_item_left {
      gap: 8px;
  }

  .attendee_avatar {
      display: flex;
      align-items: center;
  }

  .attendee_avatar img {
      width: 30px;
  }

  .attendee_info {
      gap: 0px;
  }

  .attendee_name {
      font-size: 10px;
      line-height: 11px;
  }

  .attendee_email {
      font-size: 8px;
      line-height: 9px;
  }

  .attendee_item_right {
      gap: 5px;
  }

  .attendee_item_right_not_joined {
  }

  .send_reminder {
      font-size: 6px !important;
      line-height: 9px;
  }

  .time_joined {
      font-size: 8px;
  }

  .status_joined {
      font-size: 8px;
      width: 45px;
  }

  .status_not_joined {
      font-size: 8px;
      line-height: 10px;
      width: 45px;
      text-align: center;
      border-radius: 0px 7px 7px 0px;
  }

  .landscape_menu_btn {
      display: flex;
      /* margin-left: 10px; */
      height: 100%;
      width: 60px;
      justify-content: center;
      transition: all .2s;
  }

  .landscape_mobile {
    display: block;
  }

  .submenu_open {
      background: #ddd;
      -webkit-box-shadow: inset 1px 0px 6px 0px #000000, 5px 5px 0px -30px rgb(221 221 221 / 12%);
      box-shadow: inset 1px 0px 6px 0px #000000, 5px 5px 0px -30px rgb(221 221 221 / 12%);
      transition: all .2s;
  }

  .gathr_top_left {
    height: 38px;
    width: 45px;
    border-bottom: none;
  }

  .landscape_menu_btn img {
      width: 25px;
  }

  .landscape_submenu {
      position: absolute;
      display: flex;
      left: 25px;
      top: 76px;
      max-height: calc(100% - 101px);
      overflow-y: auto;
      background: #fff;
      padding: 10px;
      border-radius: 12px;
      z-index: 998;
      /* -webkit-box-shadow: 0px 1px 15px 6px rgba(173,173,173,0.76); */
      /* box-shadow: 0px 1px 15px 6px rgba(173,173,173,0.76); */
      align-items: flex-start;
      justify-content: center;
  }

  .landscape_submenu::-webkit-scrollbar {
      width: 0px;
  }

  .left_nav_tabs {
      gap: 10px;
      align-items: center;
  }

  .sidebar_icon {
      height: 60px;
      margin: 0;
      padding: 5px;
  }

  .sidebar_icon img {
      width: 25px;
      height: 25px;
  }

  #host_tab_view {
  }

  #help_tab_view {
      height: calc(100% - 90px);
      /* max-height: 288px; */
  }

  .sidebar_view_inner.help_tab_inner {
      /* margin-top: 20px; */
      /* height: 100%; */
  }

  .chatbot_container {
      height: 85%;
      display: flex;
      flex-direction: column;
  }

  .chatbot_container_parent {
      display: flex;
      height: 100%;
      position: unset !important;
      flex-direction: column;
      align-items: center;
  }

  .chatbot_header {
      height: 15%;
  }

  .chatbot_header img {
      width: 25px;
      height: 25px;
  }

  .sidebar_left {
      height: 50px !important;
  }

  .center_view {
      margin-bottom: 50px !important;
  }

  .header_h1 {
      font-size: 20px;
      line-height: 22px;
  }

  .countdown {
      display: flex;
      justify-content: flex-end;
  }

  .countdown_days, .countdown_hours, .countdown_mins, .countdown_sec {
      font-size: 20px;
      margin-left: 5px;
      width: auto;
  }

  .countdown_small_text {
      /* margin-left: 5px; */
  }

  #more_mobile_view_container .sidebar_view_inner {
      padding-top: 0;
  }

  .sidebar_right.expanded {
    padding: 0 10px;
    /* width: 35%;
    min-width: 35%; */
    position: fixed;
    right: 0;
  }

  .expanded .sidebar_open {
      min-width: unset;
  }

  .min_width {
      min-width: 60px !important;
  }

  .sidebar_right {
      border-top-left-radius: 8px;
  }

  .switcher_tab .icon_img {
      width: 20px;
      height: 20px;
  }

  .sidebar_right_top {
      height: 30px;
      margin-top: 5px;
      width: 100%;
  }

  .arrow {
      height: 40px;
      /* padding-bottom: 10px; */
  }

  .arrow_icon {
      height: 25px
  }

  .sidebar_open .spacer_25 {
      height: 10px !important;
  }

  .sidebar_switcher_container {
      /* max-width: 350px; */
      flex-direction: row;
      gap: 10px;
      margin-top: 10px;
  }

  .arrow_orientation {
    display: block !important;
  }
   .sidebar_right_top {
    display: none;
   }

   .sidebar_right_top.justify_centered {
    display: block;
   }
  .switcher {
  }

  .switcher_tab {
    height: 30px;
    gap: 5px;
    min-width: 30px;
    padding: 0px 5px;
  }

  .right_nav_icon img {
      width: 25px;
      height: 25px;
  }

  .switcher_tab_text {
      display: none;
  }

  .vertical_right {
      top: 42%;
      bottom: 0px;
  }

  .shop_embed {
    padding-bottom: 30px;
  }

  .shop_embed iframe {
  }

  .e_product_checkout_container,
  .e_place_order_container {
    /* margin: 0;
    position: absolute;
    bottom: 7px;
    width: 275px; */
  }

  .e_product_container {
      flex-direction: row;
      gap: 15px;
      align-items: center;
  }

  .e_product_img_container {
      width: 125px;
      height: 155px;
      margin-bottom: 0;
      padding: 0;
      border: 1px solid #000;
  }

  .e_product_img {
      width: 100%;
  }

  .e_product_details_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .e_product_type {
  }

  .e_product_title {
    font-size: 12px;
    line-height: 14px;
  }

  .e_product_description {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
  }

  .e_p_des_total {
  }

  .e_product_des_read {
  }

  .e_product_price {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
  }

  .e_product_qty {
    padding: 5px;
  }

  .e_product_add_cart {
    padding: 5px;
    font-size: 12px;
  }

  .e_product_remove_cart {
    padding: 5px;
    font-size: 12px;
  }

  .shop_cart_status {
  }

  .right_nav_icon .shop_cart_status {
  }

  .shopping_check_btn {
  }

  .e_product_checkout_container .shopping_check_btn {
/*     padding: 12px;
    position: absolute;
    bottom: 5px;
    width: 275px; */
  }

  .shopping_check_btn.disabled {
  }

  .shopping_check_btn.process {
  }

  .cart_item_count {
  }

  .shop_embed_checkout_container {
  }

  .back_to_shops {
  }

  .checkout_list_container {
  }

  .order_summary_container {
    padding: 20px 15px;
  }

  .order_summary_title {
  }

  .order_list_container {
    /* display: flex; */
    /* flex-direction: column; */
    width: 100%;
  }

  .order_item {
    margin: 0;
    gap: 0px;
    width: 100%;
  }

  .order_item_left {
    width: 70%;
  }

  .order_item_info {
  }

  .order_item_left .product_img {
    width: 36px;
    height: 52px;
    max-height: unset;
  }

  .order_item_type {
    font-size: 10px;
    line-height: 12px;
  }

  .order_item_title {
    font-size: 12px;
    line-height: 14px;
  }

  .shop_embed_list_m_container {
  }

  .order_item_price {
  }

  .order_item_right {
    padding: 0;
    width: 30%;
  }

  .order_item_right .product_price {
    font-size: 12px;
  }

  .order_price_summary {
  }

  .order_price_items {
  }

  .order_price_item {
  }

  .order_price_label, .order_price_value {
  }

  .order_price_total {
  }

  .order_price_total .order_price_value, .order_price_total .order_price_label {
  }

  .discount_panel_header {
  }

  .checkout_panel_title {
  }

  .discount_panel_door {
  }

  .discount_panel_door.open {
  }

  .discount_input_panel {
  }

  .shopping_input {
  }

  .discount_code_input {
  }

  .shopping_input::placeholder {
  }

  .shopping_btn {
  }

  .checkout_email_address {
  }

  .shipping_address_add_panel {
  }

  .shopping_select {
  }

  .shopping_select option {
  }

  .shopping_info_span {
  }

  .shopping_edit_btn {
  }

  .payment_card_item {
  }

  .payment_card_item .card_info {
  }

  .card_ending_number {
  }

  .card_expire_date {
  }

  input[type="radio"].shopping_radio {
  }

  input[type="radio"].shopping_radio::before {
  }

  input[type="radio"].shopping_radio:checked::before {
  }

  /* input[type="radio"].shopping_radio:focus {
outline: 1px solid #2A2C2B;
outline-offset: 1px;
} */
  .min_card_input_box {
  }

  .payment_add_panel {
  }

  .credit_card_add_btn {
  }

  .add_new_credit_container {
  }

  .add_new_credit_container .shopping_radio {
  }

  .min_card_input {
  }

  .shopping_checkbox_box {
  }

  .shopping_checkbox_label {
  }

  #shop_tab_view.ordered .sidebar_view_inner {
    height: calc(100% - 90px);
  }

  .order_result_container {
  }

  .result_list_container {
  }

  .order_result_container .order_price_summary {
  }

  .order_result_container .order_price_items {
  }

  .checkout_success_title {
  }

  #order_result_message {
  }

  .result_item {
  }

  .result_item_label {
  }

  .result_item_value {
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .instruction_container {
    
  }
  
  .instruction_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  }
  
  .moz_settings {
  }
  
  .indicator_arrow.for_moz {
  }
  
  .instruction_text {
  font-size: 17px !important;
  width: auto;
  }
  
  .instruction_text span {
  }
  
  .screenshot_slide {
  }
  
  .screenshot_slide img {
  }
  
  .ok_btn {
  }
  
  .indicator_arrow {
  left: 0;
  }
  
  .min_card_input_box {
    flex-direction: column;
  }

  .min_card_input {
    max-width: unset;
    width: auto;
    margin-bottom: 4px;
  }

  .close_bot {
      display: flex;
      position: absolute;
      right: 5px;
      font-weight: 600;
      height: 45px;
      width: 45px;
      justify-content: center;
      align-items: center;
  }

  .modal_container_zoom {
      width: 370px !important;
  }

  .zoom_button_container {
      flex-direction: column-reverse;
  }

  .sidebar_view_inner.help_tab_inner {
      overflow: unset;
      padding: 0px;
      height: 100%;
      width: 100%;
      /* padding-top: 10px; */
  }

  .chatbot_container_parent {
      position: relative;
      /* bottom: 70px; */
      height: 330px;
      z-index: 1;
      width: 100%;
  }

  .chatbot_header {
      width: 100%;
      height: 45px;
      border-radius: 0;
  }

  .chatbot_container {
      height: 285px;
      width: 100%;
      border: none;
      padding: 0;
      border-radius: 0;
  }

  .chatbot_header img {
      width: 25px;
      height: 25px;
  }

  .mobile_hide {
      display: none;
  }

  .mobile_container {
      display: flex;
      max-height: 400px;
      background: #FFFFFF;
  }

  .sidebar_left {
      flex-direction: row;
      width: 100%;
      justify-content: space-around;
      padding: 0px;
      height: 70px;
      align-items: center;
      top: unset;
      bottom: 0;
      border: 1px solid #D4D4D4;
      z-index: 2;
      position: absolute;
  }

  .sidebar_left_desktop {
      display: none;
  }

  .sidebar_left_mobile {
      display: flex;
      width: 100%;
      height: 100%;
  }

  .left_nav_tabs {
      flex-direction: row;
      width: 62%;
      margin-left: 10px;
  }

  .center_view {
      width: 100%;
      margin: 0;
      margin-bottom: 70px;
  }

  .title_container {
      max-height: 70px;
      min-height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      border-right: 1px solid #D4D4D4;
  }

  .title_container_desktop {
      display: none;
  }

  .title_container_mobile {
      display: flex;
      width: 100%;
      height: 70px;
      z-index: 975;
      align-items: center;
  }

  .gathr_top_left_mobile {
      width: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-right: 1px solid #D4D4D4;
  }

  .title_container_inner .title {
      color: #2A2C2B;
      font-size: 20px;
  }

  .mobile_nav_tabs {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      padding: 5px 20px;
  }

  .mobile_menu_icon {
      min-width: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .mobile_menu_icon .icon_img {
      width: 25px;
      height: 25px;
  }

  .mobile_menu_icon.selected .icon_label {
      color: #6C5CE7 !important;
      padding-top: 5px;
  }

  .mobile_menu_close {
      position: absolute;
      width: 12px;
      height: 12px;
      top: 20px;
      right: 20px;
      cursor: pointer;
  }

  .charity_container::-webkit-scrollbar {
      width: 0px;
  }

  .header_contribute_stripe_gathr_banner {
      display: none !important;
  }

  .header_contribute_stripe_header_banner {
  }

  .header_contribute_stripe_title_banner {
      font-size: 11px;
      height: 79%;
  }

  .header_contribute_stripe_header {
      padding: 0 0;
      align-items: center;
  }

  .header_contribute_stripe_description {
      justify-content: center;
      margin: 5px 0;
      max-width: 100%;
      width: 100%;
  }

  .header_contribute_stripe_description_banner {
  }

  .header_contribute_stripe_donate_banner {
  }

  .break-column {
      flex-basis: 100%;
      width: 0;
  }

  #more_mobile_view_container {
      background: #FFFFFF;
  }

  .header_contribute_stripe_gathr_single {
    height: 95%;
  }

  .contribute_single {
      font-size: 14px;
      line-height: 16px;
  }

  .header_contribute_stripe_title_name_single {
      font-size: 16px;
      line-height: 18px;
  }

  .header_contribute_stripe_description_single {
      font-size: 16px;
      line-height: 18px;
  }

  .header_contribute_stripe_donate_single {
      flex-wrap: nowrap;
  }

  .header_contribute_stripe_amount_single {
      width: 100%;
      padding: 0;
      margin-left: 0;
      padding-top: 4px;
  }

  .input_amount_other_single {
      padding-top: 0;
  }

  .header_contribute_stripe_button_single {
      padding: 0px 5px;
  }

  .header_contribute_stripe_amount_banner {
      font-size: 10px;
      line-height: 10px;
      width: 18%;
      margin-bottom: 5px;
      margin-right: 3px;
  }

  .header_contribute_stripe_button_banner {
      width: 40%;
  }

  .input_amount_other_banner {
      width: 40%;
  }

  .header_contribute_stripe_button {
      background: #2A2C2B;
      width: 80px;
      height: 40px;
  }

  .sidebar_view_inner {
      display: flex;
      flex-direction: column;
      border-radius: unset;
      padding: 10px 10px;
      padding-top: 25px;
      height: 90%;
  }

  .mobile_container .polls_tab_btn {
      background: #2A2C2B;
      border: none;
  }

  .mobile_container .speaker_item {
      padding: 0 10px;
      margin-bottom: 15px;
      align-items: center;
  }

  .speaker_item.flex_column_landscape {
      width: 80%;
  }

  .mobile_container .speaker_item .event_cover {
      width: 150px;
      min-width: 150px;
      max-height: 85px;
      height: 85px;
  }

  .mobile_container .speaker_item .profile_redesign_offering_text {
      font-size: 12px;
      line-height: 14px;
  }

  .mobile_container .speaker_item .text_black {
      font-size: 12px;
      line-height: 14px;
      font-weight: 600;
  }

  .mobile_container .speaker_item .spacer_10 {
      display: none;
  }

  .mobile_container .speaker_profile {
      width: 75px;
      height: 75px;
  }

  .mobile_container .speaker_name {
      font-size: 12px;
      line-height: 14px;
  }

  .mobile_container .speaker_tag {
      font-size: 10px;
      line-height: 12px;
      width: 70%;
  }

  .mobile_menu_item {
      display: flex;
      padding: 10px 15px;
  }

  .mobile_menu_profile {
      height: 35px;
      width: 35px;
  }

  .mobile_menu_info {
      padding: 10px 20px;
      justify-content: center;
      align-items: baseline;
      display: flex;
      flex-direction: column;
  }

  .mobile_menu_name {
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      color: #2A2C2B;
  }

  .selected .mobile_menu_name {
      color: #6C5CE7;
  }

  .expanded_mobile {
      position: absolute;
      width: 100%;
      height: 82%;
      z-index: 5000;
  }

  .sidebar_iframe {
      height: 84%;
      width: 100%;
  }

  .topMenu_left {
      display: none;
  }

  .sectionHeader_container {
      min-height: 60vh;
  }

  .countdown {
      margin: 0 auto;
  }

  .countdown_days, .countdown_hours, .countdown_mins, .countdown_sec {
      font-size: 25px;
      width: 40px;
  }

  .poll_embed {
      width: 100%;
      bottom: 9%;
      left: 0;
  }

  .header_text {
      font-size: 15px;
      line-height: 20px;
  }

  .iframe_full, .iframe23, .iframe13 {
      width: 100%;
      display: table;
      /* margin: 10px 0; */
  }

  @-moz-document url-prefix() {
      .center_view {
          overflow-y: scroll;
      }

      #charity_view_container {
          overflow-y: scroll;
      }

      .iframe_full {
          display: flex;
      }

      .iframe_full .sidebar_view_inner {
          width: 100%;
      }

      #polls_contents_container .sidebar_view_inner {
          width: fit-content;
      }
  }

  .section_h1 {
      font-size: 30px;
      line-height: 35px;
  }

  .section_h2 {
      font-size: 19px;
      line-height: 36px;
  }

  .audience_poll_container {
      position: relative;
      display: table;
      float: right;
      margin: 0 5px 10px 0
  }

  .iframe_kickstarter_left, .iframe_kickstarter_right {
      width: 100%;
      margin: 5px auto;
  }

  .attendees_tab_inner {
  }

  .attendance_tracker_switcher {
      width: 100%;
  }

  .tracker_tab {
  }

  .active {
  }

  .tracker_joined {
  }

  .tracker_not_joined {
  }

  .attendance_list_container {
      width: 100%;
      height: 170px;
  }

  .joined_list {
  }

  .attendee_item {
  }

  .attendee_item_left {
  }

  .attendee_avatar {
  }

  .attendee_avatar img {
  }

  .attendee_info {
      gap: 0px;
  }

  .attendee_name {
      font-size: 14px;
  }

  .attendee_email {
      font-size: 12px;
  }

  .attendee_item_right {
      gap: 10px;
  }

  .attendee_item_right_not_joined {
      gap: 0;
  }

  .send_reminder {
      font-size: 10px;
      text-align: center;
  }

  .time_joined {
  }

  .status_joined {
      font-size: 12px;
  }

  .status_not_joined {
      font-size: 10px;
  }

  .user_view {
  }

  /*   .sidebar_chat {
height: 45%;
position: fixed;
bottom: 60px;
left: 0;
z-index: 5000;
} */
  .chat_open {
      bottom: 0 !important;
      left: 0 !important;
      transition: all .2s;
  }

  .chat_open_button {
      position: relative !important;
      bottom: 60px !important;
      transition: all 0.3s;
  }

  #mobile_chat {
      bottom: -650px;
  }

  .sectionInner_map {
      /* z-index: 800; */
  }

  .presentation_view {
      flex-direction: column-reverse;
  }

  .poll_container {
      /* padding-right: 10px; */
      width: 15%;
      padding-bottom: 0;
  }

  .selected {
      border-left: 0px;
  }

  .chat {
      width: 100%;
      height: 75%;
      transition: all .3s;
      position: fixed;
      bottom: 0;
      background: #fff;
      left: 0;
      z-index: 600;
      border-left: none;
      padding-top: 0;
      /* padding: 12px; */
  }

  .chat_control_icon:hover {
      background: inherit;
  }

  .chat_control_icon {
      background: #fff !important;
      border-radius: 100%;
  }

  .desktop {
      display: block;
      position: absolute;
      bottom: -99999px !important;
  }

  .mobile {
      display: flex !important;
  }

  .exit_mobile {
      font-size: 19px;
      line-height: 25px;
      font-weight: bolder;
      color: #000;
  }

  .exit_mobile_container {
      height: auto;
      padding-top: 5px;
  }

  .chat_expanded {
      padding-top: 15px;
  }

  .icon_desktop {
      display: none;
  }

  .icon_mobile {
      display: flex;
  }

  .expanded {
      width: 100%;
      height: 70%;
      transition: all .3s;
      background: #ddd;
      border-radius: 0;
      bottom: 72px;
      left: 0;
  }

  .chat_header {
      /* height: 2%; */
      line-height: 27px;
  }

  .chat_collapsed {
      height: 56px;
      width: 56px;
      bottom: 68px;
      left: 10px;
      position: fixed;
      z-index: 5000;
      transition: all .3s;
  }

  .rotate {
      transform: rotate(180deg);
      transition: all .3s;
  }

  .chat_expanded_mobile {
      height: 92%;
  }

  .sidebar_icon {
      width: 16%;
      margin: 0px auto;
      height: 32px;
  }

  .dark_mode_icon {
      border: 2px solid #7070ef;
  }

  .sectionTopMenu {
      height: 7%;
  }

  .responsiveIframe {
      height: 99% !important;
      width: 100% !important;
  }

  .section_gray {
      background: #000;
  }

  .map_header {
      height: 5%;
      display: flex;
      align-content: center;
      justify-content: center;
  }

  .map_header {
  }

  .map_h2 {
      width: 100%;
      font-size: 17px;
  }

  .charity_container {
      display: block;
      height: 100%;
      width: 100%;
      flex-wrap: nowrap;
      flex-direction: column;
      overflow-y: auto;
      overflow-x: hidden;
      background: #FFFFFF;
  }

  .header_contribute_stripe_gathr {
      width: 400px;
      height: fit-content;
      justify-content: space-between;
      padding-top: 5px;
      padding-bottom: 5px;
      background: #F6F6F6;
      margin: 10px auto;
      padding: 5px 20px;
  }

  .header_contribute_stripe_title {
      text-align: center;
      font-weight: 600;
      font-size: 11px;
      width: 100%;
  }

  .header_contribute_stripe_title .contribute {
      display: none;
  }

  .header_contribute_stripe_donate {
      justify-content: center;
      margin-bottom: 20px;
  }

  .header_contribute_stripe_amount {
      height: 40px;
      width: 102px;
  }

  .mobile_portrait {
      display: block;
  }

  .mobile_landscape {
      display: none;
  }

  #shop_mobile_view_container {
      /* z-index: 999; */
  }

  .back_to_shops {
      display: none;
  }

  .shop_embed.mobile_portrait {
      padding-bottom: 20px;
  }

  .shop_embed_list_d_container {
      display: none;
      flex-direction: column;
  }

  .shop_embed_list_m_container {
      display: flex;
      flex-direction: column;
  }

  .e_product_container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 16px;
      gap: 14px;
      background: #FFFFFF;
      border: 1px solid #EBEBEB;
      border-radius: 6px;
  }

  .e_product_n_info {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      padding: 0px;
      gap: 10px;
  }

  .e_product_img {
      max-width: 95px;
      height: 140px;
      border: 8px solid #F5F5F5;
      border-radius: 4px;
  }

  .e_product_basic_info {
      margin: 8px 0;
  }

  .e_product_m_action {
      display: flex;
      flex-direction: row;
      padding: 0px;
      gap: 10px;
      width: 100%;
  }

  .e_product_qty {
      width: 30%;
      margin: 0;
  }

  .e_product_description {
      max-width: unset;
  }

  .e_product_type {
      padding-bottom: 9px;
  }

  .e_product_price {
      padding-top: 9px;
  }

  .e_product_checkout_container, .e_place_order_container {
      position: fixed;
      bottom: 0px;
      width: 100%;
      display: flex;
      flex-direction: row;
      margin: 0;
      z-index: 2;
  }

  .e_product_checkout_btn {
      border-radius: unset;
      width: 50%;
  }

  .e_product_checkout_cancel_btn {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 16px;
      background: #EBEBEB;
      font-weight: 600;
      font-size: 16px;
      line-height: 100%;
      text-align: center;
      color: #474747;
      border: none;
      width: 50%;
  }

  .checkout_m_title_container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 20px;
      background: #FFFFFF;
      padding-top: 5px;
      position: relative;
  }

  .m_title_span {
      font-weight: 600;
      font-size: 16px;
      line-height: 100%;
      color: #000000;
  }

  .m_shop_title_close {
      position: absolute;
      right: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .logo {
      height: 40px;
  }

  .header_h1 {
      font-size: 25px;
      line-height: 30px;
      margin: 0;
  }

  .sidebar_icon .icon_label {
      font-size: 8px;
      line-height: 9px;
  }
}

@media only screen and (max-width: 400px) {
  .go_live_button {
      font-size: 10px;
  }

  /*  .mobile_portrait {
display: none !important;
}

.mobile_landscape {
display: flex;
align-content: center;
align-items: center;
justify-content: center;
} */
  .sidebar_icon {
      width: 10%;
      height: 23px;
  }

  .sidebar_icon img {
      width: 23px;
  }

  .left_nav_tabs {
      height: 20%;
      align-items: center;
  }

  .rotate_icon {
      height: 150px;
  }

  .landscape_message_container {
      height: 100%;
  }

  .landscape_message_inner {
      font-weight: bold;
      font-size: x-large;
      margin-left: 13px;
  }

  .input_amount_other_banner {
      width: 12%;
  }

  .header_contribute_stripe_amount_banner {
      width: 9%;
      margin-top: 6px;
  }

  .expanded_mobile {
      height: 100%;
      transition: all .2s;
  }

  .header_contribute_stripe_gathr_banner {
      height: 13%;
  }

  .header_contribute_stripe_title_banner {
      font-size: 12px;
      justify-content: center;
  }

  .map_header {
      height: 10%
  }

  #map {
      height: 90%;
  }

  .title_container_inner .title {
      font-size: 17px;
      line-height: 25px;
  }

  .poll_container {
      display: none !important;
  }

  .header_contribute_stripe_gathr {
      width: 320px;
      height: fit-content;
      justify-content: space-between;
      padding-top: 5px;
      padding-bottom: 5px;
      background: #F6F6F6;
      margin: 10px auto;
  }
}

.gathr_button {
  margin: auto 35px !important;
}

/* .min_width {
  min-width: 102px;
} */
#demosignupcaptchadiv {
  display: flex;
  justify-content: center;
}
