.event_b_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.event_b_section_image {
  width: 90%;
  border-radius: 20px;
}
.event_b_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 90%;
  position: relative;
  margin-top: 30px;
}
.event_b_above_flow_container {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.event_b_above_flow_container_title {
  width: 95%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.event_b_above_flow_container_title p {
  font-size: 30px;
  font-weight: 700;
  text-align: right;
  margin-left: auto;
  margin-bottom: 0px;
}
.event_b_above_flow_container_details {
  display: block;
  width: 100%;
}
.event_b_above_flow_container_details_item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  float: right;
  margin-left: 30px;
}
.event_b_above_flow_container_details_item p {
  color: #ff551a;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-right: 8px;
}
.event_b_side_flow_box {
  width: 430px;
  height: 550px;
  border-radius: 20px;
  background-color: #222222;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 35px;
  position: absolute;
}
.event_b_side_flow_box_title {
  color: #ff551a;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  text-align: right;
  margin: 10px 0px 10px 0px;
}
.event_b_side_flow_box_input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  padding: 0px 20px 0px 20px;
  text-align: right;
}

.event_b_side_flow_box_input[type="date"]::-webkit-calendar-picker-indicator {
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  border-radius: 5px;
  margin-left: 10px;
}

.event_b_side_flow_box_price_title {
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}
.event_b_side_flow_box_price {
  width: 100%;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}
