:root {
  --hrsl-blue: rgb(34, 113, 177);
  --hrsl-border-grey: #e6e6e6;
  --hrsl-document-white: white;
  --hrsl-text-black: black;
  --hrsl-text-grey-01: #303133;
  --hrsl-green-01: #1bd89e;
  --hrsl-red-01: #fe667b;
  --hrsl-orange-01: #fb7b26;
  --hrsl-section-shadow: 0 2px 18px 0 #e2e6ec;
}
/**
 * Overview rules
 */

.shadow-hrsl {
  box-shadow: var(--hrsl-section-shadow);
}

@media only screen and (max-width: 992px) {
  .onlinevvk-page-container {
    background-color: var(--hrsl-document-white);
    margin-top: 10px;
    padding: 10px;
  }
}

@media only screen and (min-width: 992px) {
  #wpcontent {
    padding: 0;
  }
  .onlinevvk-page-container {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    background-color: var(--hrsl-document-white);
  }
}

#ovvk-detailed-city-view-mass-mail-preview-container textarea,
#ovvk-detailed-city-view-2g-mass-mail-preview-container textarea {
  height: 60vh !important;
}

#ovvk-detailed-city-view-mass-mail-preview-container iframe,
#ovvk-detailed-city-view-2g-mass-mail-preview-container iframe {
  height: 53vh !important;
}

#ovvk-detailed-city-view-mass-mail-final-container iframe,
#ovvk-detailed-city-view-2g-mass-mail-final-container iframe {
  height: 77vh !important;
}

tr.no-items-row:not(:last-of-type) > td {
    display: none !important;
}

/**
 * WP Table Rules
 */
.onlinevvk-page-container table {
  box-shadow: none;
}

.onlinevvk-page-container .ovvk-main-table-css td,
.onlinevvk-page-container .ovvk-main-table-css th {
  padding: 8px 7px;
}
.onlinevvk-page-container td,
.onlinevvk-page-container th {
  background-color: var(--hrsl-document-white);
  font-size: 12px;
  padding: 10px 7px!important;
}
.onlinevvk-page-container tbody td {
  border-top: 1px solid var(--hrsl-border-grey);
}

.onlinevvk-page-container .wp-list-table th {
  font-weight: bold;
}

.onlinevvk-page-container .wp-list-table .widefat thead td,
.onlinevvk-page-container .wp-list-table .widefat thead th {
  border-color: var(--hrsl-border-grey) !important;
}
.onlinevvk-page-container .wp-list-table {
  border: none !important;
}
/**
 * Rules for the overview table (id: ovvk-overview-main-table)
 */
#ovvk-overview-main-table {
  border: none;
}
.toggle-row::before {
  content: "\f345" !important;
}

tr.is-expanded .toggle-row::before {
  content: "\f347" !important;
}

#ovvk-overview-main-table tfoot td {
  border: none;
  border-top: 1px solid black;
}

.toplevel_page_online_vvk #max_tickets {
  width: 65px;
}

.toplevel_page_online_vvk #event_type {
  width: 50px;
}

.toplevel_page_online_vvk #event_date {
  width: 80px;
}

.toplevel_page_online_vvk #tickets {
  width: 60px;
}

.toplevel_page_online_vvk #t_check {
  width: 65px;
  white-space: nowrap;
}

.toplevel_page_online_vvk #free_tickets {
  width: 80px;
}

#onlinevvk-overview-main-section .tablenav.top {
  display: none;
}

/**
 * Rules for the last purchases table
 */

.last_purchases tfoot {
  display: none;
}

.toplevel_page_online_vvk #purchase_id {
  width: 30px;
}

.toplevel_page_online_vvk #amount {
  width: 55px;
}

.toplevel_page_online_vvk #payment_type {
  width: 80px;
}

/**
 * Rules for summed purchases table
 */
.toplevel_page_online_vvk #calendar_week {
  width: 35px;
}

.toplevel_page_online_vvk #sum {
  width: 60px;
}

.toplevel_page_online_vvk #weekday {
  width: 70px;
}

