.custom-widget-tst .tst-error-message {
  display: block;
  color: red;
}

.custom-widget-tst .tst-hidden {
  display: none;
}

.custom-widget-tst {
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 400;
  margin: 20px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px 6px;
}

.custom-widget-tst > ul.tst-tabs {
  flex-direction: row;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.custom-widget-tst > ul.tst-tabs > li {
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
  position: relative;
  border-radius: 6px 6px 0 0;
}

/*.custom-widget-tst > ul.tst-tabs > li.active {
  color: #00529b;
  background-color: #ffffff;
}*/

.custom-widget-tst > ul.tst-tabs > li > a {
  color: inherit;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  background-color: #00529b;
  border-radius: 6px 6px 0 0;
}
.custom-widget-tst > ul.tst-tabs > li.active > a {
  color: #00529b;
  background-color: #ffffff;
}

.custom-widget-tst > ul.tst-tabs > li > a:hover { text-decoration: none; }
.custom-widget-tst > ul.tst-tabs > li > a:focus { text-decoration: none; }

.custom-widget-tst .tab-pane {
  padding: 1em;
  background-color: #fdfdfd;
}

.custom-widget-tst form > * {
  display: block;
}

.custom-widget-tst label {
  display: block;
  color: #9d9d9d;
  font-weight: 400;
  font-size: 16px;
}

.custom-widget-tst input, .custom-widget-tst select {
  border: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}

.custom-widget-tst .tst-input-style {
  display: flex;
  align-items: center;
  border: 1px solid #cbc9c9;
  background-color: #fff;
  padding: 0.75em 0.5em;
  height: 2.8em;
}

.custom-widget-tst :not(.tst-row) > input.tst-input-style, .custom-widget-tst :not(.tst-row) > select.tst-input-style {
  display: block;
  width: 100%;
}

.custom-widget-tst .tst-input-style > * {
  flex: 1 1 0px;
  width: 0px;
}

.custom-widget-tst .tst-input-style:focus, .custom-widget-tst .tst-input-style:focus-within {
  box-shadow: inset 0 0 2px 1px rgba(77, 144, 254, 1);
}

.custom-widget-tst .tst-input-style > *:focus, .custom-widget-tst .tst-input-style:focus {
  outline: none;
}

.custom-widget-tst .tst-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.custom-widget-tst .tst-row {
  height: 100%;
}

.custom-widget-tst .tst-auto {
  flex: 1 1 50%;
  width: 50%;
}

.custom-widget-tst .tst-equal {
  flex: 1 1 50%;
  width: 50%;
}

.car-form-full {
  flex: 1 1 0px;
  width: 0px;
}

.custom-widget-tst.tst-full .tst-equal-2 {
  flex: 1 1 100%;
  width: 100%;
}

.custom-widget-tst.tst-full .tst-equal-3 {
  flex: 1 1 100%;
  width: 100%;
}

.custom-widget-tst.tst-full .tst-auto.no-mobile {
  flex: 0 0 auto;
  width: auto;
}

.custom-widget-tst.tst-full .tst-equal.no-mobile {
  flex: 1 1 0px;
  width: 0px;
}

.custom-widget-tst.tst-full .tst-equal-2.no-mobile {
  flex: 2 2 0px;
  width: 0px;
}

.custom-widget-tst.tst-full .tst-equal-3.no-mobile {
  flex: 3 3 0px;
  width: 0px;
}

.custom-widget-tst .tst-spacer {
  flex: 0 0 1.5em;
  width: 1.5em;
  height: 1.5em;
}

.tst-svg-area {
  display: none;
}

.custom-widget-tst .tst-spacer-arrow {
  width: 15px;
  height: 15px;
  box-sizing: content-box;
  flex: 0 0 auto;
  color: #cbc9c9;
  padding: 0em 0.55em 0.55em 0.25em;
}

.custom-widget-tst .tst-spacer-calendar, .custom-widget-tst .tst-spacer-location, .custom-widget-tst .tst-spacer-pin {
  box-sizing: content-box;
  flex: 0 0 auto;
  color: #4aa1ff;
}

.custom-widget-tst .tst-spacer-calendar { width: 19px; height: 20px; transform: translateY(-2px); }
.custom-widget-tst .tst-spacer-location { width: 18px; height: 18px; }
.custom-widget-tst .tst-spacer-pin { width: 20px; height: 20px; transform: translateY(-1px); }

.custom-widget-tst .tst-spacer-location.no-geo {
  display: none;
}

.custom-widget-tst .tst-has-tooltip {
  position: relative;
}

.custom-widget-tst .tst-has-tooltip .tst-tooltip {
  display: block;
  position: absolute;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 15px 0;
  background-color: #fff;
  filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.3));
  z-index: 30000;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #aaaaaa;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.custom-widget-tst .tst-has-tooltip .tst-tooltip::before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 15px;
  border-bottom: 15px solid #fff;
  border-top: none;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.custom-widget-tst *[aria-hidden="true"] {
  display: none !important;
}

