/*    --------------------------------------------------
	:: Common
	-------------------------------------------------- */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
}
body {
  font-size: 18px;
  font-weight: 400
}
@media (max-width: 1199.98px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 15px;
  }
}
a {
  text-decoration: none;
}
a:hover {
  opacity: .6;
  text-decoration: none;
}
/* PDF document links */
a[href$='.pdf']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c1";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* Word Document Links */
a[href$='.doc']:before, a[href$='.docx']:before, a[href$='.rtf']:before, a[href$='.wps']:before, a[href$='.txt']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c2";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* Excel Document Links */
a[href$='.xls']:before, a[href$='.odt']:before, a[href$='.xlsx']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c3";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* PowerPoint Document Links */
a[href$='.ppt']:before, a[href$='.pot']:before, a[href$='.pps']:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c4";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
a[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
span[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
iframe {
  width: 100%;
  display: block;
}
@media(min-width:768px) {
  .container {
    max-width: 760px
  }
}
@media(min-width:992px) {
  .container {
    max-width: 980px
  }
}
@media(min-width:1200px) {
  .container {
    max-width: 1190px
  }
}
@media(min-width:1400px) {
  .container {
    max-width: 1380px
  }
}
@media(min-width:1800px) {
  .container {
    max-width: 1764px
  }
}
/*
@media(min-width:1800px) {
.container {
	max-width: 1600px
}
}
*/
.dropdown-menu {
  z-index: 1030;
}
.modal-backdrop.show {
  opacity: .7;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6689A2;
  border: 1px solid #6689A2
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6689A2;
  border: 1px solid #6689A2
}
.breadcrumb {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.breadcrumb .breadcrumb-item {
  display: inline;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: none;
}
.btn {
  font-size: 18px;
  text-transform: uppercase;
}
.form-control {
  font-size: 18px;
}
.form-select {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .btn {
    font-size: 16px;
  }
  .form-control {
    font-size: 16px;
  }
  .form-select {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .btn {
    font-size: 16px;
  }
  .form-control {
    font-size: 15px;
  }
  .form-select {
    font-size: 15px;
  }
}
@media(max-width:1799px) {
  .h3, h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .h2, h2 {
    font-size: 1.75rem;
  }
  .h3, h3 {
    font-size: 1.5rem;
  }
  legend {
    font-size: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .h1, h1 {
    font-size: 1.5rem;
  }
  .h2, h2 {
    font-size: 1.3rem;
  }
  .h3, h3 {
    font-size: 1.2rem;
  }
  .h4, h4 {
    font-size: 1.1rem;
  }
  .h5, h5 {
    font-size: 1rem;
  }
  .h6, h6 {
    font-size: .9rem;
  }
  .small, small {
    font-size: 90%;
  }
  .smaller {
    font-size: 0.7rem;
  }
}
.smartphoto {
  z-index: 1030 !important;
}
.navbarproduct {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 575.98px) {
  .shrink {
    display: block;
  }
}
/*    --------------------------------------------------
	:: header
	-------------------------------------------------- */
.navbar-brand img {
  height: 50px;
}
@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 30px;
  }
}
.offcanvas-header img {
  height: 50px;
}
.navbar-lang {
  width: calc(100% - 380px);
}
@media (max-width: 575.98px) {
  .navbar-lang {
    width: calc(100% - 260px);
  }
}
/* old logo 
.navbar-lang {
	width: calc(100% - 180px);
}
*/
.navbar-nav .nav-link.show {
  color: #034694;
  border-bottom: 1px solid #034694
}
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
@media(max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
  .has-megamenu .nav-link {
    font-weight: bold;
    font-size: 1.1em;
  }
  .navbar-nav .nav-link.show {
    color: #034694;
    border-bottom: 0
  }
}
@media (max-width: 575.98px) {
  .navbar-toggler-icon {
    width: 1.25em;
    height: 1.25em;
  }
}
.user-icon {
  font-size: 18px;
  margin-top: 4px;
}
.events-filter img {
  height: 80px;
  opacity: .3;
}
.events-filter a img {
  opacity: .6;
}
.events-filter a img:hover {
  opacity: 1;
}
.events-filter a:hover {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .events-filter img {
    height: auto;
    width: 30%;
  }
}
.typeahead .dropdown-item {
  white-space: normal;
  border-bottom: 1px solid #dedede
}
/*    --------------------------------------------------
	:: Home
	-------------------------------------------------- */
.bgpage {
  transition: background 0.3s ease-in-out;
}
.bgpage {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.bgpage.active {
  background-attachment: fixed;
}
@media (max-width: 1199.98px) {
  .bgpage {
    background-image: none !important
  }
}
.page {
  min-height: calc(100vh - 9.5rem);
}
.upcoming .card:hover {
  background-color: #DFDFDF;
}
.upcoming .card {
  line-height: 1.4em;
}
.upcoming .card .h2 {
  font-size: 1.5rem;
}
.upcoming .card .h4 {
  font-size: 1rem;
}
@media(min-width:1580px) {
  .upcoming .card .h2 {
    font-size: 2rem;
  }
  .upcoming .card .h4 {
    font-size: 1.5rem;
  }
}
.reservation svg {
  max-width: 100%;
  height: auto;
}
.reservation {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* HomeCarousel */
#HomeCarousel .carousel-item img {
  width: 100%
}
#HomeCarousel .carousel-control-next, #HomeCarousel .carousel-control-prev {
  width: 5%;
}
#HomeCarousel .carousel-indicators {
  right: 1.5em;
  top: 40%;
  bottom: auto;
  left: auto;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
  display: block
}
#HomeCarousel .carousel-indicators li {
  display: block;
  opacity: 1;
  background: rgba(0, 0, 0, .8);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-top: 0;
  border-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: .5rem;
}
#HomeCarousel .carousel-indicators .active {
  background: #6689A2;
  width: 16px;
  height: 16px;
}
#HomeCarousel .carousel-caption {
  bottom: 3rem;
}
@media (max-width: 575.98px) {
  #HomeCarousel .carousel-caption {
    bottom: 1.5rem;
  }
  #HomeCarousel .carousel-caption .fs-1 {
    font-size: 1.1em !important;
  }
  #HomeCarousel .carousel-caption .fs-6 {
    font-size: 1em !important;
  }
}
/*    --------------------------------------------------
	:: home event-slide
	-------------------------------------------------- */