.cities_purchases_summed tfoot {
  display: none;
}

table.cities_overview .column-revenue {
  text-align: right !important;
}
/**
 * Partials Rules
 */

#partials-main-nav {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  margin-bottom: 2rem;
  background-color: var(--hrsl-document-white);
}

#partials-main-sub-nav {
  padding: 0 0 25px 0;
  background-color: var(--hrsl-document-white);
  overflow: scroll;
	scrollbar-width: none;
}

#partials-main-sub-nav a,
#partials-main-nav a.nav-item-link {
  color: var(--hrsl-text-grey-01);
  text-decoration: none;
  /*Don't break*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#partials-main-sub-nav .nav-item,
#partials-main-nav .nav-item {
  width: fit-content;
  --webkit-width: fit-content;
  padding-bottom: 10px;
  line-height: 34px;
  border-bottom: 2px solid var(--hrsl-border-grey);
}

#partials-main-sub-nav .selected-nav-item,
#partials-main-nav .selected-nav-item {
  border-bottom: 2px solid var(--hrsl-blue);
}

div.nav-slider-spacer {
  flex-grow: 1;
  border-bottom: 2px solid var(--hrsl-border-grey);
}

.nav-slider-part {
  min-width: 30px;
  width: 30px;
  border-bottom: 2px solid var(--hrsl-border-grey);
}

#partials-main-sub-nav .selected-nav-item a,
#partials-main-nav .selected-nav-item a {
  color: var(--hrsl-blue);
}

#partials-main-sub-nav a:hover,
#partials-main-nav a.nav-item-link:hover {
  color: var(--hrsl-blue);
}

#partials-main-sub-nav a:focus,
#partials-main-nav .nav-item:focus {
  box-shadow: none;
  cursor: wait;
}

.popover {
  max-width: fit-content !important;
}

/**
 * Participants details
 */

#onlinevvk-participants-details-table-container
  .participants_details
  td.name.column-name
  button {
  background: inherit;
  border: none;
  color: inherit;
}

#onlinevvk-participants-details-edit-participant-popup-container
  .ovvk-close-icon {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

#onlinevvk-participants-details-edit-participant-popup-container {
  left: 0px !important;
}

#participants-details-popup-payment_state:not(:disabled) {
  width: 100%;
  line-height: 2.3;
}

#participants-details-popup-payment_state:disabled {
  background-image: none !important;
  width: 30px;
  scale: 0.8;
  color: transparent;
  border: none;
  border-radius: 15px;
  margin-left: 0px;
  text-shadow: none;
  padding: 1px;
  min-height: 30px !important;
}

#participants-details-popup-payment_state:disabled.ovvk-green {
  background-color: var(--hrsl-green-01);
}

#participants-details-popup-payment_state:disabled.ovvk-orange {
  background-color: var(--hrsl-orange-01);
}

#participants-details-popup-payment_state:disabled.ovvk-red {
  background-color: var(--hrsl-red-01);
}

#onlinevvk-participants-details-edit-participant-popup td,
#onlinevvk-participants-details-table-container .participants_details td {
  vertical-align: middle;
}

table.cities_purchases_summed .column-sum {
  text-align: right !important;
}

@media only screen and (max-width: 992px) {
  #onlinevvk-overview-main-section {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .participants_details .column-mobile {
    display: none;
  }
}

