.btn-larger {
  min-width: 260px;
  min-height: 50px;
}

.union {
  width: 75%;
  height: 59px;
  flex-grow: 0;
  margin: 0 0 0 67.9px;
  padding: 17px 52px 19px 62.1px;
  box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}

.union.union-desktop {
  width: 80%;
}

/* .demo-yes-button-clicked {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
} */

#optimizely-hero-original .black-outline-demo {
  background-color: transparent;
  color: #4d4d4d;
  border: 1px solid #4d4d4d !important;
  border-radius: 20px;
  padding: 10px 50px !important;
}

#optimizely-hero-original .black-outline-demo:hover {
  border: 1px solid #ff5000 !important;
  color: #ff5000 !important;
}

.cta-transparent {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ff5000;
  color: #ff5000;
  padding: 0.9375rem 1.875rem;
  border-radius: 3rem;
  font-size: 12px;
  transition: 0.3s;
}

.cta-transparent:hover {
  background-color: #ff5000;
  color: white;
}

/* CSS talk bubble */
.talk-bubble {
  margin: 40px;
  display: inline-block;
  position: relative;
  width: 521.1px;
  height: 59px;
  height: auto;
  background-color: white;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}

.tri-right.left-in:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 20px;
  bottom: auto;
  border: 12px solid;
  border-color: white white transparent transparent;
}

/* talk bubble contents */
.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
}

.talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.bg-demo-schedule-top {
  background: transparent url(/media/bg-demo-schedule-top.png) center top no-repeat;
}

.bg-demo-schedule-bottom {
  background: transparent url(/media/bg-demo-schedule-bottom.png) center top no-repeat;
}

.data-submittable {
  opacity: 1;
  z-index: 5;
}

label.btn.btn-calendar.active,
label.btn.btn-calendar:active,
label.btn.btn-calendar.active>.demo-digit-day-of-month-button-new,
label.btn.btn-calendar.active>.demo-month-button-new,
label.btn.btn-time.active,
label.btn.btn-time:active,
label.btn.btn-support-new.active,
label.btn.btn-support-new:active {
  color: #ff5000 !important;
  border-color: #ff5000;
}

.modal-lg-960 {
  max-width: 960px !important;
}

.demov2-page-b.bg-demo-time {
  background: none;
}

.demov2-page-b.bg-demo-time-lg {
  background: none;
}

.demov2-page-b.bg-demo-video {
  background: none;
}

.demov2-page-b.bg-demo-video-lg {
  background: none;
}

label.btn.btn-calendar {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 !important;
  margin: 10px 15px;
  background-color: #fff;
  border: 12px solid #f4f5fc;
  min-width: 170px;
  min-height: 200px;
  border-radius: 0;
}

#modalDemo button.data-submittable:disabled,
#modalDemo button.data-submittable[disabled] {
  opacity: 1;
  background-color: #ff9260;
}

label.btn.btn-time {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  color: #3d5199;
  padding: 5px 20px !important;
  margin: 6px 12px 6px 0;
  background-color: #f4f5fc;
  border: 2px solid #f4f5fc;
  min-width: 140px;
  min-height: 30px;
  border-radius: 0;
}

label.btn.btn-support-new {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 15px !important;
  margin: 6px 8px;
  background-color: #fff;
  border: 2px solid #ccc;
  max-width: 180px;
  min-height: 100px;
  border-radius: 0;
}

.demov3-new-videos__placeholder {
  margin: 0 12px;
}

.demo-day-of-week-button-new {
  font-size: 15px;
  font-weight: 600;
  color: #3d5199;
  text-transform: uppercase;
  background-color: #f4f5fc;
  line-height: 1;
  padding: 4px 0 12px;
  display: block;
}

.btn-calendar.active>.demo-day-of-week-button-new,
.btn-calendar:active .demo-day-of-week-button-new {
  background-color: #ff5000;
  color: #fff !important;
}

.demo-username {
  display: none;
}

.demo-digit-day-of-month-button-new {
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #3d5199;
  display: block;
  margin: 5px auto;
}

.demo-month-button-new {
  font-size: 15px;
  color: #3d5199;
  text-transform: uppercase;
  display: block;
}

.thryv-pay-screen {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border: 0px !important;
}

.loader-button-container {
  width: 230px;
  position: relative;
  border-radius: 30px;
  height: 47px;
  overflow: hidden;
  margin: 0;
  box-shadow: 0 0 0 #000;
  z-index: 1;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.demo-loader {
  background-color: #ff5000;
  border-radius: 30px;
  color: white;
  height: 47px;
  font-weight: 600;
  top: 0;
  left: 0;
  z-index: 4;
  position: absolute;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  transform: translateX(-100%);
}

.bg-demo-thryvpay {
  background: transparent url(/media/bg-demo-thryvpay.jpg) center top no-repeat;
  color: #fff;
  background-size: cover;
}

.demo-loader-bar {
  width: 230px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-stretch: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 1;
  transform: translateX(100%);
  visibility: hidden;
}

.simple-checklist-green {
  list-style-type: none;
  padding: 0;
  margin-left: 26px;
}

.simple-checklist-green>li:before {
  content: '\f058';
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: 120%;
  display: inline-block;
  color: #6dd400;
  left: -26px;
  position: absolute;
}

#demo-open-slider {
  flex-direction: row;
  transform: translateX(203px);
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

#demo-open-slider.demo-business-open-opened {
  transform: translateX(-203px);
}

#demo-open-slider>div {
  height: 403px;
}

.location-get-times {
  min-width: 280px;
}

#demo-describe-your-business .btn {
  min-width: 280px;
}