.event-slide .card {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.event-slide .card img {
  display: block;
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.card1x1 .card {
  width: 50% !important;
  aspect-ratio: 1 / 1;
}
.card2x2 .card {
  width: 100% !important;
  aspect-ratio: 1 / 1;
}
.card2x1 .card {
  width: 100% !important;
  aspect-ratio: 2 / 1;
}
#eventsCarousel2 .carousel-control-next, #eventsCarousel2 .carousel-control-prev {
  width: 3rem;
  opacity: .8;
  transition: opacity .15s ease;
}
#eventsCarousel2 .carousel-control-prev-icon {
  padding: 1.5rem;
  left: -3rem;
}
#eventsCarousel2 .carousel-control-next-icon {
  padding: 1.5rem;
  right: -3rem;
}
/*    --------------------------------------------------
	:: home affiliates-carousel
	-------------------------------------------------- */
.affiliates-carousel .carousel-control-next, .affiliates-carousel .carousel-control-prev {
  width: 5%;
}
.affiliates-carousel .carousel-inner .carousel-item.active, .affiliates-carousel .carousel-inner .carousel-item-next, .affiliates-carousel .carousel-inner .carousel-item-prev {
  display: flex;
}
.affiliates-carousel .carousel-inner .carousel-item-end.active, .affiliates-carousel .carousel-inner .carousel-item-next {
  transform: translateX(16.7%);
}
.affiliates-carousel .carousel-inner .carousel-item-start.active, .affiliates-carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-16.7%);
}
@media (max-width: 991.98px) {
  .affiliates-carousel .carousel-inner .carousel-item-end.active, .affiliates-carousel .carousel-inner .carousel-item-next {
    transform: translateX(33.4%);
  }
  .affiliates-carousel .carousel-inner .carousel-item-start.active, .affiliates-carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.4%);
  }
}
.affiliates-carousel .carousel-inner .carousel-item-end, .affiliates-carousel .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
.affiliates-carousel .carousel-item img {
  max-width: 100%;
  height: 80px;
}
/*    --------------------------------------------------
	:: footer
	-------------------------------------------------- */
