.peak_lb_single_banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.peak_lb_single_main .container {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  display: flex;
  padding: 50px 15px;
}

.lb-col-50 {
  width: 50%;
  padding: 15px 10px;
}

.list_booking_post_inputs {
  margin-bottom: 15px;
}

.list_booking_post_inputs label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.list_booking_post_inputs input {
  width: 100%;
}

.list_booking_button_style {
  padding: 7px 15px;
  background: #000;
  color: #fff;
  cursor: pointer;
  width: fit-content;
  font-weight: 600;
  display: block;
}

.list_booking_add_more_button {
  display: flex;
  justify-content: end;
}

.lb_post_heading {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
}

.list_booking_details_rep_inner {
  margin-bottom: 40px;
}

.peak_list_booking_top_content {
  max-width: 575px;
}

.peak_lb_single_main_inner_left i {
  margin-right: 7px;
  margin-bottom: 15px;
}

.list_booking_post_inputs .select2-container {
  width: 100% !important;
}

.po_list_booking_product_details {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.po_list_booking_input_group_inner_left {
  padding-right: 10px;
}

.po_list_booking_product_details_left {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  width: 60%;
}

.po_list_booking_product_details_left .po_list_booking_title {
  width: 70%;
  padding-right: 10px;
  font-weight: 300;
}

.list_booking_date {
  font-weight: 700;
  margin-bottom: 15px;
}

.po_list_booking_product_details_left .po_list_booking_price {
  width: 30%;
  font-weight: 300;
}

.po_list_booking_details_row {
  margin: 30px 0px;
}

.po_list_booking_product_details_right {
  width: 40%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.po_list_booking_qt_style {
  background: #000;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.po_list_booking_count_text_style {
  font-size: 20px;
  padding: 0px 10px;
  width: 50px;
  text-align: center;
  font-weight: 300;
}

.po_list_booking_total_main {
  text-align: end;
  margin-top: 40px;
  font-size: 19px;
  font-weight: 700;
}

.lb_single_pro_btn input {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 6px 35px !important;
}

.lb_single_pro_btn input:hover {
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  background-color: #333 !important;
}

.po_list_booking_tickets_limit p {
  margin: 0px;
}

.po_list_booking_tickets_limit {
  text-align: right;
  font-weight: 500;
  margin-top: 25px;
}

.lb_double_input_group {
  display: flex;
  width: 100%;
}

.lb_double_input_group_inner_left {
  width: 49%;
  margin-right: 1%;
}

.lb_double_input_group_inner_right {
  width: 49%;
  margin-left: 1%;
}

.checkbox_input input {
  width: 17px;
  height: 16px;
}

.d-none {
  display: none;
}

.list_booking_post_inputs select {
  max-width: 1920px;
  width: 100%;
}

.list_booking_load_img {
  display: none;
}

.list_booking_loader_image {
  height: 350px;
  display: grid;
  justify-content: center;
  align-items: center;
}

.list_booking_loader_image img {
  width: 100px;
}

/* tickets table css */
.list_booking_tickets_inner {
  background-color: #fff;
  max-width: 95.5%;
  box-shadow: 0px 4px 18px 3px #00000029;
  padding: 30px 25px;
  border-radius: 12px;
  border-top: 8px solid #6BCCE2;
  border-bottom: 8px solid #6BCCE2;
  margin-top: 40px;
}

.lisk_booking_btn_style {
  color: #fff;
  text-decoration: none;
  background: #6BCCE2;
  padding: 6px 10px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}

.lisk_booking_btn_style:hover {
  color: #fff;
}

/* tickets table css */


/*data table css */

.list_booking_tickets_inner div.table-responsive>div.dataTables_wrapper>div.row {
  display: flex !important;
  justify-content: space-between !important;
}

.list_booking_tickets_inner div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
  width: 100% !important;
}

.list_booking_tickets_inner div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  display: flex;
  flex-wrap: wrap;
}

.list_booking_tickets_inner .paginate_button a {
  background-color: #fff !important;
  padding: 5px 10px;
  width: fit-content;
  color: #000 !important;
}

.list_booking_tickets_inner .paginate_button a:active {
  color: #000 !important;
}

.list_booking_tickets_inner .col-sm-12 {
  margin: 10px 0px !important;
  width: 35%;
  position: relative;
}

.list_booking_tickets_inner .paginate_button a {
  color: #000 !important;
  margin: 0px 5px;
}

.list_booking_tickets_inner .paginate_button a {
  background-color: #fff !important;
  padding: 5px 10px;
  width: fit-content;
}

