/* Header Page */
header.site-header {
  background: var(--bs-primary);
}

.navbar-brand a.site-title {
  color: #FFF;
}

/* Page User */
.page-user-profile main {
  margin-top: 0;
  background: var(--bs-light);
}

.page-user-profile .mm-page,
.page-user-profile .responsive-menu-page-wrapper,
.page-user-profile main ,
.page-user-profile main .container-fluid,
.page-user-profile main .container-fluid .row{
  min-height: 100%;
}

.page-user-profile .sidebar_first {
  margin-left: -0.9375rem;
  background: #FFF;
  padding-top: 2.5rem;
}

.page-user-profile .wrapper-main-content {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}

@media (min-width: 1200px) {
  .page-user-profile .wrapper-main-content {
    padding-right: 5%;
  }
}

table .views-field.views-field-dropbutton {
  width: 170px;
}

.js table.table td .dropbutton-multiple {
  padding-right: 0;
  margin-right: 0;
}

/* Menu Sidebar User */

.navigation.menu--user-dashboard .navbar-nav li a ,
.navigation.menu--customer-menu  .navbar-nav li a{
  padding-left: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  color: #5F6368;
}

.navigation.menu--user-dashboard .navbar-nav li a:before ,
.navigation.menu--customer-menu  .navbar-nav li a:before{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  margin-right: 5px;
  font-size: 1.375rem;
}

.navigation.menu--user-dashboard .navbar-nav li a:hover ,
.navigation.menu--user-dashboard .navbar-nav li a.is-active,
.navigation.menu--customer-menu .navbar-nav li a.is-active,
.navigation.menu--customer-menu  .navbar-nav li a:hover,
.page-user.page-user-my-ticket .navigation.menu--customer-menu .navbar-nav li a.user_detail{
  background: var(--bs-info);
  color:var(--bs-primary);
} 

.page-user.page-user-my-ticket #block-ticket-page-title {
  display: none;
}

.navigation.menu--user-dashboard .navbar-nav li a.event_dashboard:before {
  content: "\f133";
}





.navigation.menu--user-dashboard .navbar-nav li a.custom_commerce_ticket-administration:before {
  content: "\f7d9";
  font-weight: 900;
}

.navigation.menu--user-dashboard .navbar-nav li a.tickets:before {
  content: "\f145";
  font-weight: 900;
}


/*
.navigation.menu--user-dashboard .navbar-nav li a.event_details:before {
  content: "\f06a";
  font-weight: 600;
}
.navigation.menu--user-dashboard .navbar-nav li a.promotion:before {
  content: "\f543";
  font-weight: 900;
}
.navigation.menu--user-dashboard .navbar-nav li a.event-members:before {
  content: "\f0c0";
  font-weight: 900;
}
*/

.navigation.menu--customer-menu .navbar-nav li a.user_detail:before {
  content: "\f46d";
  font-weight: 900;
}

.navigation.menu--customer-menu .navbar-nav li a.user_edit_profile:before {
  content: "\f2c2";
  font-weight: 900;
}

.navigation.menu--customer-menu .navbar-nav li a.billing_address:before {
  content: "\f2b9";
  font-weight: 900;
}

.navigation.menu--user-dashboard .navbar-nav li a.event-members-ticket-sales:before {
  content: "\f46c";
  font-weight: 900;
}

.navigation.menu--user-dashboard .navbar-nav li a.event-members-ticket-attendance:before {
  content: "\f274";
  font-weight: 900;
}

.navigation.menu--user-dashboard .navbar-nav li ul ,
.navigation.menu--customer-menu .navbar-nav li ul {
  list-style-type: none;
  padding-left: 0;
}



.navigation.menu--user-dashboard .navbar-nav li ul li {

}

.navigation.menu--user-dashboard .navbar-nav li ul li a{
  padding-left: 3.4375rem;
}

.navigation.menu--user-dashboard .navbar-nav li ul li a:hover ,
.navigation.menu--user-dashboard .navbar-nav li ul li a.is-active{
  background: #F7F7F7;
  color: #5F6368;
} 

@media (max-width: 1199px) and (min-width: 992px) {
  .navigation.menu--user-dashboard .navbar-nav li a, .navigation.menu--customer-menu .navbar-nav li a {
    padding-left: 0.5rem;
  }
}

@media (max-width: 991px) {
  nav.navigation.menu--user-dashboard,
  nav.navigation.menu--customer-menu {
    display: none !important;
  }
  .user-menu-mobile.dropdown .dropdown-menu.show {
    display: block;
  }
  .user-menu-mobile.dropdown .dropdown-menu {
    display: none;
  }
  .user-menu-mobile.dropdown {
    margin-bottom: 30px;
  }
  .user-menu-mobile.dropdown .btn ,
  .user-menu-mobile.dropdown .dropdown-menu{
    width: 100%;
    margin-right: 0;
  }
  .navigation.menu--user-dashboard .navbar-nav li a, .navigation.menu--customer-menu .navbar-nav li a {
    border-radius: 0;
  }
}

/* User Event Detail */
.wrapper-event-status {
  background: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 15px;
}

.wrapper-event-status .even-name .label-name {
  color: var(--bs-primary);
  font-weight: 500;
  margin-right: 20px;
}

.wrapper-event-status .status {
  margin-left: 10px;
}

.btn-change-state .btn{
  font-weight: 400;
  background: transparent !important;
  color: var(--bs-primary) !important;
  padding: 0
}

.event-info .field--name-field-status {
  display: none;
}

.event-info article {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
  gap: 30px;
}

.event-info article .field__label {
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--bs-primary);
}