footer {
  margin-top: auto;
  font-size: .9em;
}
/*    --------------------------------------------------
	:: Stage
	-------------------------------------------------- */
/*
.stage svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 72%;
	height: 90%;
}

.stage {
	max-height: 700px;
	position:relative;
}

*/
.stage {
  border: 5px solid #D51417;
  overflow: hidden;
  height: calc(100vh - 10rem);
}
.stage svg {
  height: 100%;
}
.pricecircle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block
}
.price-color-1 {
  background-color: #986130;
}
.price-color-2 {
  background-color: #32DC30;
}
.fullstage svg {
  position: fixed;
  top: 50;
  left: 0;
  width: 66%;
  height: 90%;
}
.fullstage {
  z-index: 1050;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 850px; /* border: 1px solid #ccc;
	 * margin-bottom: 100px;
	 */
}
.newstage {
  border: 1px solid #ccc;
  height: calc(100vh - 220px); /*	max-height: 850px;  */
}
.newstage svg {
  height: calc(100vh - 220px) !important;
  width: 100% !important;
  /*	border: 10px solid #000;
	height: 850px !important;   */
  margin: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .newstage {
    height: calc(100vh - 290px);
  }
  .newstage svg {
    height: calc(100vh - 290px) !important;
  }
}
/*    --------------------------------------------------
	:: Pr Details | CMS Page | News Item common
	-------------------------------------------------- */