@media only screen and (max-width: 782px) {
  #ovvk-overview-main-table tfoot {
    display: none;
  }

  #ovvk-overview-main-table tbody td::before {
    text-align: left;
  }

  #ovvk-overview-main-table .column-event_type {
    padding-left: 0px !important;
  }

  #ovvk-overview-main-table  .column-event_date,
  #ovvk-overview-main-table .column-event_type {
    padding-right: 0px !important;
  }

  #ovvk-table-last-10-purchases table .column-name div,
  #ovvk-table-last-10-purchases table .column-amount div,
  #ovvk-table-last-10-purchases table .column-city div,
  #ovvk-table-last-10-purchases table .column-endlocation div,
  #ovvk-table-last-10-purchases table .column-payment_type div,
  #ovvk-table-last-10-purchases table .column-purchase_date {
    text-align: right;
  }

  #ovvk-table-last-10-purchases table .column-purchase_date::before {
    text-align: left;
  }

  #ovvk-table-amount-of-orders table .column-event_date,
  #ovvk-table-amount-of-orders table .column-calendar_week div,
  #ovvk-table-amount-of-orders table .column-sum div {
    text-align: right;
  }

  #ovvk-table-amount-of-orders table .column-event_date::before {
    text-align: left;
  }

  #ovvk-table-last-10-purchases,
  #ovvk-table-amount-of-orders-xbsc,
  #ovvk-table-amount-of-orders_jga,
  #ovvk-table-amount-of-orders{
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
}

#onlinevvk-participants-details-edit-participant-popup a:not(.dashicons),
#onlinevvk-participants-details-edit-participant-popup td,
#onlinevvk-participants-details-edit-participant-popup button,
#onlinevvk-participants-details-edit-participant-popup input,
#onlinevvk-participants-details-edit-participant-popup select {
  font-size: 12px;
}

#participants-details-popup-newsletter {
  font-size: 16px !important;
}

#participants-details-popup-ticket_delivery:disabled {
  border: none;
  background-color: inherit;
  color: inherit;
  background-image: none;
  text-overflow: ellipsis;
}

#onlinevvk-participants-details-table-container .column-mobile .toggle-row {
  display: none !important;
}

#onlinevvk-participants-details-table-container
  .column-mobile
  .ovvk-mobile-toggle-row-icon {
  height: 40px;
  width: 40px;
  font-size: 40px;
  margin-right: 2px !important;
}

#onlinevvk-participants-details-table-container .column-mobile .dashicons-plus {
  line-height: 1.17;
}

#onlinevvk-participants-details-table-container
  .column-mobile
  .dashicons-minus {
  line-height: 1;
}

#ovvk-2g-edit-link {
  color: black;
}

#onlinevvk-participants-details-edit-participant-popup
  #participants-details-popup-module-shop-items-container
  select {
  text-overflow: ellipsis;
  line-height: 2.5;
}

#onlinevvk-participants-details-edit-participant-popup
  #participants-details-popup-module-shop-items-container
  select:disabled {
  color: initial;
  border: unset;
  background-color: initial;
  background-image: none;
}

/**
 * Scan page
 */

#onlinevvk-scan-page-container td {
  vertical-align: middle;
}

#onlinevvk-scan-page-container .scans tfoot,
#onlinevvk-scan-page-container .tablenav {
  display: none !important;
}

.scans .form-select-sm {
  font-size: 13px !important;
  padding: 1px 24px 1px 8px;
  min-height: 30px;
}

#onlinevvk-scan-page-container .ovvk_reportScan_pageSplitter{
  width: 50%;
  padding: 10px 1.5rem;
}

#onlinevvk-scan-page-container .ovvk_scanReportsTable_lastRow td{
  border-top: 1px solid #c3c4c7;
}

#onlinevvk-scan-page-container .sold-out{
  color:white;
  display: inline-block;
  width: 36px;
  font-weight: normal;
  background-color: var(--hrsl-green-01);
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--hrsl-green-01);

}

#onlinevvk-scan-page-container .hrsl-btn{
  background-color: var(--hrsl-blue);
  border-color: var(--hrsl-blue);
}

#onlinevvk-scan-page-container .ovvk_reportScan_blockRow{
  display: none;
}

.ovvk_menu_item.nav-item{
  cursor: pointer;
}

.ovvk_scan_reportsGraph{
  height: 600px!important;
  max-height: 600px!important;
}

#onlinevvk-scan-page-container .ovvk_reportScan_blockRow.ovvk_active_block{
  display: flex;
}

#onlinevvk-scan-page-container .ovvk_reportScan_pageSplitter.first_block{
  margin-right: 20px;
}

