.mb-6 {
  margin-bottom: 5rem !important;
}

.mt-1row {
  margin-top: 36px !important;
}

.tx-user-tda.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 576px) {
  .tx-user-tda.container {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .tx-user-tda.container {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .tx-user-tda.container {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .tx-user-tda.container {
    max-width: 950px;
  }
}
@media (min-width: 1700px) {
  .tx-user-tda.container {
    max-width: 1366.6666666667px;
  }
}

.form-control {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.form-control[type=time] {
  height: auto !important;
  line-height: 1 !important;
}
.form-control:focus {
  box-shadow: none;
}
.form-control.f3-form-error {
  border: 0;
  border-bottom: 1px solid red;
  background-color: transparent;
  color: red;
}
.form-control.f3-form-error + label {
  color: red;
}

textarea.form-control.f3-form-error {
  border: 1px solid red;
}

.errorMessage {
  display: none;
}

.formerrors:not(:empty) {
  margin-bottom: 2em;
}
.formerrors .errorMessage {
  display: block;
  color: red;
}
.formerrors ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  color: red;
}

form .swiper-wrapper {
  box-sizing: border-box;
}

.swiper-slide {
  /*padding-top: 2.5em;*/
}

.previewForm .form-control:disabled, .previewForm .form-control[readonly] {
  background: #fff;
}

fieldset > legend.h2 {
  float: left;
}

fieldset.dates .col-12 > * {
  display: inline-block !important;
  margin-bottom: 0 !important;
  vertical-align: middle;
  margin-right: 0.75em;
}
fieldset.dates .col-12 > * .form-control {
  width: auto !important;
}

.eventType fieldset legend,
fieldset.checkbox legend,
fieldset.select legend {
  float: left;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  width: auto;
  padding: 0.5rem 2em 0.5rem 0;
}
.eventType fieldset legend + div > div,
fieldset.checkbox legend + div > div,
fieldset.select legend + div > div {
  display: flex;
  flex-flow: row nowrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.eventType fieldset legend + div > div .bubbleButton,
fieldset.checkbox legend + div > div .bubbleButton,
fieldset.select legend + div > div .bubbleButton {
  flex: 0 1 100%;
  margin-right: 0;
}
.eventType fieldset legend + div > div .bubbleButton:last-child,
fieldset.checkbox legend + div > div .bubbleButton:last-child,
fieldset.select legend + div > div .bubbleButton:last-child {
  margin-right: 0;
}
.eventType fieldset legend + div > div .bubbleButton label,
fieldset.checkbox legend + div > div .bubbleButton label,
fieldset.select legend + div > div .bubbleButton label {
  width: 100%;
}
@media (max-width: 991.98px) {
  .eventType fieldset legend + div > div,
  fieldset.checkbox legend + div > div,
  fieldset.select legend + div > div {
    flex-flow: row wrap;
  }
  .eventType fieldset legend + div > div .bubbleButton,
  fieldset.checkbox legend + div > div .bubbleButton,
  fieldset.select legend + div > div .bubbleButton {
    flex: 0 1 100%;
  }
}

.tx-user-tda ul.events {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tx-user-tda ul.events li.event {
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 1em;
}
.tx-user-tda ul.events li.event .edit {
  color: #fff;
  background-color: #000;
  border-radius: 25px;
  padding-block: 25px;
  margin: 0;
  flex: 1 1 auto;
  margin-right: 1em;
  text-decoration: none;
}
.tx-user-tda ul.events li.event .actions {
  flex: 0 1 auto;
  text-align: center;
}
.tx-user-tda ul.events li.event .actions a {
  display: inline-block;
}
.tx-user-tda ul.events li.event .actions a img {
  display: inline-block;
}
.tx-user-tda .eventCategories .tags {
  overflow: hidden;
}
.tx-user-tda .eventCategories .tags legend {
  float: left;
  width: 200px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.tx-user-tda .eventCategories .tags > div {
  float: left;
  width: calc(100% - 200px);
  border: 1px solid #000;
  padding: 15px 15px 7px 15px;
  border-radius: 25px;
  margin-bottom: 1em;
}

.form-row {
  margin-bottom: 0.5em;
}
.form-row .form-label-group input.form-control {
  height: calc(1.5em + 1.5rem + 2px);
}
.form-row .form-label-group textarea.form-control {
  border-radius: 25px;
}
.form-row .form-label-group textarea:not(:-moz-placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * 3.5);
}
.form-row .form-label-group textarea:not(:placeholder-shown),
.form-row .form-label-group textarea:focus {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * 3.5);
}
.form-row .form-label-group textarea:not(:-moz-placeholder-shown) ~ label {
  top: calc(var(--top-position) * 1.5);
  top: 30px;
  left: 5px;
}
.form-row .form-label-group textarea:not(:placeholder-shown) ~ label,
.form-row .form-label-group textarea:focus ~ label {
  top: calc(var(--top-position) * 1.5);
  top: 30px;
  left: 5px;
}

.user-link-pi1 .btn-primary,
.user-link-pi1 .btn-secondary {
  width: 100%;
}

main#maincontent {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.btn-outline-primary.btn-4040,
.btn-primary.btn-4040,
.bubbleButton label.btn-4040,
body.page14 .btn-primary,
body.page20 .btn-primary,
body.page13 .btn-primary {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 2.5rem !important;
  line-height: 1 !important;
}

.imageUpload .image .delete, .imageUpload .image img:not([src=""]) ~ .close {
  display: block !important;
  border: 0;
  background: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  z-index: 10;
}

.imageUpload {
  position: relative;
}
.imageUpload .image {
  border: 1px solid #000;
  border-radius: 15px;
  overflow: hidden;
}
.imageUpload .image img[src=""] ~ .spacer:before,
.imageUpload .image img:not([src]) ~ .spacer:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.imageUpload .image img {
  display: block;
}
.imageUpload .i {
  position: absolute;
  inset: 20px;
  overflow: hidden;
}
.imageUpload input[type=file] {
  position: absolute;
  top: -9999px;
  left: -999px;
  opacity: 0;
}
.imageUpload label {
  cursor: pointer;
  display: block;
}
.imageUpload label.empty {
  position: absolute;
  inset: 0;
  display: flex;
  vertical-align: middle;
}
.imageUpload label.empty span {
  display: inline-block;
  margin: auto;
  font-size: 80px;
  line-height: 100%;
}
.imageUpload img.preview {
  opacity: 0.5;
  margin: auto;
}
.imageUpload.error .image {
  border-color: red;
  color: red;
}

.participants legend {
  float: left;
  width: auto;
}
.participants .deleteBtn {
  float: left;
  border: 0;
  background: none;
  margin-left: 1rem;
  margin-top: 2.8rem;
}

#addParticipant .btn {
  padding-left: 1rem;
  padding-right: 1rem;
}

.delete-container {
  color: #fff;
  background-color: #000;
  border-radius: 25px;
  padding-block: 25px;
  padding-inline: 25px;
  margin: 0;
  flex: 1 1 auto;
  text-decoration: none;
}
.delete-container h2 {
  color: #fff;
}
.delete-container ul.dates {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.delete-container ul.dates li {
  margin-bottom: 0.5em;
}
.delete-container ul.dates li:last-child {
  margin-bottom: 0;
}
.delete-container ul.dates li span {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #000;
  padding: 5px 20px;
  border-radius: 25px;
  margin-right: 0.5em;
}