.event_b_side_flow_box_btn {
  width: 100%;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ff551a;
  color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  margin-top: 25px;
}
.event_b_side_flow_box_btn:hover {
  background-color: #ffffff;
  color: #ff551a;
  border: 1px solid #ff551a;
}
.event_b_below_flow_container {
  display: flex;
  width: 60%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 35px;
}
.event_b_below_flow_title {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: right;
}
.event_b_side_flow_box_price_title_container {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.event_b_side_flow_box_counter {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 110px;
}
.event_b_side_flow_box_counter_minus,
.event_b_side_flow_box_counter_plus:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  background-color: #d9d9d9;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  outline: none;
  border: none;
}
.event_b_side_flow_box_counter_plus,
.event_b_side_flow_box_counter_minus:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff551a;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  outline: none;
  border: none;
}
.event_b_side_flow_box_counter_number {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}
.event_b_below_flow_text {
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  text-align: right;
  line-height: 21px;
  max-width: 500px;
}
.event_b_below_flow_text_more {
  border: none;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #ff551a;
  background-color: rgba(255, 255, 255, 0);
  outline: none;
  cursor: pointer;
}
.event_b_below_flow_text_more:hover {
  color: #ffffff;
  font-weight: 600;
}
.event_b_below_flow_team {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 35px;
}
.event_b_below_flow_team_title {
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}
.event_b_below_flow_team_content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.event_b_below_flow_team_content_text_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 20px;
}
.event_b_below_flow_team_content_text_title {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: right;
  margin-bottom: 0px;
}
.event_b_below_flow_team_content_text_text {
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  text-align: right;
  margin-bottom: 0px;
}
.event_b_below_flow_team_content_contact {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.event_b_below_flow_team_content_contact_box {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #222222;
  margin-left: 8px;
  cursor: pointer;
}
.event_b_map_header {
  width: 90%;
  margin-top: 85px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
}
.event_b_map_header_title {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  margin-left: 25px;
}
.event_b_map_header_text {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
}
.event_b_map_frame {
  width: 90%;
  border-radius: 20px;
  height: 300px;
}
.you_might_scroll {
  width: 100%;
  height: fit-content;
  margin-top: 30px;
}
.you_might_scroll_title {
  width: 100%;
  text-align: right;
  font-size: 30px;
  font-weight: 700;
  margin-right: 75px;
  margin-bottom: 0px;
}

/* tickets_details */
.event_b_ticket_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
}
.event_b_ticket {
  border-radius: 20px;
  background-color: rgba(255, 85, 26, 1);
  color: #ffffff;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 312px;
  overflow: hidden;
}
.event_b_ticket img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.event_b_ticket_back_arrow {
  position: absolute;
  top: 33px !important;
  right: 25px;
  left: auto !important;
}
.event_b_ticket_back {
  position: absolute;
  top: 30px;
  right: 55px;
  width: 200px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  text-align: right;
}
.event_b_ticket_back:hover {
  color: #222222;
}
.event_b_ticket_checkout {
  font-size: 32px;
  font-weight: 700;
}
.event_b_select_ticket {
  font-size: 30px;
  font-weight: 700;
  text-align: right;
  margin: 25px 50px 25px 0px;
  width: 88%;
}
.event_b_stage_container {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #222222;
  border-radius: 20px;
  padding-top: 0px;
  position: relative;
  margin: 30px 0px 30px 0px;
}
.event_b_stage_seats_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event_b_stage_1,
.event_b_stage_2,
.event_b_stage_3,
.event_b_stage_4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}
.event_b_stage_1 {
  height: 500px;
  margin: 10px 60px 10px 0px;
  width: 20%;
}
.event_b_stage_2 {
  margin: 0px 10px 0px 10px;
  width: 14%;
}
.event_b_stage_3 {
  margin: 0px 10px 0px 10px;
  width: 20%;
}
.event_b_stage_4 {
  margin: 10px 0px 10px 10px;
  width: 25%;
  height: 500px;
}
.event_b_stage_1 button {
  color: #222222;
  background-color: #d9d9d9;
  height: 500px;
  width: 100%;
  min-height: 100%;
  outline: none;
  border: none;
}
.event_b_stage_2 button {
  color: #ffffff;
  background-color: #ff551a;
  margin: 10px;
  width: 100%;
  min-height: 153px;
  outline: none;
  border: none;
}
.event_b_stage_3 button {
  color: #ffffff;
  background-color: #371499;
  margin: 10px;
  width: 100%;
  min-height: 153px;
  outline: none;
  border: none;
}
.event_b_stage_4 button {
  color: #ffffff;
  background-color: #009245;
  width: 100%;
  min-height: 100%;
  outline: none;
  border: none;
}
.event_b_stage_zoom_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -30px;
  top: 36%;
  z-index: 0;
}
.event_b_stage_zoom_btn {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 100%;
  outline: none;
  border: none;
  margin-bottom: 30px;
}
.event_b_stage_zoom_btn:hover {
  border: 1px solid #ffffff;
  background-color: #ff551a;
}
.event_b_stage_prices {
  width: 100%;
  margin: 40px 0px 50px 0px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.event_b_stage_prices_type {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  float: right;
}
.event_b_stage_prices_type_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: right;
}
.event_b_stage_prices_type_content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.event_b_stage_prices_colored {
  min-height: 30px;
  min-width: 30px;
  margin-left: 8px;
}
.event_b_stage_prices_type_text {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 300;
}
.event_b_stage_container_flow {
  width: 90%;
  display: flex;
  flex-direction: column;
  background-color: #222222;
  border-radius: 20px;
  position: relative;
  margin: 30px 0px 30px 0px;
}
.event_b_stage_seats_box_flow {
  width: 100%;
  height: 570px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
}
.event_b_stage_seats_box_flow::-webkit-scrollbar {
  display: none;
}
.event_b_stage_1_flow {
  min-height: 710px;
  min-width: 500px;
  background-color: #d9d9d9;
  color: #222222;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
}
.event_b_stage_1_flow p {
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}
.event_b_stage_2_flow {
  min-height: 710px;
  min-width: 560px;
  border: 5px solid #ff551a;
  margin-left: 27px;
}
.event_b_stage_3_flow {
  min-height: 710px;
  min-width: 710px;
  border: 5px solid #371499;
  margin-left: 27px;
}
.event_b_stage_4_flow {
  min-height: 710px;
  min-width: 910px;
  border: 5px solid #009245;
}
.orange_flow_seat,
.white_flow_seat,
.purple_flow_seat,
.green_flow_seat {
  float: left;
  margin: 10px;
  min-width: 30px;
  min-height: 30px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.orange_flow_seat_checkbox[type="checkbox"] {
  width: 25px;
  height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  text-align: center;
  background: #ff551a;
  cursor: pointer;
  margin: 0px 4px 0px 0px;
}
.orange_flow_seat_checkbox[type="checkbox"]:checked:after {
  content: "✔";
  margin: 0px;
  color: #ff551a;
  background: #ffffff;
  padding: 3px 5px 4px 7px;
  border: 2px solid #ff551a;
}
.orange_flow_seat,
.orange_box {
  background-color: #ff551a;
}
.white_flow_seat {
  background-color: #d9d9d9;
}
.purple_flow_seat,
.purple_box {
  background-color: #371499;
}
.green_flow_seat,
.green_box {
  background-color: #009245;
}
.event_b_sold_out {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-left: 25px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 150px;
}
.event_b_select_ticket_header {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.event_b_hover_seat {
  display: none;
  position: absolute;
  right: -92px;
  top: -163px;
  z-index: 30;
  text-align: right;
}
.hover_text_box {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 20;
}
.event_b_stage_seats_box_flow_visible {
  display: flex;
  align-items: center;
  height: 950px;
}
/* guest */
.event_b_guest {
  width: 90%;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 45px;
  margin-bottom: 45px;
}
.event_b_guest_container {
  display: flex;
  flex-direction: column;
  width: 58%;
  margin-left: 20px;
}
.event_b_guest_title {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: right;
}
.event_b_guest_box {
  display: flex;
  flex-direction: column;
  background-color: #222222;
  border-radius: 20px;
  padding: 30px;
  margin-top: 15px;
}
.event_b_guest_box button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff551a;
  border-radius: 10px;
  width: 225px;
  height: 65px;
  margin-top: 25px;
  border: none;
  outline: none;
}
.event_b_guest_box button:hover {
  color: #ff551a;
  background-color: #ffffff;
  border: 1px solid #ff551a;
}
.event_b_guest_box_title {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto;
}
.event_b_guest_box_type {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  margin-left: auto;
}
.event_b_guest_box_price {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  color: #ff551a;
}
.event_b_guest_box_inputs {
  width: 100%;
}
.event_b_guest_box_inputs input {
  height: 50px;
  width: 45%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  background-color: #222222;
  font-size: 18px;
  font-weight: 400;
  padding-right: 17px;
  float: right;
  margin-right: 25px;
  margin-top: 10px;
  outline: none;
  min-width: 240px;
  text-align: right;
}
.event_b_guest_summry {
  display: flex;
  flex-direction: column;
  width: 38%;
}
.event_b_guest_summry_title {
  font-size: 30px;
  font-weight: 700;
  text-align: right;
  width: 100%;
}
.event_b_guest_summry_content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: 15px;
}
.event_b_guest_summry_content_text {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: 15px;
}
.event_b_guest_summry_content_text_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: right;
}
.event_b_guest_summry_content_text_number {
  font-size: 20px;
  font-weight: 300;
  text-align: right;
  margin-bottom: 0px;
}
.event_b_sticky_orange {
  width: 100%;
  background-color: #ff551a;
  display: none;
  position: sticky;
  align-items: center;
  justify-content: flex-start;
  height: 100px;
  bottom: 0px;
  /* margin-top: 35px; */
}
.event_b_sticky_orange button {
  width: 226px;
  height: 66px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #ff551a;
  outline: none;
  border: 1px solid #ff551a;
  font-size: 20px;
  font-weight: 700;
  margin-left: 70px;
}
.event_b_sticky_orange button:hover {
  color: #ffffff;
  background-color: #ff551a;
  border: 1px solid #ffffff;
}
.hiddin_components {
  display: none;
}
.event_b_shadow_stage {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  top: 0px;
  position: fixed;
  background-color: rgba(13, 13, 13, 0.8);
  z-index: 2;
  overflow: scroll;
  max-width: 1440px;
}
.event_b_hover_download {
  display: none;
  position: absolute;
  left: -25px;
  top: -162px;
  z-index: 30;
}
.hover_text_box_download {
  position: absolute;
  right: 50px;
  top: 60px;
  z-index: 20;
  text-align: center;
}
.hover_text_box_download p {
  text-align: center;
}
.event_b_side_flow_box_counters_content {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin-top: 20px;
}
.event_b_table_container {
  min-width: 1300px;
  height: fit-content;
  padding: 25px;
}
.event_b_table_chairs {
  width: 220px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: right;
  margin: 45px;
}
.event_b_table_content {
  display: flex;
  justify-content: space-between;
}
.event_b_table_chairs_content {
  display: flex;
  justify-content: space-around;
}
.event_b_table {
  width: 130px;
  height: 80px;
  border-radius: 100%;
  background-color: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 32px;
  font-weight: 700;
  color: #222222;
}
.event_b_chair {
  width: 30px;
  height: 30px;
  background-color: #d9d9d9;
  margin: 12px;
}
.orange_table {
  background-color: #ff551a;
  color: #ffffff;
}

