.counter-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E6F5FE;
  padding: 6px;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 1200px) {
.counter-control {
    padding: 6px 12px;
}
}
.counter-control span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 17px;
  font-size: 14px;
  font-weight: bold;
  width: 25px;
  height: 25px;
  background-color: white;
  border: 1px solid #0197F6;
  color: #4E5C6E;
  border-radius: 3px;
  margin: 0 8px;
}
@media (min-width: 1200px) {
.counter-control span {
    font-size: 16px;
    width: 32px;
    height: 32px;
    margin: 0 16px;
}
}
.counter-control .handle {
  font-size: 18px;
  cursor: pointer;
}
@media (min-width: 1200px) {
.counter-control .handle {
    font-size: 14px;
}
}
.counter-control {
  background-color: #E6F5FE;
}
.counter-control .handle {
  color: #0197F6;
}
.counter-control .handle:before {
  font-size: 16px;
}
.count-down {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.75rem;
}
.count-down .timer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 1.875rem;
}
.count-down .timer span,
.count-down .timer .part {
  display: flex;
  align-items: center;
  font-size: 45px;
  width: 60px;
  text-align: center;
}
.count-down .timer span.hours,
.count-down .timer .part.hours {
  justify-content: flex-start;
}
.count-down .timer span.minutes,
.count-down .timer .part.minutes {
  justify-content: center;
}
.count-down .timer span.seconds,
.count-down .timer .part.seconds {
  justify-content: flex-end;
}
.count-down .timer span {
  width: 10px;
  margin: 0 10px;
}
.count-down .timer .timeout-text {
  font-size: 30px;
  width: 100%;
  text-align: center;
  display: block;
}
.count-down .actual-dates {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 0.3125rem;
}
.count-down .actual-dates .start,
.count-down .actual-dates .end {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2;
  font-size: 10px;
}
.count-down .actual-dates .start {
  text-align: left;
}
.count-down .actual-dates .end {
  text-align: right;
}
.count-down--no-progress {
  margin-bottom: 0;
}
.count-down--no-progress .timer {
  margin-bottom: 0;
}
.count-down--sm .timer span,
.count-down--sm .timer .part {
  font-size: 0.9375rem;
  width: auto;
}
.count-down--sm .timer .timeout-text {
  font-size: 0.9375rem;
}
.tour-wizard__step1 .rooms {
  margin-bottom: 3.75rem;
}
.tour-wizard__step1 .room {
  background-color: #F9F9FA;
  padding: 1.25rem;
  border-radius: 0.25rem;
  margin-bottom: 1.875rem;
}
.tour-wizard__step1 .room .room-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.25rem;
}
.tour-wizard__step1 .room .room-header i {
  font-size: 11px;
}
.tour-wizard__step1 .room .room-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.tour-wizard__step1 .room .room-type .custom-control-label {
  width: 100%;
  display: flex;
  font-weight: bold;
  margin-bottom: 0;
}
.tour-wizard__step1 .room .room-type .price__item {
  justify-content: flex-end;
}
.tour-wizard__step1 .room .room-guests {
  margin-bottom: 0;
}
.tw-step1-title {
  font-size: 16px;
  font-weight: bold;
}
.tw-step1-info {
  margin-top: 32px;
  border-color: #58D3A6 !important;
  background-color: #EEFBF6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tw-step1-info-item {
  display: flex;
  align-items: baseline;
  font-size: 14px;
}
.tw-step1-info-item > i {
  color: #58D3A6;
  font-size: 6px;
  margin-left: 8px;
}
.tw-step1-info-button {
  border: 1px solid #58D3A6;
  border-radius: 99px;
  padding: 10px 13px;
  color: #58D3A6;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.tw-step1-room {
  margin-top: 16px;
}
.tw-step1-room-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tw-step1-room-header > div {
  width: 100px;
}
.tw-step1-room-header-remove {
  border-radius: 99px;
  border: 1px solid #ED145B;
  color: #ED145B;
  background-color: white;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  padding: 4px 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tw-step1-room-body {
  padding: 24px 16px !important;
}
.tw-step1-room-body-title {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
}
.tw-step1-room-body-title > i {
  font-size: 8px;
  margin-left: 12px;
  display: flex;
}
.tw-step1-room-body-table {
  margin-top: 25px;
  width: 100%;
  border-collapse: collapse;
}
.tw-step1-room-body-table tr td {
  width: 33.3333333333%;
  border: 2px dashed #D9DCE0;
  height: 83px;
}
.tw-step1-room-body-table tr td:first-child {
  border-right: 0;
}
.tw-step1-room-body-table tr td:last-child {
  border-left: 0;
}
.tw-step1-room-body-table-title {
  font-size: 14px;
  font-weight: bold;
  color: #4E5C6E;
}
.tw-step1-room-body-table-title > i {
  font-size: 6px;
}
.tw-step1-room-body-table-description {
  text-align: center;
  color: #4E5C6E;
  font-size: 14px;
}
.tw-step1-room-body-table-counter > div {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.tw-step1-room-body-table-counter > div > .popover {
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
}
.tw-step1-room-body-table-counter > div > .popover .popover-body {
  white-space: nowrap;
}
.tw-step1-room-body-table-counter > div > .popover .arrow {
  left: 50%;
  transform: translateX(-50%);
}
.tw-step1-room-body-type {
  width: 100%;
}
.tw-step1-room-body-type-item {
  border: 2px dashed #D9DCE0;
  border-radius: 5px;
  margin-top: 12px;
  width: 100%;
  padding: 16px 12px;
}
.tw-step1-room-body-type-item:first-child {
  margin-top: 16px;
}
.tw-step1-room-body-type-item label {
  width: 100%;
}
.tw-step1-room-body-type-item label:before, .tw-step1-room-body-type-item label:after {
  top: 50%;
  transform: translateY(-50%);
}
.tw-step1-room-body-type-item-label {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tw-step1-room-body-type-item-label-type {
  font-size: 16px;
}
.tw-step1-room-body-type-item-label-html {
  color: #4E5C6E;
  font-size: 14px;
  margin-right: 16px;
}
.tw-step1-room-body-type-item-label-replaceBy {
  color: #4E5C6E;
  font-size: 12px;
  margin-right: 8px;
}
.tw-step1-room-body-type-item-label-price {
  margin-right: auto;
  width: auto !important;
  width: initial !important;
}
.tw-step1-room-body-type-item-label-price > div {
  justify-content: flex-end;
}
.tw-step1-room-body-type-item-label-price > div:not(:first-child) {
  margin-top: 6px;
}
.tw-step1-room-body-type-item-label-price .price__item__value {
  font-size: 16px;
}
.tw-step1-room-body-type-item-label-price .price__item__currency {
  font-size: 14px;
}
.tw-step1-actions {
  display: flex;
  align-items: center;
  margin-top: 32px !important;
}
.tw-step1-actions-divider {
  flex: 1 1 auto;
  border-top: 2px dashed #DBDEE8;
}
.tw-step1-actions > button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tw-step1-actions > button > i {
  display: flex;
}
.tw-step1-terms {
  margin-top: 48px !important;
  font-size: 14px;
}
.tw-step1-terms-item {
  display: flex;
}
.tw-step1-terms-item input, .tw-step1-terms-item label {
  cursor: pointer;
}
.tour-wizard__step1 .room-guests tr td:last-child {
  position: relative;
}
.tour-wizard__step1 .room-guests .popover {
  left: -210px;
  top: 4px;
  width: 250px;
}
.tour-wizard__step1 .terms label {
  cursor: pointer;
}
