.customersupport {
  background-color: #eee;
}
.customersupport .col-md-4 {
  z-index: 1;
}
.customersupport__form {
  max-width: 300px;
  margin: 0 auto;
}
.error { color: red; }
.add-bill-form .error { margin-top: 1em; }
.customersupport__tourist-bills-block { margin-top: 1em; }
.customersupport__tourist-bills-block .pay-options .fa-check { color: #4df25e }
.customersupport__tourist-bills-block #add_bill_form { display: none; padding: 1em; }
.customersupport__tourist-bills-block #add_bill_form .extended-description-col { margin-top: .8em; }
.customersupport__tourist-bills-block #add_bill_form #id_extra_text { display: none; margin-top: 1em; }
.customersupport__tourist-bills-block #add_bill_form .amount-form-col { padding-right: 0;}
.customersupport__tourist-bills-block #add_bill_form .exchange-form-col { padding-left: 0; position: relative; top: 1.25em; }
.customersupport__tourist-bills-block #add_bill_form input[type="time"]::-webkit-calendar-picker-indicator { background: none; display:none; }
.customersupport__tourist-bills-block #add_bill_form .time-form-col { padding-left: 0; }
.customersupport__tourist-bills-block .issued-bills .issued-bill { margin: .7em 0; }
.customersupport__tourist-bills-block .issued-bills .issued-bill .bill-payed { color: green; }
.customersupport__tourist-bills-block .issued-bills .issued-bill .issued-bill-purpose { font-size: 1em; }
.customersupport__tourist-bills-block .issue-bill-btn { margin-top: 1em; margin-bottom: 3em; width: 100%; }
.customersupport__tourist-bills-block .issued-bills { display: none;  background-color: white;  margin-bottom: 3em; padding: .5em .5em; }
.customersupport__tourist-bills-block .bill-pay-options-toggle-btn,
.customersupport__tourist-bills-block .delete-bill { 
  color: #ff5555; 
  cursor: pointer;
}
.customersupport__tourist-bills-block .delete-bill { 
  font-size: 1.2em;
  position: relative;
  bottom: 1px;
}
.customersupport__tourist-bills-block .bill-pay-options { display: none; }
.customersupport__tourist-bills-block .bill-pay-options .btn.pay-cash-link { text-align: left; color: #337ac7; border-color: black; }
.customersupport__tourist-bills-block .bill-pay-options .btn { min-width: 100%; border: 1px solid; }
.customersupport__tourist-bills-block .bill-pay-options .bill-pay-option { margin-bottom: 1em; }
.customersupport__tourist-bills-block .bill-pay-amount { font-weight: 500; }
.customersupport__tourist-bills-block .bill-action-btn a { text-decoration: none; }
.customersupport__tourist-bills-block .bill-link,
.customersupport__tourist-bills-block .sbp-pay-link,
.customersupport__tourist-bills-block .card-pay-link { word-wrap: break-word; display: block; }
.customersupport__tourist-bills-block .qr-sbp-pay-link-image-block,
.customersupport__tourist-bills-block .qr-card-pay-link-image-block,
.customersupport__tourist-bills-block .qr-image-block { display: none; }
.customersupport__tourist-bills-block .bill-pay-option-spinner {
  font-size: 1.5em; position: relative; opacity:.4; color: #4ccdcd; right: 1.5em;
}


.customersupport__tourist-excursions-block  { margin-top: 3em; margin-bottom: 1em; padding: 1em; display: none; }
.customersupport__tourist-excursions-block .excursion-select-block { padding: 1em; }
.customersupport__tourist-excursions-block .btn.create-order { margin-top: 1em; }
.customersupport__tourist-excursions-block .choose-excursion-btn, 
.customersupport__tourist-excursions-block .btn.create-order { 
  width: 100%; 
  background: #2196f3 !important; 
  border-bottom-color: #2196f3 !important;
}
.customersupport__tourist-excursions-block .loaded-excursion-wrapper { 
  display: none;
  width: 100%;
}

.customersupport__tourist-excursions-block .select2-selection--single {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.customersupport__tourist-excursions-block .select2-selection__rendered {
  line-height: 1.5em !important;
}


.bill-menu-toggle-btn { color: #baad85; font-size: 1.2em; }
.bill-menu-toggle-btn .dropdown-toggle { padding-top: 0; }
.bill-menu-toggle-btn .dropdown-menu ul { list-style-type: none; padding: 0 1.5em; }
.bill-menu-toggle-btn .dropdown-menu li { margin: .7em 0; }
.bill-menu-toggle-btn .dropdown-menu { width: fit-content; }

.customersupport__aside {
  position: relative;
  top: -30px;
  margin: 0;
  padding: 12px;
  margin: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: rgba(255,255,255,0.75);
  border: solid 1px rgba(255,255,255,0.75);
  -webkit-box-shadow: 6px 6px 12px rgba(51,0,51,0.15);
  box-shadow: 6px 6px 12px rgba(51,0,51,0.15);
  color: #888;
  font-size: 14px;
  line-height: 1.3;
}
.customersupport__nav-link {
  background-color: #fff;
  font-size: 16px;
}
.nav-pills>li>.customersupport__nav-link {
  margin: 5px 0;
  background-color: #fff;
  color: #888;
}
.nav-pills>li.active>.customersupport__nav-link,
.nav-pills>li.active>.customersupport__nav-link:focus,
.nav-pills>li.active>.customersupport__nav-link:hover,
.nav-pills>li>.customersupport__nav-link:focus,
.nav-pills>li>.customersupport__nav-link:hover {
  -webkit-box-shadow: -3px -3px 9px #fff, 3px 3px 9px rgba(51,0,51,0.15), inset -6px -6px 18px #fff, inset 6px 6px 18px rgba(0,0,0,0.05);
  box-shadow: -3px -3px 9px #fff, 3px 3px 9px rgba(51,0,51,0.15), inset -6px -6px 18px #fff, inset 6px 6px 18px rgba(0,0,0,0.05);
  border: solid 3px #fff;
  color: #888;
  background-color: #fff;
  padding: 10px 12px;
}
.customersupport__nav-link::before {
  content: "";
  display: inline-block;
  text-align: center;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-color: #070606;
  -webkit-mask-image: url("../img/customer_support/menu_sprite.svg");
  mask-image: url("../img/customer_support/menu_sprite.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-position: 0% center;
  mask-position: 0% center;
}
.nav-pills>li>.customersupport__nav-link::before {
  background-color: #999;
}
.nav-pills>li.active>.customersupport__nav-link::before {
  background-color: #baad85;
}
.customersupport__aside-title {
  font-size: 25px;
  color: #555;
}
.customersupport__title {
  position: relative;
  margin-top: 0;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  left: -45px;
  background-color: #f8f8f8;
  font-size: 24px;
  padding-left: 45px;
  line-height: 50px;
  color: #555;
}
.customersupport__title::before {
  content: "";
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  width: 34px;
  height: 42px;
  vertical-align: middle;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #555), color-stop(60%, rgba(85,85,85,0.75)), color-stop(75%, rgba(85,85,85,0.25)), to(transparent));
  background-image: linear-gradient(#555 60%, rgba(85,85,85,0.75) 60%, rgba(85,85,85,0.25) 75%, transparent 100%);
  -webkit-mask-image: url("../img/customer_support/headers_sprite.svg");
  mask-image: url("../img/customer_support/headers_sprite.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-position: 79% center;
  mask-position: 79% center;
}
@media (max-width: 767px) {
  .customersupport__title {
    margin-left: 20px;
  }
}
.customersupport__date-wrapper {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  top: 48px;
  padding: 12px 0;
  margin: 12px 0;
  color: #fff;
  text-align: center;
  background: inherit;
  margin-top: 3em;
}
.customersupport__date-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  z-index: -1;
  width: 100%;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #fff;
}
.customersupport__date {
  display: inline-block;
  padding: 0 12px;
  line-height: 1.5rem;
  background: #ccc;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  font-size: 16px;
}
article.customersupport__article {
  position: relative;
  margin: 40px 0 60px;
  padding: 24px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: solid 1px #e6e6e6;
  border-width: 0 1px;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  -webkit-box-shadow: 0 2px 4px -2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px -2px rgba(0,0,0,0.2);
  font-size: 16px;
}
.customersupport__article-icon {
  position: absolute;
  top: -30px;
  left: -webkit-calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 1;
  width: 48px;
  height: 60px;
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #baad85), color-stop(60%, rgba(186,173,133,0.75)), color-stop(75%, rgba(186,173,133,0.25)), to(transparent));
  background-image: linear-gradient(#baad85 60%, rgba(186,173,133,0.75) 60%, rgba(186,173,133,0.25) 75%, transparent 100%);
  -webkit-mask-image: url("../img/customer_support/headers_sprite.svg");
  mask-image: url("../img/customer_support/headers_sprite.svg");
}
.customersupport__article-icon--routepoint {
  -webkit-mask-position: 0% center;
  mask-position: 0% center;
}
.customersupport__article-icon--transfer {
  -webkit-mask-position: 22.5% center;
  mask-position: 22.5% center;
  background-image: conic-gradient(from 40deg, #baad85, transparent 30%, #baad85 70%);
  background-position: 0px 11px;
  background-size: 130%;
}
.customersupport__article-icon--service {
  -webkit-mask-position: 45% center;
  mask-position: 45% center;
}
.customersupport__article-icon--accommodation {
  -webkit-mask-position: 34% center;
  mask-position: 34% center;
}
.customersupport__article-title {
  font-size: 20px;
  color: #555;
}
.customersupport__article-title span {
  color: #888;
  font-weight: 400;
}
.customersupport__article-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0;
}
.customersupport__article-link,
a.customersupport__article-link {
  color: #008fcb;
  font-weight: 500;
  line-height: 1;
}
.customersupport__article-link:hover,
a.customersupport__article-link:hover,
.customersupport__article-link:focus,
a.customersupport__article-link:focus,
.customersupport__article-link:active,
a.customersupport__article-link:active {
  color: #006996;
  text-decoration: none;
}
.customersupport__article-img {
  width: 15px;
  height: 19px;
  margin-right: 12px;
}
.customersupport__article-info {
  margin: 12px 0;
  padding: 24px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #666;
  background-color: #eee;
}
.customersupport__article-info .fa-whatsapp {
  color: #25d366;
}
.customersupport__article-info .fa-telegram {
  color: #3390ec;
}
.customersupport__flight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.customersupport__flight-origin,
.customersupport__flight-destination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.customersupport__flight-origin {
  text-align: right;
}
.customersupport__flight-duration {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.customersupport__flight-duration strong {
  padding: 0 4px;
  background-color: #fff;
  z-index: 1;
}
.customersupport__flight-duration::before {
  content: "";
  position: absolute;
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  display: block;
  width: -webkit-calc(100% - 16px - 12px / 2);
  width: calc(100% - 16px - 12px / 2);
  border-bottom: solid 2px #999;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(rgba(187,187,187,0)), color-stop(90%, #bbb)) 100% 1;
  -webkit-border-image: linear-gradient(to right, rgba(187,187,187,0), #bbb 90%) 100% 1;
  border-image: -webkit-gradient(linear, left top, right top, from(rgba(187,187,187,0)), color-stop(90%, #bbb)) 100% 1;
  border-image: linear-gradient(to right, rgba(187,187,187,0), #bbb 90%) 100% 1;
}
#footer-container-wrapper {
  display: none;
}

#qr_modal .modal-dialog {
  max-width: 100%;
  width: auto !important;
  display: inline-block;
}

[data-role="questionnare-form"] label {
  font-weight: 400;
}

/*# sourceMappingURL=customer_support.css.map */