.event-info .wrapper-btn-edit {
  margin: 2.5rem 0;
}

.wrapper-store-event-more .item{
  padding: 16px;
  background: #FFF;
  margin-bottom: 10px;
  border-radius: 8px;
} 

.wrapper-store-event-more {
  margin-bottom: 30px;
}

/* Event Form */
.custom-form-user-event .layout-commerce-form ,
.custom-form-user-ticket .layout-commerce-form,
.custom-form-user-ticket-mail .layout-commerce-form{
  display: flex;
  gap: 0;
  flex-direction: column;
}

.custom-form-user-event .layout-region--commerce-secondary ,
.custom-form-user-ticket .layout-region--commerce-secondary,
.custom-form-user-ticket-mail .layout-region--commerce-secondary{
  display: none;
}

.custom-form-user-event details.form-wrapper ,
.custom-form-user-event .field--name-field-date fieldset.form-wrapper,
.custom-form-user-ticket .field--name-variations fieldset.form-wrapper,
.custom-form-user-ticket .field--name-variations details.form-wrapper,
.custom-form-user-ticket-mail .field--name-field-header-image fieldset.form-wrapper{
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.custom-form-user-event details.form-wrapper .card-header {
  border: 0;
  background: var(--bs-primary) !important;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  border-radius: 0;
  padding: 18px;
  list-style-type: none;
}

.custom-form-user-event .details-wrapper.card-body {
  padding: 0px 0;
  background: transparent;
}

.custom-form-user-event .field--name-field-date fieldset.form-wrapper legend ,
.custom-form-user-ticket .field--name-variations fieldset.form-wrapper legend,
.custom-form-user-ticket .field--name-variations details.form-wrapper .card-header{
  display: none !important;
}

.custom-form-user-event .field--name-field-date fieldset.form-wrapper .fieldset-wrapper ,
.custom-form-user-ticket .field--name-variations fieldset.form-wrapper .fieldset-wrapper,
.custom-form-user-ticket .field--name-variations details.form-wrapper .details-wrapper,
.custom-form-user-ticket-mail .field--name-field-header-image fieldset.form-wrapper .fieldset-wrapper{
  padding: 0 !important
}

.field--name-field-date fieldset.form-wrapper h4.label {
  color: var(--bs-primary);
}

.custom-form-user-event .field--name-field-date .fieldset-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
  gap: 20px;
}

.custom-form-user-event .field--name-field-date .wrapper-form-date-elm .form-inline {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
  gap: 20px;
}

.custom-form-user-event .field--name-address .visually-hidden {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  visibility: visible !important;
}

.custom-form-user-event .field--name-address .address-container-inline .form-item,
.custom-form-user-ticket .field--name-variations .form-item,
.custom-form-user-ticket .field--name-field-ticket-description .form-item{
  margin: 0;
}

.custom-form-user-event .field--name-address .address-container-inline + .address-container-inline {
  margin-top: 1em;
}

.custom-form-user-event .field--name-address .address-container-inline {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
  gap: 20px;
}

.custom-form-user-event .field--type-address .form-wrapper .form-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.custom-form-user-event .field--type-address .form-wrapper .form-wrapper .form-item {
  width: 100%;
  margin-bottom: 0;
}

.field--type-address .address-country-code-MY {
  display: flex;
  justify-content: space-between;
}

.field--type-address .address-country-code-TH .address-container-inline.wrapper-group-country-city {
  margin-top: 1em;
}

.field--type-address .address-country-code-MY .address-custom-coutry-code {
  width: 100% !important;
}

.field--type-address .address-country-code-MY .address-custom-city-field {
  margin-top: 1em;
}

.field--type-address .address-country-code-MY .address-custom-city-field ,
.field--type-address .address-country-code-MY .form-item-address-0-address-administrative-area{
  width: calc(50% - 15px) !important;
}

@media (max-width: 767px) {
  .field--type-address .address-country-code-MY .address-custom-city-field,
  .field--type-address .address-country-code-MY .form-item-address-0-address-administrative-area{
    width: 100% !important;
  }
}

.custom-form-user-event .field--type-address .form-wrapper .form-wrapper .form-wrapper.wrapper-group-country-city  ,
.custom-form-user-event .field-group-html-element.group-currency-timezone,
.custom-form-user-event .container_lat_lng{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
  gap: 20px;
}

.custom-form-user-event .field--type-geofield.field--name-field-location .form-item-field-location-0-title label ,
.custom-form-user-event .field-group-html-element.group-currency-timezone .description{
  display: none;
}

.select2-container--default .select2-selection--single {
  font-size: 1rem;
  padding: 12px 8px;
  border: 1px solid #E0E0E0;
  border-radius: 8px !important;
  color: #202124;
  height: 54px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}

.custom-form-user-event .form-actions ,
.custom-form-user-ticket .form-actions,
.custom-form-user-event-landing-page .form-actions,
.node-ticket-qr-form.node-form .form-actions,
.custom-ticket-manager-form .form-actions{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  flex-direction: row-reverse;
}

.custom-form-user-event .form-actions .button,
.custom-form-user-ticket .form-actions .button,
.custom-form-user-event-landing-page .form-actions .button,
.node-ticket-qr-form.node-form .form-actions .button,
.custom-ticket-manager-form .form-actions .button{
  margin-right: 0;
}

.custom-form-user-event .form-actions .button + *,
.custom-form-user-ticket .form-actions .button + *,
.custom-form-user-event-landing-page .form-actions .button + *,
.custom-ticket-manager-form .form-actions .button + *{
  margin-right: 10px;
}