.custom-widget-tst *::placeholder {
  color: #cbc9c9;
}

.custom-widget-tst *::-moz-placeholder {
  color: #cbc9c9;
}

.custom-widget-tst *::-webkit-placeholder {
  color: #cbc9c9;
}

.custom-widget-tst *::-ms-input-placeholder {
  color: #cbc9c9;
}

.custom-widget-tst .form-row-sm {
  margin-bottom: 0.75em;
}

.custom-widget-tst .form-bottom {
  overflow: hidden;
  background-color: transparent;
}

.custom-widget-tst .form-submit {
  float: right;
}

.custom-widget-tst .tiny-breaker {
  display: block;
}

#ui-datepicker-div {
  z-index: 350 !important;
}

.d-none {
  display: none !important;
}

.c-none > * {
  display: none !important;
}

.d-block {
  display: block !important;
  width: 100%;
}

.tst-details-popup-parent {
  position: relative;
}

.tst-details-popup {
  display: block;
  width: 100%;
  position: absolute;
  margin: -1px 0 0 0;
  padding: 0.75em;
  border: 1px solid #cbc9c9;
  background-color: #fff;
  z-index: 100;
}
.paragraph--block .container-background {
  overflow: unset !important;
}
.tst-pointer {
  cursor: pointer;
}

.tst-cursor {
  cursor: default;
}

.tst-input-w1 {
  width: 1em;
}

.tst-value-dec, .tst-value-inc {
  flex: 0 0 2.6em;
  width: 2.6em;
}

@media all and (max-width: 415px) {
  .custom-widget-tst {
    font-size: 0.85em;
  }
}

@media all and (max-width: 767px) {
  .custom-widget-tst  > ul.tst-tabs > li > a {
    font-size: 13px;
    border-radius: 6px 6px 0 0;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-widget-tst.tst-full>ul.tst-tabs>li:not(:first-child) { margin-left: 2px; }
  .custom-widget-tst.tst-full>ul.tst-tabs>li.active:after { display: none; }

  .tst-check-in-out {
    margin-bottom: 15px;
  }

  .tst-bottom-parent {
    margin-bottom: 15px;
  }

  .form-advanced {
    display: none;
  }

  .custom-widget-tst .form-bottom {
    text-align: center;
  }

  .custom-widget-tst .btn.form-submit {
    float: unset !important;
    width: 73% !important;
  }
}

@media all and (max-width: 1200px) {
  .tst-top-parent {
    margin-bottom: 15px;
  }

  .tst-check-in-out {
    margin-bottom: 15px;
  }
}

@media all and (min-width: 1200px) {
  .tst-top-parent {
    padding-right: 0 !important;
    margin-bottom: 15px;
  }

  .tst-bottom-parent {
    padding-left: 0 !important;
    margin-bottom: 15px;
  }
}

@media all and (min-width: 768px) {
  .custom-widget-tst.tst-full .tst-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .custom-widget-tst.tst-full .tst-equal {
    flex: 1 1 0px;
    width: 0px;
  }

  .custom-widget-tst.tst-full .tst-equal-2 {
    flex: 2 2 0px;
    width: 0px;
  }

  .custom-widget-tst.tst-full .tst-equal-3 {
    flex: 3 3 0px;
    width: 0px;
  }
}

.tst-location-parent {
  margin-bottom: 15px;
}

.tst-hertz-parent {
  margin-bottom: 15px;
}

.tst-flight-location-parent,
.tst-flight-depart-return-parent,
.tst-flight-passenger-parent {
  margin-bottom: 15px;
}

.tst-activity-location-parent,
.tst-activity-month-year-parent {
  margin-bottom: 15px;
}

.tst-cruise-departure-parent,
.tst-cruise-destination-parent,
.tst-cruise-month-parent,
.tst-cruise-days-parent {
  margin-bottom: 15px;
}