* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

p {
  color: grey;
}

#heading {
  text-transform: uppercase;
  color: #1ce59c;
  font-weight: normal;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform .stepper-input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  background-color: #eceff1;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: inherit;
}

#msform .stepper-input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #1ce59c;
  outline-width: 0;
}

#msform .select {
  width: 50%;
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  background-color: #eceff1;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: inherit;
}

.thsn-select {
  border: none !important;
}

#msform .radio-input {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
  transform: scale(1.3);
}

#msform .radio-input {
  accent-color: #1b51a4;
}

#msform .action-button {
  width: 100px;
  background: #1ce59c;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  font-family: inherit;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #1b51a4;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.cardd {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #1ce59c;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #1ce59c;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  padding-left: 0;
}

#progressbar .active {
  color: #1ce59c;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: '\f1ad';
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: '\f073';
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: '\f05a';
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: '\f00c';
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #1ce59c;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #1ce59c;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.downloadBTN {
  width: fit-content !important;
}

.downloadBTN::before {
  content: '\f019';
  font-size: 16px;
  font-weight: bold;
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.date-time-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.ticket-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.ticket {
  background-color: rgb(225, 225, 225);
  height: 400px;
  padding: 20px !important;
  position: relative;
  background-image: radial-gradient(
      circle at left center,
      white 10px,
      transparent 11px
    ),
    radial-gradient(circle at right center, white 10px, transparent 11px),
    radial-gradient(circle at 30% center, white 10px, transparent 11px);
  background-size: 100% 40px;
  background-repeat: repeat-y;
}

.ticket-left img {
  width: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.ticket-left .ticket-info {
  margin-bottom: 10px;
}

.ticket .ticket-info .label {
  font-weight: bold;
  color: #1b51a4;
}

.ticket-right .header {
  margin-bottom: 40px !important;
}

.ticket-right .heading {
  color: #1b51a4;
  font-size: 25px;
  font-weight: 900;
}

.ticket-right .ticket-info {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  /* align-items: center; */
  margin-bottom: 20px;
}

.header {
  justify-content: space-between;
}

#ticket-id {
  font-weight: 900;
}

.time-picker-container {
  height: 400px;
  overflow-y: auto;
  padding: 10px;
}

#ticket-mobile {
  display: none;
}

.ticket-mobile {
  background-color: rgb(225, 225, 225);
  min-height: 500px;
  padding: 10px !important;
  position: relative;
  background-image: radial-gradient(
      circle at left center,
      white 10px,
      transparent 11px
    ),
    radial-gradient(circle at right center, white 10px, transparent 11px);
  background-size: 100% 40px;
  background-repeat: repeat-y;
}

.ticket-mobile img {
  width: 200px;
  object-fit: cover;
  margin-bottom: 20px;
  margin: auto;
}

.ticket-mobile .ticket-info {
  display: flex;
  justify-content: space-between;
  overflow-x: hidden;
}

.ticket-mobile .heading {
  color: #1b51a4;
  font-size: 15px;
  font-weight: 900;
}

.ticket-mobile .ticket-info .label {
  font-weight: bold;
  color: #1b51a4;
}

.front-input {
  border: 1px solid #dddddd !important;
}

.front-select:focus,
.front-input:focus {
  box-shadow: none;
  border: 1px solid #1ce59c !important;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #1ce59c !important;
}

.front-select {
  border-radius: 0 !important;
  border: 1px solid #dddddd !important;
}

.time-select option:disabled {
  color: red;
}

#frontDateInput {
  height: 48px;
  background-color: transparent;
  border: 1px solid #dddddd;
  color: #212529;
}

#frontDateInput::placeholder {
  color: #212529;
}

.front-form .submit-btn {
  background-color: #1ce59c;
  padding: 17px 50px;
  width: auto !important;
}

.front-form .input-group {
  margin-bottom: 0 !important;
  display: block;
}

/* datepicker style */

.flatpickr-calendar
  .flatpickr-months
  .flatpickr-month
  .flatpickr-current-month {
  display: flex;
  justify-content: space-between;
}

.flatpickr-current-month .numInputWrapper {
  display: flex;
  align-items: center;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #1ce59c;
  border-color: #1ce59c;
}

.input-error,
.input-error:focus {
  border: 1px solid red !important;
}

@media (max-width: 768px) {
  #ticket {
    display: none;
  }

  #ticket-mobile {
    display: flex;
  }
}

.themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
  left: -6% !important;
}

.themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
  right: -6% !important;
}

.themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev,
.themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
  border-color: #1ce59c !important;
  color: #1ce59c !important;
}

.themesion-element-viewtype-carousel
  .owl-carousel
  .owl-nav:hover
  .owl-prev::after,
.themesion-element-viewtype-carousel
  .owl-carousel
  .owl-nav:hover
  .owl-next::after {
  color: #1ce59c !important;
}

.owl-carousel .owl-stage-outer {
  /* margin: 0 80px; */
}

.z-index-md {
  z-index: 2;
}

@media (max-width: 1350px) {
  .themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev,
  .themesion-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    display: none !important;
  }
}