#scan_report #partials-main-sub-nav{
  display: flex!important;
}

@media only screen and (max-width: 992px) {
  #ticket_id,
  .ticket_id {
    display: none;
  }

  .scans .toggle-row {
    display: none !important;
  }

  .scans td.mobile_column {
    padding: 10px;
    text-align: left;
  }
  
  #onlinevvk-scan-page-container .ovvk_reportScan_pageSplitter{
    width: 100%;
  }

  #onlinevvk-scan-page-container .ovvk_reportScan_blockRow{
    display: none;
    margin-bottom: 20px;
  }

  #onlinevvk-scan-page-container .ovvk_reportScan_blockRow.ovvk_active_block{
    display: block;
  }

  #onlinevvk-scan-page-container .ovvk_reportScan_pageSplitter.first_block{
    margin-right: 0px;
  }
}

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

  #onlinevvk-scan-page-container .ovvk-reportScan-main-table{
    width: 570px;
  }

  #onlinevvk-scan-page-container .ovvk_reportScan_pageSplitter.first_block{
    overflow: scroll;
  }
 
}

@media only screen and (min-width: 768px) {
  #mobile_column,
  .mobile_column {
    display: none;
  }
}

/**
* Page wide
*/

.qanuk-gray-bg {
  background-color: rgba(2, 31, 63, 0.57) !important;
}

.qanuk-button-makeup {
  color: black !important;
  background-color: white !important;
  border-color: black !important;
}

.qanuk-button-makeup.ovvk-active-button {
  text-decoration: underline !important;
}

#ovvk-detailed-city-view-mass-mail-former-customers-infos table td,
#ovvk-detailed-city-view-mass-mail-current-customers-infos table td {
  vertical-align: middle;
}

.qanuk-button-makeup:focus-within,
.qanuk-button-makeup:focus {
  box-shadow: none;
}

.ovvk-qanuk-popup-container {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  height: 100vh;
}

.qanuk-popup-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: gray;
  opacity: 0.7;
}

.ovvk-qanuk-popup {
  margin: auto;
  background-color: var(--hrsl-document-white);
  padding: 20px;
  z-index: 1;
  max-width: 100%;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  max-width: 85%;
  max-height: 80%;
  border-radius: 10px;
}
@media only screen and (max-width: 560px) {
  .ovvk-qanuk-popup {
    overflow: scroll;
    position: absolute;
    margin: 0;
    margin-top: 0px;
    max-width: 100vw;
    max-height: 92vh;
    width: 100%;
    height: 100%;
    z-index: 99999;
    border-radius: 0;
  }

  .ovvk-qanuk-popup table {
    width: inherit;
  }
}