.event_b_success_shadow {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background-color: rgba(13, 13, 13, 0.9);
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
}
.event_b_success_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  background-color: #343434;
  position: fixed;
  top: 200px;
  padding: 40px;
  border-radius: 10px;
  max-width: 1000px;
}
.event_b_success_content img {
  margin-bottom: 20px;
}
.event_b_success_content button {
  background-color: rgba(255, 85, 26, 1);
  border-radius: 5px;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
}
.event_b_success_title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.event_b_success_text {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  max-width: 510px;
}
@media only screen and (max-width: 1175px) {
  .event_b_ticket {
    border-radius: 10px;
    width: 95%;
    height: 150px;
  }
  .event_b_success_content {
    width: 50%;
  }
  .event_b_ticket_checkout {
    font-size: 20px;
    margin-right: 40px;
    margin-bottom: 0px;
    width: 100%;
    text-align: right;
  }
  .event_b_ticket_back_arrow {
    top: 13px !important;
    right: 11px;
    max-width: 18px;
  }
  .event_b_ticket_back {
    top: 12px;
    right: 30px;
    font-size: 14px;
  }
  .event_b_ticket img {
    max-height: 123px;
  }
}
@media only screen and (max-width: 1100px) {
  .event_b_section {
    margin-top: 20px;
  }
  .event_b_section_image {
    width: 95%;
    border-radius: 20px;
  }
  .event_b_success_content {
    width: 55%;
  }
  .event_b_container {
    width: 95%;
    position: relative;
    margin-top: 10px;
  }
  .event_b_above_flow_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .event_b_above_flow_container_title {
    width: 95%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  .event_b_above_flow_container_title p {
    font-size: 20px;
  }
  .event_b_above_flow_container_title img {
    width: 35px;
  }
  .event_b_above_flow_container_details_item {
    margin-left: 15px;
  }
  .event_b_above_flow_container_details_item img {
    width: 23px;
    height: 23px;
    margin: 2px;
  }
  .event_b_above_flow_container_details_item p {
    color: #ff551a;
    font-size: 14px;
    margin-right: 8px;
  }
  .event_b_side_flow_box {
    width: 100%;
    height: 470px;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin-top: 15px;
  }
  .event_b_side_flow_box_title {
    font-size: 18px;
  }
  .event_b_side_flow_box_input {
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    padding: 0px 15px 0px 15px;
  }
  .event_b_side_flow_box_price_title {
    font-size: 16px;
  }
  .event_b_side_flow_box_price {
    font-size: 16px;
  }
  .event_b_side_flow_box_btn {
    min-height: 45px;
    border-radius: 10px;
    margin-top: 25px;
  }
  .event_b_below_flow_container {
    width: 100%;
    margin-top: 20px;
  }
  .event_b_below_flow_title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .event_b_below_flow_text {
    font-size: 16px;
    line-height: 19.5px;
    max-width: 330px;
  }
  .event_b_below_flow_text_more {
    font-size: 16px;
  }
  .event_b_below_flow_team {
    margin-top: 35px;
  }
  .event_b_below_flow_team_title {
    font-size: 18px;
  }
  .event_b_below_flow_team_content_text_box {
    margin-right: 10px;
  }
  .event_b_below_flow_team_content_text_title {
    font-size: 16px;
  }
  .event_b_below_flow_team_content_text_text {
    font-size: 14px;
  }
  .event_b_map_header_title {
    font-size: 18px;
  }
  .event_b_map_header_text {
    font-size: 14px;
  }
  .event_b_map_frame {
    width: 95%;
    border-radius: 10px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .you_might_scroll {
    min-height: 725px;
  }
  .you_might_scroll_title {
    font-size: 18px;
    margin-right: 15px;
  }
  .event_b_select_ticket {
    width: 90%;
    font-size: 20px;
    margin: 15px 20px 15px 0px;
  }
  .event_b_stage_container {
    padding-top: 20px;
  }
  .event_b_stage_1 {
    height: 200px;
    margin: 10px 10px 10px 20px;
    width: 20%;
  }
  .event_b_stage_2 {
    margin: 0px 3px 0px 3px;
    width: 14%;
  }
  .event_b_stage_3 {
    margin: 0px 3px 0px 3px;
    width: 17%;
  }
  .event_b_stage_4 {
    margin: 10px 3px 10px 10px;
    width: 25%;
    height: 200px;
  }
  .event_b_stage_2 button {
    margin: 3px;
    min-height: 63px;
  }
  .event_b_stage_3 button {
    margin: 3px;
    min-height: 63px;
  }
  .event_b_stage_container span {
    display: none;
  }
  .event_b_stage_1,
  .event_b_stage_2,
  .event_b_stage_3,
  .event_b_stage_4 {
    font-size: 14px;
  }
  .event_b_stage_zoom_container {
    left: -15px;
    top: 25%;
  }
  .event_b_stage_zoom_btn {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .event_b_stage_zoom_btn img {
    max-width: 25px;
  }
  .event_b_stage_prices {
    margin: 40px 0px 50px 0px;
    display: block;
    text-align: center;
    padding-right: 20px;
  }
  .event_b_stage_prices_type {
    margin-left: 0px;
    margin-right: 5%;
    margin-top: 20px;
  }
  .event_b_stage_prices_type_title {
    font-size: 16px;
    text-align: right;
  }
  .event_b_stage_prices_colored {
    min-height: 25px;
    min-width: 25px;
    margin-left: 8px;
  }
  .event_b_stage_prices_type_text {
    font-size: 16px;
    font-weight: 300;
  }
  .event_b_stage_seats_box_flow {
    height: 300px;
  }
  .event_b_stage_1_flow {
    min-height: 556px;
    min-width: 200px;
    margin-left: 80px;
  }
  .event_b_stage_1_flow p {
    font-size: 20px;
  }
  .event_b_stage_2_flow {
    min-height: 556px;
    min-width: 440px;
    margin-left: 27px;
  }
  .event_b_stage_3_flow {
    min-height: 556px;
    min-width: 560px;
    margin-left: 27px;
  }
  .event_b_stage_4_flow {
    min-height: 556px;
    min-width: 715px;
  }
  .orange_flow_seat,
  .white_flow_seat,
  .purple_flow_seat,
  .green_flow_seat {
    margin: 8px;
    min-width: 23px;
    min-height: 23px;
  }
  .event_b_sold_out {
    font-size: 16px;
    margin-left: 5px;
    width: 180px;
  }
  .orange_flow_seat_checkbox[type="checkbox"] {
    width: 23px;
    height: 23px;
    margin: 0px 0px 0px 0px;
  }
  .orange_flow_seat_checkbox[type="checkbox"]:checked:after {
    padding: 1px 3px 1px 3px;
  }
  .event_b_stage_seats_box_flow_visible {
    height: 800px;
  }
  .event_b_hover_seat img {
    width: 150px;
  }
  .event_b_hover_seat {
    top: -114px;
    right: -65px;
  }
  .hover_text_box {
    top: 15px;
    right: 15px;
  }
  .hover_text_box p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .event_b_hover_download img {
    width: 150px;
  }
  .event_b_hover_download {
    top: -114px;
    right: -20px;
  }
  .hover_text_box_download {
    top: 40px;
    left: -135px;
  }
  .hover_text_box_download p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .events_wallet_image {
    width: 135px !important;
    height: 100px;
  }
  /* guest */
  .event_b_guest {
    width: 90%;
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .event_b_guest_container {
    width: 100%;
    margin-left: 0px;
  }
  .event_b_guest_title {
    font-size: 18px;
  }
  .event_b_guest_box {
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
  }
  .event_b_guest_box button {
    border-radius: 5px;
    width: 130px;
    height: 40px;
    margin-top: 20px;
  }
  .event_b_guest_box_type {
    font-size: 16px;
  }
  .event_b_guest_box_price {
    font-size: 16px;
  }
  .event_b_guest_box_inputs input {
    height: 40px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-right: 0px;
    margin-top: 10px;
    min-width: 200px;
  }
  .event_b_guest_summry {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
  }
  .event_b_guest_summry_title {
    font-size: 20px;
  }
  .event_b_guest_summry_content {
    margin-top: 15px;
  }
  .event_b_guest_summry_content_text {
    margin-right: 15px;
  }
  .event_b_guest_summry_content_text_title {
    font-size: 16px;
  }
  .event_b_guest_summry_content_text_number {
    font-size: 16px;
  }
  .event_b_guest_summry_content_sign {
    width: 30px;
  }
  .event_b_sticky_orange {
    height: 65px;
  }
  .event_b_sticky_orange button {
    width: 140px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 10px;
  }
  .event_b_side_flow_box_counter_number {
    font-size: 16px;
  }
  .event_b_table_container {
    min-width: 1050px;
  }
  .event_b_table_chairs {
    width: 180px;
    height: 100px;
    margin: 35px;
  }
  .event_b_table {
    width: 100px;
    height: 60px;
    font-size: 22px;
  }
  .event_b_chair {
    width: 25px;
    height: 25px;
    margin: 10px;
  }
  .event_b_success_content {
    width: 90%;
    top: 100px;
    padding: 20px;
  }
  .event_b_success_content img {
    margin-bottom: 20px;
    max-width: 80px;
    max-height: 80px;
  }
  .event_b_success_content button {
    background-color: rgba(255, 85, 26, 1);
    border-radius: 5px;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
  }
  .event_b_success_title {
    font-size: 20px;
  }
  .event_b_success_text {
    font-size: 16px;
    max-width: 310px;
  }
}