.custom-form-user-event .form-actions .button.button--primary,
.custom-form-user-ticket .form-actions  .button.button--primary,
.custom-form-user-ticket-mail.node-form .form-actions .button.button--primary ,
.custom-form-user-event-landing-page .form-actions .button.button--primary,
.node-ticket-qr-form.node-form .form-actions .button.button--primary,
.custom-ticket-manager-form .form-actions .button.button--primary{
  border-radius: 8px;
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
}

.custom-form-user-event .form-actions .button.button--primary:hover,
.custom-form-user-ticket .form-actions  .button.button--primary:hover,
.custom-form-user-ticket-mail.node-form .form-actions .button.button--primary:hover ,
.custom-form-user-event-landing-page .form-actions .button.button--primary:hover,
.node-ticket-qr-form.node-form .form-actions .button.button--primary:hover ,
.custom-ticket-manager-form .form-actions .button.button--primary:hover{
  color: #FFF;
  background: #15632b;
  border-color: #15632b;
}

.custom-form-user-event .form-actions .button.button--primary:before ,
.custom-form-user-ticket-mail.node-form .form-actions .button.button--primary:before,
.custom-form-user-event-landing-page .form-actions .button.button--primary:before{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  margin-right: 5px;
  font-size: 1.375rem;
  content: "\f133";
}

.custom-form-user-ticket-mail.node-form .form-actions .button.button--primary:before {
  font-weight: 400;
  content: "\f0e0";
}

.custom-form-user-event-landing-page .form-actions .button.button--primary:before {
  content: "\f06a";
  font-weight: 600;
}

.custom-form-user-ticket .form-actions .button.button--primary:before {
  width: 24px;
  height: 24px;
  content:" ";
  background: url(../images/icons/ticket.svg) no-repeat;
  margin-right: 5px;
  display: inline-flex;
}

.custom-form-user-ticket .field--name-variations .form-wrapper .field--name-status,
.custom-form-user-ticket .field--name-variations .form-wrapper .form-submit.btn ,
.custom-form-user-ticket .field--name-variations .ief-form.form-wrapper .field--name-title,
.custom-form-user-ticket .field--name-variations .form-type-commerce-number .description,
.custom-form-user-ticket .field--name-variations details.form-wrapper .details-wrapper .field--name-langcode,
.custom-form-user-ticket .field--name-variations details.form-wrapper .details-wrapper .field--name-title{
  display: none !important;
}

.custom-form-user-ticket .field--name-variations .ief-form.form-wrapper > .fieldset-wrapper > .form-wrapper ,
.custom-form-user-ticket .field--name-variations details.form-wrapper .details-wrapper > .form-wrapper{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 5), 1fr));
  gap: 20px;
}

.custom-form-user-ticket .field--name-variations .form-type-commerce-number {
  position: relative;
  display: flex;
  flex-direction: column;
}

.field--type-commerce-price.field--name-field-price-usd .form-type-commerce-price {
  margin-top: 1em;
}

.custom-form-user-ticket .field--name-variations .form-type-commerce-number .field-suffix {
  position: absolute;
  right: 10px;
  color: #CCCCCC;
  bottom: 15px;
}

/* View Col */
.view.view-col-3 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4), 1fr));
  gap: 1.25rem;
}

/* User Tick Note Form */

.node-ticket-qr-form.node-form  {
  margin: 0;
}

.node-ticket-qr-form.node-form .vertical-tabs.clearfix {
  display: none !important;
}

.node-ticket-qr-form.node-form .form-actions {
  /*
  text-align: right;
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  */
}

.node-ticket-qr-form.node-form .form-actions .form-item {
  /*margin-top: 0;*/
}

/* User Ticlet Mail */
.custom-form-user-ticket-mail.node-form {
  margin: 0;
}

.infor-ticket .item {
  display: flex;
  margin-bottom: 10px;
}

.infor-ticket .item .label {
  font-weight: 500;
  color: var(--bs-primary);
  margin-right: 10px;
}

.custom-form-user-ticket-mail .field--name-field-header-image fieldset legend {
  padding: 0;
  background: transparent;
  border: 0;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 8px;
}

.custom-form-user-ticket-mail.node-form .form-type-vertical-tabs {
  display: none;
}

.container-status-ticket-mail {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
  gap: 20px;
}

.form-item .select2-container--default .select2-selection--multiple {
  border-color: #E0E0E0;
  padding: 14px 5px;
  border-radius: 8px;
}

#views-exposed-form-tickets-sales-page-1 {
  margin-bottom: 20px;
}

#views-exposed-form-tickets-sales-page-1 .form--inline{
  display: flex;
}

#views-exposed-form-tickets-sales-page-1 .form-item-key {
  flex: 1;
  margin: 0;
  position: relative;
}

#views-exposed-form-tickets-sales-page-1 .form-item-key:before {
  position: absolute;
  top: 19px;
  left: 10px;
  content: "\f002";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #202124;
  opacity: 0.6;
}

#views-exposed-form-tickets-sales-page-1 .form-item-key label {
  display: none;
}

#views-exposed-form-tickets-sales-page-1 .form-item-key .form-control {
  padding-left: 30px;
}

#views-exposed-form-tickets-sales-page-1 .form-actions {
  margin: 0;
  padding-left: 20px;
}

#views-exposed-form-tickets-sales-page-1 .form-actions .btn.btn-primary {
  background: #E3EBF9;
  color: var(--bs-primary);
}

#views-exposed-form-tickets-sales-page-1 .form-item.form-item-type {
  margin: 0;
  max-width: 250px;
  margin-left: 10px;
}