table.cities_overview.wp-list-table .column-city,
table.cities_overview.wp-list-table .column-city a,
table.cities_overview.wp-list-table .column-end_location,
table.cities_overview.wp-list-table .column-end_location div {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis ellipsis;
  max-width: 14ch;
}
@media screen and (max-width: 782px) {
  /** .is-expanded*/
	
	table.cities_overview.wp-list-table .column-city,
	table.cities_overview.wp-list-table .column-city a,
	table.cities_overview.wp-list-table .column-end_location,
	table.cities_overview.wp-list-table .column-end_location div {
	  overflow: hidden !important;
	  white-space: nowrap !important;
	  text-overflow: ellipsis ellipsis;
	  max-width: 12ch;
	}

  /** Table Overview */

  table.cities_overview.wp-list-table th.column-primary ~ th,
  table.cities_overview.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    td.column-primary
    ~ td:not(.check-column) {
    display: none !important;
  }

  table.cities_overview.wp-list-table th.column-primary ~ th.column-event-date,
  table.cities_overview.wp-list-table th.column-primary ~ th.column-city,
  table.cities_overview.wp-list-table
    th.column-primary
    ~ th.column-end_location,
  table.cities_overview.wp-list-table th.column-primary ~ th.column-event_type,
  table.cities_overview.wp-list-table th.column-primary ~ th.column-tickets {
    display: table-cell !important;
  }

  table.cities_overview.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    td.column-primary
    ~ td:not(.check-column).event-date,
  table.cities_overview.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    td.column-primary
    ~ td:not(.check-column).city,
  table.cities_overview.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    td.column-primary
    ~ td:not(.check-column).end_location,
  table.cities_overview.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    td.column-primary
    ~ td:not(.check-column).event_type,
  table.cities_overview.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    td.column-primary
    ~ td:not(.check-column).tickets {
    display: table-cell !important;
  }

  table.cities_overview.wp-list-table .column-primary ~ .column-event-date,
  table.cities_overview.wp-list-table .column-primary ~ .column-city,
  table.cities_overview.wp-list-table .column-primary ~ .column-end_location {
    text-align: left !important;
  }

  table.cities_overview.wp-list-table
    .column-primary
    ~ .column-event_type
    span {
    text-align: center !important;
  }
  table.cities_overview.wp-list-table .column-primary ~ .column-tickets {
    text-align: right !important;
  }

  table.cities_overview.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    td.column-primary
    ~ td:not(.check-column)::before {
    content: "" !important;
    display: none !important;
  }

  table.cities_overview.wp-list-table button.toggle-row {
    display: none !important;
  }

  /** Table Last Purchases */
  /** Name, Ort, Endlocation, Anzahl  */
  table.last_purchases.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    .column-purchase_id {
    display: none !important;
  }

  table.last_purchases.wp-list-table button.toggle-row {
    display: none !important;
  }

  table.last_purchases.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    td:not(.column-primary)::before {
    content: "" !important;
    display: none !important;
  }

  table.last_purchases.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    > * {
    display: table-cell !important;
  }

  table.last_purchases.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    .column-name
    div,
  table.last_purchases.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    .column-city
    div,
  table.last_purchases.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    .column-endlocation
    div {
    text-align: left !important;
  }

  table.last_purchases.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    .column-purchase_date {
    display: none !important;
  }

  table.last_purchases.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    .column-payment_type {
    display: none !important;
  }

  /** Table Summed Orders */
  table.cities_purchases_summed.wp-list-table th.column-primary ~ th,
  table.cities_purchases_summed.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    td.column-primary
    ~ td:not(.check-column) {
    display: table-cell !important;
  }

  table.cities_purchases_summed.wp-list-table
    tr:not(.inline-edit-row):not(.no-items)
    td:not(.column-primary)::before {
    content: "" !important;
    display: none !important;
  }

  table.cities_purchases_summed button.toggle-row {
    display: none !important;
  }
}

.ovvk-qanuk-popup select:disabled {
  -webkit-appearance: none !important;
  -moz-appearance:    none !important;
  appearance:         none !important;
  background-image: none !important;
}

.ovvk-qanuk-popup textarea:disabled {
  padding: 0%;
  resize: none;
}

.ovvk-qanuk-popup textarea:disabled,
.ovvk-qanuk-popup select:disabled,
.ovvk-qanuk-popup input[type="date"]:disabled,
.ovvk-qanuk-popup input[type="text"]:disabled {
  border: none;
  background-color: inherit;
  color: initial;
  box-shadow: none;
}

.onlinevvk-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.onlinevvk-switch-sm {
  width: 42px !important;
  height: 22px !important;
}

.onlinevvk-switch .onlinevvk-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.onlinevvk-switch-sm .onlinevvk-slider:before {
  height: 20px !important;
  width: 20px !important;
}