.list_booking_tickets_inner .page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.list_booking_tickets_inner .page-item.active .page-link {
  border: none !important;
  background-color: #95BB65 !important;
  color: #fff !important;
}

.list_booking_tickets_inner .table-calendar td,
.table-calendar th {
  position: relative !important;

}

.list_booking_tickets_inner .paginate_button a {
  color: #000 !important;
  margin: 0px 5px;
}

.list_booking_tickets_inner .paginate_button a {
  background-color: #fff !important;
  padding: 5px 10px;
  width: fit-content;
}

.list_booking_tickets_inner .page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.list_booking_tickets_inner .page-item.active .page-link {
  border: none !important;
  background-color: #95BB65 !important;
  color: #fff !important;
}


.list_booking_tickets_inner .paging_simple_numbers {
  position: absolute;
  right: -5px;
  margin-top: -16px !important;
}

.list_booking_tickets_inner .dataTables_filter {
  width: 100%;
  max-width: 500px;
  float: right;
  text-align: right;
}

.list_booking_tickets_inner .dataTables_length {
  width: 100%;
  max-width: 170px;
  float: left;
}

.list_booking_tickets_inner .dt-buttons {
  float: left;
  width: 426px;
  max-width: 100%;
}

/*data table css */


.list_booking_ticket_details {
  padding: 0px 30px;
}

.list_booking_ticket_details_inner {
  display: flex;
  width: 100%;
}

.list_booking_ticket_details_width {
  width: 33.33%;
}

.booking_tickets_det p {
  margin-bottom: 10px;
}

.list_booking_ticket_details_inner h3 {
  margin-bottom: 15px;
  font-size: 17px;
}

.list_booking_ticket_details_group {
  margin-bottom: 20px;
}

.peak_booking_dtabel_styles table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  vertical-align: middle !important;
}

.booking_move_ticket {
  background: #358fce;
}

.list_booking_ticket_details a {
  text-decoration: none !important;
}

.list_booking_ticket_details a:focus {
  color: #fff;
}

.list_booking_ticket_details td p {
  margin-bottom: 0px;
  margin-top: 0px;
}

.po_sucess_alert {
  background: #95bb65;
  padding: 15px 10px;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
}

.po_error_alert {
  background: #90010163;
  padding: 15px 10px;
  color: #9e0000;
  margin-bottom: 20px;
  border-radius: 10px;
}

.listing_image img {
  width: 100%;
  /* height: auto !important; */
  object-fit: cover;
}

.listing_btn {
  margin-top: 15px;
}