.textcontent iframe {
  display: block;
  margin: 1.5rem auto;
  width: 50%;
  height: 400px
}
@media (max-width: 1199.98px) {
  .textcontent iframe {
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  .textcontent iframe {
    height: 300px
  }
}
@media (max-width: 575.98px) {
  .textcontent iframe {
    width: 100%;
    height: 250px;
    margin: .5rem auto;
  }
}
.textcontent img {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  height: auto
}
@media (max-width: 575.98px) {
  .textcontent img {
    margin: .5rem auto;
  }
}
.textcontent ul {
  margin: 1rem 0;
}
.textcontent li {
  padding-left: 0;
  list-style: none;
}
.textcontent li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  margin-left: -1em;
  width: 1em;
}
.textcontent img[src$="/images/allianz.svg"] {
  max-width: 500px;
}
.bg-color1 {
  background-color: #ed8139 !important;
}
.bg-color2 {
  background-color: #9dd180 !important;
}
.bg-color3 {
  background-color: #32a4a8 !important;
}
.bg-color4 {
  background-color: #5153e0 !important;
}
.bg-color5 {
  background-color: #6e1f4a !important;
}
.bg-color6 {
  background-color: #32a852 !important;
}
.bg-color7 {
  background-color: #e0af80 !important;
}
.bg-color8 {
  background-color: #1bb9e0 !important;
}
.bg-color9 {
  background-color: #d42839 !important;
}
.bg-color10 {
  background-color: #e0de51 !important;
}
.bg-color11 {
  background-color: #ad5707 !important;
}
.bg-color12 {
  background-color: #710380 !important;
}
.bg-color-sold {
  background-color: #022e66 !important;
}
.bg-color-hold {
  background-color: #eeeeee !important;
}
.bg-color-free {
  background-color: #cccccc !important;
}
.bg-color-tempconfirmed {
  background-color: #e834eb !important;
}
.soldout {
  transform: rotate(-14deg);
  color: #fff;
  background: #b61b1b;
  text-align: center;
  position: absolute;
  bottom: 5rem;
  left: 1rem;
  right: 1rem;
  font-size: 3.7em;
  text-transform: uppercase;
  white-space: nowrap;
}
.lasttickets {
  transform: rotate(-12deg);
  color: #fff;
  background: #ffa900;
  text-align: center;
  position: absolute;
  bottom: 4.5rem;
  left: 2.2rem;
  right: .9rem;
  font-size: 2.8em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min-resolution: 110dpi) {
  .lasttickets {
    font-size: 2em;
  }
}
@media (max-width: 1799.98px) {
  .soldout {
    font-size: 2.5em;
  }
  .lasttickets {
    font-size: 2em;
  }
}
@media (max-width: 1399.98px) {
  .soldout {
    left: .5rem;
    font-size: 1.6em;
    bottom: 2.2rem;
    right: .5rem;
  }
  .lasttickets {
    left: .5rem;
    font-size: 1.3em;
    bottom: 2rem;
    right: .5rem;
  }
}
@media (max-width: 991.98px) {
  .soldout {
    font-size: 1.2em;
  }
  .lasttickets {
    font-size: 1em;
  }
}
@media (max-width: 767.98px) {
  .soldout {
    font-size: 1.2em;
    bottom: 2rem;
  }
  .lasttickets {
    font-size: 1em;
  }
}
.aboutevent-soldout {
  transform: rotate(-14deg);
  color: #fff;
  background: #b61b1b;
  text-align: center;
  position: absolute;
  bottom: 5rem;
  left: 1rem;
  right: 1rem;
  font-size: 3.7em;
  text-transform: uppercase;
  white-space: nowrap;
}
.aboutevent-lasttickets {
  transform: rotate(-12deg);
  color: #fff;
  background: #ffa900;
  text-align: center;
  position: absolute;
  bottom: 4.5rem;
  left: 2.2rem;
  right: .9rem;
  font-size: 2.8em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min-resolution: 110dpi) {
  .aboutevent-lasttickets {
    font-size: 2em;
  }
}
@media (max-width: 1799.98px) {
  .aboutevent-lasttickets {
    font-size: 2em;
  }
  .aboutevent-soldout {
    font-size: 2.5em;
  }
}
@media (max-width: 1399.98px) {
  .aboutevent-soldout {
    left: .5rem;
    font-size: 2em;
    bottom: 4rem;
    right: .5rem;
  }
  .aboutevent-lasttickets {
    left: .5rem;
    font-size: 1.6em;
    bottom: 4rem;
    right: .5rem;
  }
}
@media (max-width: 991.98px) {
  .aboutevent-lasttickets {
    font-size: 2em;
    bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .aboutevent-lasttickets {
    font-size: 1.8em;
    bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .ine-fromtotxt {
    white-space: nowrap;
  }
  .ine-fromtotxt br {
    display: none;
  }
}
/*    --------------------------------------------------
	:: get easypay code
	-------------------------------------------------- */
.timeline {
  position: relative;
}
/*Line*/
.timeline > li::before {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #728AB8;
  top: 0;
  bottom: 0;
  left: -19px;
}
/*Circle*/
.timeline > li::after {
  text-align: center;
  padding-top: 10px;
  z-index: 10;
  content: counter(item);
  position: absolute;
  width: 50px;
  height: 50px;
  border: 3px solid white;
  background-color: #728AB8;
  border-radius: 50%;
  top: 0;
  left: -43px;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
/*Content*/
.timeline > li {
  counter-increment: item;
  padding: 10px 10px;
  margin-left: 0px;
  min-height: 70px;
  position: relative;
  background-color: white;
  list-style: none;
  font-size: .8em;
}
.timeline > li:nth-last-child(1)::before {
  width: 0px;
}
/*    --------------------------------------------------
	::  payment method
	-------------------------------------------------- */
.paymentcheck img {
  width: 32px;
  height: auto;
}
.paynow-button {
  font-size: 1.3em;
}
.paynow-button img {
  height: 24px;
  margin: 0 2px;
}
@media (max-width: 1399.98px) {
  .paynow-button img {
    height: 18px;
  }
}
@media (max-width: 1199.98px) {
  .paynow-button {
    font-size: 1em;
  }
  .paynow-button img {
    height: 14px;
    margin: 0 0;
  }
}
@media (max-width: 991.98px) {
  .paynow-button {
    font-size: 1.3em;
  }
  .paynow-button img {
    height: 24px;
    margin: 0 2px;
  }
}
/*    --------------------------------------------------
	::  Countdown
	-------------------------------------------------- */
.countdown-container {
  background-color: #f8aaaa;
  border: 1px solid #a20101
}
.countdown {
  display: flex;
}
.countdown div {
  text-align: center;
  flex: 1;
  font-size: 2.5em;
  font-weight: bold;
}
.countdown span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.bg-gray-100 {
  background-color: #f2f2f2 !important;
}
/*    --------------------------------------------------
	::  money-back
	-------------------------------------------------- */
.ins-main {
  flex: 1;
  min-width: 0;
  padding-right: 5px;
}
.ins-card {
  display: flex;
  line-height: 1.3;
  border-color: #0d2b5c !important;
}
.shield-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.ins-title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.ins-description-text {
  font-size: 0.9rem;
  color: #333;
}
.ins-small-details {
  font-size: 0.8rem;
  color: #6c757d;
}
.ins-switch-wrapper {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .ins-switch-wrapper {
    flex-direction: row;
    gap: 60px;
  }
}
.ins-price {
  font-weight: 700;
  font-size: 0.9rem;
  white-space: normal;
  text-align: right;
  line-height: 1.1;
}
.ins-info-header {
  font-size: 0.95rem;
}
.ins-info-text {
  font-size: 0.9rem;
}
.ins-info-box {
  background-color: #f4f7fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 12px 15px;
  margin-top: 10px;
}
.ins-aside {
  flex: 0 0 60px;
  display: flex;
  justify-content: center;
  align-items: center
}
.ins-aside img {
  width: 100%;
  max-width: 55px;
  height: auto
}
.ins-main-perc {
  min-width: 0;
  padding-right: 70px;
}
.ins-price-perc {
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
}
.scale-11 {
  transform: scale(1.1);
  transform-origin: right;
  cursor: pointer;
}
.ins-mini-card {
  padding: 12px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  width: 100%;
  line-height: 1.2;
  text-align: left;
  box-sizing: border-box;
}
.ins-mini-label {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 10px;
  font-weight: 500;
}
.ins-mini-content {
  display: flex;
  align-items: flex-start;
}
.ins-mini-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45px;
  flex-shrink: 0;
  margin-right: 12px;
}
.ins-mini-shield i {
  font-size: 1.8rem;
}
.ins-mini-perc-v2 {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  display: block;
  margin-top: -2px;
}
.ins-mini-text-group {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}
.ins-mini-title-row {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 1px;
}
.ins-mini-title-row i {
  color: #198754;
  font-size: 1.05rem;
  margin-right: 6px;
}
.ins-mini-title {
  font-weight: 800;
  font-size: 0.95rem;
  white-space: normal;
  color: #212529;
  text-transform: uppercase;
}
.ins-mini-subtitle {
  font-size: 0.85rem;
  padding-left: 0;
  white-space: normal;
  margin-top: -2px;
}

/*    --------------------------------------------------
	::  guarantee-switch
	-------------------------------------------------- */
.guarantee-switch {
	position: relative;
	width: 100%;
	height: 54px;
	border-radius: 27px;
	background: #f2f2f7;
	border: 1px solid #d1d1d6;
	box-shadow:
		inset 0 1px 2px rgba(0,0,0,.06),
		0 1px 2px rgba(255,255,255,.7);
	overflow: hidden;
	user-select: none;
	-webkit-user-select: none;
	padding: 6px;
	box-sizing: border-box;
}

.guarantee-option {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .2px;
	cursor: pointer;
	z-index: 1;
	transition: color .25s ease;
}

.guarantee-option.yes {
	left: 0;
	color: #34c759;
}

.guarantee-option.no {
	right: 0;
	color: #ff3b30;
}

.guarantee-knob {
	position: absolute;
	top: 6px;
	left: calc(50% - 65px);
	width: 130px;
	height: 42px;
	border-radius: 23px;
	background: #ffffff;
	border: 1px solid rgba(0,0,0,.06);
	box-shadow:
		0 3px 8px rgba(0,0,0,.14),
		0 1px 2px rgba(0,0,0,.08);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	color: #8e8e93;
	transition:
		left .34s cubic-bezier(.34,1.56,.64,1),
		background .22s ease,
		color .22s ease,
		transform .12s ease;
	z-index: 2;
	pointer-events: none;
}

.guarantee-switch:active .guarantee-knob {
	transform: scale(.96);
}

.guarantee-switch.yes-selected .guarantee-knob {
	left: 6px;
	background: #34c759;
	color: white;
}

.guarantee-switch.no-selected .guarantee-knob {
	left: calc(100% - 132px);
	background: #ff3b30;
	color: white;
}

.guarantee-switch.yes-selected .guarantee-option.yes {
	color: white;
}

.guarantee-switch.no-selected .guarantee-option.no {
	color: white;
}

.hidden-guarantee-checkbox {
	display:none !important;
}

.guarantee-helper-text {
	margin-top: 6px;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	color: #6b7280;
	font-weight: 500;
	opacity: .9;
}