.onlinevvk-switch .onlinevvk-slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 1px;
  bottom: 1px;
  background-color: var(--hrsl-document-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.onlinevvk-switch input:checked + .onlinevvk-slider {
  background-color: #007cba;
}

.onlinevvk-switch input:focus + .onlinevvk-slider {
  box-shadow: 0 0 1px #ccc;
}

.onlinevvk-switch input:disabled + .onlinevvk-slider {
  cursor: not-allowed;
}

.onlinevvk-switch input:checked + .onlinevvk-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.ovvk-state-dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.ovvk-green-dot {
  background-color: #1bd89e;
}

.ovvk-orange-dot {
  background-color: var(--hrsl-orange-01);
}

.ovvk-red-dot {
  background-color: var(--hrsl-red-01);
}

.ovvk-small-dot{
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#ovvk-search-city-popover {
  height: 40vh;
  overflow-y: scroll;
}

.ovvk-payment-info-dashicon {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #3eb2d3;
}

.ovvk-small-dot {
  height: 18px !important;
  width: 18px !important;
  border-radius: 15px !important;
  display: inline-block;
}

.ovvk-checkout-payment-info-box,
.ovvk-checkout-socials-box {
  border-radius: 14px !important;
  box-shadow: 0 2px 18px 0 #e2e6ec;
}

.ovvk-socials-box-info-text {
  font-size: .75em;
}

.ovvk-checkout-info-box {
  border-radius: 0px 14px 14px 0px;
  border-top: 0px solid #e6e6e6 !important;
  border-right: 0px solid #e6e6e6 !important;
  border-bottom: 0px solid #e6e6e6 !important;
  box-shadow: 0 2px 18px 0 #e2e6ec;
}
.ovvk-checkout-info-box-greep-stripe {
  border: 8px solid rgb(97, 166, 48) !important;
  border-radius: 14px 0px 0px 14px;
  z-index: 1;
}
#ovvk-checkout-ticket-download-buttom {
  color: white;
  background-color: #50a9c2;
  border: 1px solid #50a9c2;
}
#ovvk-checkout-ticket-download-info {
  text-align: center;
  font-size: 10px;
}
#ovvk-checkout-newsletter-container {
  border: 0px solid #e6e6e6 !important;
  box-shadow: 0 2px 18px 0 #e2e6ec;
  border-radius: 5px;
}
.mc4wp-form-6087 input[type="submit"] {
  color: white;
  background-color: #50a9c2;
  border: 1px solid #50a9c2;
  border-radius: 50rem !important;
}
.mc4wp-form-6087 input[type="text"],
.mc4wp-form-6087 input[type="email"] {
  background-color: white !important;
  border-radius: 5px !important;
  border: 1px solid rgb(106, 106, 106) !important;
}
@media screen and (min-width: 784px) {
  /* and (max-width: 960px) */

  .mc4wp-form-6087 input[type="text"],
  .mc4wp-form-6087 input[type="email"] {
    width: 50% !important;
  }
}
@media screen and (min-width: 961px) {
  /* and (max-width: 960px) */

  .mc4wp-form-6087 input[type="text"],
  .mc4wp-form-6087 input[type="email"] {
    width: 30% !important;
  }
}

.ovvk-mb-60 {
  margin-bottom: 60px !important;
}

.ovvk-mail-replacement-shortcode {
  background-color: #fff !important;
  border: 3px solid #dcdcde !important;
  border-radius: 5px !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  color: black !important;
  padding: 5px 10px !important;
}

h2 {
  font-size: 23px !important;
}

.cities_overview .column-tickets,
.cities_overview .column-t_check,
.cities_overview .column-revenue,
.cities_overview .column-free_tickets,
.cities_overview .column-max_tickets,
.cities_overview .column-freeticket_codes,
.cities_overview .column-jute_bags,
.cities_overview .column-certificate_delivery,
.cities_overview .column-ticket_delivery,
.cities_overview .column-hoodies,
.cities_overview .column-diplomhut,
.cities_overview .column-patch,
.cities_overview .column-times {
  text-align: right !important;
}

#ovvk-detailed-city-view-2g-mass-mail-final-subject,
#ovvk-detailed-city-view-mass-mail-final-subject {
  font-size: 16px !important;
}

#ovvk-overview-main-table td {
  white-space: nowrap;
}

#ovvk-overview-main-table .column-event_type {
  text-align: center !important;
}

#ovvk-table-overview_main {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#ovvk-table-overview_main td.end_location sup {
  font-size: 0.74em;
  top: -0.9em;
}

.dashicons.dashicons-buddicons-groups {
  color: #37b5cf !important;
}