.list_booking_grid_main {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.list_booking_grid_inner {
  margin-bottom: 40px;
}

.list_booking_grid_details {
  background: #fff;
  margin: 0px 15px;
  box-shadow: 26px 4px 25px 19px #0000001a;
  height: 100%;
}

.listing_image_bottom {
  padding: 20px;
}

.listing_image_bottom a {
  color: #000;
}

.listing_image_bottom a:hover {
  color: #000;
}

.listing_btn a {
  background-color: #000;
  color: #fff;
  padding: 6px 15px;
  display: block;
  width: fit-content;
}

.listing_btn a:hover {
  color: #fff;
  background-color: #000000a1;
}

.listing_title p {
  font-size: 20px;
  margin: 0px;
}

.listing_des {
  margin: 10px 0px 20px;
  font-size: 15px;
}

.list_booking_short_code {
  background: #95BB65;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.qr_code_email_heading h2,
.qr_code_email_heading p {
  color: #fff;
}

.qr_code_email_heading {
  background-color: #000;
}

.list_booking_setting_inner {
  max-width: 800px;
  margin: 50px auto;
}

.po_lb_settings_submit {
  background-color: #95BB65;
  color: #fff;
  padding: 10px 50px;
  font-size: 14px;
  border: none;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 30px;
  border: none;
}

.listing_price {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 20px;
  display: block;
}

/* .list_booking_setting_inner label{
  display:block;
} */
.qr_scanner_cam {
  text-align: center;
}

.lb_qr_scanner_cam_inputs input {
  display: none;
}

.lb_qr_scanner_cam_inputs label {
  background-color: #95BB65;
  color: #fff;
  width: fit-content;
  width: 150px;
  text-align: center;
  margin-bottom: 15px;
  height: 30px;
  line-height: 30px;
}

.lb_qr_scanner_cam_inputs {
  text-align: center;
  display: grid;
  justify-content: center;
  margin-top: 30px;
}

.lb_qr_scanner_cam_inputs input[type="radio"]:checked+label {
  background-color: #000;
  color: #fff;
}

.scanner_labels {
  display: none;
}

.peak_booking_ticket_details {
  position: relative;
}

.peak_booking_ticket_details div.dataTables_wrapper div.dataTables_filter {
  margin-bottom: 15px;
}

.peak_booking_ticket_details .paginate_button {
  background-color: #fff !important;
  padding: 5px 10px;
  width: fit-content;
  color: #000 !important;
  color: #0d6efd;
  text-decoration: none;
  border: 1px solid #dee2e6;
  margin: 0px 5px;
}

.peak_booking_ticket_details .current {
  border: none !important;
  background-color: #95BB65 !important;
  color: #fff !important;
}

.list_booking_setting_inner label {
  display: block;
}

.lb_setting_group select,
.lb_setting_group input[type=number] {
  width: 100%;
  max-width: 200px;
}

.lb_setting_group label {
  font-weight: 500;
  margin-bottom: 10px;
}

.list_booking_grid_details .listing_title {
  margin-bottom: 15px;
}

.list_booking_grid_details .peak_list_booking_location {
  margin-bottom: 5px;
}

.lb_setting_group {
  margin-bottom: 15px;
}

.list_booking_grid_details {
  position: relative;
}

.sold_out_list .list_booking_grid_details::before,
.sold_out_list_ppl .list_booking_grid_details::before {
  content: "Sold Out";
  position: absolute;
  right: 0px;
  border-radius: 0px 0px 0px 10px;
  color: #000;
  background: #fff;
  padding: 12px;
}

.lb_sale_price {
  position: relative;
}

.lb_sale_price::after {
  content: "";
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  bottom: 9px;
  left: 0;
}

.po_list_booking_price {
  display: block;
}

.lb_reg_price {
  display: block;
}

.peak_lb_single_main_inner_left a {
  text-decoration: none;
  color: #359e35;
}

.peak_lb_single_main_inner_left a:hover {
  color: #000;
}

.hide_qr_key {
  display: none;
}

.paid_qr_key_main input {
  width: 100%;
}

.paid_qr_key_main label {
  font-weight: 600;
}

.scanner_loader_image {
  text-align: center;
}

.scanner_loader_image img {
  width: 100px;
  height: 100px;
}

.scanner_loader_image {
  /* display: none; */
  height: 100px;
}

.list_booking_setting_inner label {
  display: block;
}

.mb_10 {
  margin-bottom: 10px;
}

.input_with_100 input {
  width: 100%;
}

.lb_setting_group .select2-container {
  width: 100% !important;
}

.list_booking_pro_tab_input {
  margin: 15px;
}

.list_booking_pro_tab_single {
  display: grid;
}

.list_booking_pro_tab_single input {
  margin-top: 15px;
}

.list_booking_username_inputs {
  display: grid;
  margin-top: 10px;
}

.list_booking_username_inputs input {
  margin-top: 10px;
  height: 35px;
  border-radius: 5px;
  padding: 0px 10px !important;
}

.list_booking_btn p {
  background-color: #95BB65;
  color: #fff;
  padding: 6px 50px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  width: fit-content;
  margin: 0px;
}

.lb_col_50 {
  width: 50%;
}

.list_booking_modal_main .modal-backdrop.show {
  z-index: 0;
}

.list_booking_modal_main .modal-content {
  background: #fff;
  border-radius: 10px;
  margin: 0 3%;
  width: 100%;
}

.list_booking_modal_main .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.list_booking_modal_main .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
}

.list_booking_modal_main .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  text-align: left;
}

.list_booking_modal_main .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
}

.list_booking_modal_main .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 800px !important;
  margin: 0 auto;
}

.list_booking_modal_main .modal-header button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
}

.list_booking_modal_main .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.list_booking_modal_main .modal {
  position: absolute;
  width: 102%;
  top: 0;
  background: #00000069;
  height: 100vh;
  left: -2%;
  z-index: 10;
}

.lb_input_group {
  display: grid;
  margin-bottom: 15px;
}

.lb_input_group input {
  margin-top: 10px;
}

.lb_input_group select {
  margin-top: 10px;
  max-width: 100%;
}

.lb_input_group_inner {
  width: 49%;
  display: grid;
}

.list_group_50 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lb_submit_group input {
  background-color: #95BB65;
  color: #fff;
  padding: 10px 50px;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  margin-top: 20px;
  width: fit-content;
  cursor: pointer;
}

.lis_booking_pdf_btn {
  background-color: #135e96;
}