@media only screen and (max-width: 991px) {
  label.btn.btn-calendar {
    margin: 10px 5px;
    border: 10px solid #f4f5fc;
    min-width: 150px;
    min-height: 180px;
  }

  label.btn.btn-support-new {
    max-width: 145px;
    min-height: 120px;
    padding: 10px !important;
    margin: 6px;
  }

  .demo-digit-day-of-month-button-new {
    font-size: 48px;
  }

  .demo-day-of-week-button-new,
  .demo-month-button-new {
    font-size: 14px;
  }

  #demo-open-slider {
    flex-direction: column;
    transform: translateX(0px);
  }

  #demo-open-slider.demo-business-open-opened {
    transform: translateY(-250px);
  }

  #demo-not-open .btn,
  #demo-yes-open-box .btn {
    font-size: 12px !important;
  }

  #demo-not-open-subtext {
    font-size: 10px;
  }

  .location-get-times {
    font-size: 10px;
    min-width: 235px;
  }

  #demo-describe-your-business .btn {
    min-width: 235px;
    font-size: 11px !important;
  }
}

#demo-select-date-and-time .available-dates>.btn-calendar br {
  display: none;
}

@media only screen and (max-width: 900px) {
  #demo-select-date-and-time .available-dates {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #demo-select-date-and-time .available-dates>.btn-calendar {
    width: 100%;
    display: flex;
    border: 1px solid #4e4e4e;
    justify-content: center;
    align-items: center;
    min-height: auto;
    border-radius: 8px;
    padding: 8px 0 !important;
  }

  #demo-select-date-and-time .available-dates>.btn-calendar span {
    margin: 0;
    padding: 0;
    background-color: transparent;
  }

  #demo-select-date-and-time .available-dates>.btn-calendar .week-day {
    width: 110px;
    text-align: left;
  }

  #demo-select-date-and-time .available-dates>.btn-calendar .week-day span {
    font-weight: 400;
    color: #121212;
  }

  #demo-select-date-and-time .available-dates>.btn-calendar .month-date {
    display: flex;
    align-items: center;
  }

  #demo-select-date-and-time .available-dates>.btn-calendar .month-date span {
    font-size: 18px !important;
    color: #121212;
    font-weight: bold;
  }

  #demo-select-date-and-time .available-dates>.btn-calendar .month-date .demo-month-button-new {
    order: 1;
    padding-right: 10px;
  }

  #demo-select-date-and-time .available-dates>.btn-calendar .month-date .demo-digit-day-of-month-button-new {
    order: 2;
  }

  #demo-select-date-and-time .available-dates>.btn-calendar.active,
  #demo-select-date-and-time .available-dates>.btn-calendar.thryv-interest-selected {
    background-color: #fe5100;
    border-color: transparent;
    box-shadow: none !important;
  }

  #demo-select-date-and-time .available-dates>.btn-calendar.active span,
  #demo-select-date-and-time .available-dates>.btn-calendar.thryv-interest-selected span {
    color: white !important;
  }

  #demo-select-date-and-time .demo-select-time-static {
    background-color: #f4f6fb;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #demo-select-date-and-time .demo-select-time-static .demo-time-slots-static {
    display: flex;
    flex-wrap: wrap;
  }

  #demo-select-date-and-time .demo-select-time-static .btn-time {
    border-width: 1px;
    border-radius: 6px;
    margin: 0 3px 6px !important;
    width: calc(calc(100% / 3) - 6px);
    color: #4a4b4c;
    border-color: #4a4b4c;
    background-color: transparent;
    min-width: auto;
  }

  #demo-select-date-and-time .demo-select-time-static .btn-time.active {
    color: white !important;
    border-color: transparent;
    background-color: #fe5100;
    box-shadow: none;
  }

  #demo-select-date-and-time .demo-time-slots-static {
    margin-top: 20px;
  }

  .bg-demo-schedule-top {
    background-image: none !important;
  }
}

@media only screen and (max-width: 540px) {
  #demo-select-date-and-time .demo-select-time-static .btn-time {
    width: calc(calc(100% / 2) - 6px);
  }
}

@media only screen and (max-width: 320px) {
  #demo-select-date-and-time .demo-select-time-static .btn-time {
    width: 100%;
  }
}

#demo-select-date-and-time .demo-select-time-static label.now-time-slot {
  background-color: #ff5000;
  color: white !important;
  border-color: transparent;
}

[data-flow='verify'] .iti {
  display: block;
}

[data-flow='verify'] .iti .iti__flag-container {
  display: none !important;
}

[data-flow='verify'] .iti input[name='phone'] {
  padding-left: 12px !important;
}

[data-flow='verify'] .btn-wrap {
  margin: 0 !important;
}

[data-flow='verify'] #cancel-verification {
  color: #ff5000;
  font-style: italic;
}

.swing {
  animation: swing ease-in-out 2s infinite alternate;
}

@keyframes swing {
  40% {
    transform: rotate(360deg);
  }

  60% {
    transform: rotate(-15deg);
  }

  80% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(-15deg);
  }
}

@media only screen and (max-width: 600px) {
  [data-flow='verify'] .schedule-demo-verify>.col-11 {
    padding: 2rem !important;
  }

  [data-flow='verify'] .schedule-demo-verify img.icon {
    width: 130px;
  }

  [data-flow='verify'] .schedule-demo-verify .demo-verify-btn {
    margin: 0 !important;
    min-width: unset;
    width: 100%;
  }

  [data-flow='verify'] .schedule-demo-verify .txt22 {
    margin-bottom: 0 !important;
  }
}