.ovvk-fs-8 {
  font-size: 9px;
}

#ovvk-overview-main-table tbody td {
  padding: 3px 8px !important;
  vertical-align: middle;
}

#ovvk-table-amount-of-orders div.tablenav.bottom,
#ovvk-table-last-10-purchases div.tablenav.bottom {
  display: none;
}

#onlinevvk-participants-details-table-container td.ticket_delivery div {
  background-repeat: no-repeat;
}

#onlinevvk-participants-details-table-container
  td.ticket_delivery
  div.print-at-home {
  background-image: url(../img/phone.svg);
}
#onlinevvk-participants-details-table-container
  td.ticket_delivery
  div.standard {
  background-image: url(../img/mail.svg);
}
#onlinevvk-participants-details-table-container
  td.ticket_delivery
  div.express-versichert {
  background-color: url(../img/parcel.svg);
}

.page-button {
  width: 5ch;
  background-color: transparent;
  border: 1px solid black;
  padding: 0.2rem;
  margin: 0.2rem;
  cursor: pointer;
  border-radius: 0.2rem;
}

button.page-button:hover {
  filter: brightness(1.2);
}

button.page-button:active {
  filter: brightness(0.8);
}

.sub_nav .nav-link.clickable {
    cursor: pointer;
    color: black;
    border-bottom-color: #dedede;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.sub_nav .nav-link.clickable.active {
    border-bottom-color: rgb(34, 113, 177) !important;
    color: rgb(34, 113, 177) !important;
}
/* Rules for the global sales on the overview page */
#ovvk_sales_chart_container {
  position: relative;
  height: 440px;
}
.ovvk_sales_chart_history_global {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*Inputs*/
.ovvk_sales_chart_buttons {
  display: flex;
  position: relative;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.ovvk_sales_chart_button {
  background-color: transparent;
  margin-right: 4ch;
  border: none;
  padding-bottom: 1rem;

  cursor: pointer;
}
.ovvk_sales_chart_button.active {
  color: #007cba;
}

/* Smartphone Ausgabe */
@media screen and (max-width: 782px) {

  .ovvk_sales_chart_button {
	  background-color: transparent;
	  margin-right: 0;
	  border: none;
	  padding-bottom: 0;
	  cursor: pointer;
  }
  #ovvk_sales_chart_container {
	  position: relative;
	  height: 0px;
  }
	#ovvk-overview-info-table-container {
		margin-bottom: 20px;
	}
}

/*slider*/

#sales_chart_slider_container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*underline*/
#sales_chart_slider {
  height: 2px;
  background-color: #e2e6ec;
}

#sales_chart_slider_active {
  position: relative;
  width: 0px;
  top: -2px;
  height: 2px;

  background-color: #007cba;

  transition: all 0.5s ease-in-out;
}

.hrsl-btn {
  font-size: 13px !important;
  color: #fff !important;
  box-shadow: none !important;
  padding: 5px 48px !important;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799 !important;
  background-color: #006799;
  border-color: #3b8dc1 !important;
  text-align: center;
  min-width: 180px;
  height: 40px;
}

/* Toggle slider CSS */
.form-wrap label.switch {
  margin-bottom: 3px;
  padding: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 14px;
  margin-bottom: unset;
}
.switch.medium {
  width: 40px;
  height: 20px;
}

.switch.large {
  width: 52px;
  height: 27px;
}