.event_filter_submit_group input {

  background-color: #95BB65;
  color: #fff;
  padding: 0px 30px;
  height: 30px;
  font-size: 14px;
  border: none;
  border-radius: 4px;

  width: fit-content;
  cursor: pointer;
  margin-left: 10px;


}

.ticket_filter_offline form {

  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
}

.event_filter_form_select {
  max-width: 200px;
  width: 100%;

}

.reset_btn input {
  background-color: #6BCCE2;
}

.ticket_filter_offline select {
  width: 100%;
  height: 30px;
}

.list_booking_add_tickets {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.lis_booking_email_btn {
  margin-left: 5px;
  background-color: #35b6ff;
}

.list_booking_tab_remove {
  margin-bottom: 10px;
}

.list_booking_tab_add_btn {
  display: flex;
  justify-content: end;
}

/* General styles */
.lb_custom_tabs .tabs {
  font-family: Arial, sans-serif;
  width: 100%;
}

.lb_custom_tabs .tab-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  /* border-bottom: 2px solid #ccc; */
  overflow-x: auto;
  /* Enable horizontal scrolling for smaller screens */
}

.lb_custom_tabs .tab-item {
  padding: 10px 20px;
  cursor: pointer;
  border: 2px solid transparent;
  border-bottom: none;
  transition: background-color 0.3s, border-color 0.3s;
  white-space: nowrap;
  background-color: #f5f5f5;
  /* Prevent text wrapping */
}

.lb_custom_tabs .tab-item.active {
  background-color: #000;
  color: #fff;
  /* border-color: #ccc; */
  /* border-bottom: 2px solid #f9f9f9; */
  font-weight: bold;
}

/* Tab content */
.lb_custom_tabs .tab-content {
  padding: 20px;
  /* border: 2px solid #ccc; */
  border-top: none;
}

.lb_custom_tabs .tab-pane {
  display: none;
}

.lb_custom_tabs .tab-pane.active {
  display: block;
}

.listing_btn a:focus,
.listing_btn a:active,
.listing_btn a:visited {
  color: #fff !important;

}

.listing_title a:focus,
.listing_title a:active,
.listing_title a:visited {
  color: #000 !important;

}

h3.listing_sold_text {
  text-align: center;
  margin: 40px 0px;
  font-size: 22px;
  color: #b71212;
}

.scanner_top_btn {
  background-color: #95BB65;
  color: #fff;
  width: fit-content;
  width: 150px;
  text-align: center;
  margin-bottom: 15px;
  height: 30px;
  line-height: 30px;
}

.scanner_top_btn.active {
  background-color: #000;
  color: #fff;
}

@media (max-width: 1024px) {
  .list_booking_grid_inner {
    width: 33.33%;
  }

  .list_booking_setting_inner {
    margin: 50px 10px 10px 0px;
  }

}


@media (max-width: 768px) {
  .list_booking_grid_inner {
    width: 50%;
  }

  .lb-col-50 {
    width: 100%;
  }

  .peak_lb_single_main .container {
    flex-wrap: wrap;
    padding: 30px 0px;
  }

  .lb_reg_price {
    display: contents;
  }

  .list_booking_ticket_details_inner {
    flex-wrap: wrap;
  }

  .list_booking_ticket_details_width {
    width: 100%;
  }

  .list_booking_tickets_inner .dt-buttons {
    width: fit-content;
  }

  .lb_custom_tabs .tab-list {
    flex-direction: column;
    /* Stack tabs vertically on smaller screens */
  }

  .lb_custom_tabs .tab-item {
    padding: 15px;
    text-align: center;
    /* Center-align tab text for better readability */
    border-bottom: 2px solid #ccc;
    /* Add a border between tabs */
  }

  .lb_custom_tabs .tab-item.active {
    border-left: 2px solid #ccc;
    /* Highlight the active tab on the left side */
    border-right: 2px solid #ccc;
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .list_booking_grid_inner {
    width: 100%;
  }

  .peak_lb_single_banner img {
    height: 250px;
  }

  .qr_scanner_main #preview {
    height: 350px !important;
  }

  .po_list_booking_count_text_style {
    padding: 0px 0px;
    width: 26px;
  }

  .lb_custom_tabs .tab-item {
    font-size: 14px;
    /* Adjust font size for smaller screens */
    padding: 10px;
  }

  .lb_custom_tabs .tab-content {
    padding: 15px;
    /* Reduce padding for tab content */
  }
}

@media (max-width: 375px) {
  .peak_lb_single_main_inner_left {
    font-size: 13px;
  }
}