@import url("https://use.typekit.net/rpz7kka.css");
.four-zero-four-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.four-zero-four-container:not(.compact) {
  height: 100vh;
  width: 100vw;
}
.four-zero-four-container .four-zero-four-wrapper {
  width: 50%;
}
.four-zero-four-container .four-zero-four-wrapper .four-zero-four-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.four-zero-four-container .four-zero-four-wrapper .four-zero-four-header i {
  font-size: 33px;
  margin-right: 15px;
}
.four-zero-four-container .four-zero-four-wrapper .four-zero-four-content {
  margin-top: 20px;
}
.four-zero-four-container .four-zero-four-wrapper .four-zero-four-content p {
  text-align: left !important;
}
.four-zero-four-container .four-zero-four-wrapper .four-zero-four-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.four-zero-four-container .four-zero-four-wrapper .four-zero-four-button-wrapper button i {
  margin-right: 5px;
}
.four-zero-four-container .four-zero-four-wrapper .four-zero-four-button-wrapper button:first-of-type {
  margin-left: 0 !important;
}
.four-zero-four-container .four-zero-four-wrapper .four-zero-four-button-wrapper button:last-of-type {
  margin-left: 10px !important;
}
@media only screen and (max-width : 1024px) {
  .four-zero-four-container .four-zero-four-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width : 480px) {
  .four-zero-four-container .four-zero-four-wrapper {
    width: 90%;
  }
}
.four-zero-four-container.compact .four-zero-four-wrapper {
  width: auto;
}
.alert,
.alert-primary,
.alert-secondary,
.alert-success,
.alert-warning,
.alert-danger,
.alert-info,
.alert-dark,
.alert-light {
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  border: none;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.alert a,
.alert-primary a,
.alert-secondary a,
.alert-success a,
.alert-warning a,
.alert-danger a,
.alert-info a,
.alert-dark a,
.alert-light a {
  color: #ffffff;
  text-decoration: underline;
}
.alert a:hover,
.alert-primary a:hover,
.alert-secondary a:hover,
.alert-success a:hover,
.alert-warning a:hover,
.alert-danger a:hover,
.alert-info a:hover,
.alert-dark a:hover,
.alert-light a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.alert.show,
.alert-primary.show,
.alert-secondary.show,
.alert-success.show,
.alert-warning.show,
.alert-danger.show,
.alert-info.show,
.alert-dark.show,
.alert-light.show {
  opacity: 1;
}
.alert .alert-heading,
.alert-primary .alert-heading,
.alert-secondary .alert-heading,
.alert-success .alert-heading,
.alert-warning .alert-heading,
.alert-danger .alert-heading,
.alert-info .alert-heading,
.alert-dark .alert-heading,
.alert-light .alert-heading {
  padding: 18px;
  background-color: rgba(0, 75, 237, 0.75);
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
}
.alert .alert-heading a,
.alert-primary .alert-heading a,
.alert-secondary .alert-heading a,
.alert-success .alert-heading a,
.alert-warning .alert-heading a,
.alert-danger .alert-heading a,
.alert-info .alert-heading a,
.alert-dark .alert-heading a,
.alert-light .alert-heading a {
  color: #ffffff;
  text-decoration: underline;
}
.alert .alert-body,
.alert-primary .alert-body,
.alert-secondary .alert-body,
.alert-success .alert-body,
.alert-warning .alert-body,
.alert-danger .alert-body,
.alert-info .alert-body,
.alert-dark .alert-body,
.alert-light .alert-body {
  font-size: 14px;
  padding: 18px;
  width: 100%;
}
.alert.alert-sm .alert-body,
.alert-primary.alert-sm .alert-body,
.alert-secondary.alert-sm .alert-body,
.alert-success.alert-sm .alert-body,
.alert-warning.alert-sm .alert-body,
.alert-danger.alert-sm .alert-body,
.alert-info.alert-sm .alert-body,
.alert-dark.alert-sm .alert-body,
.alert-light.alert-sm .alert-body {
  padding: 10px;
}
.alert.has-children,
.alert-primary.has-children,
.alert-secondary.has-children,
.alert-success.has-children,
.alert-warning.has-children,
.alert-danger.has-children,
.alert-info.has-children,
.alert-dark.has-children,
.alert-light.has-children {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
}
.alert.has-icon,
.alert-primary.has-icon,
.alert-secondary.has-icon,
.alert-success.has-icon,
.alert-warning.has-icon,
.alert-danger.has-icon,
.alert-info.has-icon,
.alert-dark.has-icon,
.alert-light.has-icon {
  display: flex;
  flex-direction: row;
}
.alert.has-icon .alert-icon,
.alert-primary.has-icon .alert-icon,
.alert-secondary.has-icon .alert-icon,
.alert-success.has-icon .alert-icon,
.alert-warning.has-icon .alert-icon,
.alert-danger.has-icon .alert-icon,
.alert-info.has-icon .alert-icon,
.alert-dark.has-icon .alert-icon,
.alert-light.has-icon .alert-icon {
  padding-left: 18px;
  padding-top: 13px;
}
.alert.has-icon .alert-icon i,
.alert-primary.has-icon .alert-icon i,
.alert-secondary.has-icon .alert-icon i,
.alert-success.has-icon .alert-icon i,
.alert-warning.has-icon .alert-icon i,
.alert-danger.has-icon .alert-icon i,
.alert-info.has-icon .alert-icon i,
.alert-dark.has-icon .alert-icon i,
.alert-light.has-icon .alert-icon i {
  font-size: 32px;
  line-height: 32px;
}
.alert.has-icon .alert-content,
.alert-primary.has-icon .alert-content,
.alert-secondary.has-icon .alert-content,
.alert-success.has-icon .alert-content,
.alert-warning.has-icon .alert-content,
.alert-danger.has-icon .alert-content,
.alert-info.has-icon .alert-content,
.alert-dark.has-icon .alert-content,
.alert-light.has-icon .alert-content {
  flex: 1;
}
.alert.has-icon .alert-content .alert-heading,
.alert-primary.has-icon .alert-content .alert-heading,
.alert-secondary.has-icon .alert-content .alert-heading,
.alert-success.has-icon .alert-content .alert-heading,
.alert-warning.has-icon .alert-content .alert-heading,
.alert-danger.has-icon .alert-content .alert-heading,
.alert-info.has-icon .alert-content .alert-heading,
.alert-dark.has-icon .alert-content .alert-heading,
.alert-light.has-icon .alert-content .alert-heading {
  background-color: transparent;
}
.alert.has-icon .alert-content .alert-heading ~ .alert-body,
.alert-primary.has-icon .alert-content .alert-heading ~ .alert-body,
.alert-secondary.has-icon .alert-content .alert-heading ~ .alert-body,
.alert-success.has-icon .alert-content .alert-heading ~ .alert-body,
.alert-warning.has-icon .alert-content .alert-heading ~ .alert-body,
.alert-danger.has-icon .alert-content .alert-heading ~ .alert-body,
.alert-info.has-icon .alert-content .alert-heading ~ .alert-body,
.alert-dark.has-icon .alert-content .alert-heading ~ .alert-body,
.alert-light.has-icon .alert-content .alert-heading ~ .alert-body {
  padding-top: 0;
}
.alert.has-icon.alert-tight .alert-icon,
.alert-primary.has-icon.alert-tight .alert-icon,
.alert-secondary.has-icon.alert-tight .alert-icon,
.alert-success.has-icon.alert-tight .alert-icon,
.alert-warning.has-icon.alert-tight .alert-icon,
.alert-danger.has-icon.alert-tight .alert-icon,
.alert-info.has-icon.alert-tight .alert-icon,
.alert-dark.has-icon.alert-tight .alert-icon,
.alert-light.has-icon.alert-tight .alert-icon {
  padding-left: 12px;
  padding-top: 10px;
}
.alert.has-icon.alert-tight .alert-content,
.alert-primary.has-icon.alert-tight .alert-content,
.alert-secondary.has-icon.alert-tight .alert-content,
.alert-success.has-icon.alert-tight .alert-content,
.alert-warning.has-icon.alert-tight .alert-content,
.alert-danger.has-icon.alert-tight .alert-content,
.alert-info.has-icon.alert-tight .alert-content,
.alert-dark.has-icon.alert-tight .alert-content,
.alert-light.has-icon.alert-tight .alert-content {
  padding: 1px;
}
.alert.has-icon.alert-tight .alert-content p,
.alert-primary.has-icon.alert-tight .alert-content p,
.alert-secondary.has-icon.alert-tight .alert-content p,
.alert-success.has-icon.alert-tight .alert-content p,
.alert-warning.has-icon.alert-tight .alert-content p,
.alert-danger.has-icon.alert-tight .alert-content p,
.alert-info.has-icon.alert-tight .alert-content p,
.alert-dark.has-icon.alert-tight .alert-content p,
.alert-light.has-icon.alert-tight .alert-content p {
  margin-bottom: 0.5rem;
}
.alert.has-icon.alert-tight .alert-content p:last-of-type,
.alert-primary.has-icon.alert-tight .alert-content p:last-of-type,
.alert-secondary.has-icon.alert-tight .alert-content p:last-of-type,
.alert-success.has-icon.alert-tight .alert-content p:last-of-type,
.alert-warning.has-icon.alert-tight .alert-content p:last-of-type,
.alert-danger.has-icon.alert-tight .alert-content p:last-of-type,
.alert-info.has-icon.alert-tight .alert-content p:last-of-type,
.alert-dark.has-icon.alert-tight .alert-content p:last-of-type,
.alert-light.has-icon.alert-tight .alert-content p:last-of-type {
  margin-bottom: 0;
}
.alert.has-icon.alert-tight .alert-heading,
.alert-primary.has-icon.alert-tight .alert-heading,
.alert-secondary.has-icon.alert-tight .alert-heading,
.alert-success.has-icon.alert-tight .alert-heading,
.alert-warning.has-icon.alert-tight .alert-heading,
.alert-danger.has-icon.alert-tight .alert-heading,
.alert-info.has-icon.alert-tight .alert-heading,
.alert-dark.has-icon.alert-tight .alert-heading,
.alert-light.has-icon.alert-tight .alert-heading {
  padding: 10px;
  padding-top: 12px;
  padding-bottom: 10px;
}
.alert.has-icon.alert-tight .alert-heading ~ .alert-body,
.alert-primary.has-icon.alert-tight .alert-heading ~ .alert-body,
.alert-secondary.has-icon.alert-tight .alert-heading ~ .alert-body,
.alert-success.has-icon.alert-tight .alert-heading ~ .alert-body,
.alert-warning.has-icon.alert-tight .alert-heading ~ .alert-body,
.alert-danger.has-icon.alert-tight .alert-heading ~ .alert-body,
.alert-info.has-icon.alert-tight .alert-heading ~ .alert-body,
.alert-dark.has-icon.alert-tight .alert-heading ~ .alert-body,
.alert-light.has-icon.alert-tight .alert-heading ~ .alert-body {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 14px;
}
.alert .alert-content p:last-of-type,
.alert-primary .alert-content p:last-of-type,
.alert-secondary .alert-content p:last-of-type,
.alert-success .alert-content p:last-of-type,
.alert-warning .alert-content p:last-of-type,
.alert-danger .alert-content p:last-of-type,
.alert-info .alert-content p:last-of-type,
.alert-dark .alert-content p:last-of-type,
.alert-light .alert-content p:last-of-type {
  margin-bottom: 0;
}
.alert .alert-close,
.alert-primary .alert-close,
.alert-secondary .alert-close,
.alert-success .alert-close,
.alert-warning .alert-close,
.alert-danger .alert-close,
.alert-info .alert-close,
.alert-dark .alert-close,
.alert-light .alert-close {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #ffffff;
  opacity: 0.6;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.alert .alert-close:hover,
.alert-primary .alert-close:hover,
.alert-secondary .alert-close:hover,
.alert-success .alert-close:hover,
.alert-warning .alert-close:hover,
.alert-danger .alert-close:hover,
.alert-info .alert-close:hover,
.alert-dark .alert-close:hover,
.alert-light .alert-close:hover {
  opacity: 1;
}
.alert-primary {
  background-color: rgba(0, 75, 237, 0.75);
}
.alert-primary .alert-heading {
  background-color: rgba(0, 75, 237, 0.75);
}
.alert-secondary {
  background-color: rgba(74, 82, 90, 0.75);
}
.alert-secondary .alert-heading {
  background-color: rgba(74, 82, 90, 0.75);
}
.alert-success {
  background-color: rgba(61, 220, 151, 0.75);
}
.alert-success .alert-heading {
  background-color: rgba(61, 220, 151, 0.75);
}
.alert-warning {
  background-color: rgba(250, 207, 67, 0.75);
  color: #24272b;
}
.alert-warning a,
.alert-warning .btn,
.alert-warning i.fal {
  color: #24272b;
}
.alert-warning .alert-heading {
  background-color: rgba(250, 207, 67, 0.75);
}
.alert-warning .learn-more {
  color: #24272b !important;
  border-color: #24272b !important;
}
.alert-warning .learn-more:hover {
  background-color: #24272b !important;
  color: #ffffff !important;
}
.alert-danger {
  background-color: rgba(231, 29, 54, 0.75);
}
.alert-danger .alert-heading {
  background-color: rgba(231, 29, 54, 0.75);
}
.alert-info {
  background-color: rgba(17, 169, 240, 0.7);
}
.alert-info .btn-info {
  background-color: #0d92d0 !important;
  color: #ffffff !important;
}
.alert-info .alert-heading {
  background-color: rgba(17, 169, 240, 0.7);
}
.alert-dark {
  background-color: #24272b;
}
.alert-dark .alert-heading {
  background-color: #24272b;
}
.alert-light {
  background-color: rgba(227, 230, 233, 0.7);
  color: rgba(36, 39, 43, 0.7);
}
.alert-light a,
.alert-light .btn,
.alert-light i.fal {
  color: rgba(36, 39, 43, 0.7);
}
.alert-light .btn i.fal {
  color: #ffffff;
}
.alert-light .alert-heading {
  background-color: rgba(227, 230, 233, 0.7);
}
.inline-error,
.inline-success {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transform: scale(0);
}
.inline-error .alert,
.inline-success .alert,
.inline-error .alert-primary,
.inline-success .alert-primary,
.inline-error .alert-secondary,
.inline-success .alert-secondary,
.inline-error .alert-success,
.inline-success .alert-success,
.inline-error .alert-warning,
.inline-success .alert-warning,
.inline-error .alert-danger,
.inline-success .alert-danger,
.inline-error .alert-info,
.inline-success .alert-info,
.inline-error .alert-dark,
.inline-success .alert-dark,
.inline-error .alert-light,
.inline-success .alert-light {
  color: #ffffff;
  cursor: default;
}
.inline-error.active,
.inline-success.active {
  transform: scale(1);
}
.inline-error .btn,
.inline-success .btn {
  margin-top: -3px;
  margin-left: 10px;
}
.inline-error .btn i,
.inline-success .btn i {
  color: #ffffff;
  opacity: 0.5;
}
.inline-error .btn:hover i,
.inline-success .btn:hover i {
  opacity: 1;
}
.wizard-step-enter {
  opacity: 0;
  transform: translate(0, 30px);
}
.wizard-step-enter-active {
  opacity: 1;
  transition: all ease-in-out 300ms;
  transform: translate(0, 0);
}
.wizard-step-exit {
  opacity: 1;
  transform: translate(0, 0);
}
.wizard-step-exit-active {
  opacity: 0;
  transition: all ease-in-out 300ms;
  transform: translate(0, 30px);
}
.wizard-help-step-enter {
  opacity: 0;
  transform: translate(0, 30px);
}
.wizard-help-step-enter-active {
  opacity: 1;
  transition: all ease-in-out 300ms;
  transform: translate(0, 0);
}
.wizard-help-step-exit {
  opacity: 1;
  transform: translate(0, 0);
}
.wizard-help-step-exit-active {
  opacity: 0;
  transition: all ease-in-out 300ms;
  transform: translate(0, 30px);
}
.fade-in {
  -webkit-transition: opacity ease-in-out 0.4s;
  -moz-transition: opacity ease-in-out 0.4s;
  -ms-transition: opacity ease-in-out 0.4s;
  -o-transition: opacity ease-in-out 0.4s;
  opacity: 0;
  pointer-events: none;
}
.fade-in.active {
  opacity: 1;
  pointer-events: all;
}
.publish-rocket {
  display: inline-block;
  position: relative;
  width: 140px;
  height: 140px;
  background: #004bed;
  border-radius: 70px;
  margin-bottom: 20px;
  overflow: hidden;
}
.publish-rocket > i {
  -webkit-transform: translate(-32px, -23px) rotate(-45deg);
  -moz-transform: translate(-32px, -23px) rotate(-45deg);
  -ms-transform: translate(-32px, -23px) rotate(-45deg);
  -o-transform: translate(-32px, -23px) rotate(-45deg);
  transition: all ease-in 1s;
  transition-delay: 1s;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) -6px 6px 4px;
  opacity: 1;
  pointer-events: none;
}
.publish-rocket .big-thumb i {
  color: white;
  font-size: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -moz-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -o-transform: translate(-50%, -50%) rotate(10deg) scale(0);
}
.publish-rocket .rocket-smoke {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
  -moz-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  -o-transform: translate(-50%, 20px);
  background-color: #ffffff;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0 6px 4px;
  transform-origin: bottom;
}
.publish-rocket.active > i {
  -webkit-transform: translate(-32px, -800px) rotate(-45deg);
  -moz-transform: translate(-32px, -800px) rotate(-45deg);
  -ms-transform: translate(-32px, -800px) rotate(-45deg);
  -o-transform: translate(-32px, -800px) rotate(-45deg);
  opacity: 0;
}
.publish-rocket.active .big-thumb i {
  -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -moz-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -o-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -webkit-animation: ThumbsUp 0.5s 2s linear 1 forwards;
  -moz-animation: ThumbsUp 0.5s 2s linear 1 forwards;
  -ms-animation: ThumbsUp 0.5s 2s linear 1 forwards;
  animation: ThumbsUp 0.5s 2s linear 1 forwards;
}
.publish-rocket.active .rocket-smoke.rs1 {
  -webkit-animation: RS1 1s 0.1s ease-out 1 forwards;
  -moz-animation: RS1 1s 0.1s ease-out 1 forwards;
  -ms-animation: RS1 1s 0.1s ease-out 1 forwards;
  animation: RS1 1s 0.1s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rs2 {
  -webkit-animation: RS2 1s 0.2s ease-out 1 forwards;
  -moz-animation: RS2 1s 0.2s ease-out 1 forwards;
  -ms-animation: RS2 1s 0.2s ease-out 1 forwards;
  animation: RS2 1s 0.2s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rs3 {
  -webkit-animation: RS1 1s 0.3s ease-out 1 forwards;
  -moz-animation: RS1 1s 0.3s ease-out 1 forwards;
  -ms-animation: RS1 1s 0.3s ease-out 1 forwards;
  animation: RS1 1s 0.3s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rs4 {
  -webkit-animation: RS3 1s 0.4s ease-out 1 forwards;
  -moz-animation: RS3 1s 0.4s ease-out 1 forwards;
  -ms-animation: RS3 1s 0.4s ease-out 1 forwards;
  animation: RS3 1s 0.4s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rs5 {
  -webkit-animation: RS4 1s 0.5s ease-out 1 forwards;
  -moz-animation: RS4 1s 0.5s ease-out 1 forwards;
  -ms-animation: RS4 1s 0.5s ease-out 1 forwards;
  animation: RS4 1s 0.5s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rs6 {
  -webkit-animation: RS1 1s 0.6s ease-out 1 forwards;
  -moz-animation: RS1 1s 0.6s ease-out 1 forwards;
  -ms-animation: RS1 1s 0.6s ease-out 1 forwards;
  animation: RS1 1s 0.6s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rs7 {
  -webkit-animation: RS2 1s 0.7s ease-out 1 forwards;
  -moz-animation: RS2 1s 0.7s ease-out 1 forwards;
  -ms-animation: RS2 1s 0.7s ease-out 1 forwards;
  animation: RS2 1s 0.7s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rs8 {
  -webkit-animation: RS3 1s 0.8s ease-out 1 forwards;
  -moz-animation: RS3 1s 0.8s ease-out 1 forwards;
  -ms-animation: RS3 1s 0.8s ease-out 1 forwards;
  animation: RS3 1s 0.8s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rs9 {
  -webkit-animation: RS4 1s 0.9s ease-out 1 forwards;
  -moz-animation: RS4 1s 0.9s ease-out 1 forwards;
  -ms-animation: RS4 1s 0.9s ease-out 1 forwards;
  animation: RS4 1s 0.9s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rs10 {
  -webkit-animation: RS3 1s 1s ease-out 1 forwards;
  -moz-animation: RS3 1s 1s ease-out 1 forwards;
  -ms-animation: RS3 1s 1s ease-out 1 forwards;
  animation: RS3 1s 1s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rsr1 {
  -webkit-animation: RSR4 1s 0.1s ease-out 1 forwards;
  -moz-animation: RSR4 1s 0.1s ease-out 1 forwards;
  -ms-animation: RSR4 1s 0.1s ease-out 1 forwards;
  animation: RSR4 1s 0.1s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rsr2 {
  -webkit-animation: RSR2 1s 0.2s ease-out 1 forwards;
  -moz-animation: RSR2 1s 0.2s ease-out 1 forwards;
  -ms-animation: RSR2 1s 0.2s ease-out 1 forwards;
  animation: RSR2 1s 0.2s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rsr3 {
  -webkit-animation: RSR3 1s 0.3s ease-out 1 forwards;
  -moz-animation: RSR3 1s 0.3s ease-out 1 forwards;
  -ms-animation: RSR3 1s 0.3s ease-out 1 forwards;
  animation: RSR3 1s 0.3s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rsr4 {
  -webkit-animation: RSR1 1s 0.4s ease-out 1 forwards;
  -moz-animation: RSR1 1s 0.4s ease-out 1 forwards;
  -ms-animation: RSR1 1s 0.4s ease-out 1 forwards;
  animation: RSR1 1s 0.4s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rsr5 {
  -webkit-animation: RSR1 1s 0.5s ease-out 1 forwards;
  -moz-animation: RSR1 1s 0.5s ease-out 1 forwards;
  -ms-animation: RSR1 1s 0.5s ease-out 1 forwards;
  animation: RSR1 1s 0.5s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rsr6 {
  -webkit-animation: RSR4 1s 0.6s ease-out 1 forwards;
  -moz-animation: RSR4 1s 0.6s ease-out 1 forwards;
  -ms-animation: RSR4 1s 0.6s ease-out 1 forwards;
  animation: RSR4 1s 0.6s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rsr7 {
  -webkit-animation: RSR3 1s 0.7s ease-out 1 forwards;
  -moz-animation: RSR3 1s 0.7s ease-out 1 forwards;
  -ms-animation: RSR3 1s 0.7s ease-out 1 forwards;
  animation: RSR3 1s 0.7s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rsr8 {
  -webkit-animation: RSR3 1s 0.8s ease-out 1 forwards;
  -moz-animation: RSR3 1s 0.8s ease-out 1 forwards;
  -ms-animation: RSR3 1s 0.8s ease-out 1 forwards;
  animation: RSR3 1s 0.8s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rsr9 {
  -webkit-animation: RSR2 1s 0.9s ease-out 1 forwards;
  -moz-animation: RSR2 1s 0.9s ease-out 1 forwards;
  -ms-animation: RSR2 1s 0.9s ease-out 1 forwards;
  animation: RSR2 1s 0.9s ease-out 1 forwards;
}
.publish-rocket.active .rocket-smoke.rsr10 {
  -webkit-animation: RSR3 1s 1s ease-out 1 forwards;
  -moz-animation: RSR3 1s 1s ease-out 1 forwards;
  -ms-animation: RSR3 1s 1s ease-out 1 forwards;
  animation: RSR3 1s 1s ease-out 1 forwards;
}
@keyframes RS1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  1% {
    opacity: 0.5;
    -webkit-transform: translate(-15px, 25px) scale(1);
    -moz-transform: translate(-15px, 25px) scale(1);
    -ms-transform: translate(-15px, 25px) scale(1);
    -o-transform: translate(-15px, 25px) scale(1);
  }
  5% {
    opacity: 1;
    -webkit-transform: translate(-20px, 35px) scale(1.25);
    -moz-transform: translate(-20px, 35px) scale(1.25);
    -ms-transform: translate(-20px, 35px) scale(1.25);
    -o-transform: translate(-20px, 35px) scale(1.25);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-250px, 45px) scale(0.5);
    -moz-transform: translate(-250px, 45px) scale(0.5);
    -ms-transform: translate(-250px, 45px) scale(0.5);
    -o-transform: translate(-250px, 45px) scale(0.5);
  }
}
@keyframes RS2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  1% {
    opacity: 0.5;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  5% {
    opacity: 1;
    -webkit-transform: translate(-20px, 45px) scale(1.5);
    -moz-transform: translate(-20px, 45px) scale(1.5);
    -ms-transform: translate(-20px, 45px) scale(1.5);
    -o-transform: translate(-20px, 45px) scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-250px, 45px) scale(0.5);
    -moz-transform: translate(-250px, 45px) scale(0.5);
    -ms-transform: translate(-250px, 45px) scale(0.5);
    -o-transform: translate(-250px, 45px) scale(0.5);
  }
}
@keyframes RS3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  1% {
    opacity: 0.5;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  5% {
    opacity: 1;
    -webkit-transform: translate(-20px, 45px) scale(2);
    -moz-transform: translate(-20px, 45px) scale(2);
    -ms-transform: translate(-20px, 45px) scale(2);
    -o-transform: translate(-20px, 45px) scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-250px, 45px) scale(0.5);
    -moz-transform: translate(-250px, 45px) scale(0.5);
    -ms-transform: translate(-250px, 45px) scale(0.5);
    -o-transform: translate(-250px, 45px) scale(0.5);
  }
}
@keyframes RS4 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  1% {
    opacity: 0.5;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  5% {
    opacity: 1;
    -webkit-transform: translate(-20px, 45px) scale(2.5);
    -moz-transform: translate(-20px, 45px) scale(2.5);
    -ms-transform: translate(-20px, 45px) scale(2.5);
    -o-transform: translate(-20px, 45px) scale(2.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-250px, 45px) scale(1.2);
    -moz-transform: translate(-250px, 45px) scale(1.2);
    -ms-transform: translate(-250px, 45px) scale(1.2);
    -o-transform: translate(-250px, 45px) scale(1.2);
  }
}
@keyframes RSR1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  1% {
    opacity: 0.5;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  5% {
    opacity: 1;
    -webkit-transform: translate(-10px, 45px) scale(1.25);
    -moz-transform: translate(-10px, 45px) scale(1.25);
    -ms-transform: translate(-10px, 45px) scale(1.25);
    -o-transform: translate(-10px, 45px) scale(1.25);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(235px, 45px) scale(0.5);
    -moz-transform: translate(235px, 45px) scale(0.5);
    -ms-transform: translate(235px, 45px) scale(0.5);
    -o-transform: translate(235px, 45px) scale(0.5);
  }
}
@keyframes RSR2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  1% {
    opacity: 0.5;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  5% {
    opacity: 1;
    -webkit-transform: translate(-10px, 45px) scale(1.5);
    -moz-transform: translate(-10px, 45px) scale(1.5);
    -ms-transform: translate(-10px, 45px) scale(1.5);
    -o-transform: translate(-10px, 45px) scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(235px, 45px) scale(0.5);
    -moz-transform: translate(235px, 45px) scale(0.5);
    -ms-transform: translate(235px, 45px) scale(0.5);
    -o-transform: translate(235px, 45px) scale(0.5);
  }
}
@keyframes RSR3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  1% {
    opacity: 0.5;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  5% {
    opacity: 1;
    -webkit-transform: translate(-10px, 45px) scale(2);
    -moz-transform: translate(-10px, 45px) scale(2);
    -ms-transform: translate(-10px, 45px) scale(2);
    -o-transform: translate(-10px, 45px) scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(235px, 45px) scale(0.5);
    -moz-transform: translate(235px, 45px) scale(0.5);
    -ms-transform: translate(235px, 45px) scale(0.5);
    -o-transform: translate(235px, 45px) scale(0.5);
  }
}
@keyframes RSR4 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  1% {
    opacity: 0.5;
    -webkit-transform: translate(-15px, 20px) scale(1);
    -moz-transform: translate(-15px, 20px) scale(1);
    -ms-transform: translate(-15px, 20px) scale(1);
    -o-transform: translate(-15px, 20px) scale(1);
  }
  5% {
    opacity: 1;
    -webkit-transform: translate(-10px, 45px) scale(2.5);
    -moz-transform: translate(-10px, 45px) scale(2.5);
    -ms-transform: translate(-10px, 45px) scale(2.5);
    -o-transform: translate(-10px, 45px) scale(2.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(235px, 45px) scale(1.2);
    -moz-transform: translate(235px, 45px) scale(1.2);
    -ms-transform: translate(235px, 45px) scale(1.2);
    -o-transform: translate(235px, 45px) scale(1.2);
  }
}
.save-disk {
  display: inline-block;
  position: relative;
  width: 140px;
  height: 140px;
  background: #004bed;
  border-radius: 70px;
  margin-bottom: 20px;
}
.save-disk > i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) -6px 6px 4px;
  opacity: 1;
  pointer-events: none;
  transform-origin: center center;
  -webkit-transform: rotate(0deg) translate(-29px, -33px);
  -moz-transform: rotate(0deg) translate(-29px, -33px);
  -ms-transform: rotate(0deg) translate(-29px, -33px);
  -o-transform: rotate(0deg) translate(-29px, -33px);
}
.submit-plane {
  display: inline-block;
  position: relative;
  width: 140px;
  height: 140px;
  background: #004bed;
  border-radius: 70px;
  margin-bottom: 20px;
}
.submit-plane > i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) -6px 6px 4px;
  opacity: 1;
  pointer-events: none;
  transform-origin: center center;
  -webkit-transform: rotate(0deg) translate(-36px, -31px);
  -moz-transform: rotate(0deg) translate(-36px, -31px);
  -ms-transform: rotate(0deg) translate(-36px, -31px);
  -o-transform: rotate(0deg) translate(-36px, -31px);
}
.submit-plane .big-thumb i {
  color: white;
  font-size: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -moz-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -o-transform: translate(-50%, -50%) rotate(10deg) scale(0);
}
.submit-plane.active {
  -webkit-animation: PaperPlaneCircle 3s 2s linear 1 forwards;
  -moz-animation: PaperPlaneCircle 3s 2s linear 1 forwards;
  -ms-animation: PaperPlaneCircle 3s 2s linear 1 forwards;
  animation: PaperPlaneCircle 3s 2s linear 1 forwards;
}
.submit-plane.active > i {
  -webkit-animation: PaperPlane 3s 2s linear 1 forwards;
  -moz-animation: PaperPlane 3s 2s linear 1 forwards;
  -ms-animation: PaperPlane 3s 2s linear 1 forwards;
  animation: PaperPlane 3s 2s linear 1 forwards;
  -webkit-animation-direction: forwards;
  -o-animation-direction: forwards;
  -moz-animation-direction: forwards;
  animation-direction: forwards;
}
.submit-plane.active .big-thumb i {
  -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -moz-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -o-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  -webkit-animation: ThumbsUp 0.5s 4.5s linear 1 forwards;
  -moz-animation: ThumbsUp 0.5s 4.5s linear 1 forwards;
  -ms-animation: ThumbsUp 0.5s 4.5s linear 1 forwards;
  animation: ThumbsUp 0.5s 4.5s linear 1 forwards;
}
@keyframes PaperPlane {
  0% {
    -webkit-transform: rotate(0deg) translate(-36px, -31px);
    -moz-transform: rotate(0deg) translate(-36px, -31px);
    -ms-transform: rotate(0deg) translate(-36px, -31px);
    -o-transform: rotate(0deg) translate(-36px, -31px);
  }
  10% {
    color: #004bed;
    -webkit-transform: rotate(140deg) translate(-36px, -122px);
    -moz-transform: rotate(140deg) translate(-36px, -122px);
    -ms-transform: rotate(140deg) translate(-36px, -122px);
    -o-transform: rotate(140deg) translate(-36px, -122px);
  }
  56% {
    color: #004bed;
    -webkit-transform: rotate(140deg) translate(-36px, -122px);
    -moz-transform: rotate(140deg) translate(-36px, -122px);
    -ms-transform: rotate(140deg) translate(-36px, -122px);
    -o-transform: rotate(140deg) translate(-36px, -122px);
  }
  66% {
    color: #004bed;
    opacity: 1;
    -webkit-transform: rotate(50deg) translate(-36px, -152px);
    -moz-transform: rotate(50deg) translate(-36px, -152px);
    -ms-transform: rotate(50deg) translate(-36px, -152px);
    -o-transform: rotate(50deg) translate(-36px, -152px);
  }
  100% {
    color: #004bed;
    opacity: 0;
    -webkit-transform: rotate(0deg) translate(800px, -800px);
    -moz-transform: rotate(0deg) translate(800px, -800px);
    -ms-transform: rotate(0deg) translate(800px, -800px);
    -o-transform: rotate(0deg) translate(800px, -800px);
  }
}
@keyframes PaperPlaneCircle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  66% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
  }
}
@-webkit-keyframes ThumbsUp {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(0);
    -moz-transform: translate(-50%, -50%) rotate(10deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(10deg) scale(0);
    -o-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
    -moz-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
    -ms-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
    -o-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
}
@-moz-keyframes ThumbsUp {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(0);
    -moz-transform: translate(-50%, -50%) rotate(10deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(10deg) scale(0);
    -o-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
    -moz-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
    -ms-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
    -o-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
}
@-o-keyframes ThumbsUp {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(0);
    -moz-transform: translate(-50%, -50%) rotate(10deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(10deg) scale(0);
    -o-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
    -moz-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
    -ms-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
    -o-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
}
@keyframes ThumbsUp {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(0);
    -moz-transform: translate(-50%, -50%) rotate(10deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(10deg) scale(0);
    -o-transform: translate(-50%, -50%) rotate(10deg) scale(0);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
    -moz-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
    -ms-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
    -o-transform: translate(-50%, -50%) rotate(-41deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    -o-transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes Pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  20% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  22% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  52% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.cart-transition-well {
  background-color: #ffffff;
  transform: translate(-24px, 0);
  padding: 0 24px;
  border-radius: 16px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0);
}
@media only screen and (max-width : 992px) {
  .cart-transition-well {
    transform: translate(-12px, 0);
    padding: 0 12px;
  }
}
.cart-transition-well.expand {
  transform: translate(-24px, -24px);
  padding: 24px;
  box-shadow: 0 -18px 16px -12px rgba(0, 0, 0, 0.15);
  width: calc(100% + 2 * 24px);
}
@media only screen and (max-width : 992px) {
  .cart-transition-well.expand {
    transform: translate(-12px, -12px);
    padding: 12px;
    width: calc(100% + 2 * 12px);
  }
}
.walker-frame {
  display: block;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  position: relative;
  height: 120px;
  margin: 0 -24px -24px -24px;
  border-radius: 0 0 16px 16px;
}
@media only screen and (max-width : 768px) {
  .walker-frame {
    margin: 0 -12px -12px -12px;
    border-radius: 0 0 16px 16px;
  }
  .walker-frame > img:nth-child(2n + 2) {
    display: none;
  }
}
.walker-frame img {
  max-height: 120px;
  position: absolute;
  top: 30px;
  -webkit-animation: walk 48s infinite linear;
  -moz-animation: walk 48s infinite linear;
  -o-animation: walk 48s infinite linear;
  animation: walk 48s infinite linear;
  left: -400px;
}
@media only screen and (max-width : 768px) {
  .walker-frame img {
    -webkit-animation: walk-faster 48s infinite linear;
    -moz-animation: walk-faster 48s infinite linear;
    -o-animation: walk-faster 48s infinite linear;
    animation: walk-faster 48s infinite linear;
  }
}
@-webkit-keyframes walk {
  to {
    left: 250%;
  }
}
@-moz-keyframes walk {
  to {
    left: 250%;
  }
}
@-o-keyframes walk {
  to {
    left: 250%;
  }
}
@keyframes walk {
  to {
    left: 250%;
  }
}
@-webkit-keyframes walk-faster {
  to {
    left: 500%;
  }
}
@-moz-keyframes walk-faster {
  to {
    left: 500%;
  }
}
@-o-keyframes walk-faster {
  to {
    left: 500%;
  }
}
@keyframes walk-faster {
  to {
    left: 500%;
  }
}
@-webkit-keyframes Swipe {
  0% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    -moz-transform: translate(50%, 0) rotate(45deg);
    -ms-transform: translate(50%, 0) rotate(45deg);
    -o-transform: translate(50%, 0) rotate(45deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(-30%, 0) rotate(5deg);
    -moz-transform: translate(-30%, 0) rotate(5deg);
    -ms-transform: translate(-30%, 0) rotate(5deg);
    -o-transform: translate(-30%, 0) rotate(5deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, 0) rotate(-5deg);
    -moz-transform: translate(-50%, 0) rotate(-5deg);
    -ms-transform: translate(-50%, 0) rotate(-5deg);
    -o-transform: translate(-50%, 0) rotate(-5deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, 0) rotate(-5deg);
    -moz-transform: translate(-50%, 0) rotate(-5deg);
    -ms-transform: translate(-50%, 0) rotate(-5deg);
    -o-transform: translate(-50%, 0) rotate(-5deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, 0) rotate(15deg);
    -moz-transform: translate(-50%, 0) rotate(15deg);
    -ms-transform: translate(-50%, 0) rotate(15deg);
    -o-transform: translate(-50%, 0) rotate(15deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    -moz-transform: translate(50%, 0) rotate(45deg);
    -ms-transform: translate(50%, 0) rotate(45deg);
    -o-transform: translate(50%, 0) rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    -moz-transform: translate(50%, 0) rotate(45deg);
    -ms-transform: translate(50%, 0) rotate(45deg);
    -o-transform: translate(50%, 0) rotate(45deg);
    opacity: 1;
  }
}
@-moz-keyframes Swipe {
  0% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    -moz-transform: translate(50%, 0) rotate(45deg);
    -ms-transform: translate(50%, 0) rotate(45deg);
    -o-transform: translate(50%, 0) rotate(45deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(-30%, 0) rotate(5deg);
    -moz-transform: translate(-30%, 0) rotate(5deg);
    -ms-transform: translate(-30%, 0) rotate(5deg);
    -o-transform: translate(-30%, 0) rotate(5deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, 0) rotate(-5deg);
    -moz-transform: translate(-50%, 0) rotate(-5deg);
    -ms-transform: translate(-50%, 0) rotate(-5deg);
    -o-transform: translate(-50%, 0) rotate(-5deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, 0) rotate(-5deg);
    -moz-transform: translate(-50%, 0) rotate(-5deg);
    -ms-transform: translate(-50%, 0) rotate(-5deg);
    -o-transform: translate(-50%, 0) rotate(-5deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, 0) rotate(15deg);
    -moz-transform: translate(-50%, 0) rotate(15deg);
    -ms-transform: translate(-50%, 0) rotate(15deg);
    -o-transform: translate(-50%, 0) rotate(15deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    -moz-transform: translate(50%, 0) rotate(45deg);
    -ms-transform: translate(50%, 0) rotate(45deg);
    -o-transform: translate(50%, 0) rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    -moz-transform: translate(50%, 0) rotate(45deg);
    -ms-transform: translate(50%, 0) rotate(45deg);
    -o-transform: translate(50%, 0) rotate(45deg);
    opacity: 1;
  }
}
@-o-keyframes Swipe {
  0% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    -moz-transform: translate(50%, 0) rotate(45deg);
    -ms-transform: translate(50%, 0) rotate(45deg);
    -o-transform: translate(50%, 0) rotate(45deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(-30%, 0) rotate(5deg);
    -moz-transform: translate(-30%, 0) rotate(5deg);
    -ms-transform: translate(-30%, 0) rotate(5deg);
    -o-transform: translate(-30%, 0) rotate(5deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, 0) rotate(-5deg);
    -moz-transform: translate(-50%, 0) rotate(-5deg);
    -ms-transform: translate(-50%, 0) rotate(-5deg);
    -o-transform: translate(-50%, 0) rotate(-5deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, 0) rotate(-5deg);
    -moz-transform: translate(-50%, 0) rotate(-5deg);
    -ms-transform: translate(-50%, 0) rotate(-5deg);
    -o-transform: translate(-50%, 0) rotate(-5deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, 0) rotate(15deg);
    -moz-transform: translate(-50%, 0) rotate(15deg);
    -ms-transform: translate(-50%, 0) rotate(15deg);
    -o-transform: translate(-50%, 0) rotate(15deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    -moz-transform: translate(50%, 0) rotate(45deg);
    -ms-transform: translate(50%, 0) rotate(45deg);
    -o-transform: translate(50%, 0) rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    -moz-transform: translate(50%, 0) rotate(45deg);
    -ms-transform: translate(50%, 0) rotate(45deg);
    -o-transform: translate(50%, 0) rotate(45deg);
    opacity: 1;
  }
}
@keyframes Swipe {
  0% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    -moz-transform: translate(50%, 0) rotate(45deg);
    -ms-transform: translate(50%, 0) rotate(45deg);
    -o-transform: translate(50%, 0) rotate(45deg);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(-30%, 0) rotate(5deg);
    -moz-transform: translate(-30%, 0) rotate(5deg);
    -ms-transform: translate(-30%, 0) rotate(5deg);
    -o-transform: translate(-30%, 0) rotate(5deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, 0) rotate(-5deg);
    -moz-transform: translate(-50%, 0) rotate(-5deg);
    -ms-transform: translate(-50%, 0) rotate(-5deg);
    -o-transform: translate(-50%, 0) rotate(-5deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, 0) rotate(-5deg);
    -moz-transform: translate(-50%, 0) rotate(-5deg);
    -ms-transform: translate(-50%, 0) rotate(-5deg);
    -o-transform: translate(-50%, 0) rotate(-5deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, 0) rotate(15deg);
    -moz-transform: translate(-50%, 0) rotate(15deg);
    -ms-transform: translate(-50%, 0) rotate(15deg);
    -o-transform: translate(-50%, 0) rotate(15deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    -moz-transform: translate(50%, 0) rotate(45deg);
    -ms-transform: translate(50%, 0) rotate(45deg);
    -o-transform: translate(50%, 0) rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(50%, 0) rotate(45deg);
    -moz-transform: translate(50%, 0) rotate(45deg);
    -ms-transform: translate(50%, 0) rotate(45deg);
    -o-transform: translate(50%, 0) rotate(45deg);
    opacity: 1;
  }
}
@keyframes Pan {
  0% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
  }
  10% {
    -webkit-transform: translate(20%, 0);
    -moz-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    -o-transform: translate(20%, 0);
  }
  30% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
  }
  40% {
    -webkit-transform: translate(20%, 0);
    -moz-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    -o-transform: translate(20%, 0);
  }
  60% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
  }
}
.progress {
  height: 10px;
}
.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  z-index: 1051;
}
.modal-backdrop.show {
  opacity: 1 !important;
}
.form-control:focus {
  box-shadow: none;
}
.dropdown-header {
  color: #004bed;
}
.dropdown-header h4 {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.dropdown-header h5 {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}
.dropdown.btn-block > .btn {
  width: 100%;
  display: block;
}
.dropdown.no-arrow ::after {
  display: none;
}
.dropdown .dropdown-menu {
  background-color: #f2f3f5;
  border: solid 1px #e5e6e7;
  box-shadow: 0px 3px 16px 0px #24272b26;
  padding: 0;
}
.dropdown .dropdown-menu .dropdown-item {
  color: #24272b;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item.react-select__option--is-focused {
  color: #24272b !important;
  background-color: #d3dce6;
}
.dropdown .dropdown-menu .dropdown-item.disabled {
  color: rgba(4, 14, 53, 0.4);
}
.dropdown .dropdown-menu.dropdown-menu-sm .dropdown-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown.p-0 > .btn {
  padding: 0 !important;
}
#section-dropdown ~ .dropdown-menu {
  max-height: 50vh;
  overflow: auto;
}
.well-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
  margin-right: -12px !important;
  margin-left: -12px !important;
}
.well-row [class*="col-"] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.well-row [class*="col-"].col-eq-height {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  flex-grow: 1;
}
.well-row [class*="col-"].col-eq-height > * {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex-grow: 1;
}
.input-group .btn {
  height: 32px;
  border-radius: 0 3px 3px 0;
}
.pill-accordion .card {
  overflow: visible;
  background: none;
  border-radius: 6px;
  border: solid 1px transparent;
  margin: 5px 0;
}
.pill-accordion .card .card-header {
  padding: 10px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  background-color: #f2f3f5;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.pill-accordion .card .card-header h6 {
  opacity: 0.8;
}
.pill-accordion .card .card-header.active {
  color: #004bed;
}
.pill-accordion .card .card-header.active h6 {
  opacity: 1;
  color: #004bed;
}
.pill-accordion .card.active {
  border: solid 1px #e5e6e7;
  margin: 5px 0;
}
.pill-accordion .card.active .card-header {
  background-color: transparent;
  margin: 0;
}
.pill-accordion .card .card-body {
  padding: 10px;
  padding-top: 0;
}
.pill-accordion .card .card-body .field {
  margin: 0;
}
/*!
 * https://github.com/arqex/react-datetime
 */
.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  min-width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
}
.time-picker-container .rdtPicker {
  right: 0;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
.rdtPicker .rdtTimeToggle {
  text-align: center;
}
.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}
.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-of-type th {
  cursor: pointer;
}
.rdtPicker thead tr:first-of-type th:hover {
  background: #eeeeee;
}
.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}
.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}
.rdtPicker thead button {
  width: 100%;
  height: 100%;
}
td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}
.rdtCounters {
  display: inline-block;
}
.rdtCounters > div {
  float: left;
}
.rdtCounter {
  height: 100px;
}
.rdtCounter {
  width: 40px;
}
.rdtCounterSeparator {
  line-height: 100px;
}
.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}
.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
.rdtTime td {
  cursor: default;
}
.btn {
  padding: 10px 20px !important;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  outline: none;
  font-size: unset;
}
.btn.no-border {
  border: none;
}
.btn.btn-md {
  padding: 6px 20px !important;
}
.btn.btn-inline {
  margin-top: 7.5px;
}
.btn.btn-outline {
  border: solid 2px #24272b;
}
.btn.btn-primary {
  background-color: #004bed;
  color: #ffffff !important;
  border: none;
}
.btn.btn-primary:active {
  background-color: rgba(0, 75, 237, 0.25) !important;
}
.btn.btn-danger {
  background-color: #e71d36;
  border: none;
  color: #ffffff !important;
}
.btn.btn-danger:active {
  background-color: rgba(231, 29, 54, 0.25) !important;
}
.btn.btn-secondary {
  background-color: #4a525a;
  color: #ffffff;
  border: none;
}
.btn.btn-secondary:active {
  background-color: rgba(74, 82, 90, 0.25) !important;
}
.btn.btn-secondary:hover {
  color: #ffffff !important;
  background-color: rgba(74, 82, 90, 0.75) !important;
}
.btn.btn-success {
  background-color: #20bf55;
  border: none;
  color: #ffffff !important;
}
.btn.btn-success:active {
  background-color: rgba(32, 191, 85, 0.25) !important;
}
.btn.btn-light {
  background-color: #f2f3f5;
  border: none;
  color: #231f20;
}
.btn.btn-light:active,
.btn.btn-light:hover {
  background-color: #d3dce6 !important;
}
.btn.btn-warning {
  background-color: #facf43;
  border: none;
}
.btn.btn-warning:active {
  background-color: rgba(250, 207, 67, 0.25) !important;
}
.btn.btn-info {
  background-color: #11a9f0;
  border: none;
  color: #ffffff !important;
}
.btn.btn-info:active {
  background-color: rgba(17, 169, 240, 0.25) !important;
}
.btn.btn-pill {
  background-color: transparent;
  border-radius: 500vh;
  border: 1px solid #ffffff;
  padding: 3px 20px !important;
  color: #ffffff;
  font-weight: 300;
}
.btn.btn-dark {
  color: #ffffff;
  padding: 8px 18px !important;
  background-color: #4a525a;
}
.btn.btn-dark i {
  color: #ffffff;
  font-size: 14px;
}
.btn.btn-dark.btn-dark-link:hover {
  color: #ffffff !important;
}
.btn.btn-sm {
  padding: 4px 20px !important;
}
.btn.btn-xs {
  padding: 2px 20px !important;
  font-size: 12px;
  line-height: 22px;
}
.btn.btn-link {
  background: none !important;
  color: #004bed !important;
  border: none;
  padding: 2px !important;
  margin: 10px 20px !important;
  border-radius: 0;
  border-bottom: solid 3px transparent;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  text-decoration: none !important;
  background: none !important;
  border-bottom: solid 3px #004bed;
}
.btn.btn-link.btn-sm {
  margin: 4px 20px !important;
}
.btn.btn-link-sm {
  text-transform: none !important;
  font-weight: 300 !important;
  border-bottom: solid 1px transparent;
  padding-bottom: 0px !important;
}
.btn.btn-link-sm:hover,
.btn.btn-link-sm:focus {
  border-bottom: solid 1px #004bed;
  padding-bottom: 0px !important;
}
.btn.btn-square {
  padding: 8px !important;
}
.btn.btn-plain {
  color: #24272b;
}
.btn.btn-add {
  width: 41px;
  height: 41px;
}
.btn.payment {
  height: 80px;
}
.btn.choice {
  background-color: #f2f3f5;
  text-align: left;
  position: relative;
  -webkit-transition: background-color ease-in-out 0.3s;
  -moz-transition: background-color ease-in-out 0.3s;
  -ms-transition: background-color ease-in-out 0.3s;
  -o-transition: background-color ease-in-out 0.3s;
}
.btn.choice h3 {
  color: #004bed;
  font-weight: 600;
  line-height: 22px;
  padding-top: 10px;
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
}
.btn.choice h3 > i {
  color: #004bed !important;
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
  height: 100%;
  float: left;
  margin-top: -2px;
  margin-right: 5px !important;
}
@media only screen and (max-width : 992px) {
  .btn.choice h3 {
    font-size: 24px;
  }
  .btn.choice h3 > i {
    margin-top: 0;
  }
}
.btn.choice h5 {
  color: #004bed;
  font-weight: 500;
  font-size: 16px;
  padding-top: 10px;
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
}
.btn.choice h5 > i {
  color: #004bed !important;
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
}
.btn.choice h6 {
  color: #24272b;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
}
.btn.choice.client h6 {
  float: right;
}
.btn.choice.client h5 {
  padding-top: 1px;
}
.btn.choice > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
}
.btn.choice > div h5 {
  margin-left: 5px;
}
.btn.choice > div > i {
  margin-top: 3px;
  font-size: 35px;
  color: #004bed !important;
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
}
.btn.choice i {
  height: 32px;
  text-align: center;
  width: 1.25em;
}
.btn.choice.fa-2x i {
  height: 32px;
  text-align: center;
  width: 1.25em;
  margin-bottom: 12px;
}
.btn.choice:hover {
  background: #d3dce6 !important;
}
.btn.choice.active {
  background: #004bed !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff !important;
  border-color: transparent !important;
}
.btn.choice.active h3 {
  color: #ffffff;
}
.btn.choice.active h3 > i {
  color: #ffffff !important;
}
.btn.choice.active h5 {
  color: #ffffff;
}
.btn.choice.active h6 {
  color: #f2f3f5;
}
.btn.choice.active div > i {
  color: #ffffff !important;
}
.btn.choice.disabled {
  pointer-events: none;
}
.btn.square-choice {
  background-color: #f2f3f5;
  text-align: center;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  min-height: 180px;
  padding: 24px !important;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0);
}
.btn.square-choice i {
  color: #004bed !important;
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
  height: 100%;
  font-size: 36px;
}
.btn.square-choice h3 {
  color: #004bed;
  font-weight: 600;
  line-height: 28px;
  padding-top: 10px;
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
}
@media only screen and (max-width : 992px) {
  .btn.square-choice h3 {
    font-size: 24px;
  }
  .btn.square-choice h3 > i {
    margin-top: 0;
  }
}
.btn.square-choice h5 {
  color: #004bed;
  font-weight: 500;
  font-size: 16px;
  padding-top: 10px;
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
}
.btn.square-choice h5 > i {
  color: #004bed !important;
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
}
.btn.square-choice h6 {
  color: #24272b;
  font-size: 12px;
  line-height: 1.1em;
  margin-top: 5px;
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
}
.btn.square-choice.client h6 {
  float: right;
}
.btn.square-choice.client h5 {
  padding-top: 1px;
}
.btn.square-choice > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
}
.btn.square-choice > div h5 {
  margin-left: 5px;
}
.btn.square-choice > div > i {
  margin-top: 3px;
  font-size: 35px;
  color: #004bed !important;
  -webkit-transition: color ease-in-out 0.3s;
  -moz-transition: color ease-in-out 0.3s;
  -ms-transition: color ease-in-out 0.3s;
  -o-transition: color ease-in-out 0.3s;
}
.btn.square-choice i {
  height: 32px;
  text-align: center;
  width: 1.25em;
}
.btn.square-choice:hover,
.btn.square-choice.hover {
  background: #d3dce6 !important;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
}
.btn.square-choice:focus {
  border: none;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15) !important;
}
.btn.square-choice.active {
  background: #004bed !important;
  color: #ffffff !important;
  border-color: transparent !important;
}
.btn.square-choice.active i {
  color: #ffffff !important;
}
.btn.square-choice.active h3,
.btn.square-choice.active h5,
.btn.square-choice.active h6 {
  color: #ffffff;
}
.btn.square-choice.active div > i {
  color: #ffffff !important;
}
.btn .btn-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -6px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.2;
  -moz-transition: opacity ease-in-out 0.2;
  -ms-transition: opacity ease-in-out 0.2;
  -o-transition: opacity ease-in-out 0.2;
}
.btn .btn-children {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.2;
  -moz-transition: opacity ease-in-out 0.2;
  -ms-transition: opacity ease-in-out 0.2;
  -o-transition: opacity ease-in-out 0.2;
}
.btn.busy .btn-spinner {
  opacity: 1;
}
.btn.busy .btn-children {
  pointer-events: none;
  opacity: 0;
}
.btn.disabled {
  cursor: not-allowed;
}
.btn h1,
.btn h2,
.btn h3,
.btn h4,
.btn h5,
.btn h6,
.btn .h1,
.btn .h2,
.btn .h3,
.btn .h4,
.btn .h5,
.btn .h6 {
  white-space: normal;
}
.btn.btn-tooltip {
  background-color: #ffffff !important;
  padding: 5px !important;
  margin-left: 2px;
  height: 24px;
  width: 24px;
}
.btn.btn-tooltip i {
  background-color: #24272b !important;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 10px;
  border-radius: 4px;
  height: 14px;
  width: 14px;
}
.btn.btn-tooltip:hover {
  border-radius: 4px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-tooltip:hover i {
  background-color: #004bed !important;
}
.btn.widget-btn {
  width: 100%;
  border-radius: 8px !important;
  margin-left: 0;
  font-size: 16px;
}
.btn.sidebar-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
  border-radius: 8px;
}
.btn-collection {
  display: flex;
  align-items: stretch;
  margin-left: -5px;
  margin-right: -5px;
}
.btn-collection > .btn,
.btn-collection > a {
  margin-top: 0;
  flex-grow: 1;
  margin: 0 5px;
}
.btn-collection > a > .btn {
  height: 100%;
}
.btn-collection.two > .btn,
.btn-collection.two > a {
  width: 50%;
  margin-bottom: 10px;
}
.btn-collection.three {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.btn-collection.three > .btn,
.btn-collection.three > a {
  flex: 1 0 26%;
  margin-bottom: 10px;
}
.btn-collection.four {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.btn-collection.four > .btn,
.btn-collection.four > a {
  flex: 1 0 34%;
  margin-bottom: 10px;
}
@media only screen and (max-width : 768px) {
  .btn-collection {
    flex-direction: column;
  }
  .btn-collection > .btn,
  .btn-collection > a {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .btn-collection > .btn:not(:nth-child(3n + 1)),
  .btn-collection > a:not(:nth-child(3n + 1)) {
    margin-left: 10px;
  }
  .btn-collection > .btn:first-child,
  .btn-collection > a:first-child {
    margin-top: 0;
  }
}
.btn-collection.disabled {
  cursor: not-allowed;
}
.btn-collection.disabled > .btn,
.btn-collection.disabled > a {
  pointer-events: none;
  opacity: 0.75;
}
.tooltip-button {
  z-index: 1030;
  color: #ffffff !important;
}
.page-helper {
  position: fixed;
  bottom: -60px;
  right: 20px;
  display: inline-block;
  z-index: 1031;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.page-helper.active {
  bottom: 20px;
}
.page-helper .tooltip-button {
  background-color: #004bed !important;
  color: initial !important;
  font-size: 32px !important;
  padding: 10px !important;
  border-radius: 40px;
  border: none;
}
.page-helper .tooltip-button i {
  font-size: 16px;
  line-height: 20px;
}
.button-reveal {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.button-reveal.active {
  max-height: 151px;
}
.btn-link-wrapper {
  text-decoration: none !important;
}
.btn-back {
  background-color: #d3dce6 !important;
}
.svg-btn {
  position: relative;
  cursor: pointer;
}
.svg-btn .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
}
.svg-btn .active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
}
.svg-btn:hover .hover {
  opacity: 1;
}
.svg-btn.active .active {
  opacity: 1;
}
.btn-a {
  text-decoration: none !important;
}
.btn-with-icon .btn-children {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.btn-with-icon .btn-children .btn-with-icon-content {
  flex: 1;
}
.btn-with-icon .btn-children .btn-with-icon-icon {
  padding-left: 20px;
}
.btn-with-icon .btn-children .btn-with-icon-icon i {
  color: #24272b;
  height: unset;
}
.btn-with-icon.active .btn-with-icon-icon i {
  color: #ffffff;
}
.icon-btn {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px !important;
  transition: box-shadow ease-in-out 0.3s;
}
.icon-btn:not(:disabled):hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
}
.icon-btn:not(:disabled).flat .icon-btn:not(:disabled):not(:focus) {
  box-shadow: none;
}
.box-shadow-focus-none:focus {
  box-shadow: none;
}
.pill-btn {
  width: auto;
  height: auto;
  padding: 0 !important;
  font-size: inherit;
  color: inherit !important;
}
.field-button {
  font-weight: 400;
  border: solid 1px #e5e6e7;
  height: 32px;
  margin: 5px 0;
  background-color: #ffffff;
  display: block;
  color: #808080 !important;
  outline: none;
  padding: 9px !important;
  padding-top: 6px !important;
  text-transform: unset;
  text-align: left;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.field-button.dropdown::after {
  content: "";
}
.field-button.btn-block {
  width: 100%;
}
.field-button:focus,
.field-button.active {
  border: solid 1px #4a525a;
  color: #24272b !important;
}
.field-button.dropdown::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f106";
  border: none;
  vertical-align: unset;
  font-weight: 300;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transform: translate(50%, -50%) rotate(-180deg);
}
.field-button.list-map-button {
  margin-top: 7.5px;
}
.field-button.list-map-button.list::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f03a";
  border: none;
  vertical-align: unset;
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transform: translate(50%, -50%);
}
.field-button.list-map-button.location::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f3c5";
  border: none;
  vertical-align: unset;
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transform: translate(50%, -50%);
}
.label-btn {
  width: auto;
  height: auto;
  padding: 0 !important;
  text-transform: none;
  font-weight: inherit;
  font-size: inherit !important;
  margin-bottom: 0;
  color: inherit !important;
}
.btn-plain-sidebar {
  text-transform: none;
  font-weight: 400;
  padding: 0 !important;
  text-align: left;
  font-size: 14px;
}
.apple-pay-button {
  height: 48px;
  width: 100%;
  display: inline-block;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: initial;
  -apple-pay-button-style: black;
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
}
.apple-pay-button:hover {
  opacity: 0.8;
}
.apple-pay-button ~ .google-pay-button {
  margin-top: 10px;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
  }
  .apple-pay-button-black {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: inline-block;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-white {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-white-with-line {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
    border: 0.5px solid black;
  }
}
.google-pay-button button {
  height: 48px;
  width: 100%;
  display: inline-block;
}
.btn-group .btn:first-of-type {
  border-radius: 8px 0 0 8px !important;
}
.btn-group .btn:last-of-type {
  border-radius: 0 8px 8px 0 !important;
}
.btn-group .btn.btn-dark {
  border-radius: 8px !important;
}
.tab-group {
  border-radius: 8px !important;
  background-color: #f2f3f5;
  height: 32px;
}
.tab-group .btn {
  padding: 0 !important;
}
.tab-group .btn:first-child {
  border-radius: 8px 0 0 8px !important;
}
.tab-group .btn:last-child {
  border-radius: 0 8px 8px 0 !important;
}
.tab-group .btn.btn-dark {
  border-radius: 8px !important;
}
.continue-group {
  margin: 0;
  padding: 0 !important;
}
.continue-group .btn {
  padding: 6px 20px !important;
}
.continue-group .btn:first-of-type {
  border-radius: 3px 0 0 3px !important;
}
.continue-group .btn:last-of-type {
  border-radius: 0 3px 3px 0 !important;
}
.continue-group .btn-block {
  margin-right: 1px;
}
.continue-group .dropdown-toggle {
  margin-left: 1px;
}
.continue-group .dropdown-toggle::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f106";
  border: none;
  vertical-align: unset;
  font-weight: 300;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transform: translate(50%, -50%) rotate(-180deg);
}
.continue-group.show .dropdown-toggle::after {
  transform: translate(50%, -50%) rotate(0deg);
}
.continue-group .continue-menu {
  box-shadow: 0px 3px 16px 0px #24272b26;
  border: none;
  width: 100%;
  text-align: center;
  padding: 0;
  border-radius: 3px;
}
.continue-group .continue-menu .dropdown-item {
  padding: 10px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.continue-group .continue-menu .dropdown-item:hover,
.continue-group .continue-menu .dropdown-item:focus {
  background-color: #004bed;
  color: #ffffff !important;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
  white-space: nowrap;
}
.donate-back-button {
  width: 164px;
}
.btn-facebook {
  background-color: #415899;
  color: #ffffff !important;
}
.btn-facebook:hover {
  color: #ffffff !important;
}
.btn-twitter {
  background-color: #4ea8ee;
  color: #ffffff !important;
}
.btn-twitter:hover {
  color: #ffffff !important;
}
@media only screen and (max-width : 575px) {
  .btn-twitter {
    margin-top: 5px;
  }
}
.btn-google {
  background-color: #cb573a;
  color: #ffffff !important;
}
.btn-google:hover {
  color: #ffffff !important;
}
@media only screen and (max-width : 575px) {
  .btn-google {
    margin-top: 5px;
  }
}
.btn-apple {
  background-color: #000000;
  color: #ffffff !important;
}
.btn-apple:hover {
  color: #ffffff !important;
}
@media only screen and (max-width : 575px) {
  .btn-apple {
    margin-top: 5px;
  }
}
.dashboard-btn {
  background-color: #f2f3f5;
  color: #24272b;
  display: block;
  margin-bottom: 10px;
}
.dashboard-btn:hover {
  background-color: #d3dce6;
  color: #24272b !important;
}
.dashboard-btn.invert {
  background-color: #4a525a;
  color: #ffffff;
}
.dashboard-btn.invert:hover {
  background-color: #d3dce6 !important;
  color: #24272b !important;
}
.dashboard-btn:last-child {
  margin-bottom: 0;
}
.join-group-button-row .join-group-button {
  text-align: right;
  margin-top: 8px;
}
@media only screen and (max-width : 768px) {
  .join-group-button-row .join-group-button {
    text-align: center;
  }
}
@media only screen and (max-width : 768px) {
  .join-group-button-row {
    flex-direction: column-reverse !important;
  }
}
#afterpay-button > div {
  background-color: #000000;
  border-radius: 3px;
}
.button-trigger {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.sticky-footer-row .btn-dark {
  background-color: #24272b !important;
  -webkit-transition: opacity ease-in-out 0.2s;
  -moz-transition: opacity ease-in-out 0.2s;
  -ms-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  opacity: 1;
}
.sticky-footer-row .btn-dark:hover {
  opacity: 0.75;
}
.btn.btn-dark.afterpay-button {
  background-color: black !important;
  padding: 12px 20px !important;
}
.btn.btn-dark.afterpay-button:hover {
  background-color: #24272b !important;
}
.react-calendar {
  width: 100%;
  background-color: #f2f3f5;
  font-family: ff-basic-gothic-pro, sans-serif !important;
  border: none;
  border-radius: 16px;
}
@media only screen and (max-width : 768px) {
  .react-calendar {
    max-width: unset;
    border-radius: 0;
  }
}
.react-calendar .react-calendar__tile {
  border: solid 4px #f2f3f5;
  background-color: #ffffff;
  border-radius: 8px;
  color: #24272b;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  position: relative;
  overflow: hidden;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 18px;
  font-weight: 500;
}
.react-calendar .react-calendar__tile:disabled {
  color: #b0b8bf;
}
.react-calendar .react-calendar__tile:hover:not(:disabled, .react-calendar__tile--active) {
  border: solid 4px #ffffff;
  z-index: 9;
}
.react-calendar .react-calendar__tile .calendar-price-pill {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 9px;
  color: #24272b;
  background-color: #e3e6e9;
  border-radius: 9px;
  padding: 0 4px;
  font-weight: 700;
}
.react-calendar .react-calendar__tile .sticky-icon {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 8px;
  color: #11a9f0;
}
.react-calendar .react-calendar__tile .calendar-sold-out-banner {
  position: absolute;
  width: 300%;
  height: 15px;
  text-align: center;
  top: 50%;
  left: 50%;
  font-size: 6.9px;
  color: #ffffff;
  background-color: #e71d36;
  padding: 0 4px;
  font-weight: 900;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(38.141deg);
}
.react-calendar .react-calendar__tile.past-date-with-events {
  color: #b0b8bf;
}
.react-calendar .react-calendar__tile.neighbor-month {
  color: #b0b8bf;
  background-color: #f2f3f5;
}
.react-calendar .react-calendar__tile.neighbor-month:not(:disabled) {
  color: #24272b;
}
.react-calendar .react-calendar__tile.neighbor-month:not(:disabled):hover {
  background-color: #ffffff;
}
.react-calendar .react-calendar__navigation {
  margin-bottom: 0px;
}
.react-calendar .react-calendar__navigation__label__labelText {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.react-calendar .react-calendar__navigation__label {
  background-color: #f2f3f5;
}
.react-calendar .react-calendar__navigation__label:disabled {
  color: #24272b !important;
}
.react-calendar .react-calendar__navigation button:enabled:hover,
.react-calendar .react-calendar__navigation button:enabled:focus {
  background-color: #e3e6e9;
}
.react-calendar .react-calendar__navigation__prev-button {
  border-radius: 16px 0 16px 0;
  color: #24272b;
}
@media only screen and (max-width : 768px) {
  .react-calendar .react-calendar__navigation__prev-button {
    border-radius: 0 0 16px 0;
  }
}
.react-calendar .react-calendar__navigation__prev-button:disabled {
  opacity: 0;
}
.react-calendar .react-calendar__navigation__next-button {
  border-radius: 0 16px 0 16px;
  color: #24272b;
}
@media only screen and (max-width : 768px) {
  .react-calendar .react-calendar__navigation__next-button {
    border-radius: 0 0 0 16px;
  }
}
.react-calendar .react-calendar__navigation__next-button:disabled {
  opacity: 0;
}
.react-calendar .react-calendar__month-view__weekdays {
  padding: 0 5px;
  text-transform: none;
}
.react-calendar .react-calendar__month-view__days {
  padding: 0 4px 4px 4px;
}
.react-calendar abbr[title] {
  text-decoration: none;
  cursor: default;
  font-size: 14px;
  font-weight: 400;
}
.react-calendar .react-calendar__tile--active {
  background-color: #4a525a;
  color: #ffffff;
}
.tss-well {
  background-color: #f2f3f5 !important;
  box-shadow: none !important;
  border-radius: 16px;
  margin-top: 0 !important;
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
}
.tss-well ~ .tss-well {
  margin-top: 10px !important;
}
.tss-well .well-content {
  padding: 8px !important;
}
.tss-well .well-content.type-matrix {
  padding: 20px;
}
.tss-well .well {
  background-color: #f2f3f5;
  border-radius: 14px;
  box-shadow: none;
}
.tss-well .well:first-of-type:not(:only-of-type) {
  margin-top: 8px;
}
.tss-well .well:first-of-type {
  margin-top: 0 !important;
}
.tss-well .well * {
  text-decoration: none !important;
}
.tss-well .well *:hover {
  text-decoration: none;
}
.tss-well .well .dangerous-sticky,
.tss-well .well .dangerous-sticky.wysiwyg-plain-text * {
  color: #ffffff !important;
}
.tss-well .tss-well {
  background-color: #ffffff !important;
  border-radius: 8px !important;
}
.tss-well .tss-well .well-content {
  padding: 12px !important;
}
.tss-well.active {
  cursor: default;
}
.tss-well.active .well {
  background-color: #ffffff;
}
.tss-well .sticky-header {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -12px;
  color: #ffffff !important;
  border-radius: 0 0 8px 8px;
}
.tss-well .sticky-header .alert-body {
  padding: 8px !important;
}
.tss-well .tss-btn {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 13px !important;
  z-index: 2;
  border: none;
}
.tss-well .tss-btn.active {
  background-color: #4a525a !important;
  color: #ffffff !important;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
}
.tss-well .tss-btn:hover:not(.sold-out) {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
}
.tss-well .tss-btn.sold-out {
  color: rgba(4, 14, 53, 0.4) !important;
  cursor: not-allowed;
}
.tss-well .tss-btn .calendar-sold-out-banner {
  position: absolute;
  width: 300%;
  height: 14px;
  text-align: center;
  top: 50%;
  right: -150%;
  font-size: 9px;
  color: #ffffff;
  background-color: #e71d36;
  padding: 0 4px;
  font-weight: 900;
  text-transform: uppercase;
  transform: translate(-37px, -44%) rotate(38.141deg);
}
.tss-well .tss-btn.remaining {
  padding: 5.5px 13px !important;
}
.tss-well .tss-btn.remaining .tss-remaining-shim {
  margin-top: -6px;
  color: #24272b !important;
}
.tss-well .tab-group {
  background-color: #ffffff !important;
  gap: 10px;
}
.tss-well .tab-group .widget-btn {
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}
.tss-well .widget-btn.btn-plain {
  background-color: #ffffff !important;
  border-radius: 8px !important;
}
.tss-well .widget-btn.btn-dark {
  background-color: #4a525a !important;
  color: #ffffff !important;
}
@media only screen and (max-width : 768px) {
  .tss-well .widget-btn {
    font-size: 12px;
    line-height: 18px;
  }
}
.tss-well .tss-time-star {
  position: absolute;
  right: 16px;
  top: 50%;
  color: #11a9f0;
  transform: translate(0px, -50%);
}
.tss-well .tss-remaining {
  background-color: #e3e6e9;
  padding: 2px 6px;
  font-size: 8px;
  font-weight: 700;
  line-height: 90%;
  border-radius: 20px;
  display: inline-block;
  margin-top: 5px;
}
@media only screen and (max-width : 768px) {
  .tss-calendar-view .tss-calendar-view-page-well > .well-content {
    padding: 0 !important;
  }
}
.tss-calendar-view .tss-hr {
  text-transform: uppercase;
}
.tss-calendar-view .tss-hr .horizontal-rule-label {
  background-color: #f2f3f5 !important;
}
.tss-calendar-view .attendee-type-header-row {
  display: none;
}
.tss-calendar-view .attendee-type-card {
  border: solid 1px #e3e6e9;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 6px 12px !important;
  margin: 4px 0;
  align-items: center;
}
.tss-calendar-view .attendee-type-card .attendee-name {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
}
.tss-calendar-view .attendee-type-card .attendee-description {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 130%;
}
.tss-calendar-view .attendee-type-card .price-container .base-price {
  font-size: 16px !important;
}
.tss-calendar-view .attendee-type-card .price-container .mini {
  letter-spacing: 0.8px;
}
.tss-calendar-view .attendee-type-card.multiline {
  align-items: flex-start;
}
.tss-calendar-view .attendee-type-card.multiline .form-counter {
  margin-top: 5px;
}
.tss-calendar-view .attendee-type-card.multiline .attendee-name:not(.has-description) {
  padding-top: 6px !important;
}
.tss-calendar-view .attendee-type-card:not(.multiline) .attendee-quantity-inner-container {
  margin: 0;
}
@media only screen and (max-width : 768px) {
  .tss-calendar-view .sticky-footer::before {
    width: 100% !important;
  }
}
.droppable {
  border: dashed 3px rgba(255, 255, 255, 0);
}
.droppable.is-dragging-over {
  border: dashed 3px #e3e6e9;
}
.droppable .draggable-wrapper {
  padding-left: 5px !important;
}
.droppable .draggable-row {
  background-color: #f2f3f5;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5px 0;
  position: relative;
}
.droppable .draggable-row.is-dragging {
  background-color: #e5e6e7;
}
.droppable .draggable-row .draggable-row-content {
  vertical-align: top;
  flex: 1;
  margin-left: 2px;
  font-weight: bold !important;
}
.droppable .draggable-row .draggable-row-content p {
  margin-bottom: 0;
}
.droppable .draggable-row .draggable-row-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.droppable .draggable-row .draggable-row-buttons.pos-absolute {
  top: 2px;
  right: 5px;
}
.droppable .draggable-row .draggable-row-buttons .draggable-row-handle i {
  position: relative;
  top: 3px;
}
.droppable .draggable-row .draggable-row-buttons .btn-sm {
  height: 42px;
  width: 42px;
  position: relative;
  padding: 10px !important;
  margin-right: 3px;
}
.droppable .draggable-row .draggable-row-buttons .btn-sm i {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1px;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.droppable .draggable-row .draggable-row-buttons .btn-sm:hover {
  border-radius: 4px;
  box-shadow: 0.5px 0.5px 6px 0px rgba(0, 0, 0, 0.3);
}
.droppable .draggable-row .draggable-row-buttons .btn-xsml {
  position: relative;
  height: 23px;
  width: 23px;
  margin-top: 6px;
  margin-right: 5px;
}
.droppable .draggable-row .draggable-row-buttons .btn-xsml i {
  font-size: 11px;
  margin-top: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.droppable .draggable-row .draggable-row-buttons .btn-xsml:hover {
  border-radius: 4px;
  box-shadow: 0.5px 0.5px 6px 0px rgba(0, 0, 0, 0.3);
}
.droppable .draggable-row .field {
  width: 100%;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808080;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #808080;
}
.z-max {
  z-index: 1000;
  position: relative;
}
.field {
  text-align: left;
  margin: 7.5px 0;
}
.field.field-fw {
  width: 100%;
}
.field label,
.field .label-span {
  display: block;
  text-align: left;
  padding: 2px;
  line-height: 130%;
  font-weight: 400;
  font-size: 12px;
}
.field label a,
.field .label-span a {
  color: #004bed;
  font-size: 0.75em;
  cursor: pointer;
}
.field label .optional,
.field .label-span .optional {
  font-size: 10px;
  font-style: italic;
  color: #4a525a;
}
.field input[type="password"] {
  font-family: initial;
}
.field input[type="password"]::placeholder {
  font-family: ff-basic-gothic-pro, sans-serif !important;
}
.field input[type="password"]:-ms-input-placeholder {
  font-family: ff-basic-gothic-pro, sans-serif !important;
}
.field input[type="password"]::-ms-input-placeholder {
  font-family: ff-basic-gothic-pro, sans-serif !important;
}
.field input:not([type="radio"]):not([type="checkbox"]):not(.react-select__input input) {
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 32px;
  border: solid 1px #e5e6e7;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 3px;
  padding: 9px;
  color: #24272b;
  outline: none;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}
.field input:not([type="radio"]):not([type="checkbox"]):not(.react-select__input input):focus,
.field input:not([type="radio"]):not([type="checkbox"]):not(.react-select__input input).active {
  border: solid 1px #4a525a;
}
.field input:disabled {
  background-color: rgba(4, 14, 53, 0.1) !important;
  color: rgba(4, 14, 53, 0.4) !important;
}
.field .react-select__input > input:disabled {
  opacity: 0 !important;
}
.field textarea {
  background-color: #ffffff;
  width: 100%;
  height: 67px;
  border: solid 1px #e5e6e7;
  padding: 9px;
  color: #24272b;
  outline: none;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}
.field textarea:focus,
.field textarea.active {
  border: solid 1px #4a525a;
}
.field textarea:disabled {
  background-color: rgba(4, 14, 53, 0.1) !important;
  color: rgba(4, 14, 53, 0.4) !important;
}
.field input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  margin-left: -5px;
}
.field input[type="checkbox"]::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 2px solid #b0b8bf;
  border-radius: 2px;
  background-color: #ffffff;
}
.field input[type="checkbox"]::before:checked {
  border: none;
  background-color: #004bed;
}
.field input[type="checkbox"]::after:checked {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: 2px solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}
.field input[type="checkbox"]:focus-visible {
  outline: 0;
}
.field input[type="checkbox"]:focus-visible::before {
  border: 2px solid #24272b;
}
.field input[type="radio"] {
  width: auto;
}
.field input[type="number"]::-webkit-inner-spin-button,
.field input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.field input[type="number"] {
  -moz-appearance: textfield !important;
}
.field .datetime-picker .date-picker {
  display: inline-block;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  width: calc(100% - 10px);
  outline: none !important;
  position: relative;
}
.field .datetime-picker .date-picker:first-child {
  width: 100%;
}
.field .datetime-picker .date-picker::before {
  left: 14px;
  top: 11px;
  z-index: 1;
  pointer-events: none;
  color: #4a525a;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
}
.field .datetime-picker .date-picker::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  background-color: #e5e6e7;
  z-index: 9;
  display: inline-block;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}
.field .datetime-picker .date-picker input {
  padding-left: 47px;
}
.field .datetime-picker.date-active .date-picker-container .date-picker::after {
  background-color: #4a525a;
}
.field .datetime-picker.time-active .time-picker-container .date-picker::after {
  background-color: #4a525a;
}
.field .datetime-picker .date-picker-container {
  display: inline-block;
  width: calc(50% - 10px);
  margin-right: 10px;
}
@media only screen and (max-width : 768px) {
  .field .datetime-picker .date-picker-container {
    width: 100%;
    padding-right: 5px;
  }
}
.field .datetime-picker .date-picker-container .date-picker {
  margin-right: 0;
}
.field .datetime-picker .date-picker-container .date-picker::before {
  content: "\f783";
}
.field .datetime-picker .time-picker-container {
  display: inline-block;
  width: calc(50% - 10px);
}
.field .datetime-picker .time-picker-container .date-picker {
  margin-left: 5px;
}
.field .datetime-picker .time-picker-container .date-picker::before {
  content: "\f017";
}
@media only screen and (max-width : 768px) {
  .field .datetime-picker .time-picker-container {
    width: 100%;
    padding-right: 5px;
  }
  .field .datetime-picker .time-picker-container .date-picker {
    margin-left: 0;
    margin-top: 5px;
  }
}
.field .datetime-picker .react-datepicker-popper {
  z-index: 10;
}
.field .datetime-picker .rdtActive {
  background-color: #004bed;
  border-radius: 3px;
}
.field .description {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 10px;
  line-height: 1.3;
  vertical-align: top;
  margin-top: 5px;
  letter-spacing: 0;
}
.field .error {
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #e71d36;
  font-size: 10px;
  line-height: 1.3;
  vertical-align: top;
  margin-top: 5px;
  letter-spacing: 0;
}
.field.split-error .description {
  width: 50%;
}
.field.split-error .error {
  width: 50%;
  padding-left: 10px;
}
.field .description ~ .error {
  width: 50%;
  padding-left: 10px;
}
.field.inline {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.field .MuiSkeleton-rect {
  height: 41px;
  border-radius: 3px;
}
.error {
  color: #e71d36;
  line-height: 1.3;
}
.brushfire-checkbox {
  display: flex;
  flex-direction: column;
  margin: 0px 6px;
}
.brushfire-checkbox small {
  margin-top: -8px;
  padding-left: 25px;
  margin-bottom: 10px;
}
.brushfire-checkbox ~ .error {
  color: #e71d36;
  font-size: 10px;
  margin-left: 25px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.brushfire-checkbox .checkbox.disabled {
  opacity: 0.5;
}
.field-label-style {
  display: block !important;
  text-align: left !important;
  padding: 2px !important;
  font-size: 12px;
  color: #4a525a !important;
  font-weight: 700;
}
.field-label-style > input {
  margin-right: 10px;
}
.field-label-style.disabled {
  opacity: 0.5;
}
.toggle-height-field label {
  margin-bottom: 7px;
}
.toggle-field {
  margin: 7.5px 0;
}
.toggle-field .checkbox input[type="checkbox"] {
  margin-left: 0;
}
.margin-top-label {
  margin-top: 34.5px;
}
.form-uploader {
  padding: 40px;
  text-align: center;
  background-color: #e5e6e7;
  border-radius: 3px;
  position: relative;
  flex-grow: 1;
}
.form-uploader .form-options {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.2s;
  z-index: 3;
  width: 100%;
}
.form-uploader .form-options > button {
  margin: 5px;
}
.form-uploader .form-uploader-coverall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 2;
  border-radius: 3px;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.form-uploader .form-uploader-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 1;
  border-radius: 3px;
  transition: all ease-in-out 0.2s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
}
.form-uploader:hover .form-options {
  opacity: 1;
  pointer-events: all;
}
.form-uploader:hover .form-uploader-coverall {
  opacity: 1;
}
.password-field {
  position: relative;
}
.password-field .password-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
}
.password-field.has-label .password-toggle {
  top: 30px;
}
.login-form .password-field {
  max-height: 0;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.login-form.active .password-field {
  max-height: 151px;
}
.summary-box {
  background: linear-gradient(136.43deg, #0876e8 0%, #004bed 100%);
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.summary-box h3 {
  margin-top: 0;
  color: #ffffff;
}
.summary-box li,
.summary-box a {
  color: #ffffff;
}
.react-select-container {
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}
.react-select-container > div:first-of-type {
  height: 32px;
  border-radius: 3px;
  font-size: 14px;
  border-color: #e5e6e7;
  min-height: fit-content;
}
.react-select-container .react-select__single-value {
  color: #24272b;
}
.react-select-container .react-select__indicator-separator {
  background-color: #e5e6e7 !important;
}
.react-select-container .react-select__control {
  background-color: #ffffff !important;
  color: #e71d36 !important;
}
.react-select-container .react-select__control.react-select__control--is-focused {
  box-shadow: #4a525a 0 0 0 1px !important;
}
.react-select-container.error-input .react-select__control {
  background-color: rgba(231, 29, 54, 0) !important;
  color: #e71d36 !important;
}
.react-select-container.error-input .react-select__control.react-select__control--is-focused {
  box-shadow: none !important;
}
.react-select-container.error-input > div:first-of-type {
  height: 28px;
  max-height: 32px;
  border: none;
}
.react-select-container.error-input .react-select__placeholder {
  color: #e71d36 !important;
  opacity: 0.7;
}
.react-select-container.error-input .react-select__indicator-separator {
  background-color: #e71d36 !important;
}
.react-select-container.error-input .react-select__indicator svg {
  fill: #e71d36 !important;
}
.react-select-container .react-select__indicator svg {
  padding: 3px;
}
.react-select-container .react-select__clear-indicator {
  padding: 0;
}
.react-select-container .react-select__value-container {
  padding: 0 8px;
  line-height: 18px;
}
.react-select-container .react-select__option:hover,
.react-select-container .react-select__option:focus,
.react-select-container .react-select__option.react-select__option--is-focused {
  background-color: #d3dce6;
}
.react-select-container .react-select__option.react-select__option--is-selected {
  background-color: #004bed;
  color: #ffffff;
}
.react-select__menu {
  background-color: #f2f3f5;
  z-index: 100;
}
#section-select {
  text-align: center;
}
#section-select .react-select__control {
  border: none !important;
  background-color: transparent !important;
}
#section-select .react-select__value-container .react-select__single-value {
  margin: auto;
  position: unset;
  transform: unset;
}
#section-select .react-select__control.react-select__control--is-focused {
  box-shadow: none !important;
}
.chevron-icon {
  font-size: 12px;
}
.hide-icon-options .react-select__menu-list i.fa,
.hide-icon-options .react-select__menu-list i.fal,
.hide-icon-options .react-select__menu-list i.fas,
.hide-icon-options .react-select__menu-list i.fad,
.hide-icon-options .react-select__menu-list i.fab {
  display: none;
}
fieldset[disabled] .react-select-container {
  pointer-events: none;
}
fieldset[disabled] .react-select-container .react-select__control {
  background-color: rgba(4, 14, 53, 0.1) !important;
  color: rgba(4, 14, 53, 0.4) !important;
}
fieldset[disabled] .react-select-container .react-select__value-container,
fieldset[disabled] .react-select-container .react-select__single-value,
fieldset[disabled] .react-select-container .react-select__placeholder {
  color: rgba(4, 14, 53, 0.4) !important;
}
.radio input {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  appearance: none;
  border: solid 2px #b0b8bf;
  border-radius: 20px;
  width: 18px !important;
  height: 18px;
  vertical-align: middle;
  background-color: transparent;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}
.radio input:checked {
  background-color: #004bed;
}
.radio > span {
  width: calc(100% - 28px);
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: unset;
}
.checkbox input {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
.checkbox input::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 2px solid #b0b8bf;
  border-radius: 2px;
  background-color: #ffffff;
}
.checkbox input:checked::before {
  border: none;
  border-radius: 2px;
  background-color: #004bed;
}
.checkbox input:checked::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: 2px solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}
.checkbox input.error-input::before,
.checkbox input .input-validation-error::before {
  border: 2px solid #e71d36;
}
.checkbox input.error-input:checked::before,
.checkbox input .input-validation-error:checked::before {
  background-color: #e71d36;
}
.checkbox > span {
  width: calc(100% - 25px);
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-left: 9px;
}
.checkbox-row {
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}
.checkbox-row > input {
  margin: 0 10px 0 0 !important;
  border-radius: 3px;
  -webkit-appearance: none;
  outline: none !important;
  width: 24px;
  height: 24px;
  border: solid #24272b 3px;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}
.checkbox-row > input::before {
  content: "";
  width: 3px;
  height: 0px;
  background: #24272b;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 2px;
  transform-origin: top left;
  transform: rotate(-45deg);
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -ms-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition-delay: 0.2s;
}
.checkbox-row > input::after {
  content: "";
  width: 3px;
  height: 0px;
  background: #24272b;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 2px;
  transform-origin: top right;
  transform: rotate(-135deg);
  transition-delay: 0s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
}
.checkbox-row > input:checked::before {
  transition-delay: 0s;
  height: 6px;
}
.checkbox-row > input:checked::after {
  transition-delay: 0.1s;
  height: 12px;
}
.checkbox-row .field.edit-inline {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 90px);
  margin: 0 20px 0 0;
}
.checkbox-row .field.edit-inline input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.checkbox-row .field.edit-inline input:hover,
.checkbox-row .field.edit-inline input:active,
.checkbox-row .field.edit-inline input:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.wysiwyg-text {
  line-height: 1.3;
}
.wysiwyg-text div,
.wysiwyg-text p,
.wysiwyg-text span {
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.wysiwyg-text-align-left {
  text-align: left;
}
.wysiwyg-text-align-center {
  text-align: center;
}
.wysiwyg-text-align-center img {
  margin: auto;
}
.wysiwyg-text-align-right {
  text-align: right;
}
.wysiwyg-font-size-x-small {
  font-size: 50%;
}
.wysiwyg-font-size-small {
  font-size: 75%;
}
.wysiwyg-font-size-default {
  font-size: 100%;
}
.wysiwyg-font-size-large {
  font-size: 150%;
}
.wysiwyg-font-size-x-large {
  font-size: 200%;
}
.wysiwyg-font-size-xx-large {
  font-size: 300%;
}
.wysiwyg-color-default {
  color: #24272b;
}
.wysiwyg-color-blue {
  color: blue;
}
.wysiwyg-color-brown {
  color: brown;
}
.wysiwyg-color-cyan {
  color: cyan;
}
.wysiwyg-color-green {
  color: green;
}
.wysiwyg-color-magenta {
  color: magenta;
}
.wysiwyg-color-orange {
  color: #f67840;
}
.wysiwyg-color-purple {
  color: purple;
}
.wysiwyg-color-red {
  color: red;
}
.wysiwyg-color-yellow {
  color: yellow;
}
.radio-grid {
  margin: 0 -5px;
}
.radio-grid .btn {
  background-color: #004bed;
  margin-top: 10px;
  color: #ffffff;
}
.radio-grid label.container {
  vertical-align: top;
  color: #004bed !important;
  background: #f2f3f5;
  margin: 5px;
  padding: 20px;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block !important;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  cursor: pointer;
}
.radio-grid label.container:hover {
  background: #d3dce6 !important;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
}
.radio-grid label.container:hover .btn {
  background-color: #ffffff !important;
  color: #004bed !important;
}
.radio-grid label.container.checked {
  background: #004bed !important;
  color: #ffffff !important;
}
.radio-grid label.container.checked .btn {
  background-color: #ffffff !important;
  color: #004bed !important;
}
.radio-grid label.container input,
.radio-grid label.container p {
  display: none;
}
@media only screen and (max-width : 992px) {
  .radio-grid label.container h6 {
    font-size: 0.75em;
  }
}
.radio-grid.scale label.container.checked {
  transform: scale(1.1);
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
}
.radio-grid.three-wide label.container {
  width: calc(33.33333% - 10px);
}
.radio-grid.four-wide label.container {
  width: calc(25% - 10px);
}
.radio-input label[for] {
  padding-left: 5px !important;
}
.radio-input:not(.radio-grid) label[for] {
  padding-left: 14px !important;
}
.react-select__indicator.react-select__dropdown-indicator {
  padding: 4px !important;
}
.react-select__indicator-separator {
  display: none;
}
.react-autosuggest__container input {
  border: solid 1px #e5e6e7;
  -webkit-appearance: none;
  border-radius: 3px;
  padding: 9px;
  color: #24272b;
  outline: none;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}
.react-autosuggest__container input:focus,
.react-autosuggest__container input.active {
  border: solid 1px #4a525a;
}
.react-autosuggest__container .react-autosuggest__suggestions-container {
  border: none !important;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
}
.react-autosuggest__container ul {
  padding-inline-start: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}
.react-autosuggest__container ul li {
  list-style-type: none;
  padding: 9px;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}
.react-autosuggest__container ul li:hover {
  cursor: pointer;
  background-color: #004bed;
  color: #ffffff;
}
.react-autosuggest__container .react-autosuggest__suggestions-container--open {
  border: solid 1px #e5e6e7;
  -webkit-appearance: none;
  border-radius: 3px;
  margin-top: 10px;
}
.react-autosuggest__container .react-autosuggest__suggestions-container--open .react-autosuggest__suggestion {
  border-top: solid 1px #e5e6e7;
  padding-top: 9px;
}
.react-autosuggest__container .react-autosuggest__suggestions-container--open .react-autosuggest__suggestion.react-autosuggest__suggestion--first {
  border-top: none;
}
.error-input,
.input-validation-error {
  color: #e71d36 !important;
  border: 2px solid #e71d36 !important;
  background-color: rgba(231, 29, 54, 0.1) !important;
  border-radius: 3px;
}
.error-input .brushfire-checkbox:first-child,
.input-validation-error .brushfire-checkbox:first-child,
.error-input .brushfire-radio:first-child,
.input-validation-error .brushfire-radio:first-child,
.error-input fieldset,
.input-validation-error fieldset {
  margin-top: 3px;
}
.form-row {
  background-color: #f2f3f5;
  padding: 10px;
  border-radius: 3px;
  margin: 5px 0;
  flex-wrap: nowrap;
}
.form-row .form-row-field {
  vertical-align: top;
}
.form-row .form-row-buttons {
  vertical-align: top;
  padding-left: 10px;
}
.form-row .field {
  width: 100%;
}
@media only screen and (max-width : 575px) {
  .xs-show-label .sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: initial;
    clip: none;
    white-space: wrap;
    border: 0;
  }
}
.checkbox-toggle input[type="checkbox"] {
  width: 24px;
  border-radius: 20px;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #4a525a;
  height: 16px;
  position: relative;
  outline: none;
  vertical-align: middle;
  margin-top: -2px;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}
.checkbox-toggle input[type="checkbox"]::before {
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 1px;
}
.checkbox-toggle input[type="checkbox"]:checked {
  background: #004bed;
}
.checkbox-toggle input[type="checkbox"]:checked::before {
  left: 9px;
}
.checkbox-toggle input[type="checkbox"]:disabled {
  opacity: 0.25;
}
.sticky-input {
  position: relative;
}
.sticky-input p.mask {
  position: absolute;
  left: 10px;
  top: 31px;
  z-index: 2;
  pointer-events: none;
  letter-spacing: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0);
  display: flex;
  width: calc(100% - 20px);
  overflow: hidden;
}
.sticky-input p.mask.hidden-label {
  top: 12px;
}
.sticky-input p.mask .prefix,
.sticky-input p.mask .suffix {
  color: #9b9b9b;
}
.sticky-input p.mask .show {
  color: #0876e8;
}
.sticky-input-children p {
  display: inline-block;
}
.form-counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (max-width : 768px) {
  .form-counter {
    justify-content: center;
    margin-top: 20px;
  }
}
.form-counter input {
  border: none !important;
  font-size: 24px !important;
  background-color: transparent !important;
  padding: 4px 2px 3px !important;
  -webkit-padding-before: 2px !important;
  /* happens on chrome as well, making the number a bit higher than other browsers */
  flex: 1;
  width: 48px !important;
  height: 30px !important;
}
@media only screen and (max-width : 768px) {
  .form-counter input {
    width: auto !important;
  }
}
.form-counter input:not(:focus) {
  border: none !important;
}
.form-counter input:disabled {
  background: transparent !important;
}
@media only screen and (max-width : 768px) {
  .form-counter small {
    width: 100%;
  }
}
.credit-card-input-group .credit-card-icon {
  position: absolute;
  right: 10px;
  display: flex;
  top: 22%;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
}
.credit-card-input-group .credit-card-icon.active {
  opacity: 1;
}
.credit-card-input-group .credit-card-icon i {
  font-size: 1.5em;
}
.credit-card-input-group .error-icon {
  color: #e71d36;
}
.item-list-field > .field {
  height: 32px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.item-list-field > .field > label {
  flex: 1;
  padding: 8px 10px !important;
}
.item-list-field > .field .error {
  text-align: left;
}
.item-list-field > .field .react-select-container,
.item-list-field > .field > input {
  width: 16.66666667% !important;
}
@media only screen and (max-width : 768px) {
  .item-list-field > .field .react-select-container,
  .item-list-field > .field > input {
    width: 33.33333333% !important;
  }
}
.email-suggestion {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.email-suggestion .btn {
  font-size: 12px;
  margin: 5px 0 5px 5px !important;
  padding: 0 !important;
}
.field-section-header {
  border-bottom: 1px solid #e5e6e7;
  font-size: 24px;
  margin: 1em 0 0.5em 0;
}
.question-wrapper > .field-section-header:first-child {
  margin-top: 12px;
}
.tall-select {
  font-size: 16px;
  color: #b0b8bf;
}
.tall-select .react-select-container > div:first-of-type {
  height: 60px !important;
  max-height: unset;
}
.tall-select .react-select__value-container {
  overflow-y: unset;
  height: 60px !important;
}
.tall-select .react-select__single-value {
  text-overflow: unset;
  white-space: normal;
  overflow: unset;
}
.tall-select .react-select__option {
  color: #24272b;
}
.tall-select .react-select__option:hover,
.tall-select .react-select__option:focus,
.tall-select .react-select__option.react-select__option--is-focused {
  background-color: #d3dce6;
}
.tall-select .react-select__option.react-select__option--is-selected {
  background-color: #004bed;
}
.tall-select small {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.custom-price-input {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.custom-price-input .field {
  margin-top: 0;
}
@media only screen and (max-width : 768px) {
  .custom-price-input {
    align-items: flex-end;
  }
  .custom-price-input .field {
    align-items: flex-end;
  }
}
.access-code-input {
  margin-bottom: 1em;
}
.access-code-input .field {
  margin: 0;
  width: 50%;
  flex: 1;
}
.access-code-input .btn {
  padding: 0.3rem 0.75rem !important;
}
.access-code-input .error {
  text-align: left;
}
.access-code-input input {
  text-transform: uppercase;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.date-range {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 3px 16px 0px #24272b26;
}
.attendee-amount {
  width: 100%;
}
.attendee-amount .progress {
  margin-top: 4px;
}
@media only screen and (max-width : 768px) {
  .attendee-amount small.mini {
    text-align: right !important;
  }
}
.widget-fieldset[disabled] .btn {
  pointer-events: none;
}
.widget-fieldset[disabled] .btn.never-disabled {
  pointer-events: auto;
}
.react-select--is-disabled {
  opacity: 0.5;
}
.stripe-field {
  border: solid 1px #e5e6e7;
  border-radius: 3px;
  padding: 9px;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  background-color: #ffffff;
}
.stripe-field.focus {
  border: solid 1px #4a525a;
}
.stripe-field.has-error {
  background-color: rgba(231, 29, 54, 0.1) !important;
  border: 2px #e71d36 solid;
}
.country-region-picker {
  border: solid 1px #e5e6e7;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  margin-top: 7.5px;
}
.country-region-picker .field,
.country-region-picker .react-select-container > div:first-of-type,
.country-region-picker input:not(.error-input) {
  border: none !important;
}
.country-region-picker .field,
.country-region-picker .react-select-container > div:first-of-type,
.country-region-picker input {
  margin: 0;
}
.country-region-picker .react-select__control {
  min-height: 30px !important;
}
.country-region-picker .react-select-container {
  height: 30px;
}
.country-region-picker .country-region-picker-country {
  width: 32px;
  height: 30px;
}
.country-region-picker .country-region-picker-country .react-select__indicators {
  display: none;
}
.country-region-picker .country-region-picker-country .react-select-container > div:first-of-type {
  height: 30px !important;
}
.country-region-picker .country-region-picker-divider {
  display: inline-block;
  width: 1px;
  position: relative;
  background-color: #ffffff;
}
.country-region-picker .country-region-picker-divider::after {
  content: "";
  display: inline-block;
  left: 0;
  top: 7px;
  width: 1px;
  height: 16px;
  border-right: solid 1px #e5e6e7;
  position: absolute;
}
.country-region-picker .country-region-picker-region {
  width: calc(100% - 32px - 1px);
  height: 30px !important;
}
.country-region-picker .country-region-picker-region .react-select-container > div:first-of-type {
  height: 30px !important;
}
.country-region-picker .country-region-picker-region.text-input input {
  height: 30px !important;
}
.country-region-picker .country-region-picker-region .react-select__value-container {
  height: 30px !important;
}
.country-region-picker.active .country-region-picker-country {
  width: 100%;
}
.country-region-picker.active .country-region-picker-country::after {
  display: none;
}
.country-region-picker.active .country-region-picker-region {
  width: 0;
  overflow: hidden;
  opacity: 0;
}
.country-region-picker.active .country-region-picker-divider {
  display: none;
}
.country-region-picker.focus {
  border: solid 1px #4a525a;
}
@media only screen and (max-width : 768px) {
  .country-region-picker {
    margin-bottom: 5px;
  }
}
.country-region-picker.error-input input {
  background-color: rgba(231, 29, 54, 0) !important;
}
.country-region-picker.error-input .react-select__control {
  background-color: rgba(231, 29, 54, 0) !important;
  color: #e71d36 !important;
}
.country-region-picker.error-input .react-select__control.react-select__control--is-focused {
  box-shadow: none !important;
}
.country-region-picker.error-input > div:first-of-type {
  height: 28px;
  max-height: 32px;
  border: none;
}
.country-region-picker.error-input .react-select__placeholder {
  color: #e71d36 !important;
  opacity: 0.7;
}
.country-region-picker.error-input .react-select__indicator-separator {
  background-color: #e71d36 !important;
}
.country-region-picker.error-input .react-select__indicator svg {
  fill: #e71d36 !important;
}
.country-region-picker.error-input .country-region-picker-divider {
  background-color: rgba(231, 29, 54, 0.1);
}
.autocomplete-field {
  position: absolute;
  width: calc(100% - 10px);
  opacity: 0;
}
.autocomplete-field.active {
  opacity: 1;
  background-color: #ffffff;
}
.form-slider input {
  min-width: 50px;
  text-align: center;
  border: none;
  font-size: 20px !important;
  background-color: transparent !important;
  padding: 2px 2px 3px !important;
  border: none !important;
}
.form-slider input:disabled {
  background: transparent !important;
}
.form-slider .slider-min input {
  text-align: left;
}
.form-slider .slider-max input {
  text-align: right;
}
.form-slider .MuiSlider-thumb {
  background-color: #004bed;
}
.form-slider .MuiSlider-thumb.Mui-focusVisible,
.form-slider .MuiSlider-thumb:hover {
  box-shadow: 0px 0px 0px 8px rgba(0, 75, 237, 0.16);
}
.form-slider .MuiSlider-thumb.MuiSlider-active {
  box-shadow: 0px 0px 0px 14px rgba(0, 75, 237, 0.16);
}
.form-slider .MuiSlider-track {
  background-color: #004bed;
}
.form-slider .MuiSlider-rail {
  background-color: #004bed;
}
.brushfire-radio .brushfire-accept-field input {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  appearance: none;
  border: solid 2px #b0b8bf;
  border-radius: 20px;
  width: 18px !important;
  height: 18px;
  vertical-align: middle;
  background-color: transparent;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}
.brushfire-radio .brushfire-accept-field input:checked {
  background-color: #004bed;
}
.brushfire-accept-field input {
  position: relative;
  cursor: pointer;
  margin-right: calc(10px - 4px);
  appearance: none;
  border: solid 2px #b0b8bf;
  border-radius: 20px;
  width: 18px !important;
  height: 18px;
  vertical-align: middle;
  background-color: transparent;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -ms-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
}
.brushfire-accept-field input:checked {
  background-color: #004bed;
}
.brushfire-accept-field label {
  display: block !important;
  text-align: left !important;
  padding: 2px !important;
  font-size: 14px !important;
  color: #4a525a !important;
  font-weight: 400;
}
.brushfire-accept-field span {
  width: calc(100% - 28px);
  display: inline;
  vertical-align: middle !important;
  font-size: 14px;
}
.sq-card-wrapper.sq-error .sq-card-iframe-container {
  max-height: 48px;
  background-color: rgba(231, 29, 54, 0.1);
}
@media only screen and (max-width : 768px) {
  .sq-card-wrapper.sq-error .sq-card-iframe-container {
    max-height: none;
  }
}
.sq-card-iframe-container {
  max-height: 48px;
}
@media only screen and (max-width : 768px) {
  .sq-card-iframe-container {
    max-height: none;
  }
}
.sq-card-wrapper .sq-card-message.sq-card-message-no-error {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width : 768px) {
  .sq-card-component {
    margin: 0;
    width: 100%;
  }
}
.field label,
.field ~ label {
  display: block !important;
  text-align: left !important;
  padding: 2px 2px 2px 0 !important;
  font-size: 12px;
  color: #4a525a !important;
  font-weight: 700;
  margin-bottom: 0;
}
.field label span,
.field ~ label span {
  font-weight: 400;
}
.field .field-name-label {
  display: flex !important;
  text-align: left;
  padding: 2px 2px 0px 0px;
  font-size: 12px;
  color: #4a525a;
  font-weight: 700;
  margin: 0;
  margin-bottom: -5px !important;
  justify-content: space-between;
}
.field .field-name-label-clear {
  margin-left: 10px;
}
.react-select-menu-buffer {
  height: 300px;
}
.react-select-menu-buffer.extra {
  height: 400px;
}
.select-buffer-disabled .react-select-menu-buffer {
  height: 0px;
}
.sq-card-message {
  display: none;
}
.sq-card-message.sq-visibile {
  display: block;
}
.sq-card-message.sq-card-message-error {
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #e71d36;
  font-size: 10px;
  line-height: 1.3;
  vertical-align: top;
  margin-top: 5px;
  letter-spacing: 0;
}
.sq-card-message.sq-card-message-error::before {
  display: none;
}
.has-square-error .sq-card-message.sq-card-message-error {
  display: none;
}
.type-change-row {
  padding: 8px;
  border-radius: 6px;
  background-color: #f2f3f5;
  margin-top: 10px;
}
.type-change-row:first-child {
  margin-top: 0;
}
.type-change-row.current {
  background-color: #e3e6e9;
}
.type-change-row.selected {
  background-color: #4a525a;
  color: #ffffff;
}
.type-change-row h4 {
  font-size: 18px;
}
.type-change-row .btn {
  min-width: 112px;
  box-sizing: border-box;
}
.type-change-row .btn.btn-outline {
  border: solid 2px #24272b;
  padding: 3px 20px !important;
}
.type-change-row .btn.btn-dark {
  background-color: #24272b;
}
.signature-status {
  margin-top: 15px;
}
.field-with-notes {
  display: flex;
}
.field-with-notes > .field-wrap {
  display: inline-block;
  width: calc(100% - 30px);
}
.field-with-notes > .field-notes {
  display: inline-block;
  width: 30px;
  align-items: flex-start;
  margin-top: 31px;
}
.field-with-notes > .field-notes .btn-tooltip {
  z-index: 99;
}
.field-with-notes > .field-notes:hover .btn-tooltip {
  z-index: 1030;
}
.field-with-notes.no-label > .field-notes {
  margin-top: 0px;
}
.input-copy-wrap {
  position: relative;
}
.input-copy-wrap .input-copy-button {
  background-color: #4a525a;
  color: #ffffff;
  padding: 2px 4px !important;
  font-size: 10px;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.text-array-row {
  position: relative;
}
.text-array-row > input {
  padding-right: 34px !important;
}
.text-array-row > .btn {
  position: absolute;
  right: 5px;
  top: 4px;
}
.wallets-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.alert-checkbox .alert-body > div {
  height: unset !important;
}
.alert-checkbox .brushfire-checkbox {
  margin: 0;
}
.alert-checkbox .brushfire-checkbox label {
  margin-bottom: 0;
}
.alert-checkbox .brushfire-checkbox label > span {
  width: unset;
}
.hs-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.hs-form .hs-form-field {
  width: 100%;
}
.hs-form .hs-form-field:nth-child(1),
.hs-form .hs-form-field:nth-child(2),
.hs-form .hs-form-field:nth-child(3),
.hs-form .hs-form-field:nth-child(4) {
  flex: 1 1 calc(50% - 1em);
}
.hs-form .hs-form-field label {
  display: block !important;
  text-align: left !important;
  padding: 2px 2px 2px 0 !important;
  font-size: 12px;
  color: #4a525a !important;
  font-weight: 700;
  margin-bottom: 0;
}
.hs-form .hs-form-field label span {
  font-weight: 700;
}
.hs-form .hs-form-field .hs-input.error {
  color: #e71d36 !important;
  border: 2px solid #e71d36 !important;
  background-color: rgba(231, 29, 54, 0.1) !important;
  border-radius: 3px;
  margin-top: 0 !important;
  text-align: left !important;
}
.hs-form .hs-form-field select {
  width: 100%;
  height: 32px;
  text-align: left !important;
  font-size: 14px !important;
  padding: 0 9px !important;
  border-color: #e5e6e7;
}
.hs-form .hs-form-field select:focus {
  border-color: #4a525a;
}
.hs-form .hs-form-field select option {
  color: #24272b;
}
.hs-form .hs-form-field select option:first-of-type {
  color: #808080;
}
.hs-form .hs-form-field .no-list {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  text-align: right;
}
.hs-form .hs-form-field .no-list label {
  display: inline-block;
  width: 100%;
  text-align: right !important;
  color: #e71d36 !important;
  font-size: 10px !important;
  line-height: 1.3;
  vertical-align: top;
  margin-top: 5px !important;
  letter-spacing: 0;
  font-weight: 400;
}
.hs-form .hs-button {
  visibility: hidden;
}
.hs-form-wrapper.loading {
  opacity: 0.5;
  pointer-events: none;
}
header {
  position: fixed;
  top: 0;
  z-index: 1050;
  width: 100%;
  height: 54px;
  color: #24272b;
}
header .page-links {
  margin: 0;
  line-height: 54px;
  height: 54px;
  display: block;
  padding: 0;
}
header .page-links.left {
  text-align: left;
  float: left;
}
header .page-links.left .hamburger {
  display: none;
  line-height: 28px;
  font-size: 28px;
  margin: 0;
}
header .page-links.left .hamburger.app-hamburger {
  display: block;
}
header .page-links.left .hamburger .in-drawer {
  display: none;
}
.drawer-open header .page-links.left .hamburger .in-drawer {
  display: inline-block;
}
header .page-links.left .hamburger .out-drawer {
  display: inline-block;
}
.drawer-open header .page-links.left .hamburger .out-drawer {
  display: none;
}
header .page-links.left .logo-holder {
  margin: 0;
  margin-right: 12px;
  padding: 0;
}
@media only screen and (max-width : 1024px) {
  header .page-links.left .logo-holder {
    margin: 0;
    margin-right: 6px;
  }
}
@media only screen and (max-width : 480px) {
  header .page-links.left .logo-holder {
    padding-top: 0;
    margin-right: 0;
    margin-left: 2px;
  }
}
header .page-links.left .logo-holder img {
  width: 150px;
  margin-top: -2px;
}
header .page-links.left .logo-shim {
  margin-left: 16px;
}
header .page-links.right {
  padding-right: 17px;
  padding-top: 5px;
  text-align: right;
  float: right;
}
@media only screen and (max-width : 480px) {
  header .page-links.right {
    padding-right: 10px;
    padding-top: 7px;
  }
}
header .page-links.right .cart {
  padding: 8px;
  background-color: transparent;
  border-radius: 3px;
  color: #ffffff;
  position: relative;
  top: -2px;
  border: 2px solid #ffffff;
}
@media only screen and (max-width : 768px) {
  header .page-links.right .cart {
    margin-right: 12px;
  }
}
@media only screen and (max-width : 480px) {
  header .page-links.right .cart {
    margin-right: 0px;
    margin-left: 0;
  }
}
header .page-links.right .cart .cart-badge {
  left: 100%;
  transform: translateX(-50%);
}
header .page-links.right .cart:hover {
  color: #3c3c3c !important;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
header .page-links.right .cart i:hover,
header .page-links.right .cart span:hover {
  color: #3c3c3c;
}
header .page-links.right .user-icon-holder {
  margin: 0;
  top: -2px;
  margin-right: 0;
  margin-left: 12px;
}
@media only screen and (max-width : 1024px) {
  header .page-links.right .user-icon-holder {
    margin-right: 0;
    margin-left: 6px;
  }
}
@media only screen and (max-width : 480px) {
  header .page-links.right .user-icon-holder {
    margin: 0;
    margin-left: 0px;
  }
}
header .page-links.right .user-icon-holder .avatar {
  margin: 0;
  float: left;
}
header .page-links.right .user-icon-holder .avatar img {
  width: 44px;
  height: auto;
  margin: 0;
  margin-top: -5px;
  transition: 0.2s ease-out;
  border-color: #ffffff;
}
header .page-links.right .user-icon-holder .left-text {
  margin: 0;
  margin-left: 6px;
  text-align: left;
  display: inline-block;
  color: #ffffff;
}
@media only screen and (max-width : 1024px) {
  header .page-links.right .user-icon-holder .left-text {
    display: none;
  }
}
header .page-links.right .user-icon-holder .left-text.one-line {
  margin-top: 10px;
}
header .page-links.right .user-icon-holder:hover .avatar img {
  border-color: #ffffff;
}
header .page-links li {
  display: inline-block;
  vertical-align: middle;
}
header .page-links li .btn-icon {
  font-size: 30px;
}
header .page-links li a {
  line-height: 16px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #24272b;
  padding-bottom: 4px;
  margin: 0 12px;
}
@media only screen and (max-width : 1024px) {
  header .page-links li a {
    margin: 0 5px;
  }
}
header .page-links li a:hover {
  text-decoration: none !important;
  color: #24272b;
  border-bottom: 2px solid #24272b;
  margin-top: 2px;
}
header .signout-dropdown {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 51px;
  padding: 0px;
  padding-bottom: 20px;
  padding-top: 19px;
  text-align: center;
  display: none;
  z-index: 1031;
}
@media only screen and (max-width : 768px) {
  header .signout-dropdown {
    min-width: 90px;
    right: 0;
  }
}
header .signout-dropdown a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}
header .signout-dropdown a:hover {
  color: #ffffff;
  border-bottom: 2px solid #004bed;
  text-decoration: none;
}
header .authbar {
  position: absolute;
  z-index: 1030;
  top: 54px;
  width: 100%;
  text-align: center;
  background-color: rgba(210, 68, 69, 0.95);
  font-size: 15px;
  padding: 10px;
}
header .authbar a {
  text-decoration: underline;
  color: #ffffff;
}
header .alertbar {
  position: absolute;
  z-index: 1030;
  top: 54px;
  width: 100%;
  text-align: center;
  background-color: rgba(60, 60, 60, 0.5);
  font-size: 11px;
  padding: 2px;
}
header .alertbar.loggedinas {
  top: 95px;
}
header .alertbar.impersonating {
  background-color: #004bed;
  padding: 10px;
  font-size: 15px;
}
header .alertbar a {
  text-decoration: underline;
  color: #ffffff;
}
header .alertbar span {
  float: right;
  margin-right: 20px;
  line-height: 20px;
  font-size: 20px;
}
header .get-started {
  width: 100%;
  position: fixed;
  right: 0;
  background-color: rgba(60, 60, 60, 0.95);
  height: 0vh;
  margin-top: 54px;
  -webkit-transition-duration: 0.5s;
  transition: height 0.5s ease;
  display: block;
  overflow: hidden;
  border-top: none;
}
header .get-started.drop-menu-active {
  height: calc(100vh - 54px);
  border-top: 4px solid #004bed;
}
header .get-started ul {
  text-align: left;
  padding: 0;
  margin: 0;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
}
header .get-started ul .drop-link {
  border-bottom: 2px solid rgba(240, 240, 240, 0.5);
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 24px;
}
header .get-started ul .drop-link a {
  text-decoration: none;
  color: #ffffff;
  margin-left: 30px;
  display: block;
  padding: 4% 28px;
}
header .get-started ul .drop-link a .item-icon {
  margin-left: -40px;
  margin-right: 10px;
}
header .get-started ul .drop-link a:active {
  color: #004bed;
}
header .get-started ul .drop-link:last-child {
  border: none;
}
header .avatar-container > .page-links .signout-icon {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  margin: 0;
  width: 0;
  height: 40px;
  overflow: hidden;
  margin-left: 10px;
}
header .avatar-container > .page-links .signout-icon i {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  color: #ffffff;
  margin-top: 12px;
}
header .avatar-container > .page-links .signout-icon a {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
  text-align: center;
}
header .avatar-container > .page-links .signout-icon a:hover {
  text-decoration: none;
  border-bottom: none;
  margin-top: 0 !important;
}
header .avatar-container > .page-links:hover .signout-icon {
  width: 40px;
  border-radius: 40px;
}
header .avatar-container > .page-links:hover .signout-icon a:hover {
  background-color: #ffffff;
}
header .avatar-container > .page-links:hover .signout-icon a:hover i {
  color: #24272b;
}
@media only screen and (max-width : 768px) {
  .main {
    padding: 62px 0 20px 0;
  }
  .pattern .main {
    background-color: transparent;
  }
  header {
    position: absolute;
  }
}
@media only screen and (min-width: 768px) {
  .translated-ltr header,
  .translated-rtl header {
    top: 39px;
  }
}
.main.loggedinas {
  padding-top: 120px;
}
.main.impersonating {
  padding-top: 120px;
}
.main.impersonating.loggedinas {
  padding-top: 161px;
}
.main.not-impersonating {
  padding-top: 98px;
}
.main.not-impersonating.loggedinas {
  padding-top: 139px;
}
.no-hover:hover {
  color: #ffffff !important;
  border: none !important;
  cursor: default !important;
}
.no-hover-underline:hover {
  border: none !important;
  text-decoration: none !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
@media only screen and (max-width : 826px) {
  .hide-826 {
    display: none !important;
  }
}
.homepage-header {
  position: absolute;
  background: transparent;
  -webkit-font-smoothing: antialiased;
}
.transparent-bg {
  background-color: transparent !important;
}
.avatar-in-ring {
  border-width: 2px;
  border-radius: 50%;
  border-style: solid;
  padding: 2px;
  background-color: transparent;
}
.avatar-in-ring.light {
  border-color: #ffffff;
}
.avatar-in-ring.dark {
  border-color: #24272b;
}
.sectioned-pills {
  border-radius: 40px;
  border: solid 1px #e5e6e7;
  display: inline-flex;
  flex-direction: row;
  margin-top: 3px;
  padding: 5px 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  background-color: #ffffff;
  color: #24272b;
}
.sectioned-pills .pill-timer {
  min-width: 60px;
  text-align: center;
}
.sectioned-pills .sectioned-pills-section {
  padding: 0 10px;
  border-right: solid 1px #e5e6e7;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.sectioned-pills .sectioned-pills-section:last-child {
  border-right: none;
}
.sectioned-pills .sectioned-pills-section .badge {
  background: #24272b;
  border-radius: 30px;
  color: #ffffff;
  transform: translate(-5px, -10px);
  position: absolute;
}
.sectioned-pills:hover {
  background-color: #d3dce6;
  border: solid 1px #4a525a;
  cursor: pointer;
}
.sectioned-pills:hover .sectioned-pills-section {
  border-color: #4a525a;
}
.pill.light {
  background-color: #ffffff;
  border: solid 1px #b0b8bf;
}
.pill.round {
  border-radius: 20px;
  padding: 1px 5px 3.33333333px 10px;
}
.pill.round span {
  padding-right: 7.5px;
}
.pill.round i {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  opacity: 1;
  font-size: 10px;
}
.pill.round i:hover {
  opacity: 0.6;
  cursor: pointer;
}
.pill.round .btn {
  vertical-align: middle;
  margin-top: 3px;
}
.pill.pill-info {
  color: #ffffff;
  background-color: #11a9f0;
}
.pill.pill-danger {
  opacity: 0.75;
  color: #ffffff;
  background-color: #e71d36;
}
.pill.pill-success {
  opacity: 0.75;
  color: #ffffff;
  background-color: #20bf55;
}
@media print {
  .pill {
    padding: 0 !important;
  }
  .pill span {
    padding-right: 0;
  }
}
.price-pill {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  border-radius: 100px;
  color: #ffffff;
}
.page-body {
  display: inline-block;
  width: 100%;
  max-width: 1024px;
  display: inline-flex;
  flex-direction: column;
}
.page-body.md {
  max-width: 768px;
}
.p {
  padding: 10px !important;
}
.p-lg {
  padding: 18px !important;
}
.p-xl {
  padding: 24px !important;
}
.p-0 {
  padding: 0 !important;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-none {
  float: none !important;
}
.flex-break {
  flex-basis: 100%;
  height: 0;
}
.flex-1 {
  flex: 1;
}
.d-b {
  display: block;
}
.d-ib {
  display: inline-block;
}
.pos-absolute {
  position: absolute;
}
.pos-relative {
  position: relative;
}
.b-top {
  border: none;
  border-top: solid 1px #e5e6e7 !important;
  border-width: 1px 0 0 0;
}
.b-top.b-dashed {
  border-style: dashed !important;
}
.b-right {
  border-right: solid 1px #e5e6e7 !important;
  border-width: 0 1px 0 0;
}
.b-bottom {
  border-bottom: solid 1px #e5e6e7 !important;
  border-width: 0 0 1px 0;
}
.b-left {
  border-left: solid 1px #e5e6e7 !important;
  border-width: 0 0 0 1px;
}
.b-0 {
  border-width: 0 !important;
}
.mw-600 {
  max-width: 600px;
  margin: 0 auto;
}
.push-down {
  margin-top: 10px;
  margin-bottom: -10px;
}
.new-client {
  max-width: 850px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.hidden {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: -100vw;
  left: -100vh;
}
.hidden-xs {
  display: inherit;
}
@media only screen and (max-width : 575px) {
  .hidden-xs {
    display: none !important;
  }
}
.visible-xs {
  display: none !important;
}
@media only screen and (max-width : 575px) {
  .visible-xs {
    display: inherit !important;
  }
}
.m-top {
  margin-top: 10px !important;
}
.m-right {
  margin-right: 10px !important;
}
.m-bottom {
  margin-bottom: 10px !important;
}
.m-left {
  margin-left: 10px !important;
}
.m-top-sm {
  margin-top: 5px !important;
}
.m-right-sm {
  margin-right: 5px !important;
}
.m-bottom-sm {
  margin-bottom: 5px !important;
}
.m-left-sm {
  margin-left: 5px !important;
}
.m-top-medium {
  margin-top: 20px !important;
}
.m-right-medium {
  margin-right: 20px !important;
}
.m-bottom-medium {
  margin-bottom: 20px !important;
}
.m-left-medium {
  margin-left: 20px !important;
}
.m-top-large {
  margin-top: 40px !important;
}
.m-right-large {
  margin-right: 40px !important;
}
.m-bottom-large {
  margin-bottom: 40px !important;
}
.m-left-large {
  margin-left: 40px !important;
}
.m-top-x-large {
  margin-top: 60px !important;
}
.m-right-x-large {
  margin-right: 60px !important;
}
.m-bottom-x-large {
  margin-bottom: 60px !important;
}
.m-left-x-large {
  margin-left: 60px !important;
}
.m-0 {
  margin: 0 !important;
}
.m-top-0 {
  margin-top: 0 !important;
}
.m-right-0 {
  margin-right: 0 !important;
}
.m-bottom-0 {
  margin-bottom: 0 !important;
}
.m-left-0 {
  margin-left: 0 !important;
}
@media only screen and (max-width : 768px) {
  .m-top-mobile {
    margin-top: 10px;
  }
}
@media only screen and (max-width : 768px) {
  .m-right-mobile {
    margin-right: 10px;
  }
}
@media only screen and (max-width : 768px) {
  .m-bottom-mobile {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width : 768px) {
  .m-left-mobile {
    margin-left: 10px;
  }
}
.m-bottom-pull {
  margin-bottom: -5px !important;
}
@media only screen and (max-width : 768px) {
  .mt-0-sm {
    margin-top: 0 !important;
  }
}
.m-top-well {
  margin-top: 24px !important;
}
@media only screen and (max-width : 768px) {
  .m-top-well {
    margin-top: 12px !important;
  }
}
.m-right-well {
  margin-right: 24px !important;
}
@media only screen and (max-width : 768px) {
  .m-right-well {
    margin-right: 12px !important;
  }
}
.m-bottom-well {
  margin-bottom: 24px !important;
}
@media only screen and (max-width : 768px) {
  .m-bottom-well {
    margin-bottom: 12px !important;
  }
}
.m-left-well {
  margin-left: 24px !important;
}
@media only screen and (max-width : 768px) {
  .m-left-well {
    margin-left: 12px !important;
  }
}
.padded {
  padding: 10px;
}
.padded-medium {
  padding: 20px;
}
.padded-small {
  padding: 5px !important;
}
.p-top {
  padding-top: 10px !important;
}
.p-right {
  padding-right: 10px !important;
}
.p-bottom {
  padding-bottom: 10px !important;
}
.p-left {
  padding-left: 10px !important;
}
.p-top-sm {
  padding-top: 5px !important;
}
.p-right-sm {
  padding-right: 5px !important;
}
.p-bottom-sm {
  padding-bottom: 5px !important;
}
.p-left-sm {
  padding-left: 5px !important;
}
.p-right-well {
  padding-right: 24px;
}
.p-top-icon-3 > i {
  padding-top: 3.00003px !important;
}
@media only screen and (max-width : 768px) {
  .border-radius-sm-0 {
    border-radius: 0 !important;
  }
}
@media only screen and (max-width : 1024px) {
  .border-radius-tablet-0 {
    border-radius: 0 !important;
  }
}
.faded {
  opacity: 0.5;
}
.w-100 {
  width: 100%;
}
.ta-left {
  text-align: left !important;
}
.ta-center {
  text-align: center !important;
}
.ta-right {
  text-align: right !important;
}
.ta-right-sm {
  text-align: right !important;
}
@media only screen and (max-width : 768px) {
  .ta-right-sm {
    text-align: auto !important;
  }
}
va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.invisible {
  opacity: 0;
}
.example-enter {
  opacity: 0.01;
}
.container.wizard {
  max-width: 768px;
}
.bold {
  font-weight: 700 !important;
}
.header-hyperlink-black {
  text-decoration: underline;
  color: #24272b !important;
}
.header-hyperlink-black:hover {
  border: none !important;
  color: #24272b !important;
}
.blur-bg {
  backdrop-filter: blur(4px);
}
.MuiBackdrop-root {
  background-color: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(4px);
}
.alt {
  color: #004bed;
  font-weight: 300;
  text-transform: uppercase;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row [class*="col-"].col-eq-height {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  flex-grow: 1;
}
.row [class*="col-"].col-eq-height > * {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex-grow: 1;
}
.hide {
  display: none !important;
}
@media only screen and (max-width : 1024px) {
  .hide-on-mobile {
    display: none;
  }
}
.show-on-mobile {
  display: none;
}
@media only screen and (max-width : 1024px) {
  .show-on-mobile {
    display: initial;
  }
}
.show-sm {
  display: none;
}
@media only screen and (max-width : 768px) {
  .show-sm {
    display: initial;
  }
}
@media only screen and (max-width : 992px) {
  .hide-md {
    display: none !important;
  }
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
i.fa.giant,
i.fas.giant,
i.fal.giant,
i.fab.giant,
i.fad.giant {
  font-size: 70px;
}
.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 100%;
  max-width: 800px;
}
.padded {
  padding: 10px;
}
.well {
  background-color: #ffffff;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin-top: 20px;
}
@media only screen and (max-width : 768px) {
  .well {
    margin-top: 0;
  }
}
.well .well-content {
  padding: 24px 24px 24px;
}
@media only screen and (max-width : 768px) {
  .well .well-content {
    padding: 12px;
  }
}
.well .well-header {
  background-color: #004bed;
  padding: 24px;
  width: 100%;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  font-size: 32px;
  line-height: 39px;
}
.well .well-header p {
  margin: 0;
}
.well .well-inset {
  background-color: #f2f3f5;
  margin: -24px;
  margin-top: 0;
  padding: 24px;
  border-radius: 0 0 3px 3px;
}
.well.well-lg {
  max-width: 1024px;
  width: 100%;
  display: inline-block;
  border-radius: 16px;
}
@media only screen and (max-width : 768px) {
  .well.well-lg {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}
.well.well-md {
  max-width: 768px;
  width: 100%;
  display: inline-block;
  border-radius: 16px;
}
@media only screen and (max-width : 768px) {
  .well.well-md {
    width: 100%;
  }
}
@media print {
  .well.well-md {
    max-width: 100%;
  }
}
.well.well-sm .well-content {
  padding: 12px;
}
.well.well-sm .well-content .well-inset {
  margin: -12px;
  margin-top: 0;
  padding: 12px;
}
.well.well-xs {
  max-width: 300px;
  width: 100%;
  display: inline-block;
  border-radius: 16px;
}
@media only screen and (max-width : 768px) {
  .well.well-xs {
    width: 100%;
  }
}
@media print {
  .well.well-xs {
    max-width: 100%;
  }
}
.well.gray,
.well .well-gray {
  margin-top: 0;
  background-color: #f2f3f5;
}
.well.gray label,
.well .well-gray label,
.well.gray h6,
.well .well-gray h6,
.well.gray .description,
.well .well-gray .description,
.well.gray .black,
.well .well-gray .black {
  color: #24272b;
}
.well.d-flex {
  align-items: stretch;
}
.well.d-flex > .well-content {
  display: flex;
  width: 100%;
}
.well.well-outline {
  border: solid 1.5pt #e5e6e7;
  box-shadow: none;
}
.well.well-flat {
  box-shadow: none;
}
.well.well-flat.well-light {
  background-color: #e5e6e7;
}
.well.well-flat.well-outline {
  border: solid 1px #e5e6e7;
}
.well.well-sidebar {
  margin: 0.5em 0 0.5em 0;
  border-radius: 8px;
}
.well.well-sidebar .well-content {
  padding: 12px;
}
.well.well-sidebar .well-content .well-inset {
  margin: -12px;
  margin-top: 0;
  padding: 12px;
  border-radius: 0 0 8px 8px;
}
.well-hat {
  display: flex;
  background-color: #f2f3f5;
  margin-top: calc(24px * -1);
  margin-left: calc(24px * -1);
  margin-right: calc(24px * -1);
  margin-bottom: 24px;
  padding: 12px 22px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .well-hat {
    margin-top: calc(12px * -1);
    margin-left: calc(12px * -1);
    margin-right: calc(12px * -1);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 24px 12px;
    flex-direction: column;
  }
}
.well-hat .well-hat-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #24272b;
}
@media only screen and (max-width : 768px) {
  .well-hat .well-hat-title {
    margin-bottom: 8px;
    text-align: center;
  }
}
.well-hat .well-hat-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.well-hat .well-hat-link > a,
.well-hat .well-hat-link > button {
  color: #24272b;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1rem;
}
.well-hat .well-hat-link > a:hover,
.well-hat .well-hat-link > button:hover {
  color: #24272b;
}
.section-divider {
  color: #004bed;
  font-size: 24px;
  display: block;
  border-bottom: solid 3px #004bed;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.col-full-height {
  display: flex;
}
.col-full-height .col-gray {
  background-color: #f2f3f5;
  flex: 1;
  padding: 8%;
  position: relative;
  border-radius: 14px;
}
@media only screen and (max-width : 575px) {
  .xs-hide {
    display: none;
  }
}
.text-copy {
  background-color: #f2f3f5;
  margin: 10px 0;
  position: relative;
  border-radius: 3px;
}
.text-copy .text-copy-text {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  padding-right: 50px;
}
.text-copy .btn {
  position: absolute;
  top: -2px;
  right: -2px;
}
.text-copy.code-copy {
  background-color: #4a525a;
}
.text-copy.code-copy .text-copy-text {
  padding: 0;
  padding-right: 0;
}
.text-copy.code-copy code {
  padding-right: 60px;
}
.text-copy.code-copy .btn {
  background-color: #4a525a;
  color: #ffffff;
  top: 0px;
  right: 0px;
  padding: 12px 10px;
}
.well-separator {
  border-top: 4px solid #f7f7f7;
  margin-left: calc(24px * -1);
  margin-right: calc(24px * -1);
}
@media only screen and (max-width : 768px) {
  .well-separator {
    margin-left: calc(12px * -1);
    margin-right: calc(12px * -1);
  }
}
.thirds .third {
  display: inline-block;
  width: calc(33.3333% - 4px);
  padding-right: 6px;
  box-sizing: initial;
}
.thirds .third:last-child {
  padding-right: 0;
}
.register-well > .well-content {
  padding-bottom: 10px;
}
.fade-section-container.sticky-footer.show {
  padding: 10px 0 0;
  position: sticky;
  bottom: 10px;
  z-index: 99;
}
.fade-section-container.sticky-footer .sticky-footer::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-top: solid 1px #e5e6e7;
  height: calc(100% +  10px );
  width: calc(100% + 24px*2);
  max-width: 1024px;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -10px;
  pointer-events: none;
  opacity: 1;
  border-radius: 0 0 16px 16px;
}
@media only screen and (max-width : 768px) {
  .fade-section-container.sticky-footer .sticky-footer::before {
    width: calc(100% + 12px*2);
  }
}
.fade-section-container.sticky-footer .sticky-footer.fixed-sticky {
  z-index: 20;
  bottom: 10px;
}
.fade-section-container.sticky-footer .sticky-footer.fixed-sticky::before {
  position: fixed;
  width: calc(100% + 24px);
  bottom: 0;
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 1064px) {
  .page-body.widget .sticky-footer .sticky-inner-container::before {
    max-width: calc(100vw - 10px*4);
  }
}
.sticky-header {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 6px !important;
}
@media only screen and (max-width : 768px) {
  .sticky-header {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -12px;
    padding: -6px !important;
  }
}
.dangerous-sticky div {
  text-align: left !important;
}
.dangerous-sticky hr {
  display: none;
}
.dangerous-sticky ul,
.dangerous-sticky ol {
  padding: 0;
  list-style-type: none;
}
.dangerous-sticky.wysiwyg-plain-text * {
  font-size: 16px !important;
  list-style: none;
  color: #ffffff;
}
.event-info-column {
  position: relative;
}
.details-footer-container {
  height: 75px;
}
.details-footer-nav {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.details-footer-nav.no-event-description {
  position: static;
  display: block;
}
.details-footer-nav.no-event-description .details-inner-well {
  flex-direction: column;
}
.details-footer-nav.no-event-description .details-inner-well a:not(:last-child) {
  margin-bottom: 1em;
}
.details-footer-nav .details-footer-header {
  width: 100%;
}
.details-footer-nav .well-details-footer {
  margin: 0.5em 0 0.5em 0;
  border-radius: 8px;
  margin-right: 1em;
}
.details-footer-nav .well-details-footer .well-content {
  justify-content: space-between;
  gap: 8px;
  padding: 12px;
  display: flex;
}
.details-footer-nav .well-details-footer .well-content i {
  margin-right: 4px;
}
@media only screen and (max-width : 768px) {
  .details-footer-nav {
    flex-direction: column;
    position: initial;
  }
  .details-footer-nav.no-event-description {
    padding: 0;
  }
  .details-footer-nav .well-details-footer .well-content {
    justify-content: space-between;
    gap: 8px;
    flex-direction: column;
  }
  .details-footer-nav .well-details-footer .well-content a i {
    width: 20px;
  }
}
.attendee-type-header-row {
  padding-left: 5px;
}
.attendee-type-header-row.has-grouping-text-headers {
  margin-bottom: 5px !important;
}
@media only screen and (max-width : 768px) {
  .attendee-type-header-row {
    display: none;
  }
}
.quantity-text {
  display: inline-block;
  max-width: 96px;
  width: 100%;
  text-align: center;
}
.attendee-type-card {
  margin: 5px 0;
  border-top: solid 1px #e5e6e7;
  padding-top: 5px;
  min-height: 40px;
}
@media only screen and (max-width : 768px) {
  .attendee-type-card {
    padding: 12px !important;
    margin: 4px 0 !important;
  }
  .attendee-type-card:not(:first-child) {
    margin-top: 10px;
  }
}
.attendee-type-card .attendee-pricing,
.attendee-type-card .attendee-quantity {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width : 768px) {
  .attendee-type-card .attendee-pricing .groups-identifier,
  .attendee-type-card .attendee-quantity .groups-identifier {
    margin: auto;
  }
}
.attendee-type-card .attendee-pricing .form-counter,
.attendee-type-card .attendee-quantity .form-counter {
  flex-wrap: nowrap;
}
.attendee-type-card .attendee-quantity {
  flex-direction: column;
}
.attendee-type-card .attendee-pricing {
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width : 768px) {
  .attendee-type-card .attendee-pricing {
    font-weight: 400;
    font-size: 10px;
    padding: 0 !important;
  }
}
.attendee-type-card .attendee-pricing .price-container {
  display: flex;
  width: 100%;
  align-items: center;
}
.attendee-type-card .attendee-pricing .price-container .base-price {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width : 768px) {
  .attendee-type-card .attendee-pricing .price-container .base-price {
    font-size: 16px;
  }
}
.attendee-type-card .attendee-pricing .price-container .fee-dollar {
  display: flex;
  font-size: 12px;
}
@media only screen and (max-width : 768px) {
  .attendee-type-card .attendee-pricing .price-container {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 !important;
  }
}
.attendee-type-card .attendee-quantity-inner-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: -5px;
  align-content: flex-end;
}
.attendee-type-card .attendee-quantity-inner-container .groups-identifier {
  width: 96px;
}
.attendee-type-card .attendee-quantity-inner-container.align-end {
  align-items: end;
}
@media only screen and (max-width : 768px) {
  .attendee-type-card .attendee-quantity-inner-container {
    align-content: space-around;
  }
}
.attendee-type-card .attendee-quantity-inner-container .field {
  margin: 0;
}
.attendee-type-card .attendee-quantity-inner-container > .btn-block ~ .groups-identifier {
  width: 100%;
  text-align: center;
}
.attendee-type-card .attendee-quantity .virtual-kind-quantity {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 5px;
  width: 100px;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width : 768px) {
  .attendee-type-card .attendee-quantity .virtual-kind-quantity {
    width: 100%;
    font-weight: 400;
  }
}
@media only screen and (max-width : 768px) {
  .attendee-type-card .attendee-quantity {
    justify-content: center;
  }
}
@media only screen and (max-width : 768px) {
  .attendee-type-card .attendee-type {
    align-self: flex-start;
    padding: 0;
  }
}
.attendee-type-card .attendee-type .attendee-name {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.attendee-type-card .attendee-type .attendee-name .badge {
  margin-left: 5px;
  height: fit-content;
  font-size: 60%;
}
.attendee-type-card .attendee-type .attendee-name .badge.your-group-badge {
  background: #11a9f0;
}
.attendee-type-card .attendee-type .attendee-name .badge.your-group-badge.badge-light {
  background: #f2f3f5;
  color: rgba(36, 39, 43, 0.5);
}
@media only screen and (max-width : 768px) {
  .attendee-type-card .attendee-type .attendee-name {
    font-size: 16px;
    display: block;
  }
}
.attendee-type-card .attendee-description {
  width: 75%;
  font-size: 14px;
}
@media only screen and (max-width : 768px) {
  .attendee-type-card .attendee-description {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width : 768px) {
  .attendee-type-card {
    border-top: none;
    background-color: #f2f3f5;
    margin-bottom: 0.5em;
    padding: 12px;
    border-radius: 8px;
  }
}
.attendee-type-card.disabled-group {
  color: #b0b8bf;
}
.attendee-type-card.disabled-group .badge {
  background: #b0b8bf;
}
.attendee-type-card.disabled-group .progress {
  opacity: 0.5;
}
.attendee-cart-header {
  padding: 16px 16px 16px 0px;
}
@media only screen and (max-width : 768px) {
  .attendee-cart-header {
    padding: 16px 0;
  }
}
.attendee-cart-header .right-action-buttons {
  margin-left: auto;
}
.attendee-tab-icon {
  margin-right: 2px;
}
.cart-item-detail {
  width: 230px;
  padding: 10px;
  border: solid 2px #e5e6e7;
  border-radius: 3px;
}
.fade-section {
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
}
.fade-section.mask {
  overflow: auto;
}
.fade-section.show {
  opacity: 1;
}
.matrix-group.has-grouping-text-headers .attendee-type-card:first-child {
  border-top: none;
  margin: 0px;
  padding: 5px 0;
  padding-top: 3px;
}
.matrix-group.has-grouping-text-headers .attendee-type-card {
  border-top: solid 1px #e5e6e7;
  margin-top: 10px;
  padding-top: 9px;
}
@media only screen and (max-width : 768px) {
  .matrix-group.has-grouping-text-headers .attendee-type-card {
    margin: 10px 0 !important;
  }
}
.matrix-group .grouping-text-header {
  border-radius: 2px;
  background: #e3e6e9;
  text-transform: uppercase;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
}
.matrix-group .grouping-text-header.your-group {
  background: #11a9f0;
  color: white;
}
.attendee-type-group-container {
  margin: 0.5em 0;
}
.auth-result-page {
  background-color: #ffffff !important;
}
.auth-result-page .auth-result-dots {
  width: 0px;
  display: inline-block;
}
.payment-confirmation-iframe {
  border: none;
  background-color: #ffffff;
  width: 100%;
  height: 400px;
}
.details-address {
  margin-left: 27px;
  font-size: 12px;
}
.details-sidebar-item {
  display: flex;
  width: 100%;
}
.details-sidebar-item > i {
  flex: 0 0 1.25em;
  margin-right: 8px;
}
.details-sidebar-item:not(:first-child) {
  margin-top: 5px;
}
.ellipsis {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
}
.map-list-switch-text {
  color: #808080 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  width: calc(100% - 20px);
  font-size: 14px;
  line-height: 18px;
}
.gm-style-iw {
  background-color: #ffffff;
}
.gm-style-iw button {
  top: 4px !important;
  right: 4px !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 3px !important;
}
.gm-style-iw button:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25) !important;
}
.gm-style-iw .btn {
  border-radius: 0 0 3px 3px !important;
}
.gm-style-iw img {
  top: -3px !important;
  left: -3px !important;
  position: absolute !important;
}
.gm-style-iw-chr {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.gm-style-iw-chr button {
  z-index: 9999999;
}
.map-tooltip {
  background-color: #ffffff;
}
.gm-style .gm-style-iw-t::after {
  background: #004bed !important;
}
.gm-style-iw-tc::after {
  background-color: #ffffff;
}
.gm-style-iw-c {
  padding: 0 !important;
}
.gm-style-iw-d {
  overflow: auto !important;
}
.gm-ui-hover-effect {
  -webkit-transition: box-shadow ease-in-out 0.3s;
  -moz-transition: box-shadow ease-in-out 0.3s;
  -ms-transition: box-shadow ease-in-out 0.3s;
  -o-transition: box-shadow ease-in-out 0.3s;
  color: #24272b;
}
.gm-ui-hover-effect img {
  display: none;
}
.gm-ui-hover-effect::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
}
.gm-ui-hover-effect:hover {
  box-shadow: 0 3px 8px 0 rgb(0 0 0%) !important;
}
.gm-style {
  all: unset !important;
}
.gm-ui-hover-effect > span {
  display: none !important;
}
.zoom-control {
  position: absolute;
  bottom: 20px;
  right: 0;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}
.zoom-button {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 2px;
}
.zoom-button:hover {
  background-color: #e6e6e6;
}
.cart-section {
  z-index: 1;
  background-color: #ffffff;
}
.cart-section > div {
  min-height: 100%;
}
.cart-section > div > .fade-in {
  min-height: 100%;
}
.cart-section > div > .fade-in .cart {
  min-height: 100%;
}
.cart-section::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #e5e6e7;
  left: 300px;
  transition: left ease-in-out 0.5s, opacity ease-in-out 0.3s;
  opacity: 0;
}
.cart-section.cartShown::before {
  opacity: 1;
}
.cart-section.cart-results::before {
  opacity: 0;
}
.cart-section.shifted::before {
  left: 598px;
}
@media only screen and (max-width : 992px) {
  .cart-section.shifted::before {
    left: 498px;
  }
}
@media only screen and (max-width : 768px) {
  .cart-section::before {
    display: none;
  }
}
.cart-shadow::before {
  content: "";
  width: calc(100% + 2 * 24px);
  height: 100%;
  padding: 0 24px;
  margin: 0 -24px 0 -24px;
  display: inline-block;
  box-shadow: 0 -18px 16px -12px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  position: absolute;
  z-index: 8;
  pointer-events: none;
  bottom: 0;
}
@media only screen and (max-width : 768px) {
  .cart-shadow::before {
    width: calc(100% + 2 * 12px);
    padding: 0 12px;
    margin: 0 -12px 0 -12px;
    border-radius: 0;
  }
}
.cart-shadow.showCart::before {
  background-color: #ffffff;
  height: calc(100% + 24px);
  padding: 24px;
}
@media only screen and (max-width : 768px) {
  .cart-shadow.showCart::before {
    height: calc(100% + 12px);
    padding: 12px;
  }
}
.cart-shadow.showCart.cartShown::before {
  background-color: transparent;
}
.cart-shadow.cartIsHiding::before {
  background-color: #ffffff;
}
.order-results {
  padding: 12px 10%;
}
.order-results .order-results-number {
  text-align: right;
  text-align: left;
  margin-bottom: 10px;
}
.btn.sticky-footer-button {
  padding: 6px 20px !important;
}
.btn.sticky-footer-button.btn-dark {
  padding: 5px 20px !important;
}
.sticky-footer-row {
  min-height: 33px;
}
.cart-mobile-summary {
  padding-bottom: 300px;
}
.clear-cart-cancel {
  margin: 0 0 -20px 0;
  padding: 0;
}
#dropdown-copy-button {
  padding: 4px 20px !important;
}
.developer-row {
  padding: 10px !important;
}
.developer-row .developer-row-icon-buttons {
  display: flex;
}
.developer-row .developer-row-icon-buttons > .btn {
  align-items: unset;
}
.developer-row .developer-row-icon-buttons > a > .btn {
  align-items: unset;
}
.developer-event-picker .react-select__value-container {
  line-height: 12px;
}
.brushfire-button-choices {
  background-color: #f2f3f5;
  padding: 2.5px;
}
.brushfire-button-choices .brushfire-button-choice {
  display: inline-block;
  width: 33.3333%;
  padding: 2.5px;
  background-color: #f2f3f5;
  border: solid 2px #f2f3f5;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.brushfire-button-choices .brushfire-button-choice.active {
  border: solid 2px #004bed;
  border-radius: 8px;
}
.widget-preview {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: none;
}
.developer-checkbox .checkbox > span {
  width: calc(100% - 44px);
  vertical-align: unset;
  margin-left: 2px;
}
blockquote {
  background: #f2f3f5;
  padding: 10px;
  border-radius: 3px;
  margin-top: 10px;
}
blockquote.info {
  border-left: solid 4px #11a9f0;
}
code.block {
  display: block;
  background-color: #4a525a;
  color: rgba(255, 255, 255, 0.8) !important;
  padding: 10px;
  border-radius: 3px;
  margin-top: 10px;
}
code pre {
  display: block;
  color: rgba(255, 255, 255, 0.8) !important;
  tab-size: 20px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.api-docs {
  line-height: 1.1;
}
.api-docs h3:not(.question-header) {
  font-size: 2em;
  margin-top: 2em;
  text-transform: uppercase;
  letter-spacing: 1.2;
  margin-bottom: 10px;
}
.sign-block {
  margin-left: 3px;
}
.sign-block * {
  padding-top: 4px;
}
@media only screen and (max-width : 768px) {
  .sign-block {
    margin: 3px 0;
    display: block;
  }
}
.sign-block-sm {
  display: block;
  margin: 3px 0;
}
.sign-block-sm * {
  padding-top: 4px;
}
.skip-all-attendees {
  display: flex;
  justify-content: center;
}
.skip-all-attendees span {
  white-space: nowrap;
}
a {
  color: #004bed;
}
a.no-underline {
  text-decoration: none;
}
a:hover {
  color: #548aff !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
small {
  font-family: ff-basic-gothic-pro, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
h1:not(p),
h2:not(p),
h3:not(p),
h4:not(p),
h5:not(p),
h6:not(p),
.h1:not(p),
.h2:not(p),
.h3:not(p),
.h4:not(p),
.h5:not(p),
.h6:not(p),
p:not(p),
small:not(p) {
  margin-bottom: 0;
}
p {
  line-height: 1.2;
}
.mini {
  font-family: ff-basic-gothic-pro, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
}
.mini.bold {
  font-weight: 600 !important;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move !important;
}
.word-break {
  word-break: break-all;
  word-break: break-word;
}
h1.heading {
  font-size: 24px !important;
  line-height: 29px;
  font-weight: bold;
  color: #004bed;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 1.2;
}
h1.bold,
.h1.bold {
  font-weight: 600 !important;
}
h1.display,
.h1.display {
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
}
@media only screen and (max-width : 768px) {
  h1,
  .h1 {
    font-size: 28px;
    line-height: 1.1;
  }
}
h2,
.h2 {
  line-height: 1.1;
  font-size: 32px;
}
h2.bold,
.h2.bold {
  font-weight: 700 !important;
}
@media only screen and (max-width : 768px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
h3,
.h3 {
  font-size: 24px;
  line-height: 1.2;
}
h3.bold,
.h3.bold {
  font-weight: 600 !important;
}
h3.display,
.h3.display {
  font-weight: 700 !important;
  font-size: 24px;
  line-height: 28.8px;
}
@media only screen and (max-width : 768px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
h4,
.h4 {
  font-size: 20px;
  line-height: 1.2;
}
h4.bold,
.h4.bold {
  font-weight: 600 !important;
}
@media only screen and (max-width : 768px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
h5,
.h5 {
  font-size: 18px;
  line-height: 1.2;
}
h5.bold,
.h5.bold {
  font-weight: 600 !important;
}
@media only screen and (max-width : 768px) {
  h5,
  .h5 {
    font-size: 17px;
  }
}
h6,
.h6 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}
h6.bold,
.h6.bold {
  font-weight: 600 !important;
}
@media only screen and (max-width : 768px) {
  h6,
  .h6 {
    font-size: 15px;
  }
}
small {
  font-size: 12px;
  line-height: 15px;
}
small.bold {
  font-weight: 600 !important;
}
.disclaimer {
  text-align: center;
  font-size: 10px;
  line-height: 10.4px;
  display: block;
}
.tt-uppercase {
  text-transform: uppercase;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.link {
  text-decoration: underline;
}
.break-word {
  word-break: break-word;
}
.attendee-type-header {
  font-weight: 400;
  font-size: 14px;
}
.unstyled-link {
  color: #24272b;
  padding: 1px;
}
.unstyled-link:hover {
  text-decoration: none;
  color: #24272b !important;
}
.unstyled-link .warning {
  color: #facf43;
}
.primary {
  color: #004bed;
}
.secondary {
  color: #4a525a;
}
.warning {
  color: #facf43;
}
.success {
  color: #20bf55;
}
.info {
  color: #11a9f0;
}
.danger {
  color: #e71d36;
}
.dark {
  color: #24272b;
}
.light {
  color: #e3e6e9;
}
.gray {
  color: #b0b8bf;
}
.ink {
  color: #24272b;
}
.strikethrough {
  text-decoration: line-through;
  opacity: 0.5;
}
.mega {
  font-size: 60px;
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
}
.coverall {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.coverall.active {
  opacity: 1;
  pointer-events: all;
}
.pointer {
  cursor: pointer;
}
.preview-overlay {
  position: relative;
}
.preview-overlay::before {
  content: "";
  background-image: url("https://brushfiretech.brushfire.com/img/bg-preview-tile.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.preview-overlay.active::before {
  pointer-events: all;
  opacity: 1;
}
.preview-overlay.active * {
  pointer-events: none;
}
img:not([width]) {
  max-width: 100%;
}
.wysiwyg-text img {
  max-width: 100%;
}
.wysiwyg-text b,
.wysiwyg-text strong {
  font-weight: bold;
}
.modal-backdrop.show {
  opacity: 0.3;
}
.modal.show {
  opacity: 1;
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal .modal-header .close {
  margin-top: -33px;
}
.file-image-preview {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}
.file-name {
  padding: 10px;
  display: inline-block;
  width: calc(100% - 120px - (2 * 10px));
  vertical-align: middle;
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-line;
}
.loader-screen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.5);
}
.loader-screen i {
  color: #004bed;
}
.loader-screen h2 {
  color: #24272b;
  font-weight: 200;
}
.loader-screen.loader-screen-solid {
  background-color: #ffffff;
}
.rounded-image {
  border-radius: 3px;
  overflow: hidden;
}
.area-reveal {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.area-reveal.active {
  max-height: 1200px;
}
.edit-list .row > * {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.2s;
  -moz-transition: opacity ease-in-out 0.2s;
  -ms-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
}
.edit-list .row:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e5e6e7;
}
.dropdown-toggle.no-arrow::after {
  display: none;
}
.box-shadow {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
}
.pill {
  padding: 2px 10px;
  background-color: #e5e6e7;
  border-radius: 3px;
  font-size: 11px;
  vertical-align: middle;
  color: #4a525a;
  display: inline-flex;
  margin-top: -4px;
}
.pill span {
  padding-top: 2px;
}
.label {
  background-color: #b0b8bf;
  display: inline-flex;
  padding: 2px 10px;
  border-radius: 3px;
  color: #4a525a !important;
  font-size: 14px;
  vertical-align: middle;
  float: right;
}
.label.label-danger {
  background-color: #e71d36;
  color: #ffffff;
}
.field-paragraph-label {
  display: block;
  text-align: left;
  padding: 2px 2px 2px 0px;
  font-size: 12px;
  color: #4a525a;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px !important;
}
.no-results {
  text-align: center;
  background-color: #f2f3f5;
  padding: 20px;
  border-radius: 3px;
}
.no-results > i {
  opacity: 0.5;
}
.no-results > div {
  opacity: 0.75;
}
.cart {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width : 768px) {
  .cart {
    display: flex;
    flex-flow: column;
  }
}
.cart .cart-mobile-review .cart-tab,
.dashboard .cart-mobile-review .cart-tab {
  padding: 10px;
}
.cart.cart-questions .cart-left,
.dashboard.cart-questions .cart-left,
.cart.cart-ast .cart-left,
.dashboard.cart-ast .cart-left {
  max-width: 300px;
}
@media only screen and (max-width : 768px) {
  .cart.cart-questions .cart-left,
  .dashboard.cart-questions .cart-left,
  .cart.cart-ast .cart-left,
  .dashboard.cart-ast .cart-left {
    order: 2;
    top: 10px;
    max-width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.cart.cart-ast .cart-right,
.dashboard.cart-ast .cart-right {
  padding-left: 10px;
}
@media only screen and (max-width : 768px) {
  .cart.cart-ast .cart-right,
  .dashboard.cart-ast .cart-right {
    order: 1;
    padding-left: 0;
  }
}
.cart.cart-checkout .cart-left,
.dashboard.cart-checkout .cart-left {
  max-width: 600px;
}
@media only screen and (max-width : 992px) {
  .cart.cart-checkout .cart-left,
  .dashboard.cart-checkout .cart-left {
    max-width: 500px;
  }
}
@media only screen and (max-width : 768px) {
  .cart.cart-checkout .cart-left,
  .dashboard.cart-checkout .cart-left {
    max-width: 100%;
  }
}
.cart a.cart-tab,
.dashboard a.cart-tab {
  color: inherit;
}
.cart a.cart-tab:hover,
.dashboard a.cart-tab:hover {
  color: inherit !important;
  text-decoration: none;
}
.cart .cart-tab,
.dashboard .cart-tab {
  position: relative;
  padding: 10px 0;
  padding-right: 18px;
  margin-right: -2px;
  border: 2px solid transparent;
  border-right: none;
  border-radius: 6px 0 0 6px;
  display: block;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0);
  clip-path: inset(-10px 0 -22px -16px);
}
@media only screen and (max-width : 768px) {
  .cart .cart-tab,
  .dashboard .cart-tab {
    border-radius: 8px;
    margin-top: 5px;
    background-color: #f2f3f5;
    margin-right: 0;
  }
}
.cart .cart-tab.dashboard-tab,
.dashboard .cart-tab.dashboard-tab {
  background-color: #f2f3f5;
  padding: 10px;
  border-radius: 3px;
  margin-top: 5px;
  cursor: default;
}
.cart .cart-tab .bold,
.dashboard .cart-tab .bold {
  font-weight: 600 !important;
  line-height: 17.28px !important;
}
.cart .cart-tab .p-left.ta-right,
.dashboard .cart-tab .p-left.ta-right {
  font-size: 14px !important;
  line-height: 16.8px !important;
}
.cart .cart-tab.pointer,
.dashboard .cart-tab.pointer {
  cursor: pointer;
}
.cart .cart-tab .strikeout,
.dashboard .cart-tab .strikeout {
  text-decoration: line-through;
  color: #4a525a;
  font-size: 12px;
  margin-top: 5px;
}
.cart .cart-tab .pill,
.dashboard .cart-tab .pill {
  padding: 2px 4px;
}
.cart .cart-tab .pill .mini,
.dashboard .cart-tab .pill .mini {
  font-size: 8px;
}
.cart .cart-tab.tab-disabled,
.dashboard .cart-tab.tab-disabled {
  color: rgba(4, 14, 53, 0.4);
}
.cart .cart-tab.tab-disabled .icon-badge,
.dashboard .cart-tab.tab-disabled .icon-badge,
.cart .cart-tab.tab-disabled .pill,
.dashboard .cart-tab.tab-disabled .pill {
  opacity: 0.25;
}
@media only screen and (max-width : 768px) {
  .cart .cart-tab.tab-disabled,
  .dashboard .cart-tab.tab-disabled {
    border-radius: 8px;
    background-color: #f2f3f5;
  }
}
.cart .cart-tab.tab-disabled .strikeout,
.dashboard .cart-tab.tab-disabled .strikeout {
  color: rgba(4, 14, 53, 0.4);
}
.cart .cart-tab.active,
.dashboard .cart-tab.active {
  clip-path: unset;
  border: solid 2px #e5e6e7;
  border-right: none;
  background-color: #ffffff;
  padding-left: 22px;
}
.cart .cart-tab.active .status-wrapper,
.dashboard .cart-tab.active .status-wrapper {
  display: none;
}
@media only screen and (max-width : 768px) {
  .cart .cart-tab.active,
  .dashboard .cart-tab.active {
    border: 0;
    background-color: #004bed;
    color: #ffffff;
    padding-left: 10px;
  }
  .cart .cart-tab.active .btn,
  .dashboard .cart-tab.active .btn {
    color: #ffffff;
  }
  .cart .cart-tab.active .status-wrapper,
  .dashboard .cart-tab.active .status-wrapper {
    display: block;
  }
}
.cart .cart-tab.active::before,
.dashboard .cart-tab.active::before {
  content: "";
  display: inline-block;
  width: 10px;
  right: -10px;
  height: calc(100% + 20px);
  top: -10px;
  position: absolute;
}
@media only screen and (max-width : 768px) {
  .cart .cart-tab,
  .dashboard .cart-tab {
    padding: 10px;
  }
}
.cart .cart-left,
.dashboard .cart-left {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .cart .cart-left,
  .dashboard .cart-left {
    border-right: 2px solid transparent;
    border-radius: 3px;
  }
}
.cart .cart-left .cart-tab-sticky,
.dashboard .cart-left .cart-tab-sticky {
  z-index: 5;
}
@media only screen and (max-width : 768px) {
  .cart .cart-left .cart-tab-sticky,
  .dashboard .cart-left .cart-tab-sticky {
    position: unset !important;
  }
}
.cart .cart-left .sticky-inner-container,
.dashboard .cart-left .sticky-inner-container {
  bottom: unset;
}
.cart .cart-left .sticky-inner-container.bottom,
.dashboard .cart-left .sticky-inner-container.bottom {
  bottom: 75px;
}
.cart .cart-left .sticky-inner-container.top,
.dashboard .cart-left .sticky-inner-container.top {
  top: 10px;
  bottom: unset;
}
.cart .cart-left .sticky-inner-container.fixed-sticky,
.dashboard .cart-left .sticky-inner-container.fixed-sticky {
  z-index: 9;
}
.cart .cart-left .sticky-inner-container.fixed-sticky .cart-tab,
.dashboard .cart-left .sticky-inner-container.fixed-sticky .cart-tab {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width : 768px) {
  .cart .cart-left .sticky-inner-container,
  .dashboard .cart-left .sticky-inner-container {
    position: static !important;
  }
}
.cart.cart-checkout .cart-right,
.dashboard.cart-checkout .cart-right {
  padding-left: 24px;
}
@media only screen and (max-width : 768px) {
  .cart.cart-checkout .cart-right,
  .dashboard.cart-checkout .cart-right {
    padding: 0;
  }
}
.cart.cart-questions,
.dashboard.cart-questions,
.cart.cart-checkout,
.dashboard.cart-checkout {
  position: relative;
}
.cart.cart-questions .cart-right,
.dashboard.cart-questions .cart-right,
.cart.cart-checkout .cart-right,
.dashboard.cart-checkout .cart-right {
  padding-left: 24px;
}
.cart .cart-right,
.dashboard .cart-right {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  flex: 1;
}
.cart .cart-right > form,
.dashboard .cart-right > form {
  width: 100%;
}
.cart .cart-right .cart-question-form,
.dashboard .cart-right .cart-question-form {
  display: none;
}
.cart .cart-right .cart-question-form.active,
.dashboard .cart-right .cart-question-form.active {
  display: block;
}
.cart .cart-right .sticky-container.past-threshold,
.dashboard .cart-right .sticky-container.past-threshold {
  align-items: flex-end;
  display: flex;
}
.cart .cart-right .sticky-container.past-threshold .fixed-sticky.bottom,
.dashboard .cart-right .sticky-container.past-threshold .fixed-sticky.bottom {
  bottom: unset !important;
  position: static !important;
}
.cart .cart-right .sticky-inner-container,
.dashboard .cart-right .sticky-inner-container {
  bottom: unset;
}
.cart .cart-right .sticky-inner-container.bottom,
.dashboard .cart-right .sticky-inner-container.bottom {
  bottom: 75px;
}
.cart .cart-right .sticky-inner-container.top,
.dashboard .cart-right .sticky-inner-container.top {
  top: 10px;
  bottom: unset;
}
.cart .cart-right .sticky-inner-container.fixed-sticky,
.dashboard .cart-right .sticky-inner-container.fixed-sticky {
  z-index: 9;
}
.cart .cart-right .promo-form-wrap .promo-form,
.dashboard .cart-right .promo-form-wrap .promo-form {
  display: flex;
  flex-direction: row;
  align-items: top;
  margin-bottom: 10px;
}
.cart .cart-right .promo-form-wrap .promo-form .field,
.dashboard .cart-right .promo-form-wrap .promo-form .field {
  margin: 0;
  flex: 1;
}
.cart .cart-right .promo-form-wrap .promo-form input,
.dashboard .cart-right .promo-form-wrap .promo-form input {
  padding: 4px 8px;
  font-size: 12px;
  vertical-align: top;
  text-transform: uppercase;
}
.cart .cart-right .promo-form-wrap .promo-form .btn,
.dashboard .cart-right .promo-form-wrap .promo-form .btn {
  padding: 4px 12px !important;
  margin-left: 8px;
  font-size: 14px;
  height: 32px;
  vertical-align: top;
}
.cart .cart-right.cart-right-assigned,
.dashboard .cart-right.cart-right-assigned {
  width: calc(100% - 300px);
  overflow: visible;
}
@media only screen and (max-width : 768px) {
  .cart .cart-right.cart-right-assigned,
  .dashboard .cart-right.cart-right-assigned {
    width: auto;
  }
}
.cart .cart-right.cart-right-assigned .ast-section,
.dashboard .cart-right.cart-right-assigned .ast-section {
  overflow: auto;
}
.cart-mobile-questions .status-wrapper {
  display: none;
}
.status-indicator {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
  margin-top: 2px;
  margin-right: 5px;
}
.prereg-icon {
  opacity: 0.75;
}
.show-arrow {
  display: none;
}
.red {
  background-color: red;
}
.cart-tab-hover {
  position: absolute;
  border-radius: 6px 0 0 6px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: rgba(74, 82, 90, 0.9);
  opacity: 0.85;
  color: white;
}
.cart-tab-hover .cart-tab-hover-btn {
  color: white;
}
.cart-tab-hover .cart-tab-hover-btn i {
  font-size: 24px;
}
.cart-form-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% - 0px);
  padding: 120px 80px;
  opacity: 0;
  pointer-events: none;
  display: none;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.cart-form-overlay.explaination {
  text-align: center;
}
.cart-form-overlay.explaination > .well {
  max-width: 300px;
  text-align: center;
  display: inline-block;
}
.cart-form-overlay.active {
  display: inline-block;
  opacity: 1;
  pointer-events: all;
}
.cart-form-overlay.active .well {
  position: sticky;
  top: 120px;
}
.event-card-results,
.event-card-order-results {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 10px;
  opacity: 1;
  transition: opacity ease-in-out 0.3s;
}
.event-card-results.fetching,
.event-card-order-results.fetching {
  opacity: 0.5;
}
@media only screen and (max-width : 768px) {
  .event-card-results,
  .event-card-order-results {
    grid-template-columns: 1fr;
  }
}
.event-card-results .event-card,
.event-card-order-results .event-card {
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  box-shadow: 0px 3px 16px 0px #24272b26;
}
.event-card-results .event-card:hover,
.event-card-order-results .event-card:hover,
.event-card-results .event-card:focus,
.event-card-order-results .event-card:focus {
  transform: scale(1.05);
}
@media only screen and (max-width : 768px) {
  .event-card-results .event-card:hover,
  .event-card-order-results .event-card:hover,
  .event-card-results .event-card:focus,
  .event-card-order-results .event-card:focus {
    transform: scale(1);
  }
}
.event-card-results .event-card:hover,
.event-card-order-results .event-card:hover {
  cursor: pointer;
}
.event-card-results .event-card:focus,
.event-card-order-results .event-card:focus {
  outline: #004bed 3px;
}
.event-card-results .event-card .event-card-image,
.event-card-order-results .event-card .event-card-image {
  height: 165px;
  background-color: #e3e6e9;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 6px 6px 0 0;
}
@media only screen and (max-width : 1024px) {
  .event-card-results .event-card .event-card-image,
  .event-card-order-results .event-card .event-card-image {
    height: calc((100vw - 24px)*0.170);
  }
}
@media only screen and (max-width : 768px) {
  .event-card-results .event-card .event-card-image,
  .event-card-order-results .event-card .event-card-image {
    height: calc((100vw - 24px)*0.522);
  }
}
.event-card-results .event-card .event-card-image .event-card-feature,
.event-card-order-results .event-card .event-card-image .event-card-feature {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
}
.event-card-results .event-card .event-card-image .event-card-feature.info,
.event-card-order-results .event-card .event-card-image .event-card-feature.info {
  background-color: #4a525a;
  color: #ffffff;
}
.event-card-results .event-card .event-card-image .event-card-feature.danger,
.event-card-order-results .event-card .event-card-image .event-card-feature.danger {
  background-color: #e71d36;
  color: #ffffff;
}
.event-card-results .event-card .event-card-text,
.event-card-order-results .event-card .event-card-text {
  padding: 10px;
}
.event-card-results .event-card .event-card-image-loading,
.event-card-order-results .event-card .event-card-image-loading {
  height: 165px !important;
  transform: scale(1) !important;
}
.event-card-results .event-card .event-card-title-loading,
.event-card-order-results .event-card .event-card-title-loading {
  height: 40px !important;
  width: 60% !important;
  border-radius: 3px;
}
.event-card-results .event-card .event-card-date-loading,
.event-card-order-results .event-card .event-card-date-loading {
  width: 40% !important;
  border-radius: 3px;
}
.event-card-order-results {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.event-card-order-results .event-card {
  width: 100%;
  min-width: 230px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(calc(100% - 20px) / 3);
}
@media only screen and (max-width : 768px) {
  .event-card-order-results .event-card {
    min-width: 100%;
    flex: 0 0 100%;
  }
}
.event-map-card-results {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
.event-map-card-results .event-map-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 71px;
  padding-left: 3px;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  margin-bottom: 5px;
  box-shadow: 0px 3px 16px 0px #24272b26;
}
.event-map-card-results .event-map-card:hover,
.event-map-card-results .event-map-card:focus {
  transform: scale(1.02);
}
@media only screen and (max-width : 768px) {
  .event-map-card-results .event-map-card:hover,
  .event-map-card-results .event-map-card:focus {
    transform: scale(1);
  }
}
.event-map-card-results .event-map-card:hover {
  cursor: pointer;
}
.event-map-card-results .event-map-card .event-map-card-image-container {
  height: 100%;
  min-width: 125px;
  max-width: 125px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  border-radius: 3px;
}
@media only screen and (max-width : 768px) {
  .event-map-card-results .event-map-card .event-map-card-image-container {
    min-height: 71px;
  }
}
.event-map-card-results .event-map-card .event-map-card-image-container .event-map-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.event-map-card-results .event-map-card .event-map-card-text-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0;
}
@media only screen and (max-width : 768px) {
  .event-map-card-results .event-map-card .event-map-card-text-container .event-map-card-text .event-map-card-title {
    font-size: small;
  }
}
.event-map-card-results .event-map-card .event-map-card-text-container .event-distance {
  align-content: center;
  padding-right: 20px;
}
.event-map-card-results .event-card-image-loading {
  height: 165px !important;
  transform: scale(1) !important;
  min-width: 125px;
  max-width: 125px;
  margin-right: 10px;
}
.event-map-card-results .event-card-title-loading {
  height: 40px !important;
  width: 60% !important;
  border-radius: 3px;
}
.event-map-card-results .event-card-date-loading {
  width: 40% !important;
  border-radius: 3px;
}
.your-group-header {
  background-color: #11a9f0;
  display: flex;
  flex-direction: row;
  border-radius: 3px;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.your-group-header p {
  flex: 1;
  padding: 10px 20px;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: 600;
}
@media only screen and (max-width : 768px) {
  .your-group-header p {
    padding: 12px 0 0;
  }
}
.your-group-header .btn {
  color: #ffffff;
  text-decoration: underline;
  text-transform: initial;
  font-size: 14px;
  font-weight: 400;
  border-width: 0;
}
@media only screen and (max-width : 768px) {
  .your-group-header .btn {
    padding: 6px 0 8px !important;
  }
}
.your-group-header.gray {
  background-color: #f2f3f5;
  color: #4a525a;
}
.your-group-header.gray .btn {
  color: #4a525a;
}
@media only screen and (max-width : 768px) {
  .your-group-header {
    border-radius: 8px;
    flex-direction: column;
  }
}
#event-list-date-picker {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  width: calc(100% + 24px);
}
#event-list-date-picker .DateRangePicker {
  width: 100%;
}
#event-list-date-picker .DateRangePickerInput {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
#event-list-date-picker .DateInput {
  width: initial;
  background: none !important;
}
#event-list-date-picker .DateInput input:not(:focus) {
  border: none;
}
#event-list-date-picker .DateInput input:focus {
  border: none;
}
#event-list-date-picker .DateInput_input {
  font-family: ff-basic-gothic-pro, sans-serif !important;
  font-size: 14px;
  height: 30px !important;
  font-weight: 400 !important;
  border-radius: 3px !important;
  border-color: #e5e6e7 !important;
}
#event-list-date-picker .DateRangePickerInput__showClearDates {
  padding-right: 0px;
}
#event-list-date-picker .DateRangePickerInput_clearDates {
  visibility: visible;
  transform: none;
  position: relative;
}
#event-list-date-picker .CalendarDay__selected,
#event-list-date-picker .CalendarDay__selected:active,
#event-list-date-picker .CalendarDay__selected:hover {
  background: #b0b8bf;
  border: 1px double #b0b8bf;
  color: #24272b;
}
#event-list-date-picker .CalendarDay__hovered_span,
#event-list-date-picker .CalendarDay__hovered_span:hover,
#event-list-date-picker .CalendarDay__selected_span {
  background: #e5e6e7;
  border: 1px double #cacdcf;
  color: #24272b;
}
#event-list-date-picker .DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-right: 33px solid #b0b8bf;
}
#event-list-date-picker .clear-dates-btn {
  position: relative;
  right: 30px;
}
#event-list-date-picker #end-date {
  padding-right: 40px;
}
#event-list-date-picker .DayPicker_weekHeader {
  top: 55px !important;
}
#event-list-date-picker .DateRangePickerInput__withBorder {
  border-radius: 3px;
  border-color: #e5e6e7;
}
.event-list-spinner {
  display: flex;
  justify-content: center;
  font-size: 50px;
  align-items: center;
}
.error-page .error-page-well {
  text-align: left !important;
}
.error-page .error-page-well .error-page-header {
  background-color: #004bed;
  color: #ffffff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.error-page .error-page-well .error-page-content {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  color: #4c4c4c;
  border-left: 5px solid #eee;
}
.error-page .error-badge h2 {
  font-size: 96px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
  color: #4a525a;
  font-weight: 500;
}
.error-page .error-page-logo {
  display: inline-block;
  margin: 20px auto;
}
.error-page .error-page-logo path {
  -webkit-transition: fill ease-in-out 0.4s;
  -moz-transition: fill ease-in-out 0.4s;
  -ms-transition: fill ease-in-out 0.4s;
  -o-transition: fill ease-in-out 0.4s;
}
.icon-badge {
  background-color: #004bed;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  margin-left: 10px;
}
.icon-badge i {
  font-size: 10px;
  color: #ffffff;
  margin-top: 5px;
  vertical-align: top;
}
.dots-9 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  clip-path: inset(-45px);
  box-shadow: -60px 15px, -60px 15px, -60px 15px;
  transform: translateY(-15px);
  animation: d9 2s infinite ease-in-out;
  color: #4a525a;
}
.dots-9.white {
  color: #ffffff;
}
.dots-9.dots-button {
  transform: scale(0.7) translateY(-15px);
}
.dots-9.dots-iconButton {
  transform: scale(0.2) translateY(-15px);
}
@keyframes d9 {
  16.67% {
    box-shadow: -60px 15px, -60px 15px, 19px 15px;
  }
  33.33% {
    box-shadow: -60px 15px, 0px 15px, 19px 15px;
  }
  40%,
  60% {
    box-shadow: -19px 15px, 0px 15px, 19px 15px;
  }
  66.67% {
    box-shadow: -19px 15px, 0px 15px, 60px 15px;
  }
  83.33% {
    box-shadow: -19px 15px, 60px 15px, 60px 15px;
  }
  100% {
    box-shadow: 60px 15px, 60px 15px, 60px 15px;
  }
}
.global-loader {
  background: transparent;
  backdrop-filter: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-loader.higher .absolute-center {
  z-index: 1002;
}
.global-loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #ffffff;
  margin: 1em auto;
}
.horizontal-rule {
  position: relative;
  text-align: center;
  margin: 1px 0;
}
.horizontal-rule::before {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #e5e6e7;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: 0;
}
.horizontal-rule .horizontal-rule-label {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  display: inline-block;
  padding: 20px 15px;
  color: #4a525a;
}
.horizontal-rule.smaller .horizontal-rule-label {
  padding: 10px 15px;
}
.horizontal-rule.tight .horizontal-rule-label {
  padding: 5px 15px;
}
.horizontal-rule.tss-hr .horizontal-rule-label {
  background-color: #f2f3f5;
}
.widget-fieldset .col-sm-2 .field-button {
  padding: 4px !important;
}
.widget-fieldset .col-sm-2 .field-button .btn-children {
  font-size: 14px;
  padding-left: 5px;
  line-height: 18.2px;
  margin-bottom: 2px;
}
.widget-fieldset .DateRangePickerInput_arrow_svg {
  fill: #808080;
}
.widget-fieldset .clear-dates-btn {
  color: #808080 !important;
}
.widget-fieldset .field-button.location::after {
  right: 14px;
}
.question-attendee-header {
  display: none;
  border-radius: 8px;
}
@media only screen and (max-width : 768px) {
  .question-attendee-header {
    display: flex;
    background: #f2f3f5;
    padding: 16px 10px;
    align-items: center;
  }
}
.question-attendee-header > .btn {
  margin-right: 12px;
}
.question-attendee-header .attendee-wrapper-show {
  flex: 1;
}
.question-attendee-header .attendee-wrapper-show > .d-flex {
  align-items: center;
}
.question-attendee-header .question-attendee-header-back {
  margin-bottom: 1px;
}
.color-disabled {
  color: rgba(4, 14, 53, 0.4) !important;
}
.cart .carousel-root {
  width: 100%;
}
.carousel .slide .cart-carousel-item {
  text-align: left;
}
.carousel .control-arrow {
  pointer-events: none;
  display: none;
}
.carousel .promo-form-wrap .promo-form {
  display: flex;
  flex-direction: row;
  align-items: top;
  margin-bottom: 10px;
}
.carousel .promo-form-wrap .promo-form .field {
  margin: 0;
  flex: 1;
}
.carousel .promo-form-wrap .promo-form input {
  padding: 4px 8px;
  font-size: 12px;
  vertical-align: top;
  text-transform: uppercase;
}
.carousel .promo-form-wrap .promo-form .btn {
  padding: 4px 12px !important;
  margin-left: 8px;
  font-size: 14px;
  height: 32px;
  vertical-align: top;
}
.event-list-well {
  min-height: calc(100vh - 10px*4);
}
.disable-fader {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
}
.disable-fader.active {
  opacity: 0.5;
  cursor: progress !important;
}
.disable-fader.active > * {
  pointer-events: none;
}
.payment-method-image {
  width: 32px !important;
  box-shadow: 0px 3px 16px 0px #24272b26;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -4px;
}
.payment-method-icon {
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -4px;
  font-size: 1.3rem;
}
.header-info-container.has-wrench {
  padding-right: 40px;
}
.manage-link {
  position: absolute;
  top: 0;
  right: 0;
  /* background: blue; */
  width: 50px;
  height: 50px;
  border: solid;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #11a9f0 transparent transparent;
  border-radius: 0 16px 0 0;
  z-index: 0;
}
@media only screen and (max-width : 768px) {
  .manage-link {
    border-radius: 0;
  }
}
.manage-link i {
  position: absolute;
  right: -40px;
  top: 10px;
  color: #ffffff;
  z-index: 1;
}
.manage-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  /* background: blue; */
  width: 50px;
  height: 50px;
  border: solid;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 0;
}
.manage-link.transparent::before {
  border-color: transparent;
}
@media only screen and (max-width : 768px) {
  .dashboard-section.has-selected-attendee .cart-tab:not(.active) {
    display: none;
  }
  .dashboard-section.has-selected-attendee .cart-tab.active {
    border: 0;
    background-color: #f2f3f5;
    color: #24272b;
    padding-left: 10px;
  }
  .dashboard-section.has-selected-attendee .cart-tab.active .btn {
    color: #ffffff;
  }
  .dashboard-section.has-selected-attendee .cart-tab.active .status-wrapper {
    display: block;
  }
  .dashboard-section.has-selected-attendee .cart-tab.active::before {
    content: "";
    display: inline-block;
    width: 10px;
    right: -10px;
    height: calc(100% + 20px);
    top: -10px;
    position: absolute;
  }
}
@media only screen and (max-width : 768px) {
  .dashboard-section .cart-right {
    width: 100%;
    padding-left: 0 !important;
  }
}
#section-dropdown {
  padding: 3px 12px !important;
  font-size: 12px;
  margin-bottom: 2px;
}
#section-dropdown::after {
  display: none;
}
.account-hero {
  color: #ffffff;
  padding: 20px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width : 768px) {
  .account-hero {
    justify-content: center;
  }
}
.lookup-well .well-content {
  padding: 0;
  display: flex;
}
@media only screen and (max-width : 768px) {
  .lookup-well .well-content {
    flex-direction: column;
  }
}
.lookup-well .well-content .lookup-hero {
  background: url("https://brushfirecontent.blob.core.windows.net/0000/Media/lookuphero.jpg");
  background-size: cover;
  width: 250px;
  display: flex;
  align-items: flex-end;
  border-radius: 16px 0 0 16px;
}
@media only screen and (max-width : 768px) {
  .lookup-well .well-content .lookup-hero {
    width: auto;
    border-radius: 16px 16px 0 0;
  }
}
.lookup-well .well-content .lookup-form-wrap {
  flex: 1;
  padding: 24px;
}
@media only screen and (max-width : 768px) {
  .lookup-well .well-content .lookup-form-wrap {
    padding: 12px;
  }
}
@media only screen and (max-width : 768px) {
  .your-attendee-header {
    flex-direction: column;
  }
  .your-attendee-header > div {
    display: block;
  }
  .your-attendee-header > div:first-child {
    margin-bottom: 2.5px;
  }
  .your-attendee-header > div:last-child {
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0 -2.5px !important;
  }
  .your-attendee-header > div:last-child > a {
    margin: 2.5px !important;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget-credit {
  color: #ffffff;
}
.widget-credit a {
  color: #ffffff;
}
.profile-avatar {
  border-radius: 32px;
  border: solid 2px #24272b;
  margin-top: 6px;
}
.checkout-disclaimer {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
  position: sticky;
  bottom: 72px;
}
@media only screen and (max-width : 768px) {
  .checkout-disclaimer {
    display: none;
  }
}
.checkout-disclaimer-footer {
  display: none;
}
@media only screen and (max-width : 768px) {
  .checkout-disclaimer-footer {
    display: block;
  }
}
.payment-icons i {
  color: #4a525a;
}
.attendee-order-container {
  display: flex;
  flex-wrap: wrap;
}
.attendee-order-container .attendee-order-row {
  display: flex;
}
.attendee-order-container .attendee-order-row:not(.end) {
  flex: 1;
}
@media only screen and (max-width : 768px) {
  .attendee-order-container {
    flex-direction: column;
  }
  .attendee-order-container .attendee-order-row.end {
    justify-content: flex-end;
  }
}
.payment-input-container {
  width: 140px;
}
.attendee-total-row {
  padding: 10px;
  border-top: solid 1px #e5e6e7;
}
.avatar-container .signout-dropdown {
  position: fixed;
  right: 0;
  top: 54px;
  display: inline-block;
  width: 160px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  pointer-events: none;
  padding: 0;
}
.avatar-container .signout-dropdown a {
  padding: 20px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-bottom: none;
}
.avatar-container .signout-dropdown a:hover {
  border-bottom: none;
}
.avatar-container:hover .signout-dropdown {
  opacity: 1;
  pointer-events: all;
}
.avatar-container:hover .signout-dropdown:hover {
  background-color: #4a525a;
}
.event-breadcrumb {
  font-size: 12px;
  display: flex;
  justify-items: space-between;
}
.event-breadcrumb .pipe {
  margin: 0 5px;
}
.header-aware-anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
.bg-off-white {
  background-color: #f2f3f5;
}
.venue-map [data-price],
.venue-map [data-section],
.venue-map [data-typeid] {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  color: #24272b;
}
.venue-map [data-price]:not(.section-soldout):hover,
.venue-map [data-section]:not(.section-soldout):hover,
.venue-map [data-typeid]:not(.section-soldout):hover {
  fill: #ffffff;
  opacity: 0.2;
  cursor: pointer;
}
.venue-map {
  overflow: auto;
}
.venue-map .alert,
.venue-map .alert-primary,
.venue-map .alert-secondary,
.venue-map .alert-success,
.venue-map .alert-warning,
.venue-map .alert-danger,
.venue-map .alert-info,
.venue-map .alert-dark,
.venue-map .alert-light {
  padding: 10px;
}
.venue-map .section-soldout {
  cursor: pointer;
  fill: #000000;
  opacity: 0.75;
}
.ast-section-header {
  align-items: center;
}
.ast-section .ast-rows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 10px;
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  -webkit-transition: transform ease-in-out 0.3s;
  -moz-transition: transform ease-in-out 0.3s;
  -ms-transition: transform ease-in-out 0.3s;
  -o-transition: transform ease-in-out 0.3s;
  touch-action: pan-x pan-y;
  transform-origin: 0 0;
}
.ast-section .ast-rows.faded {
  opacity: 0.5;
}
.ast-section .ast-rows.faded .seat {
  pointer-events: none;
}
.ast-section .ast-rows .ast-rows-center {
  flex: 1;
  display: flex;
}
.ast-section .ast-rows .row-wrap {
  margin-top: 30px;
}
.ast-section .ast-rows .ast-row-name {
  height: 28px;
  display: flex;
  padding-top: 6px;
  justify-content: center;
}
.ast-section .ast-rows .ast-row-name a {
  text-decoration: underline;
  cursor: pointer;
}
.ast-section .ast-rows .ast-row {
  display: flex;
}
.ast-section .ast-rows .ast-row .ast-seat-block {
  padding: 2px;
}
.ast-section .ast-rows .ast-row .ast-seat-block:not(:first-child) {
  margin-left: -2px;
}
.ast-section .ast-rows .ast-row:not(:first-child) .ast-seat-block {
  margin-top: -2px;
}
.ast-section .ast-rows .ast-row .seat {
  margin: 0px;
  border: solid 1px #24272b;
  border-radius: 3px;
  display: flex;
  width: 26px !important;
  height: 26px !important;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.ast-section .ast-rows .ast-row .seat.empty-seat {
  border-color: transparent;
  cursor: default;
}
.ast-section .ast-rows .ast-row .seat:hover:not(.empty-seat, .unavailable) {
  opacity: 0.8;
}
.ast-section .ast-rows .ast-row .seat:hover:not(.empty-seat, .unavailable):not(.my-seat) {
  background-color: rgba(255, 255, 255, 0.2);
}
.ast-section .ast-rows .ast-row .seat.unavailable {
  border-color: #767e89;
  opacity: 0.75;
  cursor: not-allowed;
}
.ast-section .ast-rows .ast-row .seat.unavailable::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  background-color: black;
  opacity: 0.75;
  display: inline-block;
  z-index: 0;
}
.ast-section .ast-rows .ast-row .seat.filtered:not(.selected, .my-seat, .unavailable, .empty-seat)::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  background-color: black;
  opacity: 0.25;
  display: inline-block;
  z-index: 0;
}
.ast-section .ast-rows .ast-row .seat.selected {
  background-color: #20bf55;
  border-color: #20bf55;
  color: #ffffff;
}
.ast-section .ast-rows .ast-row .seat.my-seat {
  background-color: #20bf55;
  border-color: #20bf55;
  color: #ffffff;
  opacity: 1;
}
.ast-section .ast-rows .ast-row .seat i {
  font-size: 12px;
}
.ast-section .ast-rows .ast-row .seat.locked i.fa-lock {
  position: absolute;
  left: -3px;
  bottom: -3px;
  background: #24272b;
  padding: 3px;
  border-radius: 20px;
  font-size: 6.5px;
  color: #ffffff;
}
.ast-section .ast-rows .ast-row .seat.locked::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: repeating-linear-gradient(-45deg, transparent 0 1.5px, #4a525a 1.5px 3px);
  display: inline-block;
  z-index: 0;
}
.ast-section .ast-rows .ast-row .seat.locked span {
  z-index: 1;
  position: relative;
}
.ast-section .aisle-after {
  margin-bottom: 26px !important;
}
.ast-section .row-header {
  height: 30px;
  font-weight: bold;
}
.ast-section .stage {
  max-width: 100px;
}
.ast-section .stage.stage-bottom {
  margin-top: 10px;
}
.ast-filters {
  padding-right: 10px;
}
.ast-filters > .well {
  position: sticky;
  top: 10px;
}
.ast-filters .form-counter {
  justify-content: center;
}
.well-inset {
  padding: 0 !important;
}
.well-inset .well-sidebar {
  padding-right: 10px;
  margin: 0;
}
.well.ast-color-block {
  box-shadow: none;
  border-radius: 0;
  border-top: 2px solid #e5e6e7;
}
.well.ast-color-block > .well-content {
  padding: 0 !important;
  display: flex;
}
.well.ast-color-block > .well-content .bar {
  width: 5px;
  margin-right: 10px;
}
.well.ast-color-block > .well-content > div:not(.bar) {
  flex: 1;
  padding: 10px 0;
}
.well.ast-color-block > .well-content h6 {
  margin: 2.5px 0;
}
.well.ast-color-block > .well-content h6:first-child {
  flex: 1;
}
.well.ast-color-block > .well-content h6 .icon-btn {
  display: inline-flex;
  vertical-align: top;
  margin-left: 2px;
}
.well.ast-color-block:last-child {
  border-radius: 0 0 8px 8px;
}
.well.ast-color-block:last-child .bar {
  border-radius: 0 0 0 8px;
}
.instructions {
  text-align: center;
  margin-bottom: 0;
  font-size: 75%;
}
.seat-selection-container {
  padding: 20px;
}
@media screen and (max-width: 770px) {
  .seat-selection-container {
    padding: 20px 0 20px 0;
  }
}
.ast-coachmark {
  position: absolute;
  background: white;
  box-shadow: 0px 3px 16px 0px #24272b26;
  padding: 20px;
  z-index: 9;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 3px;
}
.ast-coachmark.swipe i {
  -webkit-animation: Swipe 1s 2s linear infinite forwards;
  -moz-animation: Swipe 1s 2s linear infinite forwards;
  -ms-animation: Swipe 1s 2s linear infinite forwards;
  animation: Swipe 1s 2s linear infinite forwards;
}
.ast-coachmark:not(.swipe) i {
  -webkit-animation: Pan 1s 2s linear infinite forwards;
  -moz-animation: Pan 1s 2s linear infinite forwards;
  -ms-animation: Pan 1s 2s linear infinite forwards;
  animation: Pan 1s 2s linear infinite forwards;
}
.area-header {
  width: 100%;
}
.area-header {
  max-width: 1024px;
}
.area-banner {
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
}
.area-banner > img,
.area-banner > a > img {
  width: 100%;
}
.header-logo-image {
  max-width: 300px !important;
  max-height: 100px !important;
}
html.dark .area-banner {
  border-radius: 16px;
  overflow: hidden;
  background-color: #24272b;
}
.queue-dashboard {
  overflow: hidden;
}
.queue-dashboard nav {
  background-color: #004bed;
  left: 0;
  bottom: 0;
  width: 300px;
  height: calc(100vh - 100px);
  border-radius: 0 40px 0 0;
  padding: 24px 24px 24px 0;
  -webkit-transition: left ease-in-out 0.4s;
  -moz-transition: left ease-in-out 0.4s;
  -ms-transition: left ease-in-out 0.4s;
  -o-transition: left ease-in-out 0.4s;
}
@media only screen and (max-width : 1024px) {
  .queue-dashboard nav {
    left: -100vw;
    width: 100vw;
    border-radius: 0;
    height: 100vh;
    z-index: 99999;
  }
}
.queue-dashboard nav ul {
  list-style: none;
  padding: 0;
}
.queue-dashboard nav ul li {
  padding: 0;
  margin-top: 10px;
}
.queue-dashboard nav ul li:first-child {
  margin-top: 0;
}
.queue-dashboard nav ul li a {
  display: block;
  text-decoration: none;
}
.queue-dashboard nav ul li a span {
  display: block;
  font-size: 20px;
  color: #ffffff;
  padding: 5px 24px;
  border-radius: 0 36px 36px 0;
}
.queue-dashboard nav ul li a span.active {
  background-color: #ffffff;
  color: #004bed;
}
.queue-dashboard .page-body {
  padding: 0 24px 24px 24px;
  max-width: none !important;
  -webkit-transition: margin ease-in-out 0.4s;
  -moz-transition: margin ease-in-out 0.4s;
  -ms-transition: margin ease-in-out 0.4s;
  -o-transition: margin ease-in-out 0.4s;
}
@media only screen and (max-width : 1024px) {
  .queue-dashboard .page-body {
    padding-left: 24px;
  }
}
.queue-dashboard.show-nav nav {
  left: 0;
}
.queue-dashboard.show-nav .page-body {
  margin-left: 100vw;
}
.queue-dashboard header {
  height: 100px;
  width: 300px;
  position: static;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.queue-dashboard header .queue-dashboard-logo {
  width: 200px;
  margin-left: 20px;
}
.queue-dashboard header .hamburger {
  margin-left: 20px;
  display: none;
}
@media only screen and (max-width : 1024px) {
  .queue-dashboard header .hamburger {
    display: inline-flex;
  }
}
.queue-dashboard .avatar {
  width: 40px;
  height: 40px;
  padding: 2px;
  border: solid 2px #24272b;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
}
.queue-dashboard .avatar img {
  border-radius: 20px;
  overflow: hidden;
}
.queue-dashboard .user-chart {
  background: #f2f3f5;
  width: calc(100% - 48px);
  height: 100vh;
  position: relative;
}
.queue-dashboard .user-chart .user-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #e71d36;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.queue-dashboard .user-chart .user-dot.connected {
  background-color: #20bf55;
}
.queue-dashboard .user-chart .user-dot.new {
  background-color: #facf43;
}
.queue-dashboard .user-chart .user-dot.stale {
  background-color: #b0b8bf;
}
.queue-dashboard .user-chart .user-dot.stale.new {
  background-color: #4a525a;
}
.queue-dashboard .user-chart .user-dot.pulse {
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.queue-dashboard .user-chart .vertical-line {
  position: absolute;
  width: 1px;
  background: black;
  height: 100%;
  left: calc(100%/7 - 1px);
}
.queue-dashboard .user-chart .vertical-line:nth-child(7n + 1) {
  left: calc(100%*1/7 - 1px);
}
.queue-dashboard .user-chart .vertical-line:nth-child(7n + 2) {
  left: calc(100%*2/7 - 1px);
}
.queue-dashboard .user-chart .vertical-line:nth-child(7n + 3) {
  left: calc(100%*3/7 - 1px);
}
.queue-dashboard .user-chart .vertical-line:nth-child(7n + 4) {
  left: calc(100%*4/7 - 1px);
}
.queue-dashboard .user-chart .vertical-line:nth-child(7n + 5) {
  left: calc(100%*5/7 - 1px);
}
.queue-dashboard .user-chart .vertical-line:nth-child(7n + 6) {
  left: calc(100%*6/7 - 1px);
}
.queue-dashboard .live-graph {
  position: relative;
  height: 400px;
}
.queue-dashboard .live-graph .recharts-responsive-container {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.queue-dashboard .live-graph .recharts-responsive-container:first-child {
  z-index: 5;
}
.queue-dashboard .well h1 {
  font-size: 96px;
  color: #24272b;
  font-weight: 700;
}
.queue-dashboard .well h3 {
  font-size: 24px;
  color: #4a525a;
}
.queue-dashboard .well h5 {
  font-size: 18px;
  color: #b0b8bf;
}
.queue-dashboard .status-button {
  border: none;
  -webkit-appearance: none;
  box-shadow: 0px 3px 16px 0px #24272b26;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 2px 10px;
}
.queue-dashboard .status-button .status-button-dot {
  background-color: #b0b8bf;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.queue-dashboard .status-button .status-button-dot.waiting {
  background-color: #facf43;
}
.queue-dashboard .status-button .status-button-dot.on {
  background-color: #20bf55;
}
.queue-dashboard .status-button .status-button-text {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.flame-logo path {
  fill: #e5e6e7;
  -webkit-animation: flicker 1.5s infinite ease-in-out;
  -moz-animation: flicker 1.5s infinite ease-in-out;
  -o-animation: flicker 1.5s infinite ease-in-out;
  animation: flicker 1.5s infinite ease-in-out;
}
.flame-logo path:nth-child(3n + 0) {
  animation-delay: 0.5s;
}
.flame-logo path:nth-child(3n + 2) {
  animation-delay: 1s;
}
@-webkit-keyframes flicker {
  0% {
    fill: #e5e6e7;
  }
  25% {
    fill: #b0b8bf;
  }
  50% {
    fill: #e5e6e7;
  }
  100% {
    fill: #e5e6e7;
  }
}
@-moz-keyframes flicker {
  0% {
    fill: #e5e6e7;
  }
  25% {
    fill: #b0b8bf;
  }
  50% {
    fill: #e5e6e7;
  }
  100% {
    fill: #e5e6e7;
  }
}
@-o-keyframes flicker {
  0% {
    fill: #e5e6e7;
  }
  25% {
    fill: #b0b8bf;
  }
  50% {
    fill: #e5e6e7;
  }
  100% {
    fill: #e5e6e7;
  }
}
@keyframes flicker {
  0% {
    fill: #e5e6e7;
  }
  25% {
    fill: #b0b8bf;
  }
  50% {
    fill: #e5e6e7;
  }
  100% {
    fill: #e5e6e7;
  }
}
.footer-nav {
  display: flex;
  flex-direction: row;
  color: #ffffff !important;
  background-color: #24272b;
  width: 100%;
  position: relative;
}
@media only screen and (max-width : 768px) {
  #google_translate_element {
    margin-top: 0;
  }
}
.footer-left {
  flex-direction: column;
  width: calc(50% - 18px);
  padding-left: 20px;
}
.footer-left a {
  color: #ffffff !important;
  text-decoration: none;
}
.footer-logo-container {
  display: block;
  width: 50%;
}
.footer-logo-container img {
  margin-top: 16px;
  width: 171px !important;
}
.footer-right {
  display: flex;
  flex-direction: row;
  flex: 1;
  min-height: 100px;
  justify-content: flex-end;
  text-align: center;
  padding-right: 24px;
  flex-flow: row wrap;
}
.footer-right .account-wrap {
  flex: 0 0 100%;
  text-align: right;
  display: inline-flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.footer-right .account-wrap > a {
  display: inline-flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  text-decoration: none;
}
.queue-view {
  min-height: calc(100vh - 93px);
  padding: 0 10px;
}
.queue-status {
  height: 5px;
  margin: 10px 0;
  background: #e5e6e7;
  border-radius: 5px;
  position: relative;
}
.queue-status .queue-status-indicator {
  position: absolute;
  height: 10px;
  border-radius: 5px;
  top: -2.5px;
  left: 0;
  background-color: #004bed;
  -webkit-transition: all ease-in-out 0.75s;
  -moz-transition: all ease-in-out 0.75s;
  -ms-transition: all ease-in-out 0.75s;
  -o-transition: all ease-in-out 0.75s;
}
.flame-circle {
  display: inline-block;
  box-shadow: 0px 3px 16px 0px #24272b26;
  background-color: #ffffff;
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
.horizontal-bars {
  display: block;
  height: 30px;
}
.horizontal-bars > .horizontal-bar {
  -webkit-transition: background-color linear 1.5s;
  -moz-transition: background-color linear 1.5s;
  -ms-transition: background-color linear 1.5s;
  -o-transition: background-color linear 1.5s;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ffffff;
}
.well.queue-on {
  background-color: #004bed;
}
.well.queue-on * {
  color: #ffffff;
}
.well.queue-on h4 {
  color: #ffffff;
}
.well.queue-on h5 {
  color: #ffffff;
}
.well.queue-on.paused {
  background-color: #e71d36;
}
.well.queue-forced {
  background-color: #20bf55;
}
.well.queue-forced * {
  color: #ffffff;
}
.well.queue-forced h4 {
  color: #ffffff;
}
.well.queue-forced h5 {
  color: #ffffff;
}
.well.queue-forced.paused {
  background-color: #e71d36;
}
.well.queue-auto {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #004bed 50%, #004bed 100%);
}
.queue-status-maintenance i,
.queue-status-maintenance h4 {
  color: #e71d36;
}
.queue-status-auto i,
.queue-status-auto h4 {
  color: #004bed;
}
.queue-status-on i,
.queue-status-on h4 {
  color: #20bf55;
}
.queue-status-on.paused i,
.queue-status-on.paused h4 {
  color: #e71d36;
}
.queue-status-off i,
.queue-status-off h4 {
  color: #b0b8bf;
}
.settings-link {
  position: absolute;
  top: 23px;
  right: 75px;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  opacity: 1;
}
.settings-link:hover {
  opacity: 0.75;
  cursor: pointer;
}
.MuiTypography-root {
  font-family: ff-basic-gothic-pro, sans-serif !important;
  font-weight: 300 !important;
}
.MuiDialog-paper {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15) !important;
}
.MuiSkeleton-text {
  height: 26.66666667px !important;
}
.MuiPaper-elevation8 {
  box-shadow: 0px 3px 16px 0px #24272b26 !important;
}
.field-skeleton {
  margin-top: 10px !important;
  height: 32px !important;
  border-radius: 3px;
}
.tss-button-loading {
  height: 50px !important;
  margin-top: -10px !important;
}
.seat-popover .MuiPopover-paper {
  max-width: 400px;
  padding: 10px;
}
.seat-popover .MuiPopover-paper .btn {
  display: block;
  width: 100%;
}
.seat-popover .MuiPopover-paper .btn:not(:first-child) {
  margin-top: 5px;
}
.seat-popover .MuiPopover-paper .btn .mini {
  display: block;
  margin-top: -5px;
}
.seat-popover-info .MuiPopover-paper {
  max-width: 320px;
  padding: 10px;
  background-color: #134f97;
  color: #ffffff;
}
.seat-popover-info .MuiPopover-paper .btn {
  display: block;
  width: 100%;
}
.seat-popover-info .MuiPopover-paper .btn:not(:first-child) {
  margin-top: 5px;
}
.seat-popover-info .MuiPopover-paper .btn .mini {
  display: block;
  margin-top: -5px;
}
.form-slider {
  text-align: center;
}
.form-slider .MuiSlider-root {
  width: calc(100% - 24px);
  margin: auto;
}
.menu-popover .padded a {
  padding: 8px 12px;
  color: #24272b;
  display: block;
}
.menu-popover .padded a i {
  margin-right: 10px;
}
.menu-popover .dropdown-divider {
  margin: 0 10px;
}
html {
  width: 100%;
  height: 100%;
}
.tooltip-inner {
  background-color: #24272b !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  box-shadow: 0px 3px 16px 0px #24272b26;
  padding: 10px !important;
  position: relative;
  height: auto !important;
  fill-opacity: 1 !important;
}
.tooltip-inner .tooltip-small {
  position: relative;
  display: block;
  top: -8px !important;
}
#svg-tooltip,
#popover-basic > * {
  all: unset;
}
.bs-tooltip-bottom {
  opacity: 1 !important;
}
.tooltip.show {
  opacity: 1 !important;
}
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
}
.bs-tooltip-bottom .arrow::after {
  content: "";
  position: absolute;
  left: 100%;
  z-index: -1;
  border: 5px solid transparent;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.tooltip-header {
  display: inline-block;
  overflow: auto;
  height: auto;
  position: relative;
  top: -10px;
  z-index: 1;
  margin-left: -10px;
  margin-right: -10px;
  background: #4a525a !important;
  width: calc(100% + 10px * 2);
  color: #ffffff;
  padding: 5px;
  border-radius: 6px 6px 0 0;
}
.d-flex {
  display: flex;
}
.d-flex.equal-width {
  justify-content: space-between;
}
.d-flex.equal-width > * {
  flex-grow: 1;
  margin: 0 5px;
}
.d-flex.equal-width > *:first-child {
  margin-left: 0;
}
.d-flex.equal-width > *:last-child {
  margin-right: 0;
}
.d-flex.justify-space-between {
  justify-content: space-between;
}
.d-flex.align-center {
  align-items: center;
}
.modal {
  z-index: 1052 !important;
}
.modal .modal-body {
  padding: 24px !important;
  margin: 10px !important;
}
.modal.modal-padding-lg .modal-body {
  padding: 48px !important;
}
.modal .modal-header {
  border-bottom: none;
  padding: 24px;
  padding-bottom: 0;
}
.modal .modal-header .close {
  margin: 0 !important;
  padding: 0;
}
.modal .modal-header.titleless {
  display: block;
  height: 48px;
}
.modal .modal-header.titleless ~ .modal-body {
  padding-top: 0 !important;
}
.modal .modal-content {
  border: none;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #ffffff;
}
.modal .close {
  color: #24272b;
}
.custom-control-label::after {
  font-family: "Font Awesome 6 Pro";
  font: var(--fa-font-solid);
  content: "\e28f";
  color: #facf43;
  font-size: 14px;
  line-height: 21px;
  left: calc(-2.75rem + 2px);
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  top: calc(0.15rem + -3px);
  border-radius: 1.5rem;
  background-color: #4a525a;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}
.custom-control-label::before {
  height: 0.5rem;
  top: calc(0.5rem - 2px);
  background-color: rgba(4, 14, 53, 0.8) !important;
  border: none;
}
.custom-control-input:checked ~ .custom-control-label::after {
  content: "\f186";
  background-color: #4a525a;
  color: #11a9f0;
  -webkit-transform: translateX(1.2rem);
  transform: translateX(1.2rem);
}
.light-switch .custom-control-label::after {
  left: calc(-2.75rem + 2px) !important;
  width: calc(1.5rem - 4px) !important;
  height: calc(1.5rem - 4px) !important;
  top: calc(0.15rem + -3px) !important;
  border-radius: 1.5rem !important;
  background-color: #ffffff !important;
}
.light-switch .custom-control-label::before {
  height: 0.5rem;
  top: calc(0.5rem - 2px);
  background-color: #f2f3f5 !important;
  border: none;
}
.light-switch .custom-control-input:checked ~ .custom-control-label::after {
  content: "\f186" !important;
  background-color: #4a525a !important;
  color: #11a9f0 !important;
  -webkit-transform: translateX(1.2rem) !important;
  transform: translateX(1.2rem) !important;
}
.light-switch.label-buffer {
  margin-top: 32px !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
#cap-enclave + div {
  z-index: 99 !important;
}
main {
  text-align: center;
  font-family: ff-basic-gothic-pro, sans-serif;
}
p {
  font-size: 14px;
}
p:last-child {
  margin-bottom: 0;
}
.account-container {
  background-color: #ffffff;
  border-radius: 8px;
  width: 100%;
  max-width: 768px;
  display: inline-flex;
  flex-direction: row;
  overflow: hidden;
}
.account-container a {
  color: #24272b;
}
.account-container a:not(.btn) {
  text-decoration: underline !important;
}
@media only screen and (max-width : 768px) {
  .account-container {
    flex-direction: column;
    border-radius: 0;
  }
  .account-container:first-child {
    margin-top: 0 !important;
  }
}
.account-container .account-hero {
  background-color: #0033a1;
  background-image: url("/img/signin-hero.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 248px;
}
@media only screen and (max-width : 768px) {
  .account-container .account-hero {
    width: 100%;
    height: 248px;
  }
}
.account-container .account-hero.forgot-hero {
  background-image: url("/img/forgot-hero.png");
  background-position: top center;
}
.account-container .account-hero.forgot-sent-hero {
  background-image: url("/img/forgot-sent-hero.png");
}
.account-container .account-form {
  flex: 1;
  padding: 24px;
}
@media only screen and (max-width : 768px) {
  .account-container .account-form {
    padding: 12px;
  }
}
.account-container .field .error {
  display: block;
}
.account-container .btn-facebook {
  background-color: #415899;
  color: #ffffff !important;
}
.account-container .btn-twitter {
  background-color: #4ea8ee;
  color: #ffffff !important;
}
@media only screen and (max-width : 768px) {
  .account-container .btn-twitter {
    margin-top: 5px;
  }
}
.account-container .btn-google {
  background-color: #cb573a;
  color: #ffffff !important;
}
@media only screen and (max-width : 768px) {
  .account-container .btn-google {
    margin-top: 5px;
  }
}
.account-container .btn-apple {
  background-color: #000000;
  color: #ffffff !important;
}
@media only screen and (max-width : 768px) {
  .account-container .btn-apple {
    margin-top: 5px;
  }
}
.account-container .alert a,
.account-container .alert-primary a,
.account-container .alert-secondary a,
.account-container .alert-success a,
.account-container .alert-warning a,
.account-container .alert-danger a,
.account-container .alert-info a,
.account-container .alert-dark a,
.account-container .alert-light a {
  color: #ffffff !important;
}
.ticket {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 14px;
  width: calc(100% - 20px);
  max-width: 500px;
  overflow: hidden;
  padding: 24px;
}
@media only screen and (max-width : 768px) {
  .ticket {
    padding: 12px;
  }
}
.ticket hr {
  position: relative;
  border-style: dashed;
}
.ticket hr::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #f2f3f5;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  left: -24px;
  top: 0;
  transform: translate(-16px, -50%);
}
@media only screen and (max-width : 768px) {
  .ticket hr::before {
    left: -12px;
  }
}
.ticket hr::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #f2f3f5;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  right: -24px;
  top: 0;
  transform: translate(16px, -50%);
}
@media only screen and (max-width : 768px) {
  .ticket hr::after {
    right: -12px;
  }
}
.ticket .apple-wallet-btn {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
}
.ticket .apple-wallet-btn:hover {
  opacity: 0.75;
}
.ticket .google-wallet-btn {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s;
  -ms-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
}
.ticket .google-wallet-btn:hover {
  opacity: 0.75;
}
.error-page {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 8px;
  width: calc(100% - 20px);
  max-width: 768px;
  overflow: hidden;
  padding: 24px;
  margin-top: 40px;
}
@media only screen and (max-width : 768px) {
  .error-page {
    padding: 12px;
  }
}
.custom-control-label::before {
  top: 0.15rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.15rem + 2px);
}
@media only screen and (max-width : 992px) {
  .field label.hide-md {
    display: none !important;
  }
}
html {
  background: none;
  background-color: #4c5259;
}
body {
  background: none !important;
}
main {
  text-align: center;
}
main {
  min-height: calc(100vh - 100px);
}
img {
  max-width: 100%;
}
.area-header {
  width: 100%;
  max-width: 1024px;
}
.avatar-in-ring {
  border-width: 2px;
  border-radius: 50%;
  border-style: solid;
  padding: 2px;
  background-color: transparent;
}
.switch-container label {
  font-size: 14px;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  color: #ffffff !important;
  background-color: #24272b;
  width: 100%;
  position: relative;
}
@media only screen and (max-width : 768px) {
  #google_translate_element {
    margin-top: 0;
  }
}
.footer-left {
  flex-direction: column;
  width: calc(50% - 18px);
}
.footer-left .goog-te-gadget {
  color: #24272b !important;
  height: 25px;
}
@media only screen and (max-width : 768px) {
  .footer-left .goog-te-gadget {
    height: 0;
  }
}
.footer-left .goog-te-gadget > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 9px);
}
@media only screen and (max-width : 768px) {
  .footer-left .goog-te-gadget > div {
    left: unset;
    top: unset;
    bottom: 30px;
    right: 30px;
    transform: translate(12px, 5px);
  }
}
.footer-left .goog-te-gadget > div > select {
  background: #24272b;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 11px;
}
.footer-left .goog-te-gadget > span {
  display: none;
}
.footer-logo-container {
  display: block;
  width: 50%;
}
.footer-logo-container img {
  margin-left: 24px;
  margin-top: 16px;
  width: 171px !important;
}
.footer-right {
  display: flex;
  flex-direction: row;
  flex: 1;
  min-height: 100px;
  justify-content: flex-end;
  text-align: center;
  padding-right: 24px;
  flex-flow: row wrap;
}
.footer-right .account-wrap {
  flex: 0 0 100%;
  text-align: right;
  display: inline-flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.footer-right .account-wrap > a {
  display: inline-flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  text-decoration: none;
}
.footer-center {
  display: flex;
  flex: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer-center .custom-control-label::after {
  font-family: "Font Awesome 6 Pro";
  font: var(--fa-font-solid);
  content: "\e28f";
  color: #facf43 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  left: calc(-2.75rem + 2px) !important;
  width: calc(1.5rem - 4px) !important;
  height: calc(1.5rem - 4px) !important;
  top: calc(0.15rem + -3px) !important;
  border-radius: 1.5rem !important;
  background-color: #4a525a !important;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15) !important;
  text-align: center !important;
}
.footer-center .custom-control-label::before {
  height: 0.5rem !important;
  top: calc(0.5rem - 2px) !important;
  background-color: rgba(4, 14, 53, 0.8) !important;
  border: none !important;
}
.footer-center .custom-control-input:checked ~ .custom-control-label::after {
  content: "\f186" !important;
  background-color: #4a525a !important;
  color: #11a9f0 !important;
  -webkit-transform: translateX(1.2rem) !important;
  transform: translateX(1.2rem) !important;
}
.footer-right a {
  color: #ffffff !important;
  display: inline-block;
  margin: 0px 32px 0px 0px;
  font-family: ff-basic-gothic-pro, sans-serif;
  font-weight: 400;
}
.privacy {
  display: flex;
  align-items: center;
  margin-left: 24px;
  margin-top: 8px;
}
.privacy .privacy-text {
  color: #ffffff;
  margin-right: 32px;
  margin-bottom: 0;
}
.user-box {
  margin-top: 0px;
  position: relative;
}
.user-button {
  display: flex;
  align-items: center;
}
.user-button:hover {
  color: #b0b8bf;
}
.user-button p {
  margin: 0 0 0 8px;
  text-align: left;
  font-size: 14px;
}
.user-button i {
  color: #b0b8bf;
}
.user-menu {
  display: none;
  background-color: #24272b;
  position: absolute;
  bottom: 64px;
  right: -24px;
  height: 80px;
  width: 160px;
  flex-direction: column;
  justify-content: center;
}
.user-menu a {
  width: 100%;
  padding-top: 8px !important;
}
#user-btn {
  display: none;
}
#user-btn:checked ~ .user-menu {
  display: flex;
}
.show-md {
  display: inline-block;
}
.hide-md {
  display: none;
}
.area-header {
  max-width: 1024px;
}
.area-banner {
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
}
.area-banner > img,
.area-banner > a > img {
  width: 100%;
}
.header-logo-image {
  max-width: 300px !important;
  max-height: 100px !important;
}
html.dark .area-banner {
  border-radius: 16px;
  overflow: hidden;
  background-color: #24272b;
}
.error-page {
  text-align: left !important;
  padding: 24px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.error-page .error-page-header {
  background-color: #004bed;
  color: #ffffff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 36px;
}
.error-page .error-page-header i {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.error-page .error-page-content {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  color: #4a525a;
  border-left: 5px solid #eee;
}
.g-recaptcha > div > div {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .footer-nav {
    /* height: 258px; */
    flex-direction: column-reverse;
  }
  .footer-left {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
  }
  .footer-left .privacy {
    position: unset;
    margin-left: 16px;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-left .privacy > * {
    margin-top: 10px;
  }
  .footer-left small.privacy-text {
    margin-top: 15px;
  }
  .footer-logo-container img {
    margin-left: 16px;
    margin-bottom: 24px;
    margin-top: 10px;
  }
  .footer-right {
    width: 100%;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 10px;
  }
  .footer-right a {
    display: block;
    margin-left: 16px;
    margin-top: 10px;
  }
  .user-box {
    margin-top: 8px;
    margin-left: 16px;
  }
  .user-menu {
    position: unset;
    top: unset;
    right: unset;
    margin: -4px 24px;
  }
  #user-btn:checked ~ .user-menu {
    display: block;
  }
  .show-md {
    display: none;
  }
  .hide-md {
    display: inline-block;
  }
  main {
    min-height: calc(100vh - 65px);
  }
  .footer-center {
    position: absolute;
    top: 24px;
    right: 10px;
  }
  .area-header {
    padding: 20px 0 !important;
  }
}
@media print {
  html {
    background-color: #ffffff !important;
  }
}
.ticket {
  padding: 12px;
  border-radius: 5px;
}
@media print {
  .ticket {
    background-color: #ffffff !important;
    width: 100% !important;
    max-width: unset !important;
  }
}
.ticket .mb-0 {
  margin-bottom: 0 !important;
}
.ticket .ticket-header {
  display: flex;
  flex-direction: row;
  padding: 5px;
  margin-bottom: 14px;
  justify-content: space-between;
  align-items: center;
}
.ticket .ticket-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.ticket .ticket-logo {
  border: solid 1px #24272b;
  background-color: #24272b;
  border-radius: 13px;
  height: 26px;
  width: 26px;
}
.ticket .ticket-logo i {
  color: #ffffff;
  transform: translate(0px, 2.5px);
  font-size: 20px;
}
.ticket a {
  color: inherit;
}
.ticket .ticket-divider {
  border: dashed rgba(0, 0, 0, 0.1) 1px;
  position: relative;
  margin: 10px 8px;
}
.ticket .ticket-divider.no-dash {
  border: none;
}
.ticket .ticket-divider::before {
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 12px;
  position: absolute;
  left: -34px;
  top: -12px;
  display: inline-block;
  background-color: #f2f3f5;
}
@media print {
  .ticket .ticket-divider::before {
    display: none;
  }
}
.ticket .ticket-divider::after {
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 12px;
  position: absolute;
  right: -34px;
  top: -12px;
  display: inline-block;
  background-color: #f2f3f5;
}
@media print {
  .ticket .ticket-divider::after {
    display: none;
  }
}
.ticket .ticket-body {
  padding: 15px;
  text-align: left;
}
.ticket .ticket-body .ticket-divider {
  margin: 10px 0px;
}
.ticket .ticket-body .ticket-divider::before {
  left: -41px;
}
.ticket .ticket-body .ticket-divider::after {
  right: -41px;
}
.ticket .ticket-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 3.8265;
  margin-bottom: -11px;
  width: calc(100% + 24px);
  margin-left: -12px;
}
.ticket .ticket-date small {
  font-size: 12px;
  display: block;
  text-align: right;
}
.ticket .ticket-qr-code {
  text-align: center;
  padding: 12px;
  background: #ffffff;
  display: inline-block;
  width: 50%;
  max-width: 300px;
  border-radius: 12px;
  margin: 10px auto;
}
.ticket .ticket-print-qr {
  display: none;
  margin-right: -35px;
}
.ticket .ticket-print-qr .ticket-qr-code {
  width: 75%;
  max-width: 225px;
}
@media print {
  .ticket .ticket-print-qr {
    float: right;
    display: inline-block;
  }
}
.ticket .ticket-event-title {
  font-size: 36px;
  text-align: left;
  line-height: 40px;
}
.ticket .ticket-event-location {
  font-size: 14px;
}
.ticket .ticket-label {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 700;
}
.ticket .ticket-value {
  font-size: 20px;
  font-weight: 500;
}
.ticket .ticket-ad {
  margin-top: 10px;
  border-radius: 3px;
}
.ticket .attendees-ticket-btn {
  background-color: #24272b !important;
  color: #ffffff !important;
  transition: opacity ease-in-out 0.3s;
  opacity: 1;
  width: 100%;
}
.ticket .attendees-ticket-btn:hover {
  opacity: 0.7;
}
.ticket .btn.print-btn {
  cursor: pointer;
}
.ticket .btn:focus {
  outline: none;
  box-shadow: none;
}
.ticket .btn:hover {
  color: inherit !important;
  opacity: 0.75;
}
.ticket.dark {
  color: #ffffff;
}
.ticket.dark a {
  color: #ffffff !important;
}
.ticket.dark .ticket-logo {
  border-color: #ffffff;
  background-color: #ffffff;
}
.ticket.dark .ticket-logo i {
  color: #24272b;
}
.ticket.dark .btn {
  color: #ffffff !important;
}
.ticket.dark .attendees-ticket-btn {
  background-color: #ffffff !important;
  color: #24272b !important;
}
.ticket .wallet-popover-container {
  position: relative;
}
@media print {
  .ticket {
    color: #24272b !important;
  }
  .ticket a {
    color: #24272b !important;
  }
  .ticket .ticket-logo {
    border-color: #24272b !important;
    background-color: #24272b !important;
  }
  .ticket .ticket-logo i {
    color: #ffffff !important;
  }
  .ticket .btn {
    display: none;
  }
  .ticket .apple-wallet-btn {
    display: none;
  }
  .ticket .google-wallet-btn {
    display: none;
  }
  .ticket .attendees-ticket-btn {
    display: none;
  }
  .ticket .js-attendee-list {
    display: block !important;
  }
}
.wallet-popover {
  position: fixed;
  background: #fff;
  width: 200px;
  left: 50%;
  top: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -40%);
  border-radius: 8px;
  box-shadow: 0px 3px 16px 0px #24272b26;
  transition: all ease-in-out 0.3s;
  z-index: 51;
}
.wallet-popover.active {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: all;
}
.wallet-popover a {
  color: #24272b !important;
  font-size: 16px;
  display: block;
  padding: 5px 10px;
}
.wallet-popover a:first-child {
  border-bottom: solid 1px #ececec;
}
@media print {
  .wallet-popover {
    display: none;
  }
}
.wallet-popover-coverall {
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.5);
  transition: all ease-in-out 0.3s;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 50;
  backdrop-filter: blur(5px);
}
.wallet-popover-coverall.active {
  opacity: 1;
  pointer-events: all;
}
@media print {
  .wallet-popover-coverall {
    display: none;
  }
}
.ticket-bundle-page {
  overflow-x: hidden;
  touch-action: pan-y;
}
.ticket-bundle-page .bundled-ticket-container {
  width: 100%;
  max-width: 540px;
  margin: auto;
  padding: 0 20px;
  margin-bottom: 70px;
}
.ticket-bundle-page .bundled-ticket-container .owl-carousel .owl-stage-outer {
  overflow: visible;
  width: 100%;
  max-width: 500px;
}
@media print {
  .ticket-bundle-page .bundled-ticket-container .owl-carousel .owl-stage-outer {
    max-width: unset;
  }
}
.ticket-bundle-page .bundled-ticket-container .owl-item:not(.active) {
  transform: scale(0.98);
  opacity: 0.6;
}
@media print {
  .ticket-bundle-page .bundled-ticket-container .owl-item:not(.active) {
    transform: scale(1);
    opacity: 1;
  }
}
.ticket-bundle-page .bundled-ticket-container .owl-carousel .owl-item .ticket {
  width: calc(100vw - 40px);
}
.ticket-bundle-page .bundled-ticket-container .owl-carousel .owl-item .ticket img {
  display: inline-block;
  width: unset;
}
.ticket-bundle-page .bundled-ticket-container .owl-dots {
  position: fixed;
  bottom: 20px;
  left: 50%;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 30px;
  transform: translate(-50%, 0);
  height: 54px;
  box-shadow: 0px 3px 16px 0px #24272b26;
}
.ticket-bundle-page .bundled-ticket-container .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid 1px #24272b !important;
  border-radius: 4px;
  margin: 1px 2px;
  line-height: 8px !important;
  overflow: hidden;
}
.ticket-bundle-page .bundled-ticket-container .owl-dots .owl-dot:focus {
  outline: none !important;
}
.ticket-bundle-page .bundled-ticket-container .owl-dots .owl-dot.active {
  background-color: #24272b;
}
@media print {
  .ticket-bundle-page .bundled-ticket-container .owl-dots {
    display: none;
  }
}
@media print {
  .ticket-bundle-page .bundled-ticket-container {
    max-width: unset;
  }
  .ticket-bundle-page .bundled-ticket-container .owl-stage {
    width: 100% !important;
    transform: none !important;
  }
  .ticket-bundle-page .bundled-ticket-container .owl-stage .owl-item {
    width: auto;
    margin-right: 0;
    display: block;
    float: unset;
  }
  .ticket-bundle-page .bundled-ticket-container .owl-stage .owl-item:not(.single-print) {
    page-break-after: always;
  }
  .ticket-bundle-page .bundled-ticket-container .owl-stage .owl-item:not(.single-print):last-child {
    page-break-after: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .privacy .privacy-text {
    margin-right: 16px;
  }
  .footer-right a {
    margin-right: 24px;
  }
  .area-banner {
    border-radius: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .user-menu {
    width: 120px;
  }
}