/* Ticket Check-In */
body.path-node.page-node-type-ticket-qr {
  background: #FAFAFA !important;
}

.node--type-ticket-qr.node--view-mode-full {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px;
  background: #FFF;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}


.node--type-ticket-qr.node--view-mode-full.ticket-canceled {
  background: #eee;
  opacity: 0.5;
}

.node--type-ticket-qr.node--view-mode-full  > h2 {
  color: #202124;
  font-size: 2.5rem;
  line-height: 2rem;
  font-weight: bold;
}

body.path-node.page-node-type-ticket-qr .mm-page, .mm-wrapper_background body.path-node.page-node-type-ticket-qr {
  background: transparent;
}

.node--type-ticket-qr.node--view-mode-full .label {
  margin-right: 20px;
  min-width: 120px;
}

.node--type-ticket-qr.node--view-mode-full .ticket-info {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.node--type-ticket-qr.node--view-mode-full .field-item {
  display: flex;
  align-items: center;
}

.node--type-ticket-qr.node--view-mode-full .ticket-seat {
  grid-area: 2 / 2 / 4 / 3;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.node--type-ticket-qr.node--view-mode-full .field--name-field-special-notes {
  margin-bottom: 30px;
  display: flex;
}

.node--type-ticket-qr.node--view-mode-full .field--name-field-special-notes .field__label {
  margin-right: 20px;
  min-width: 120px;
}

.wrapper-btn-checkin .btn {
  width: 100%;
  padding: 30px 20px;
  font-size: 40px;
  font-weight: 500;
  background: #1E8E3E;
}

.wrapper-btn-checkin .btn:hover {
  color: #FFF;
  opacity: 0.8;
}

.wrapper-btn-checkin .btn.btn-disable {
  background: #888888 !important;
  color: #FFF;
}

.wrapper-btn-checkin .info {
  padding: 5px 20px;
  background: #888888 !important;
  color: #FFF;
  min-height: 103px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 1.375rem;
  border-radius: 8px;
}

.wrapper-btn-checkin .info  strong {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

@media (max-width: 767px) {
  .node--type-ticket-qr.node--view-mode-full {
    padding: 20px;
  }
  .node--type-ticket-qr.node--view-mode-full .ticket-info {
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 1), 1fr));
    display: flex;
    flex-direction: column;
  }
  .node--type-ticket-qr.node--view-mode-full .ticket-seat {
    font-size: 30px;
  }
  .node--type-ticket-qr.node--view-mode-full h2{
    line-height: 3rem;
  }
}

/* Page attendance*/

.wrapper-chart-attendance-stats {
  background: #FFF;
}

.wrapper-chart-attendance-stats .piechart-category-title-row {
  display: none !important;
}

.block-custom-commerce-ticket-attendance-block .content h2 {
  line-height: 3.75rem;
}

.wrapper-chart-attendance-stats .content-body .number {
  font-size: 6.25rem;
  color: #1967D2;
  font-weight: bold;
  margin-right: 30px;
}

.wrapper-chart-attendance-stats .content-body .title {
  font-size: 1.5rem;
  color: #202124;
}

.wrapper-chart-attendance-stats .content-body .title strong {
  font-weight: bold;
  color: #1967D2;
  font-size: 2.5rem;
  line-height: 3.4375rem;
}

.view-tickets-sales .views-exposed-form .form--inline {
  display: flex;
}

.view-tickets-sales .views-exposed-form .form-control {
  padding-left: 30px;
}

.view-tickets-sales .views-exposed-form .form--inline .form-item {
  flex: 1;
  position: relative;
}

.view-tickets-sales .views-exposed-form .form--inline .form-item.form-item-status ,
.view-tickets-sales .views-exposed-form .form-type-select.form-item-type,
.view-tickets-sales .views-exposed-form .form-type-select.form-item-event{
  max-width: 200px;
}

.view-tickets-sales .views-exposed-form .form--inline label {
  position: absolute;
  font-size: 0;
  top: 19px;
  left: 10px;
  color: #6c757d;
}

 .views-exposed-form .button{
  background: #E3EBF9;
  border: 1px solid #E3EBF9;
  color: #1967D2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.views-exposed-form .button:hover ,
#views-exposed-form-tickets-sales-page-1 .form-actions .btn.btn-primary:hover{
  background: #acc4ed;
}

.view-tickets-sales .views-exposed-form button[name=reset] {
  margin-left: 0;
}

.view-tickets-sales .views-exposed-form .form--inline .form-type-textfield label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 1rem;
  content: "\f002";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

@media (max-width: 767px) {
  .view-tickets-sales .views-exposed-form .form--inline {
    flex-direction: column;
  }
  .view-tickets-sales .views-exposed-form .form--inline .form-item {
    margin-top: 0;margin-right: 0 !important;
  }
  .view-tickets-sales .views-exposed-form .button {
    width: 100%;
  }
}


/* Car Page */
.view-commerce-cart-form.view-display-id-default .view-header h2 {
  font-weight: bold;
  color: #000;
  margin-bottom: 2.5rem;
  line-height: 50px;
}

#block-ticket-blocknavcartcheckout .navbar-default ,
.view-commerce-cart-form .view-header .navbar-default {
  background-color: transparent;
  border-color: transparent;
  display: block;
  margin-bottom: 50px;
}

#block-ticket-blocknavcartcheckout .navbar-default .navbar-nav ,
.view-commerce-cart-form .view-header .navbar-default .navbar-nav {
  float: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

#block-ticket-blocknavcartcheckout .navbar-default .navbar-nav:before,
#block-ticket-blocknavcartcheckout .navbar-default .navbar-nav:after ,
.view-commerce-cart-form .view-header .navbar-default .navbar-nav:before,
.view-commerce-cart-form .view-header .navbar-default .navbar-nav:after{
  display: none !important;
}

#block-ticket-blocknavcartcheckout .navbar-default .navbar-nav li ,
.view-commerce-cart-form .view-header .navbar-default .navbar-nav li{
  flex: 1;
  padding: 10px 0px;
  border-bottom: 8px solid #E2E2E2;
  font-weight: 600;
}

#block-ticket-blocknavcartcheckout .navbar-default .navbar-nav li.active ,
.view-commerce-cart-form .view-header .navbar-default  .navbar-nav li.active{
  border-color: var(--bs-secondary);
}

@media (max-width: 767px) {
  #block-ticket-blocknavcartcheckout .navbar-default .navbar-nav ,
  .view-commerce-cart-form .view-header .navbar-default .navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: column;
  }
}

.view-commerce-cart-form .views-form > form{
  display: flex;
  flex-wrap: wrap;
}

.view-commerce-cart-form .views-form > form div[data-drupal-selector="order-total-summary"] {
  order: 1;
  width: 25%;
}

.view-commerce-cart-form .views-form > form .views-view-table {
  width: 75%;
  order: 2;
}

.view-commerce-cart-form .views-form > form .form-actions {
  width: 100%;
  order: 3;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.view-commerce-cart-form .views-form > form .form-actions .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.view-commerce-cart-form .views-form > form .form-actions button[data-drupal-selector="edit-checkout"] {
  margin-left: 0;
  background-color: var(--bs-secondary);
}

.view-commerce-cart-form .views-form > form .form-actions button[data-drupal-selector="edit-checkout"]:hover {
  background: #15632b;
  border-color: #15632b;
}

.view-commerce-cart-form .views-form > form .form-actions .btn:hover {
  color: #FFF;
}

.cart.cart-form {
  margin-bottom: 50px;
}

.cart.cart-form +.cart.cart-form  {
  padding-top: 50px;
  border-top: 1px solid #E2E2E2;
}

.view-commerce-cart-form .table thead th {
  border-bottom: 3px solid #E2E2E2;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.coupon-redemption-form__coupons h3 {
  margin-bottom: 20px;
}

.coupon-redemption-form__coupons table,
.coupon-redemption-form__coupons tbody,
.coupon-redemption-form__coupons tr ,
.coupon-redemption-form__coupons{
  width: 100%
}

.coupon-redemption-form__coupons table,
.coupon-redemption-form__coupons tbody,
.coupon-redemption-form__coupons tr,
.coupon-redemption-form__coupons td {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-item-back-event-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.form-item-back-event-page a {
  color: #000;
}

.view-commerce-cart-form .table td {
  border-bottom: 1px solid #E2E2E2 !important;
}

td.views-field.views-field-remove-button {
  text-align: center;
}

td.views-field.views-field-remove-button .btn.delete-order-item.button {
  font-size: 0;
  width: 50px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #E2E2E2;
  -webkit-transition: all 0.3sease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3sease-in-out;
  min-width: 0;
  border-radius: 4px;
  font-size: 0;
  padding: 0;
}

td.views-field.views-field-remove-button .btn.delete-order-item.button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\f1f8";
}

td.views-field.views-field-total-price__number{
  color: var(--bs-primary) !important;
  font-weight: bold;
}

td.views-field.views-field-unit-price__number {
  font-weight: bold;
}

.field--name-quantity .form-number {
  max-width: 50px;
  border-radius: 0 !important;
  vertical-align: top;
  height: 34px;
}

.min,
.plus {
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

.min {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}

.plus {
  border-radius: 0px 4px 4px 0;
  border-left: 0;
}

.field--name-quantity > div {
  display: flex;
}

td.views-field.views-field-purchased-entity {
  width: 40%;
}

td.views-field.views-field-purchased-entity .field--name-product-id {
  display: none;
}

td.views-field.views-field-purchased-entity .name {
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.commerce-order-total-summary {
  padding-right: 40px;
}

.commerce-order-total-summary h3 {
  color: #333;
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
  font-weight: 600;
  padding: 10px;
  background: #E2E2E2;
}

.commerce-order-total-summary .order-total-line {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  padding: 10px;
  border-bottom: 1px solid #E2E2E2;
}

.commerce-order-total-summary .order-total-line-label {
  font-weight: bold !important;
  padding: 0;
}

.commerce-order-total-summary .order-total-line .order-total-line-value {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

.commerce-order-total-summary .order-total-line__adjustment--promotion .order-total-line-value {
  color: red;
}

.commerce-order-total-summary .order-total-line__total .order-total-line-value {
  font-size: 30px;
  color: var(--bs-primary);
  text-align: left;
}

.address-container-inline.form-wrapper {
  display: flex;gap: 20px;
}

.address-container-inline + .address-container-inline {
  margin-top: 1em;
}

.address-container-inline.form-wrapper .form-item {
  margin: 0;
  flex: 1;
}

.checkout-pane.checkout-pane-order-summary .checkout-order-summary {
  margin-top: 20px;
}

.checkout-pane.checkout-pane-order-summary .checkout-order-summary td {
  padding: 5px;
}

.checkout-pane.checkout-pane-order-summary .checkout-order-summary tr + tr td {
  border-top: 1px solid #E2E2E2;
}

.checkout-pane.checkout-pane-order-summary .commerce-order-total-summary {
  padding-right: 0;
  margin-top: 20px;
}

.layout-region-checkout-secondary .layout-region-checkout-footer {
  width: 100%;
  padding: 0;
  margin-top: 30px;
}

.layout-region-checkout-secondary .layout-region-checkout-footer .btn {
  width: 100%;
  background: var(--bs-secondary);
  margin-left: 0;
}

.layout-region-checkout-secondary .layout-region-checkout-footer .btn:hover {
  background: var(--bs-primary);
} 

.layout-region-checkout-secondary .layout-region-checkout-footer .link-back-cart-page {
  margin-top: 20px;
}

.layout-checkout-form article.node--type-ticket-qr {
  background: none;
}

.layout-checkout-form article.node--type-ticket-qr > h2,
.layout-checkout-form article.node--type-ticket-qr .event-content {
  display: none;
}

article.node--type-ticket-qr .ticket-info .field-item {
  display: flex;
}

article.node--type-ticket-qr .ticket-info .field-item .label {
  margin-right: 10px;
}

article.node--type-ticket-qr .ticket-info .header-title.field-item .label {
  font-size: 24px;
  margin-bottom: 20px;
  margin-right: 0px;
}

.layout-checkout-form article.node--type-ticket-qr + article.node--type-ticket-qr {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E2E2E2;
}

.layout-checkout-form .link--previous {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: transparent !important;
  border: 0 !important;
  color: var(--bs-body-color);
  margin-top: 10px;
  height: 52px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.layout-checkout-form .link--previous:hover {
  opacity: 0.9;
  color: var(--bs-primary);
}

.node--type-ticket-qr.node--view-mode-full .event-content .event-date ,
.node--type-ticket-qr.node--view-mode-full .event-content .event-address{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.node--type-ticket-qr.node--view-mode-full .event-content .event-address {
  margin-top: 5px;
  margin-bottom: 20px;
}

.node--type-ticket-qr.node--view-mode-full .event-content svg {
  width: 20px;
  margin-right: 5px;
}

.wrapper-btn-print_padge {
  margin-top: 10px;
}

.wrapper-btn-print_padge .btn ,
.wrapper-btn-print_manual_badge .btn{
  width: 100%;
}



.wrapper-btn-print_manual_badge .btn {
  margin-top: 10px;
}

#block-ticket-useraccountmenu .nav.navbar-nav {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
}

#block-ticket-useraccountmenu .nav.navbar-nav a.nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

#block-ticket-useraccountmenu .dropdown-toggle::after {
  display: none;
}

.page-user-event-dashboard .nav-item-promotion,
.page-user-group-members  .nav-item-promotion{
  display: none;
}

.checkout-pane.checkout-pane-coupon-redemption {
  margin-top: 1rem;
}

.checkout-pane.checkout-pane-coupon-redemption > .form-wrapper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.checkout-pane.checkout-pane-coupon-redemption > .form-wrapper .form-type-textfield {
  width: calc( 100% - 170px );
}

.checkout-pane.checkout-pane-coupon-redemption > .form-wrapper .btn {
  min-width: 150px;
}

.checkout-pane.checkout-pane-coupon-redemption > .form-wrapper  .form-item {
  margin-bottom: 0;
  margin-top: 0;
}

.ui-dialog-content .node--type-ticket-qr table {
  width: 100%;
}

.ui-dialog-content .node--type-ticket-qr {
  padding: 50px 0;
}

.ui-dialog-content .node--type-ticket-qr .wrapper-date,
.ui-dialog-content .node--type-ticket-qr .address {
  display: flex;
  margin-top: 5px;
  align-items: flex-start;
}

.ui-dialog-content .node--type-ticket-qr .wrapper-date img,
.ui-dialog-content .node--type-ticket-qr .address img {
  margin-right: 5px;
  margin-top: 3px;
}

.wrapper-btn-download-pdf {
  margin-top: 20px;
}

.wrapper-btn-download-pdf .btn{
  color: #FFF;
}

.wrapper-btn-download-pdf .btn:hover {
  color: #FFF !important;
}

.content-checkout-sumary {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-cart-link {
  cursor: pointer;
}

.layout-region-checkout-secondary .content-checkout-sumary {
  background: #FFF;
  padding: 10px;
}

@media (min-width: 992px) {
  .content-checkout-sumary.fixed {
    position: fixed;
    z-index: 9;
  }
}

@media (max-width: 991px) {
  .content-checkout-sumary.fixed {
    width: 100% !important;
  }
}


@media (max-width: 991px) {
  .view-commerce-cart-form .views-form > form .views-view-table {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .view-commerce-cart-form .views-form > form div[data-drupal-selector="order-total-summary"] {
    width: 100%;
    order: 2;
  }
  .commerce-order-total-summary {
    padding-right: 0px;
  }
  .layout-region-checkout-main, .layout-region-checkout-footer {
    float: none !important;
    box-sizing: border-box;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .layout-region-checkout-secondary {
    float: none !important;
    width: 100% !important;
    margin-top: 20px;
  }
  .views-field.views-field-remove-button .tablesaw-cell-label {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .view-commerce-cart-form .views-view-table tr td .form-item {
    margin: 0;
  }
  .view-commerce-cart-form .views-view-table ,
  .view-commerce-cart-form .views-view-table tbody,
  .view-commerce-cart-form .views-view-table tr{
    display: block;
  }
  .view-commerce-cart-form .views-view-table thead {
    display: none;
  }
  .view-commerce-cart-form .views-view-table tr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }
  .view-commerce-cart-form .views-view-table tr td {
    display: flex;
    width: 100%;
  }
  .view-commerce-cart-form .views-view-table tr td > div {
    width: calc(100% - 100px);
  }
  .view-commerce-cart-form .views-view-table tr td:before {
    width: 100px;
    font-weight: bold;
    color: #000;
    text-align: left;
    display: none;
  }
  .view-commerce-cart-form .views-view-table tr td:first-child:before {
    content: "Ticket";
  }
  .view-commerce-cart-form .views-view-table tr td:nth-child(2):before {
    content: "Price";
  }
  .view-commerce-cart-form .views-view-table tr td:nth-child(3):before {
    content: "Quantity";
  }
  .view-commerce-cart-form .views-view-table tr td:nth-child(4):before {
    content: "Total";
  }
  .view-commerce-cart-form .views-view-table tr td:nth-child(5):before {
    content: "Remove";
  }
}


.block-custom-ticket-total-earning-block .content{
  margin-bottom: 30px;
  background: #FFF;
  padding: 20px;
  margin-top: 40px;
}


.block-custom-ticket-total-earning-block .header-report-order {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.block-custom-ticket-total-earning-block .header-report-order .value {
  font-size: 20px;
  font-weight: 500;
  color: var(--bs-primary);
}

.block-custom-ticket-total-earning-block .header-report-order .label {
  font-weight: normal;
}


.site-header .navbar-collapse {
  flex-basis: auto;
  flex-grow: unset;
  align-items: center;
}

.site-header .navbar-collapse .navbar-nav {
  flex-direction: row;
}

@media (max-width: 991px) {
  /* Table rows have a gray bottom stroke by default */

  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 0px solid #dfdfdf;
  }

  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%;
  }

  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none !important;
  }
  table .views-field.views-field-dropbutton {
    width: 100%;
  }
  .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block !important;
  }
  .views-field.views-field-field-email {
    word-break: break-all;
  }
  .table>:not(caption)>*>* {
    vertical-align: middle;
    border-bottom-width: 1px;
  }
  .tablesaw-stack tbody tr:nth-child(even) {
    background: transparent;
  }
  .page-user-profile .sidebar_first {
    margin-left: 0;
  }

}

@media (min-width: 767px) and (max-width: 991px) {
  .tablesaw.tablesaw-stack tbody {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .tablesaw-stack tbody tr td:last-child {
    margin-bottom: 20px;
  }
}

table.table {
  table-layout: fixed;
}

.node-form table.table {
  table-layout: auto;
}

/* Login Page */

#userlogregcontainer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  margin: 5rem 0;
}
.loginbox,
.loginimage{
  flex: 0 50%;
  position: relative;
  float: left;
  -ms-flex: 30%;
}
.loginimage{
  background-image: url(../images/bg-login-form.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.loginbox{
  padding: 3rem 5rem;
  border-left: 2px solid #edecec;
  border-top: 2px solid #edecec;
  border-bottom: 2px solid #edecec;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background: #fff;
}
.loginbox h2{
  margin: 0 0 2rem 0;
  font-size: 2rem;
}
.loginbox .region-content{
  margin: 1rem 0 2rem 0;
}

.loginbox label{
  font-weight: normal;
}
.loginbox .password_link{
  float: right;
}
.loginbox .register_link{
  float: left;
}

.loginbox .captcha{
  margin-bottom: 10px;
}

.loginbox .password-strength{
  display: none;
}
.loginbox .form-item-pass-pass1 .input-group{
  display: inherit;
}
.loginbox .form-item-pass-pass1 input{
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
}

.loginbox .password-parent .input-group-addon{
  display: none;
}

@media only screen and (max-width: 1024px){
  .loginbox {
      flex: 0 60%;
      -ms-flex: 60%;
  }
  .loginimage {
      flex: 0 40%;
      -ms-flex: 40%;
  }
}

@media only screen and (max-width: 992px) {
  /*.main-page-content.main-page-has-sidebar .row.g-4{
      display: flex;
      flex-direction: column-reverse;
  }*/
  .region-sidebar-second {
      padding-left: 0;
  }
  .responsive-menu-toggle{
      right: 0px;
  }
  .loginbox .register_link,
  .loginbox .password_link{
      float: unset;
      margin-bottom: 1rem;
  }
  #userlogregcontainer {
      margin: rem 0;
  }
  .view-gallery .views-row{
      height: 150px;
  }
  .view-gallery .views-row img.portrait {
      height: 150px;
  }
  .slide__caption{
      margin: 1rem;
  }

  .threecolumncon,
  .threecolumn .views-row{
      flex: 0 calc(50% - 1%);
      -ms-flex: 0 0 49%;
  }

  .site-header .navbar.navbar-expand-lg .container-fluid {
    display: flex;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
  }

  .loginbox {
    flex: 0 100%;
    -ms-flex: 100%;
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #edecec;
  }
  .loginimage {
    flex: 0 40%;
    -ms-flex: 40%;
  }

}

@media only screen and (max-width: 650px){

  .loginbox {
      flex: 0 100%;
      -ms-flex: 100%;
      border: 2px solid #edecec;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
  }
  .loginimage {
      display: none;
  }

  .navbar-brand img {
    margin-right: 0;
  }

}

@media (max-width: 399px) {
  #block-ticket-useraccountmenu-2 .nav-link {
    font-size: 14px;
  }
}


td.views-field.views-field-field-email {
  word-break: break-all;
}

.page-user-profile.page-node-type-event-page main{
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .wrapper-event-status {
    flex-direction: column;
  }
  .event-info article {
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2), 1fr));
    gap: 20px;
  }
  .custom-form-user-ticket .field--name-variations .ief-form.form-wrapper > .fieldset-wrapper > .form-wrapper, .custom-form-user-ticket .field--name-variations details.form-wrapper .details-wrapper > .form-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 1), 1fr));
    gap: 20px;
  }
  #views-exposed-form-tickets-sales-page-1 .form-actions {
    margin: 0;
    padding-left: 0px;
    margin-top: 10px;
  }
  .block-custom-ticket-total-earning-block .header-report-order {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
    gap: 20px;
  }
}

