/*!
 * Datepicker v1.0.9
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-09-21T06:57:30.334Z
 */

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}


.tx_iuticketcancellation .cord {
    margin-bottom: 3rem;
}
.tx_iuticketcancellation .cord ul[data-action="input"] .input,
.tx_iuticketcancellation .cord ul[data-action="check"] .check,
.tx_iuticketcancellation .cord ul[data-action="optin"] .optin {
    color: #e3000f;
}
.tx_iuticketcancellation .cord ul li {
    display: inline-block;
    position: relative;
    margin-left: 0.6rem;
    padding-left: 1.25rem;
    color: #6f747a;
}
.tx_iuticketcancellation .cord ul li::before {
    color: black;
}
.tx_iuticketcancellation .cord ul li:first-of-type {
    margin-left: 0;
    padding-left: 0;
}
.tx_iuticketcancellation .cord ul li:first-of-type::before {
    display: none;
}

.tx_iuticketcancellation span.required,
.tx_iuticketcancellation .required-fields {
    color: #e3000f;
}

.tx_iuticketcancellation .form-control:disabled,
.tx_iuticketcancellation .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.tx_iuticketcancellation .required-fields {
    margin-bottom: 1rem;
}

.tx_iuticketcancellation label {
    margin: 0;
}

.tx_iuticketcancellation .form-hint {
    margin-top: .5rem;
}

.tx_iuticketcancellation .toggled-link {
    display: none;
}

.tx_iuticketcancellation.bsag .toggled-link {
    display: block;
}

.tx_iuticketcancellation.unselected .toggled-link,
.tx_iuticketcancellation.unselected .toggled-form,
.tx_iuticketcancellation.bsag .toggled-form {
    display: none;
}

.tx_iuticketcancellation .button-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
}
.tx_iuticketcancellation .button-group .prev:before
.tx_iuticketcancellation .button-group .next:before {
    font-family: "Font Awesome 6 Pro";
    font-size: 1rem;
    margin-right: 0.5rem;
}
.tx_iuticketcancellation .button-group .prev:before {
    content: '\f104';
}
.tx_iuticketcancellation .button-group .next:before {
    content: '\f105';
}

.tx_iuticketcancellation .form-group input[type="text"],
.tx_iuticketcancellation .form-group input[type="email"],
.tx_iuticketcancellation .form-group label {
    width: 100%;
}

.tx_iuticketcancellation .form-group {
    margin-bottom: 1rem;
}

.tx_iuticketcancellation .form-group.split {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    flex-direction: column;
}

/* fix a month picker display flaw (VBN0094) */
.datepicker-panel > ul > li.highlighted.picked {
    background: #e3000f !important;
}


@media (min-width: 1024px) {
    .tx_iuticketcancellation .form-group.split {
        gap: 1.5rem;
        justify-content: space-between;
        flex-direction: row;
    }
}

.tx_iuticketcancellation h2 {
    padding-top: 1.5rem;
    text-transform: none;
}

.tx_iuticketcancellation label {
    line-height: 1.5;
}
.tx_iuticketcancellation .parsley-errors-list {
    margin: 5px 0 20px 0;
    padding: 2px 0px;
    list-style-type: none;
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    width: 100%;
    float: right;
    clear: left;
}
.tx_iuticketcancellation .parsley-errors-list > li {
    color: #A94442;
    padding: 5px 10px;
}

.tx_iuticketcancellation label.checkbox.parsley-error {
    padding: 0.25rem 0.5rem;
}

.tx_iuticketcancellation .selectize-control.single .selectize-input:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    line-height: 2;
    display: block;
    position: absolute;
    top: 0.6rem;
    right: 1.75rem;
    border: none;
    pointer-events: none;
}

.tx_iuticketcancellation .typo3-messages .alert-message {
    margin-bottom: 0;
    line-height: 1.25;
}

.tx_iuticketcancellation .typo3-messages .alert-success {
    color: #00764c;
    background-color: #ccf9d0;
    border-color: #ccf9d0;
}

.tx_iuticketcancellation .typo3-messages li:before {
    display: none;
}

.tx_iuticketcancellation .parsley-errors-list:empty {
    display: none;
}

.tx_iuticketcancellation .parsley-errors-list li {
    line-height: 1.2 !important;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem !important;
    font-size: 90%;
    float: none;
}

.tx_iuticketcancellation .parsley-errors-list li::before {
    font-size: inherit;
    left: 0.25rem;
}

.tx_iuticketcancellation .tx-powermail .powermail_fieldset .parsley-errors-list {
    margin-bottom: 5px;
}