.switch input {
  opacity: 0 !important;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

input:disabled + .slider {
  opacity: 0.7;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.switch.large .slider:before {
  height: 25px;
  width: 25px;
  left: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}
.switch.medium .slider:before {
  height: 19px;
  width: 20px;
  left: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}

input:checked + .slider {
  background-color: #007cba;
}

input:focus + .slider {
  box-shadow: 0 0 1px #007cba;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.switch.large input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}

.switch.medium input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.large .slider.round {
  height: 25px;
  width: 50px;
}

.medium .slider.round {
  height: 21px;
  width: 42px;
}

.slider.round:before {
  border-radius: 50%;
}

.ovvk-bg-danger {
  background-color: #fe667b;
}

/* END: Rules for the global sales on the overview page */

/* Start Settings */

#ovvk-settings-container {
  background: #fff;
}

.ovvk-settings-delete-client-button {
  color: #fe667b;
}

.ovvk-settings-log-dates-row {
  scrollbar-width: none;
}

.ovvk-log-date-filler,
.ovvk-settings-log-dates-row a {
  color: rgb(0, 0, 0);
  border-width: 2px !important;
}

.ovvk-settings-log-dates-row a:focus {
  outline: none;
  box-shadow: none;
}

.ovvk-settings-log-dates-row a.selected-date {
  border-bottom-color: rgb(34, 113, 177) !important;
  color: rgb(34, 113, 177) !important;
}

#ovvkDataModal {
  z-index: 9999;
}

.ovvk-dashicon-btn {
  background: unset;
  border: unset;
}

.ovvk-toggable-table-row[data-ovvk-expanded="false"] td span.dashicons-arrow-down-alt2 {
    display: none;
}

.ovvk-toggable-table-row[data-ovvk-expanded="true"] td span.dashicons-arrow-right-alt2 {
    display: none;
}

.ovvk-disabled-switch {
  pointer-events: none !important;
  filter: grayscale(1);
  opacity: 0.5;
}

th.ovvk-sortable-col .dashicons-arrow-up-alt2,
th.ovvk-sortable-col .dashicons-arrow-down-alt2 {
  visibility: hidden;
}

th.ovvk-sortable-col.ovvk-sorted-col[data-ovvk-sort-order="ASC"] .dashicons-arrow-up-alt2,
th.ovvk-sortable-col.ovvk-sorted-col[data-ovvk-sort-order="DESC"] .dashicons-arrow-up-alt2 {
  visibility: visible;
}

th.ovvk-sortable-col.ovvk-sorted-col[data-ovvk-sort-order="ASC"] .dashicons-arrow-up-alt2 {
  transform: rotate(0deg);
}

th.ovvk-sortable-col.ovvk-sorted-col[data-ovvk-sort-order="DESC"] .dashicons-arrow-up-alt2 {
  transform: rotate(180deg);
}

.ovvk-section-slider {
  position: relative;
}

.ovvk-section-slider .ovvk-slider-border {
    position: absolute;
    border-bottom: 2px solid #007cba;
    left: 0px;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.ovvk-section-slider-button {
  padding-bottom: 1rem;
  cursor: pointer;
  border-bottom: 2px solid var(--hrsl-border-grey);
}

.ovvk-section-slider-fill-button {
  width: 100%;
  border-bottom: 2px solid var(--hrsl-border-grey);
}

.ovvk-section-slider-button-separator {
  min-width: 1rem;
  border-bottom: 2px solid var(--hrsl-border-grey);
}

.ovvk-section-slider-button.ovvk-selected {
  color: #007cba;
}

@media only screen and (max-width: 768px) {
  .ovvk-ticket-wrapper,
  .ovvk-ticket-wrapper select {
    font-size: 12px !important;
  }
  .ovvk-ticket-wrapper select {
    min-height: 30px !important;
  }
}

.ovvk-scan-report-table td,
.ovvk-scan-report-table th {
  font-size: 12px;
}

.ovvk-scan-report-table td {
  padding: 10px 7px;
}

.ovvk-scan-report-table tbody tr:nth-of-type(2) td {
  font-size: 8px !important;
  max-width: 50px;
}

.ovvk-scan-report-table tbody td:nth-child(1n+6) {
  border-left: 1px var(--hrsl-border-grey) solid !important;
}

.ovvk-section-slider {
  overflow-x: scroll;
}

.ovvk-green-pill-badge {
  color:white;
  display: inline-block;
  width: 36px;
  font-weight: normal;
  background-color: var(--hrsl-green-01);
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--hrsl-green-01);
}

.ovvk-scan-chart-container {
  min-height: 500px;
}