.media-library-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 6), 1fr));
  gap: 20px
}

.media-library-grid .js-media-library-item-preview + div {
  display: none;
}

.media-library-grid .form-item {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-library-grid  .js-media-library-item.js-click-to-select.views-row {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.media-library-grid  .js-media-library-item.js-click-to-select.views-row:hover {
  background: #CCC;
}

.views-field.views-field-media-library-select-form {
  width: 20px;
}

.media-library-view td {
  word-break: break-all;
}

.js-media-library-add-form {
  padding-bottom: 100px;
}


.csv-feed .feed-icon {
  background-image: none;
  background: var(--bs-primary);
  color: #FFF;
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 150px;
  height: 50px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.csv-feed .feed-icon:hover {
  background: #124893;
  border-color: #124893;
  color: #FFF !important;
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}

.ui-dialog .node--view-mode-pdf table.table-ticket {
  width: 100%;
  table-layout: fixed;
  background: #f5f5f5;
  border-radius: 8px;
  border: 0;
}

.ui-dialog .node--view-mode-pdf table.table-ticket td {
  padding: 15px;
}

.ui-dialog .node--view-mode-pdf .wrapper-info-ticket {
  padding: 10px 0px;
  background: #FFF;
  border-radius: 8px;
}

.pr-0 {
  padding-right: 0px !important;
}

.ui-dialog .node--view-mode-pdf .field {
  margin-bottom: 0px;
  border: 0;
  padding: 5px 5px 5px 15px;
  border-top: 0;
  display: flex;
  width: 100%
}

.ui-dialog .node--view-mode-pdf .field .field__label {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  display: table-cell;
  width: 150px;
}

.ui-dialog .node--view-mode-pdf .field .field__label + .field__item {
  width: calc(100% - 150px);
}

.ui-dialog .wrapper-footer-text {
  display: none;
}

.ui-dialog .node--view-mode-pdf img {
  max-width: 100%;
}

.ui-dialog .node--view-mode-pdf .field.field--name-field-seat {
  font-size: 40px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .checkout-pane-custom-ticket-information .fieldset-wrapper > div:not(.message-infomation) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
    gap: 1em;
  }
  .checkout-pane-custom-ticket-information .field--name-field-mobile-number {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .checkout-pane-custom-ticket-information .fieldset-wrapper .form-item {
    margin: 0;
  }
}

.diff.diff-responsive-table.responsive-enabled th {
  padding-bottom: 10px;
}

.diff-responsive-table-wrapper {
  padding-bottom: 50px;
}

.btn-diff-next {
  float: right;
}

.view-tickets-sales .wrapper-view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.page-user-tickets-sales .block-custom-ticket-total-earning-block h2.block-title {
  display: none;
}

.ui-button .ui-icon.ui-icon-closethick {
  background: none;
  text-indent: 0;
  opacity: 1;
}

.ui-button .ui-icon.ui-icon-closethick:before ,
.ui-dialog.ui-widget .ui-dialog-titlebar-close:before{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FFF;
  font-size: 1.2rem;
}

.ui-dialog.ui-widget .ui-dialog-titlebar-close {
  text-indent: 0;
  font-size: 0;
  opacity: 1;
  right: 10px;
  width: 20px;
}

fieldset.form-wrapper__login-option .form-type-password .description {
  display: none;
}

.commerce-checkout-flow-multistep-default .btn.btn-primary {
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-hover-bg: var(--bs-secondary);
}

.commerce-checkout-flow-multistep-default .btn.btn-primary:hover {
  background: #15632b;
  border-color: #15632b;
  color: #FFF !important;
}

.form-item-email-registration-login-register-password-pass1.password-parent {
  margin-bottom: 1rem;
}

.checkout-pane.checkout-pane-payment-information.commerce_payment_only_fiuu fieldset.fieldgroup{
  display: none;
}

.checkout-pane.checkout-pane-payment-information.commerce_payment_only_fiuu .item-title-payment {
  padding: 15px 0;
  font-size: 24px;
  font-weight: 500;
}

.commerce-checkout-flow-multistep-default .btn.btn-primary[name=billing_edit] ,
.commerce-checkout-flow-multistep-default .btn.btn-primary[name=apply_coupon] {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}

.commerce-checkout-flow-multistep-default .btn.btn-primary[name=billing_edit]:hover ,
.commerce-checkout-flow-multistep-default .btn.btn-primary[name=apply_coupon]:hover {
  background: #124893;
  border-color: #124893;
}

#views-exposed-form-user-events-page-1 fieldset.form-item,
#views-exposed-form-user-events-page-1  .form-actions {
  display: none;
}

#views-exposed-form-user-events-page-1 {
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-end;
}

.ui-widget-content a {
  text-decoration: none !important;
}

.ui-dialog-content .progress ,
.custom-progress{
  margin: 50px 0;
}

.ui-dialog-content .progress .progress-bar ,
.custom-progress .progress-bar{
  height: 20px;
}

.ui-dialog .ui-dialog-title {
  color: #FFF;
  font-size: 25px;
  line-height: 100%;
}
