
/*.v-spinner
{
    margin: 100px auto;
    text-align: center;
}
*/
@keyframes v-pulseStretchDelay
{
0%,
    80%
    {
        transform: scale(1);
        -webkit-opacity: 1;             
                opacity: 1;
}
45%
    {
        transform: scale(0.1);
        -webkit-opacity: 0.7;             
                opacity: 0.7;
}
}


.v-spinner
{
    text-align: center;
}
.v-spinner .v-square
{
    animation: v-squareDelay 3s 0s infinite cubic-bezier(.09,.57,.49,.9);
	   animation-fill-mode: both;
    perspective: 100px;
    display: inline-block;
}
@keyframes v-squareDelay
{
25%
    {
        transform: rotateX(180deg) rotateY(0);
}
50%
    {
        transform: rotateX(180deg) rotateY(180deg);
}
75%
    {
        transform: rotateX(0) rotateY(180deg);
}
100%
    {
        transform: rotateX(0) rotateY(0);
}
}


.main-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
  color: darkred;
}


.unique-selling-points-wrapper[data-v-34f98e03] {
	margin-top: 20px;
	padding-top: 15px;
	position: relative;
	z-index: 10001;
}
.hero-bullets[data-v-34f98e03] {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
.hero-bullets li[data-v-34f98e03] {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.hero-bullets li i[data-v-34f98e03] {
	color: #f3cb14;
	font-size: 18px;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 768px) {
.unique-selling-points-wrapper[data-v-34f98e03] {
		margin-top: 15px;
		padding-top: 10px;
		padding-bottom: 30px;
		margin-bottom: 30px;
		overflow: hidden;
		position: relative;
		z-index: 10001;
		text-align: center;
}
.hero-bullets[data-v-34f98e03] {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 16px;
		padding-left: 15px;
		padding-right: 15px;
		max-width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
}
.hero-bullets li[data-v-34f98e03] {
		font-size: 14px;
		width: 100%;
		max-width: 100%;
		text-align: center;
		justify-content: center;
		white-space: normal;
		word-wrap: break-word;
		overflow-wrap: break-word;
		box-sizing: border-box;
}
.hero-bullets li span[data-v-34f98e03] {
		display: inline-block;
		max-width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
		text-align: center;
}
}


.autosuggest__results-container {
  margin-top: 5px;
}

/*#autosuggest__input {*/
/*    outline: none;*/
/*    position: relative;*/
/*    display: block;*/
/*    font-family: 'Roboto', 'ge_sslight', sans-serif;*/
/*    font-size: 12px;*/
/*    padding: 10px;*/
/*    width: 100%;*/
/*    box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*}*/
/*#autosuggest__input.autosuggest__input-open {*/
/*    border-bottom-left-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*}*/
/*.autosuggest__results-container {*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/
/*.autosuggest__results {*/
/*    font-weight: 300;*/
/*    margin: 0;*/
/*    position: absolute;*/
/*    z-index: 10000001;*/
/*    width: 100%;*/
/*    border: 1px solid #e0e0e0;*/
/*    border-bottom-left-radius: 4px;*/
/*    border-bottom-right-radius: 4px;*/
/*    background: white;*/
/*    padding: 0px;*/
/*}*/
/*.autosuggest__results ul {*/
/*    list-style: none;*/
/*    padding-left: 0;*/
/*    margin: 0;*/
/*}*/
/*.autosuggest__results .autosuggest__results_item {*/
/*background-image: url(http://www.triptizer.com/wp-content/uploads/2014/11/paris-wide.jpg);*/
/*    cursor: pointer;*/
/*    padding: 15px;*/
/*    color: black;*/
/*}*/
/*#autosuggest ul:nth-child(1)>.autosuggest__results_title {*/
/*    border-top: none;*/
/*}*/
/*.autosuggest__results .autosuggest__results_title {*/
/*background-image: url(http://www.triptizer.com/wp-content/uploads/2014/11/paris-wide.jpg);*/
/*    color: #023293;*/
/*    font-family: 'Roboto', 'ge_sslight', sans-serif;*/
/*    font-size: 15px;*/
/*    margin-left: 0;*/
/*    padding: 15px 13px 5px;*/
/*    border-top: 1px solid lightgray;*/
/*}*/
/* .autosuggest__results_title {*/
/*background-size: 20px 20px;    */
/*background-position: left;*/
/*   background-repeat: no-repeat;*/
/* }*/
/*.autosuggest__results .autosuggest__results_item:active,*/
/*.autosuggest__results .autosuggest__results_item:hover,*/
/*.autosuggest__results .autosuggest__results_item:focus,*/
/*.autosuggest__results .autosuggest__results_item.autosuggest__results_item-highlighted {*/
/*    background-color: #f3f014;*/
/*}*/


/* Match input height with other form controls */
#autosuggest__input,
.autosuggest__input,
[id^="airport-autosuggest__input"] {
  height: 48px !important;
  padding: 12px 18px !important;
  font-size: 15px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #fff !important;
  transition: border-color 0.2s ease !important;
}
#autosuggest__input:focus,
.autosuggest__input:focus,
[id^="airport-autosuggest__input"]:focus {
  border-color: var(--book_button, #0075cd) !important;
  box-shadow: 0 0 0 3px rgba(0, 117, 205, 0.1) !important;
  outline: none !important;
}
.autosuggest__results-container {
  z-index: 10001 !important;
  margin-top: 5px;
  position: absolute !important;
  width: 100% !important;
  left: 0 !important;
  top: 100% !important;
}
.autosuggest__results {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  max-height: 300px;
  overflow-y: auto;
  position: relative !important;
  z-index: 10001 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.autosuggest__results-item {
  padding: 12px 18px !important;
  cursor: pointer;
  font-size: 15px !important;
  color: #333 !important;
  border-bottom: 1px solid #f0f0f0 !important;
  transition: background-color 0.2s ease !important;
}
.autosuggest__results-item:hover,
.autosuggest__results-item.autosuggest__results_item-highlighted {
  background: #f8f9fa !important;
  color: #000 !important;
}
.autosuggest__results_title {
  padding: 10px 18px 5px 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1b8fe7 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border-bottom: 1px solid #e0e0e0 !important;
  background: #f8f9fa !important;
}

/* Ensure the autocomplete container doesn't expand beyond parent */
.autosuggest__results-container,
#autosuggest {
  width: 100% !important;
  max-width: 100% !important;
}


/* Make icons in search form labels black */
.flight-form-field .field-label i[data-v-6f45e96c] {
  color: #000 !important;
}
/* ==========================================
   FLIGHT SEARCH FORM - MODERN DESIGN
   ========================================== */
.flight-search-form[data-v-6f45e96c] {
  width: 100%;
}
.flight-search-form-container[data-v-6f45e96c] {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 16px;
}
.flight-search-form-wrapper[data-v-6f45e96c] {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 20px 25px -5px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* ==========================================
   FORM HEADER
   ========================================== */
.flight-form-header[data-v-6f45e96c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.form-title[data-v-6f45e96c] {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
}
.form-title i[data-v-6f45e96c] {
  color: #000;
  font-size: 22px;
}
.trip-type-toggle[data-v-6f45e96c] {
  display: flex;
  background: #f5f7fa;
  border-radius: 10px;
  padding: 4px;
  gap: 4px;
}
.trip-type-btn[data-v-6f45e96c] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: none;
  background: transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
}
.trip-type-btn[data-v-6f45e96c]:hover {
  color: #333;
  background: rgba(255, 255, 255, 0.5);
}
.trip-type-btn.active[data-v-6f45e96c] {
  background: #ffffff;
  color: #0075cd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.trip-type-btn i[data-v-6f45e96c] {
  font-size: 12px;
}

/* ==========================================
   FORM ROWS
   ========================================== */
.flight-form-row[data-v-6f45e96c] {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: flex-end;
}
.flight-form-row[data-v-6f45e96c]:last-child {
  margin-bottom: 0;
}

/* ==========================================
   MAIN ROW - LOCATIONS & DATE
   ========================================== */
.flight-form-main-row[data-v-6f45e96c] {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  position: relative;
  flex-wrap: wrap;
}

/* Stack fields to full width by default */
.flight-form-main-row .flight-form-field-location[data-v-6f45e96c],
.flight-form-main-row .flight-form-field-date[data-v-6f45e96c],
.flight-form-main-row .flight-form-field-date-range[data-v-6f45e96c] {
  flex: 1 1 100%;
  min-width: 0;
}
.flight-form-main-row .swap-airports-btn[data-v-6f45e96c] {
  flex: 0 0 auto;
}
.flight-form-field-location[data-v-6f45e96c] {
  flex: 1;
  min-width: 200px;
}
.flight-form-field-date[data-v-6f45e96c] {
  flex: 0 0 180px;
}
.flight-form-field-date-range[data-v-6f45e96c] {
  flex: 0 0 260px;
}

/* Swap Button */
.swap-airports-btn[data-v-6f45e96c] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  background: #ffffff;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  margin-bottom: 8px;
  flex-shrink: 0;
}
.swap-airports-btn[data-v-6f45e96c]:hover {
  border-color: #0075cd;
  color: #0075cd;
  transform: rotate(180deg);
  background: #f0f7ff;
}
.swap-airports-btn i[data-v-6f45e96c] {
  font-size: 14px;
}

/* ==========================================
   FIELD STYLING
   ========================================== */
.flight-form-field[data-v-6f45e96c] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.field-label[data-v-6f45e96c] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-left: 4px;
}
.field-label i[data-v-6f45e96c] {
  font-size: 12px;
  color: #0075cd;
}
.field-input-wrapper[data-v-6f45e96c] {
  position: relative;
  height: 52px;
  border-radius: 12px;
  border: 2px solid #e8e8e8;
  background: #ffffff;
  transition: all 0.2s ease;
  overflow: visible;
  display: flex;
  align-items: center;
}
.field-input-wrapper[data-v-6f45e96c]:focus-within {
  border-color: #0075cd;
  box-shadow: 0 0 0 4px rgba(0, 117, 205, 0.1);
}
.field-input-wrapper[data-v-6f45e96c]:hover:not(:focus-within) {
  border-color: #ccc;
}

/* Ensure autocomplete component fills wrapper */
.field-input-wrapper[data-v-6f45e96c] .autosuggest {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  position: relative;
}

/* Make sure the input container is properly sized */
.field-input-wrapper[data-v-6f45e96c] .autosuggest__input-wrapper {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
}

/* Select wrapper */
.select-wrapper[data-v-6f45e96c] {
  display: flex;
  align-items: center;
}
.select-wrapper select[data-v-6f45e96c],
.select-wrapper .b-form-select[data-v-6f45e96c] {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 36px 0 16px;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a2e;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.select-wrapper select[data-v-6f45e96c]:focus,
.select-wrapper .b-form-select[data-v-6f45e96c]:focus {
  outline: none;
  box-shadow: none;
}
.field-arrow[data-v-6f45e96c] {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #999;
  pointer-events: none;
}

/* Date Input */
.date-input-wrapper[data-v-6f45e96c] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.date-display[data-v-6f45e96c] {
  flex: 1;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.date-hidden-input[data-v-6f45e96c] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.date-hidden-input[data-v-6f45e96c]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

/* ==========================================
   PASSENGERS ROW
   ========================================== */
.flight-form-passengers-row[data-v-6f45e96c] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  padding-top: 8px;
}
.flight-form-field-passengers[data-v-6f45e96c] {
  flex: 1 1 100%;
  min-width: 100%;
}
.flight-form-field-age[data-v-6f45e96c] {
  flex: 1 1 100%;
  min-width: 100%;
}
.flight-form-field-button[data-v-6f45e96c] {
  flex: 1 1 100%;
  min-width: 100%;
}

/* Desktop: split From/To and Adults/Children 50/50 */
@media (min-width: 768px) {
.flight-form-main-row .flight-form-field-location[data-v-6f45e96c],
  .flight-form-main-row .flight-form-field-date[data-v-6f45e96c],
  .flight-form-main-row .flight-form-field-date-range[data-v-6f45e96c] {
    /* leave room for the 40px swap button plus row gaps (~24px) */
    flex: 1 1 calc((100% - 64px) / 2);
    max-width: calc((100% - 64px) / 2);
    min-width: 0;
}
.flight-form-main-row .swap-airports-btn[data-v-6f45e96c] {
    flex: 0 0 auto;
}
.flight-form-passengers-row[data-v-6f45e96c] {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}
.flight-form-field-passengers[data-v-6f45e96c],
  .flight-form-field-age[data-v-6f45e96c] {
    flex: 1 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
    min-width: 0;
}
.flight-form-field-button[data-v-6f45e96c] {
    flex: 1 1 100%;
    min-width: 100%;
}
}

/* Desktop: hotel mode keeps destination + dates at 50/50 (no swap button) */
@media (min-width: 768px) {
.flight-search-form.search-mode-hotels
    .flight-form-main-row
    .flight-form-field-location[data-v-6f45e96c],
  .flight-search-form.search-mode-hotels
    .flight-form-main-row
    .flight-form-field-date[data-v-6f45e96c],
  .flight-search-form.search-mode-hotels
    .flight-form-main-row
    .flight-form-field-date-range[data-v-6f45e96c] {
    flex: 1 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
    min-width: 0;
}
}

/* Desktop: flights/holidays give dates full width on their own row */
@media (min-width: 768px) {
.flight-search-form:not(.search-mode-hotels)
    .flight-form-main-row
    .flight-form-field-date[data-v-6f45e96c],
  .flight-search-form:not(.search-mode-hotels)
    .flight-form-main-row
    .flight-form-field-date-range[data-v-6f45e96c] {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
}
}

/* ==========================================
   SEARCH BUTTON
   ========================================== */

/* Search button uses hotel search button styles (btn btn-primary btn-full-width) */
.flight-form-field-button .btn[data-v-6f45e96c] {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
}
.flight-form-field-button .btn i[data-v-6f45e96c] {
  font-size: 16px;
}

/* ==========================================
   AIRPORT AUTOCOMPLETE OVERRIDES
   ========================================== */

/* Remove border from autocomplete input since wrapper has border */
.flight-form-field .field-input-wrapper[data-v-6f45e96c] #autosuggest__input,
.flight-form-field .field-input-wrapper[data-v-6f45e96c] .autosuggest__input,
.flight-form-field .field-input-wrapper[data-v-6f45e96c] [id^="airport-autosuggest__input"] {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  border: none !important;
  background: transparent !important;
  padding: 0 16px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #1a1a2e !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  line-height: 1.5 !important;
}
.flight-form-field .field-input-wrapper[data-v-6f45e96c] #autosuggest__input::-moz-placeholder, .flight-form-field .field-input-wrapper[data-v-6f45e96c] .autosuggest__input::-moz-placeholder, .flight-form-field
  .field-input-wrapper[data-v-6f45e96c] [id^="airport-autosuggest__input"]::-moz-placeholder {
  color: #999 !important;
  font-weight: 400 !important;
}
.flight-form-field .field-input-wrapper[data-v-6f45e96c] #autosuggest__input::placeholder,
.flight-form-field .field-input-wrapper[data-v-6f45e96c] .autosuggest__input::placeholder,
.flight-form-field
  .field-input-wrapper[data-v-6f45e96c] [id^="airport-autosuggest__input"]::placeholder {
  color: #999 !important;
  font-weight: 400 !important;
}
.flight-form-field .field-input-wrapper[data-v-6f45e96c] #autosuggest__input:focus,
.flight-form-field .field-input-wrapper[data-v-6f45e96c] .autosuggest__input:focus,
.flight-form-field
  .field-input-wrapper[data-v-6f45e96c] [id^="airport-autosuggest__input"]:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Ensure autocomplete container fits within wrapper */
.flight-form-field .field-input-wrapper[data-v-6f45e96c] .autosuggest {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  display: flex;
  align-items: center;
}

/* Position dropdown relative to wrapper - ensure it appears below */
.flight-form-field .field-input-wrapper[data-v-6f45e96c] .autosuggest__results-container {
  position: absolute !important;
  top: calc(100% + 4px) !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 10002 !important;
  margin-top: 0 !important;
}

/* Style the dropdown results */
.flight-form-field .field-input-wrapper[data-v-6f45e96c] .autosuggest__results {
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #e8e8e8 !important;
}

/* ==========================================
   DATEPICKER - Uses unified global styles from style.css
   ========================================== */

/* Add backdrop overlay when calendar is open - using body class */
body.flight-calendar-open[data-v-6f45e96c]::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10049;
  pointer-events: auto;
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */
@media screen and (max-width: 1024px) {
.flight-form-main-row[data-v-6f45e96c] {
    flex-wrap: wrap;
}
.flight-form-field-location[data-v-6f45e96c] {
    flex: 1 1 calc(50% - 30px);
    min-width: 180px;
}
.swap-airports-btn[data-v-6f45e96c] {
    order: 0;
    position: relative;
    left: auto;
    transform: none;
    top: auto;
    margin: 8px auto;
    z-index: 5;
    background: #fff;
}
.swap-airports-btn[data-v-6f45e96c]:hover {
    transform: rotate(180deg);
}
.flight-form-field-date[data-v-6f45e96c],
  .flight-form-field-date-range[data-v-6f45e96c] {
    flex: 1 1 100%;
}
}
@media screen and (max-width: 768px) {
.flight-search-form-container[data-v-6f45e96c] {
    padding: 0 4px;
}
.flight-search-form-wrapper[data-v-6f45e96c] {
    padding: 20px;
    border-radius: 16px;
}
.flight-form-header[data-v-6f45e96c] {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.trip-type-toggle[data-v-6f45e96c] {
    width: 100%;
}
.trip-type-btn[data-v-6f45e96c] {
    flex: 1;
    justify-content: center;
}
.flight-form-main-row[data-v-6f45e96c] {
    flex-direction: column;
    gap: 12px;
}
.flight-form-field-location[data-v-6f45e96c]:nth-child(1) {
    order: 0;
}
.flight-form-field-location[data-v-6f45e96c]:nth-child(3) {
    order: 1;
}
.swap-airports-btn[data-v-6f45e96c] {
    order: 2;
    position: relative;
    left: auto;
    top: auto;
    transform: rotate(90deg);
    align-self: center;
    margin: 8px auto;
}
.swap-airports-btn[data-v-6f45e96c]:hover {
    transform: rotate(270deg);
}
.flight-form-field-date[data-v-6f45e96c],
  .flight-form-field-date-range[data-v-6f45e96c] {
    order: 3;
    flex: 1 1 100%;
    width: 100%;
    min-width: 100%;
}
.flight-form-field-location[data-v-6f45e96c] {
    flex: 1 1 100%;
    width: 100%;
    min-width: 100%;
}
.flight-form-passengers-row[data-v-6f45e96c] {
    flex-direction: column;
}
.flight-form-field-passengers[data-v-6f45e96c],
  .flight-form-field-age[data-v-6f45e96c],
  .flight-form-field-button[data-v-6f45e96c] {
    flex: 1 1 100%;
    width: 100%;
}
.field-input-wrapper[data-v-6f45e96c] {
    height: 50px;
}
.flight-form-field-button .btn[data-v-6f45e96c] {
    height: 54px;
    font-size: 16px;
}

  /* Fix datepicker positioning and z-index on mobile */
.flight-form-field-date[data-v-6f45e96c],
  .flight-form-field-date-range[data-v-6f45e96c] {
    position: relative;
    z-index: 10;
    overflow: visible;
}
.flight-form-field-date .form-group[data-v-6f45e96c],
  .flight-form-field-date-range .form-group[data-v-6f45e96c] {
    margin-bottom: 0;
}
}
@media screen and (max-width: 480px) {
.flight-search-form-container[data-v-6f45e96c] {
    padding: 0 2px;
}
.flight-search-form-wrapper[data-v-6f45e96c] {
    padding: 18px;
}
.form-title[data-v-6f45e96c] {
    font-size: 18px;
}
.trip-type-btn[data-v-6f45e96c] {
    padding: 8px 12px;
    font-size: 13px;
}
.field-label[data-v-6f45e96c] {
    font-size: 11px;
}
}


.swal-text {
  color: #fff;
}

/* Hero carousel styles for Vue-based carousel */
#hero .carousel-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hero .carousel-inner .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#hero .carousel-inner .item.active {
  opacity: 1;
}
#hero .carousel-inner .item-inner {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}
#hero .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  padding: 0;
  cursor: pointer;
  z-index: 10004;
  font-size: 24px;
  transition: opacity 0.3s;
  outline: none;
  box-shadow: none;
  backdrop-filter: none;
  text-shadow: none;
  display: block !important;
  visibility: visible !important;
  opacity: 0.8 !important;
  border-radius: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control:hover {
  opacity: 1;
  outline: none;
  box-shadow: none;
}
#hero .carousel-control .glyphicon {
  background: transparent;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.3s;
}
#hero .carousel-control:hover .glyphicon {
  opacity: 1;
}
#hero .carousel-control:focus {
  outline: none;
  box-shadow: none;
}
#hero .carousel-control .glyphicon {
  text-shadow: none;
  filter: none;
}
#hero .carousel-control.left {
  left: 20px;
}
#hero .carousel-control.right {
  right: 20px;
}
#hero .carousel-indicators {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 8px 12px;
  margin: 0;
  display: none !important;
  gap: 10px;
  z-index: 100;
  background: transparent;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
}
#hero .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  padding: 0;
  margin: 0;
  display: block;
}
#hero .carousel-indicators li:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}
#hero .carousel-indicators li.active {
  background: rgba(255, 255, 255, 1);
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

/* Search Type Selector Styles */
.search-type-selector {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.search-type-tabs {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 4px;
  backdrop-filter: blur(10px);
}
.search-type-tab {
  padding: 10px 24px;
  margin: 0 2px;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-type-tab i {
  font-size: 16px;
}
.search-type-tab:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}
.search-type-tab.active {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.search-type-tab.active:hover {
  background: rgba(255, 255, 255, 1);
  color: #333;
}
@media (max-width: 768px) {
.search-type-tab {
    padding: 8px 16px;
    font-size: 12px;
}
.search-type-tab i {
    font-size: 14px;
}
}


.v-spinner .v-moon1
{
    animation: v-moonStretchDelay 0.8s 0s infinite linear;
    animation-fill-mode: forwards;
    position: relative;
}
.v-spinner .v-moon2
{
    animation: v-moonStretchDelay 0.8s 0s infinite linear;
    animation-fill-mode: forwards;
    opacity: 0.8;
    position: absolute;
}
.v-spinner .v-moon3
{
    opacity: 0.1;
}
@keyframes v-moonStretchDelay
{
100%
    {
        transform: rotate(360deg);
}
}


/* Keep existing styles working */


ul.bullet>li[data-v-2175a744] {
    padding-left: 0px;
}


.currency-picker-content[data-v-547cef3e] {
  max-height: 500px;
  overflow-y: auto;
  padding: 10px 0;
}
.currency-grid[data-v-547cef3e] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0 5px;
}
.currency-option[data-v-547cef3e] {
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px;
  overflow: hidden;
}
.currency-option-inner[data-v-547cef3e] {
  padding: 15px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  transition: all 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.currency-option:hover .currency-option-inner[data-v-547cef3e] {
  background-color: #f5f5f5;
  border-color: #0075cd;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.currency-option.active .currency-option-inner[data-v-547cef3e] {
  background-color: #e3f2fd;
  border-color: #0075cd;
  border-width: 2px;
  box-shadow: 0 2px 8px rgba(0, 117, 205, 0.2);
}
.currency-header[data-v-547cef3e] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.currency-symbol[data-v-547cef3e] {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1;
}
.currency-code[data-v-547cef3e] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  flex: 1;
}
.currency-name[data-v-547cef3e] {
  font-size: 12px;
  color: #666;
  line-height: 1.3;
  margin-top: auto;
}
.check-icon[data-v-547cef3e] {
  color: #0075cd;
  font-size: 16px;
  margin-left: auto;
}
.currency-picker-content[data-v-547cef3e]::-webkit-scrollbar {
  width: 6px;
}
.currency-picker-content[data-v-547cef3e]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.currency-picker-content[data-v-547cef3e]::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.currency-picker-content[data-v-547cef3e]::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Responsive: 2 columns on smaller screens */
@media screen and (max-width: 768px) {
.currency-grid[data-v-547cef3e] {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
}

/* Responsive: 1 column on very small screens */
@media screen and (max-width: 480px) {
.currency-grid[data-v-547cef3e] {
    grid-template-columns: 1fr;
    gap: 8px;
}
}

/* Position modal below header */
#currency-picker-modal .modal-dialog[data-v-547cef3e] {
  margin-top: 80px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/* Improve modal header styling */
#currency-picker-modal .modal-header[data-v-547cef3e] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  min-height: 50px;
  position: relative;
}
#currency-picker-modal .modal-header .modal-title[data-v-547cef3e] {
  margin: 0;
  flex: 1;
  text-align: center;
  line-height: 1.2;
}
#currency-picker-modal .modal-header .close[data-v-547cef3e] {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  text-shadow: none;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}
#currency-picker-modal .modal-header .close[data-v-547cef3e]:hover,
#currency-picker-modal .modal-header .close[data-v-547cef3e]:focus {
  opacity: 0.8;
  color: #fff;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}


.close-picker-btn {
  background-color: #ff0015;
  border-color: #ff0015;
  border: 0;
  border-radius: 3px;
  font-weight: 600;
  transition: background 0.4s;
  font-size: 14px;
  padding: 8px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
#themes_panel {
  position: fixed;
  top: 100px;
  z-index: 3000;
  opacity: 0;
}
#themes_panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
#themes_menu {
  float: left;
  width: 254px;
  color: #fff;
  background: #f7f9fc;
  box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, 0.3);
}
#themes_menu .segment {
  padding: 10px;
  overflow: hidden;
  text-align: center;
}
#themes_menu .segment p {
  color: #666;
  margin: 7px 0px;
  letter-spacing: 0px;
  font-weight: 400;
}
#themes_menu .segment .page_link {
  background: #fff;
  border-radius: 2px;
  color: #222222;
  display: block;
  font-weight: 600;
  margin: 10px;
  padding: 3px 10px;
  font-size: 13px;
}
#themes_menu .segment .page_link:hover {
  background: #666;
  color: #fff;
}
#themes_menu h4 {
  font-size: 18px;
  padding: 11px;
  background: #f3cb14;
  line-height: 1;
  color: #fff;
  margin: 0;
  text-align: center;
}
#themes_menu ul.theme li {
  float: left;
}
#themes_menu ul.theme li a {
  display: block;
  margin: 10px;
  line-height: 0px;
  width: 58px;
  height: 35px;
  border-radius: 2px;
}
#toggle_button {
  margin: 0px;
  margin-left: -2px;
  padding: 0px;
  float: left;
  width: 40px;
  height: 40px;
  /*background: url("themes_panel.png") no-repeat center center;*/
  -moz-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#toggle_button a {
  display: block;
  padding: 14px 0px;
}
.styled-select {
  margin: 10px;
}
.styled-select select {
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  padding: 8px;
  background: #fff;
  border: none;
  border-radius: 2px;
}
.colorpicker {
  width: 356px;
  height: 176px;
  overflow: hidden;
  position: absolute;
  /*background: url('https://travenza.com/email-customizer/js/colorpicker/images/colorpicker_background.png');*/
  font-family: Arial, Helvetica, sans-serif;
  display: none;
  z-index: 4000;
}
.cookie_colors label {
  min-height: 40px;
  display: block;
}
.cookie_colors li {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}


.palette_panel {
      position: relative;
      /*top: 100px;*/
      z-index: 1000;
      opacity: 0;
}
.palette_panel ul {
      padding: 0;
      margin: 0;
      list-style: none;
      overflow: hidden;
}
.palette_menu {
      float: left;
      width: 254px;
      color: #fff;
      background: #f7f9fc; 
      box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}
.palette_menu .segment {
      padding: 10px;
      overflow: hidden;
      text-align: center;
}
.palette_menu .segment p {
      color: #666;
      margin: 7px 0px;
      letter-spacing: 0px;
      font-weight: 400;
}
.palette_menu .segment .page_link {
      background: #FFF;
      border-radius: 2px;
      color: #222222;
      display: block;
      font-weight: 600;
      margin: 10px;
      padding: 3px 10px;
      font-size: 13px;
}
.palette_menu .segment .page_link:hover {
      background: #666;
      color: #fff;
}
.palette_menu h4 {
      font-size: 18px;
      padding: 11px;
      background: #f3cb14;
      line-height: 1;
      color: #fff;
      margin: 0;
      text-align: center;
}
.palette_menu ul.theme li {
      float: left;
}
.palette_menu ul.theme li a {
      display: block;
      margin: 10px;
      line-height: 0px;
      width: 58px;
      height: 35px;
      border-radius: 2px;
}
.color-palette-box {
      display: block;
      margin-bottom: 10px;
      line-height: 1.42857143;
      background-color: #fff;
      border-radius: 2px;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      transition: box-shadow .25s;
}
.color-palette-button {
      border-top: 1px solid #D4D4D4;
      text-decoration: none !important;
      padding: 10px;
      font-weight: 600;
      text-transform: uppercase
}
.color-palette-box:hover {
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.color-palette {
      margin-top: 25px;
}


.notifications-panel {
  background-color: #f4f6f9;
  min-height: 250px;
  min-width: 420px;
  position: fixed;
  top: 85px;
  right: 15px;
  z-index: 10001;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.no-notifications-box {
  padding: 25px;
}
.no-notifications-text {
  color: #5ea8b2;
  transform: translate(-50%, -50%);
}
.btn-notifications {
  background-color: #82dce9;
  padding-top: 5px;
}
.list-group {
  border-top: 0px;
  text-align: left;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #ff7171;
}
.notifications-img-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.notifications-img {
  color: blue;
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 100%;
}
.notifications-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
.notifications-date {
  padding-top: 1px;
  font-size: 11px;
  font-style: italic;
}
.notifications-settings {
  cursor: pointer;
  color: yellow;
}
.notifications-header {
  height: 40px;
  background: var(--header_bg);
  /*background: #FF7651;*/
  /*background: #54B4E6;*/
  padding-left: 25px;
  padding-right: 25px;
}
.header-title {
  color: #fff;
}
.header-badge {
  position: static;
  height: 25px;
  width: 25px;
  display: inline-block;
  line-height: 24px;
  margin-left: 8px;
  font-size: 12px;
  vertical-align: middle;
}
.notifications-header-items {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.notifications-body {
  padding-top: 5px;
  min-height: 100;
  background: #fff;
}
.notifications-item {
  text-align: left;
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaedf2;
}
.notifications-footer {
  cursor: pointer;
  padding-top: 5px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  margin: 0;
  min-width: 40px;
  height: 36px;
}
.icon-blue {
  color: var(--header_icon_color, #fff);
  position: relative;
  padding: 0;
  margin: 0;
}
.icon-grey {
  color: grey;
}
.notification-badge {
  background-color: red;
  width: auto;
  height: auto;
  min-width: 18px;
  min-height: 18px;
  margin: 0;
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 2px 5px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/*.container {*/
/*  text-align: left;*/
/*}*/


/* ============================================
   DATEPICKER STYLES - Match FlightSearchForm
   ============================================ */

/* Wrapper positioning */
#search-form .flight-form-field-date {
  position: relative !important;
  z-index: 10001 !important;
}
#search-form .flight-form-field-date .icon-field.daterange-field {
  position: relative !important;
  overflow: visible !important;
}
#search-form .flight-form-field-date .vhd__datepicker__wrapper {
  width: 100% !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
}

/* Desktop: Calendar dropdown */
@media (min-width: 769px) {
#search-form .flight-form-field-date .vhd__datepicker--open {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 100000 !important;
    margin-top: 8px !important;
}
}

/* Mobile: Fullscreen calendar */
@media (max-width: 768px) {
#search-form .flight-form-field-date .vhd__datepicker--open {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 100000 !important;
    background: #fff !important;
    margin: 0 !important;
    transform: none !important;
    overflow-y: auto !important;
}
#search-form .flight-form-field-date .vhd__datepicker__inner {
    padding-top: 70px !important;
    min-height: 100% !important;
}
}

/* Ensure date field allows overflow */
#search-form .date-field,
#search-form .date-field .form-group,
#search-form .date-field .icon-field {
  overflow: visible !important;
  position: relative !important;
  z-index: 10001 !important;
}

/* Fix datepicker input field styling in search bar */
#search-form .flight-form-field-date .icon-field.daterange-field {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}
#search-form .flight-form-field-date .vhd__datepicker__wrapper,
#search-form .flight-form-field-date .vhd__datepicker__dummy-wrapper {
  background: transparent !important;
  border: none !important;
  width: 100% !important;
  height: 100% !important;
}
#search-form .flight-form-field-date .vhd__datepicker__dummy-input {
  background: transparent !important;
  border: none !important;
}

/* Match FlightSearchBar layout and align with page grid */
#search-form .search-form-row {
  display: flex;
  flex-wrap: nowrap;
  overflow: visible !important;
  gap: 0px;
  margin: 0 -4px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
#search-form .search-field {
  margin: 0 4px;
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  overflow: visible !important;
}
.hotel-search-bar .search-field.search-button-field {
  flex: 0 0 auto !important;
  min-width: 100px !important;
  max-width: 140px !important;
}
@media (min-width: 992px) {
.hotel-search-bar .search-field.search-button-field {
    flex: 0 0 auto !important;
    min-width: 100px !important;
    max-width: 140px !important;
}
}
@media (max-width: 1200px) and (min-width: 992px) {
.hotel-search-bar .search-field.search-button-field {
    flex: 0 0 auto !important;
    min-width: 90px !important;
    max-width: 130px !important;
}
}
@media (max-width: 1100px) and (min-width: 992px) {
.hotel-search-bar .search-field.search-button-field {
    flex: 0 0 auto !important;
    min-width: 90px !important;
    max-width: 120px !important;
}
}


.list-item {
  display: inline-block;
}
.list-enter-active,
.list-leave-active {
  transition: all 1s;
}
.list-enter,
    .list-leave-to
    /* .list-leave-active below version 2.1.8 */ {
  opacity: 0;
  transform: translateY(30px);
}

/* Match FlightSearchItems and PackageSearchItems button styling */
.search-hotel-listing .h-meta .btn-book {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
  line-height: 25px;
  border-radius: 0 !important;
  margin: 0;
  padding: 10px 15px;
  min-width: 0;
  background: var(--button_bg) !important;
  color: var(--button_text) !important;
  border-color: var(--button_bg) !important;
}
.search-hotel-listing .h-meta .btn-book:hover {
  background: var(--button_bg_hover) !important;
  border-color: var(--button_bg_hover) !important;
}

/* Board badge overlay on hotel image - matching TravenzaForAgents floating badge style */
.h-left {
  position: relative;
}
.board-badge-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 16px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  white-space: nowrap;
}
.board-badge-overlay:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
.board-badge-overlay i {
  font-size: 14px;
  color: #023293;
  line-height: 1;
  display: flex;
  align-items: center;
}
.board-badge-overlay span {
  font-size: 13px;
  font-weight: 600;
  color: #023293;
  letter-spacing: 0.3px;
  line-height: 1;
  display: flex;
  align-items: center;
}



textarea {
	box-sizing: border-box;

	width: 100%;
},
.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #0480be;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px; 
     border-top-right-radius: 5px;
}


.hotel-search-skeleton[data-v-07616807] {
  margin: 0;
  padding: 0;
  width: 100%;
}
.skeleton-item[data-v-07616807] {
  margin-bottom: 30px;
  width: 100%;
}
.skeleton-item[data-v-07616807]:last-child {
  margin-bottom: 0 !important;
}
.skeleton-item:last-child .skeleton-hotel-listing[data-v-07616807] {
  margin-bottom: 0 !important;
  padding-bottom: 15px;
}
.skeleton-hotel-listing[data-v-07616807] {
  background: #fff;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0 !important;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
.skeleton-hotel-listing[data-v-07616807] {
    padding: 20px;
}
}
.skeleton-hotel-listing .h-left[data-v-07616807] {
  width: 100%;
  margin-bottom: 15px;
}
.skeleton-hotel-listing .h-right[data-v-07616807] {
  width: 100%;
}
.skeleton-hotel-listing .col-xs-16[data-v-07616807],
.skeleton-hotel-listing .col-xs-8[data-v-07616807] {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
.skeleton-hotel-listing .h-left[data-v-07616807] {
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
}
.skeleton-hotel-listing .col-xs-16[data-v-07616807] {
    width: 66.66666667%;
    float: left;
    padding-right: 15px;
}
.skeleton-hotel-listing .col-xs-8[data-v-07616807] {
    width: 33.33333333%;
    float: left;
    padding-left: 25px;
}
}
.skeleton-image[data-v-07616807] {
  width: 100%;
  height: 150px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-07616807 1.5s ease-in-out infinite;
  border-radius: 8px;
}
@media (min-width: 768px) {
.skeleton-image[data-v-07616807] {
    height: 200px;
}
}
.skeleton-stars[data-v-07616807] {
  width: 100px;
  height: 20px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-07616807 1.5s ease-in-out infinite;
  margin-bottom: 10px;
  border-radius: 10px;
}
.skeleton-title[data-v-07616807] {
  width: 70%;
  height: 24px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-07616807 1.5s ease-in-out infinite;
  margin-bottom: 8px;
  border-radius: 6px;
}
.skeleton-subtitle[data-v-07616807] {
  width: 50%;
  height: 18px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-07616807 1.5s ease-in-out infinite;
  margin-bottom: 15px;
  border-radius: 6px;
}
.skeleton-address[data-v-07616807] {
  width: 85%;
  height: 16px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-07616807 1.5s ease-in-out infinite;
  margin-bottom: 10px;
  border-radius: 6px;
}
.skeleton-link[data-v-07616807] {
  width: 120px;
  height: 16px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-07616807 1.5s ease-in-out infinite;
  border-radius: 8px;
}
.skeleton-price[data-v-07616807] {
  width: 80%;
  height: 32px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-07616807 1.5s ease-in-out infinite;
  margin-bottom: 15px;
  border-radius: 8px;
}
.skeleton-button[data-v-07616807] {
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-07616807 1.5s ease-in-out infinite;
  border-radius: 8px;
}
@keyframes skeleton-loading-07616807 {
0% {
    background-position: 200% 0;
}
100% {
    background-position: -200% 0;
}
}


.map-info-window[data-v-2e46a732] {
  width: 280px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
}
.map-info-link[data-v-2e46a732] {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  outline: none !important;
  border: none !important;
}
.map-info-link[data-v-2e46a732]:focus,
.map-info-link[data-v-2e46a732]:active,
.map-info-link[data-v-2e46a732]:visited {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.map-info-image[data-v-2e46a732] {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.map-info-content[data-v-2e46a732] {
  padding: 12px;
  background: #fff;
}
.map-info-stars[data-v-2e46a732] {
  margin-bottom: 4px;
}
.map-info-title[data-v-2e46a732] {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.map-info-address[data-v-2e46a732] {
  font-size: 12px;
  color: #666;
  margin: 0 0 10px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.map-info-price[data-v-2e46a732] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.price-amount[data-v-2e46a732] {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
}
.price-nights[data-v-2e46a732] {
  font-size: 12px;
  color: #888;
}

/* Override Google Maps default styles */
[data-v-2e46a732] .gm-style .gm-style-iw-c {
  padding: 0 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  max-width: 280px !important;
}
[data-v-2e46a732] .gm-style .gm-style-iw-d {
  overflow: hidden !important;
  max-width: 280px !important;
}
[data-v-2e46a732] .gm-style-iw-t::after {
  background: #fff;
}


/* Flight search bar specific styles - 2 location fields need smaller widths */
#search-form {
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
#search-form .container {
  max-width: 100%;
  overflow: visible !important;
  position: relative;
}

/* Ensure page wrapper doesn't clip dropdowns */
.page-wrapper #search-form,
#main-wrapper #search-form {
  overflow: visible !important;
}
#search-form .search-form-row {
  flex-wrap: nowrap;
  overflow: visible !important;
  gap: 0px;
  margin: 0 -4px;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
#search-form .search-field {
  margin: 0 4px;
  box-sizing: border-box;
  flex-shrink: 1;
  position: relative;
  overflow: visible !important;
}

/* Ensure autocomplete dropdowns can overflow */
#search-form .location-field,
#search-form .location-field .form-group,
#search-form .location-field .icon-field {
  overflow: visible !important;
  position: relative !important;
}
#search-form .autosuggest__results-container {
  position: absolute !important;
  z-index: 10002 !important;
  overflow: visible !important;
  width: 100% !important;
  left: 0 !important;
  top: 100% !important;
  margin-top: 5px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
#search-form .autosuggest__results {
  position: relative !important;
  z-index: 10002 !important;
  overflow: visible !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* ============================================
   DATEPICKER STYLES - Match FlightSearchForm
   ============================================ */

/* Wrapper positioning */
#search-form .flight-form-field-date {
  position: relative !important;
  z-index: 10001 !important;
}
#search-form .flight-form-field-date .icon-field.daterange-field {
  position: relative !important;
  overflow: visible !important;
}
#search-form .flight-form-field-date .vhd__datepicker__wrapper {
  width: 100% !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
}

/* Desktop: Calendar dropdown */
@media (min-width: 769px) {
#search-form .flight-form-field-date .vhd__datepicker--open {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 100000 !important;
    margin-top: 8px !important;
}
}

/* Mobile: Fullscreen calendar */
@media (max-width: 768px) {
#search-form .flight-form-field-date .vhd__datepicker--open {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 100000 !important;
    background: #fff !important;
    margin: 0 !important;
    transform: none !important;
    overflow-y: auto !important;
}
#search-form .flight-form-field-date .vhd__datepicker__inner {
    padding-top: 70px !important;
    min-height: 100% !important;
}
}
#search-form .travelers-field,
#search-form .travelers-selector {
  overflow: visible !important;
  z-index: 10001 !important;
  position: relative !important;
}
#search-form .date-field,
#search-form .date-field .form-group,
#search-form .date-field .icon-field {
  overflow: visible !important;
  position: relative !important;
  z-index: 10001 !important;
}
#search-form .autosuggest__results ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
#search-form .autosuggest__results-item {
  padding: 12px 18px !important;
  cursor: pointer !important;
  font-size: 15px !important;
  color: #333 !important;
  border-bottom: 1px solid #f0f0f0 !important;
  transition: background-color 0.2s ease !important;
}
#search-form .autosuggest__results-item:hover,
#search-form .autosuggest__results-item.autosuggest__results_item-highlighted {
  background-color: #f8f9fa !important;
  color: #000 !important;
}
#search-form .autosuggest__results_title {
  padding: 10px 18px 5px 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1b8fe7 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border-bottom: 1px solid #e0e0e0 !important;
  background: #f8f9fa !important;
}

/* Force location field icon-field to respect parent width */
#search-form .location-field .icon-field,
#search-form .location-field .form-group {
  width: 100% !important;
  max-width: 100% !important;
}

/* Prevent text cutoff in input fields */
#search-form .location-field input,
#search-form .daterange-field input,
#search-form .location-field .autosuggest__input,
#search-form .location-field .autosuggest__input-wrapper {
  width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}

/* Travelers field styling */
#search-form .search-field.travelers-field {
  flex: 1 1 auto !important;
  min-width: 120px !important;
  max-width: 180px !important;
}
.travelers-selector {
  position: relative;
  cursor: pointer;
}
.travelers-display {
  height: 48px;
  padding: 12px 18px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  transition: border-color 0.2s ease;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.travelers-display:hover {
  border-color: #999;
}
.travelers-dropdown {
  position: absolute !important;
  top: calc(100% + 5px) !important;
  left: 0 !important;
  right: 0 !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  z-index: 10002 !important;
  padding: 15px !important;
  min-width: 250px !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.travelers-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.travelers-row label {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin: 0;
}
.travelers-row select {
  width: 120px;
  height: 36px;
  padding: 4px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.children-ages {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}
.age-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.age-row label {
  font-size: 13px;
  color: #666;
  margin: 0;
}
.age-row select {
  width: 100px;
  height: 32px;
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
}
@media (min-width: 992px) {
#search-form .search-field.location-field {
    flex: 0 0 20% !important;
    min-width: 170px !important;
    max-width: 20% !important;
}
#search-form .search-field.date-field {
    flex: 0 0 28% !important;
    min-width: 300px !important;
    max-width: 28% !important;
}
#search-form .search-field.travelers-field {
    flex: 1 1 auto !important;
    min-width: 110px !important;
    max-width: 160px !important;
}
#search-form .search-field.search-button-field {
    flex: 1 1 auto !important;
    min-width: 100px !important;
    max-width: 140px !important;
}
}
@media (max-width: 1200px) and (min-width: 992px) {
#search-form .search-field.location-field {
    flex: 2 1 auto !important;
    min-width: 140px !important;
}
#search-form .search-field.date-field {
    flex: 2 1 auto !important;
    min-width: 180px !important;
}
#search-form .search-field.travelers-field {
    flex: 1 1 auto !important;
    min-width: 100px !important;
    max-width: 150px !important;
}
#search-form .search-field.search-button-field {
    flex: 1 1 auto !important;
    min-width: 90px !important;
    max-width: 130px !important;
}
}
@media (max-width: 1100px) and (min-width: 992px) {
#search-form .search-field.location-field {
    flex: 2 1 auto !important;
    min-width: 120px !important;
}
#search-form .search-field.date-field {
    flex: 2 1 auto !important;
    min-width: 160px !important;
}
#search-form .search-field.travelers-field {
    flex: 1 1 auto !important;
    min-width: 100px !important;
    max-width: 140px !important;
}
#search-form .search-field.search-button-field {
    flex: 1 1 auto !important;
    min-width: 90px !important;
    max-width: 120px !important;
}
}

/* Hide close and clear buttons only - keep month navigation arrows */
#search-form .vhd__close-button,
#search-form .datepicker__close-button,
#search-form .vhd__datepicker__clear-button,
#search-form .datepicker__clear-button {
  display: none !important;
}

/* Let global styles handle datepicker input styling */

/* Fix datepicker input field styling in search bar */
#search-form .flight-form-field-date .icon-field.daterange-field {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}
#search-form .flight-form-field-date .vhd__datepicker__wrapper,
#search-form .flight-form-field-date .vhd__datepicker__dummy-wrapper {
  background: transparent !important;
  border: none !important;
  width: 100% !important;
  height: 100% !important;
}
#search-form .flight-form-field-date .vhd__datepicker__dummy-input {
  background: transparent !important;
  border: none !important;
}

/* Combined mobile location field styles */
@media (max-width: 991px) {
.location-field-mobile-combined {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
}

  /* Make date and travelers fields full width on mobile */
#search-form .search-field.date-field {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 3px 0 3px !important;
}
#search-form .search-field.travelers-field {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 3px 0 3px !important;
}
#search-form .search-field.location-field-mobile {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0 3px 0 3px !important;
}
#search-form .search-field.search-button-field {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0 3px 0 3px !important;
}
.combined-location-display {
    height: 48px;
    padding: 12px 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: border-color 0.2s ease;
}
.combined-location-display:hover {
    border-color: #999;
}
.combined-location-text {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    font-size: 15px;
    color: #333;
    justify-content: flex-start;
    text-align: left;
}
.location-from,
  .location-to {
    flex: 0 0 auto;
    font-weight: 500;
    color: #333;
    text-align: left;
}
.location-from.placeholder-text,
  .location-to.placeholder-text {
    color: #999;
    font-weight: normal;
}
.location-arrow {
    color: #1b8fe7;
    font-size: 14px;
    flex-shrink: 0;
}

  /* Hide individual mobile fields when combined field is shown */
.location-field-mobile-combined ~ .location-field-mobile {
    display: none;
}
}

/* Single date input styling to match HotelDatePicker */
.single-date-field {
  position: relative;
  cursor: pointer;
}
.single-date-input-wrapper {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 18px;
  box-sizing: border-box;
}
.single-date-text {
  font-size: 15px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}
.single-date-hidden-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.single-date-hidden-input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

/* Ensure the calendar icon shows (from global styles) */
.single-date-field:after {
  content: "\F073";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #666666;
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}

/* Make date field narrower for one-way trips - fit content width */
#search-form .one-way-date-field {
  max-width: 280px;
  width: -moz-fit-content;
  width: fit-content;
  flex: 0 0 auto;
  min-width: 200px;
  flex-shrink: 1;
}
#search-form .one-way-date-field .icon-field.daterange-field {
  max-width: 280px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
}

/* Allow other fields to expand when date field is narrower */
#search-form .search-form-row.has-one-way-date .search-field.location-field,
#search-form
  .search-form-row:has(.one-way-date-field)
  .search-field.location-field {
  flex: 1 1 auto;
  max-width: none;
}
@media (min-width: 992px) {
#search-form .search-form-row.has-one-way-date .search-field.location-field,
  #search-form
    .search-form-row:has(.one-way-date-field)
    .search-field.location-field {
    width: auto;
    max-width: none;
    flex: 1 1 auto;
}
}

/* Make calendar smaller for one-way trips if using HotelDatePicker */
#search-form .one-way-date-field .vhd__datepicker--open {
  width: auto !important;
  min-width: 280px !important;
  max-width: 320px !important;
}
#search-form .one-way-date-field .vhd__datepicker__inner {
  width: auto !important;
  min-width: 280px !important;
  max-width: 320px !important;
}
#search-form .one-way-date-field .vhd__datepicker__months {
  width: auto !important;
  min-width: 280px !important;
  max-width: 320px !important;
}
#search-form .one-way-date-field .vhd__datepicker__month {
  width: auto !important;
  min-width: 280px !important;
  max-width: 320px !important;
}


/* Use same classes as hotel listings for consistency */
.flight-item-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
}
.flight-item-wrapper:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-2px);
}
.search-flight-listing {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  position: relative;
  display: block;
  border: none;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.search-flight-listing .h-right {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.search-flight-listing .h-excerpt,
.search-flight-listing .h-meta {
  box-sizing: border-box;
  max-width: 100%;
}
.flight-listing:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.12);
}
.flight-title {
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  padding-right: 140px;
}
.flight-title i {
  margin-right: 8px !important;
  color: #1b8fe7;
  flex-shrink: 0;
}
.flight-details {
  /* margin: 15px 0; */
  width: 100%;
}
.flight-segment-group {
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}
.flight-segment-group:last-child {
  margin-bottom: 0;
}
.segment-type-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #1b8fe7;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.segment-type-label i {
  font-size: 14px;
}
.segment-icon-inbound {
  transform: scaleX(-1);
}
.flight-segment {
  margin-bottom: 0;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}
.segment-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  width: 100%;
  flex-wrap: wrap;
}
.departure-info,
.arrival-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  min-width: 80px;
}
.time {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
.airport {
  font-size: 13px;
  color: #8d8d8d;
  margin-top: 4px;
  line-height: 1.3;
}
.terminal {
  font-size: 11px;
  color: #999;
  margin-top: 2px;
}
.duration-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  margin: 0 15px;
  min-width: 100px;
}
.plane-timeline {
  position: relative;
  width: 100%;
  max-width: 120px;
  height: 30px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(27, 143, 231, 0.3) 0%,
    rgba(27, 143, 231, 0.6) 50%,
    rgba(27, 143, 231, 0.3) 100%
  );
  top: 50%;
  transform: translateY(-50%);
}
.timeline-plane {
  position: relative;
  color: #1b8fe7;
  font-size: 18px;
  z-index: 2;
  background: #f8f9fa;
  padding: 0 4px;
}

/* Reverse plane for inbound flights */
.plane-timeline.inbound-flight .timeline-plane {
  transform: scaleX(-1);
}
.flight-item-wrapper:hover .timeline-plane {
  animation: planeMove 2s ease-in-out infinite;
}
.flight-item-wrapper:hover .inbound-flight .timeline-plane {
  animation: planeMoveReverse 2s ease-in-out infinite;
}
@keyframes planeMove {
0%,
  100% {
    transform: translateX(0);
}
50% {
    transform: translateX(10px);
}
}
@keyframes planeMoveReverse {
0%,
  100% {
    transform: scaleX(-1) translateX(0);
}
50% {
    transform: scaleX(-1) translateX(-10px);
}
}
.duration-info i {
  color: #1b8fe7;
  margin-bottom: 4px;
  font-size: 14px;
}
.duration {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.stops {
  font-size: 11px;
  color: #ff9800;
  margin-top: 4px;
  font-weight: 500;
}
.carrier-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #666;
  width: 100%;
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #e0e0e0;
}
.airline-logo {
  width: 90px;
  height: 90px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  flex-shrink: 0;
}
.carrier-code {
  font-weight: bold;
  color: #000;
}
.carrier-name {
  color: #8d8d8d;
  text-align: right;
  flex: 1;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.layover-info {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ccc;
  width: 100%;
}
.layover-segment {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #666;
  margin-top: 5px;
  width: 100%;
}
.layover-segment i {
  color: #ff9800;
  font-size: 10px;
}
.layover-time {
  margin-left: auto;
  font-weight: bold;
  color: #ff9800;
}
.flight-policy {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  overflow: visible;
  z-index: 10;
  margin: 0;
}
.policy-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  overflow: visible;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.4;
}
.policy-badge i {
  flex-shrink: 0;
}
.policy-free {
  background: #d4edda;
  color: #155724;
}
.policy-non-refundable {
  background: #f8d7da;
  color: #721c24;
}
.flight-seats {
  font-size: 11px;
  color: #8d8d8d;
  margin-bottom: 10px;
  text-align: center;
}
.flight-seats i {
  margin-right: 4px;
  font-size: 10px;
}

/* Match hotel listing price styles */
.h-meta .h-price {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.h-meta .h-price .currency {
  font-size: 16px;
  color: #000;
  margin-right: 4px;
}
.h-meta .h-price .price {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.h-meta .h-nights {
  color: #8d8d8d;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  clear: both;
}

/* Ensure flight listings use full width - match hotel listing structure exactly */
.search-flight-listing .h-right {
  width: 100%;
  box-sizing: border-box;
}

/* Use flexbox for proper layout - col-xs-16 takes 2/3, col-xs-8 takes 1/3 */
.search-flight-listing .col-xs-16 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  box-sizing: border-box;
}
.search-flight-listing .col-xs-8 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  box-sizing: border-box;
}
.search-flight-listing .h-excerpt {
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  overflow: hidden;
  min-height: -moz-fit-content;
  min-height: fit-content;
  border-radius: 0;
}
.search-flight-listing .h-excerpt header {
  overflow: visible;
}
.search-flight-listing .h-excerpt header {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.mobile-header-row {
  display: none;
}
.mobile-price {
  display: none;
}
.search-flight-listing .h-excerpt h3 {
  gap: 4px;
}
.search-flight-listing .h-meta {
  padding: 15px;
  box-sizing: border-box;
  /* border-left: 1px solid #e0e0e0; */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  min-height: 100%;
}
.search-flight-listing .h-meta header {
  width: 100%;
  box-sizing: border-box;
}
.search-flight-listing .h-meta .content {
  width: 100%;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 1;
  min-height: 0;
  flex-basis: 0;
}
.search-flight-listing .h-meta footer {
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-top: auto;
  flex-grow: 0;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.search-flight-listing .h-meta .btn-book {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  line-height: 25px;
  border-radius: 0 !important;
  margin: 0;
  padding: 10px 15px;
  min-width: 0;
  background: var(--button_bg) !important;
  color: var(--button_text) !important;
  border-color: var(--button_bg) !important;
}
.search-flight-listing .h-meta .btn-book:hover {
  background: var(--button_bg_hover) !important;
  border-color: var(--button_bg_hover) !important;
}

/* Ensure flight details use full available width */
.search-flight-listing .h-excerpt .flight-details {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.search-flight-listing .h-excerpt .flight-segment {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.search-flight-listing .h-excerpt .segment-info {
  width: 100%;
  max-width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.search-flight-listing .h-right {
    flex-direction: column;
}
.search-flight-listing .col-xs-16,
  .search-flight-listing .col-xs-8 {
    flex: 0 0 100%;
    max-width: 100%;
}
.search-flight-listing .h-meta {
    border-left: none;
    border-top: none;
}
.flight-title {
    padding-right: 0;
    flex-wrap: wrap;
}
.flight-policy {
    position: static;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    flex-shrink: 0;
}

  /* Hide desktop policy position on mobile */
.search-flight-listing .h-excerpt header > .flight-policy {
    display: none;
}

  /* Show mobile header row with policy and price */
.mobile-header-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
    order: 2;
}
.search-flight-listing .col-xs-16 {
    order: 1;
}
.search-flight-listing .col-xs-8 {
    order: 3;
}
.mobile-header-row .flight-policy {
    position: static;
    margin: 0;
    flex-shrink: 0;
}
.mobile-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
}
.mobile-price .h-price {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    display: block;
    margin-bottom: 5px;
    text-align: right;
}
.mobile-price .h-price .currency {
    font-size: 16px;
    color: #000;
    margin-right: 4px;
}
.mobile-price .h-price .price {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.mobile-price .h-nights {
    color: #8d8d8d;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    text-align: right;
}
.search-flight-listing .h-meta .content {
    display: none;
}
.segment-info {
    flex-direction: row;
    align-items: stretch;
}
.departure-info,
  .arrival-info {
    align-items: center;
    margin-bottom: 10px;
}
.duration-info {
    margin: 10px 0;
}
}

/* Ensure items are never cut off */
.list-item {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: visible;
  margin-bottom: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
.list-item {
    max-height: 510px;
}
}
@media (min-width: 768px) {
.search-flight-listing .h-meta .content {
    padding-top: 40px;
}
}
@media (min-width: 768px) {
.search-flight-listing .h-right {
    min-height: 220px;
}
}


.flight-search-skeleton[data-v-058ed13a] {
  margin: 0 0 20px 0;
  width: 100%;
}
.skeleton-item[data-v-058ed13a] {
  margin-bottom: 30px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.05);
}
.skeleton-flight-listing[data-v-058ed13a] {
  background: #fff;
  padding: 15px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.skeleton-flight-listing .h-right[data-v-058ed13a] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.skeleton-flight-listing .col-xs-16[data-v-058ed13a],
.skeleton-flight-listing .col-xs-8[data-v-058ed13a] {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
.skeleton-flight-listing .h-excerpt[data-v-058ed13a] {
  border-right: none !important;
}
@media (min-width: 768px) {
.skeleton-flight-listing .col-xs-16[data-v-058ed13a] {
    width: 66.66666667%;
    padding-right: 15px;
}
.skeleton-flight-listing .col-xs-8[data-v-058ed13a] {
    width: 33.33333333%;
    padding-left: 15px;
}
.skeleton-flight-listing .h-excerpt[data-v-058ed13a] {
    border-right: none !important;
}
}
.skeleton-title[data-v-058ed13a] {
  width: 200px;
  height: 24px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-058ed13a 1.5s ease-in-out infinite;
  margin-bottom: 15px;
  border-radius: 6px;
}
.skeleton-segment[data-v-058ed13a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
}
.skeleton-time[data-v-058ed13a] {
  width: 60px;
  height: 20px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-058ed13a 1.5s ease-in-out infinite;
  border-radius: 4px;
}
.skeleton-airport[data-v-058ed13a] {
  width: 50px;
  height: 16px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-058ed13a 1.5s ease-in-out infinite;
  border-radius: 4px;
}
.skeleton-duration[data-v-058ed13a] {
  width: 80px;
  height: 18px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-058ed13a 1.5s ease-in-out infinite;
  border-radius: 4px;
  margin: 0 15px;
}
.skeleton-carrier[data-v-058ed13a] {
  width: 150px;
  height: 16px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-058ed13a 1.5s ease-in-out infinite;
  margin-top: 10px;
  border-radius: 4px;
}
.skeleton-price[data-v-058ed13a] {
  width: 80%;
  height: 32px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-058ed13a 1.5s ease-in-out infinite;
  margin-bottom: 15px;
  border-radius: 8px;
}
.skeleton-button[data-v-058ed13a] {
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-058ed13a 1.5s ease-in-out infinite;
  border-radius: 8px;
}
@keyframes skeleton-loading-058ed13a {
0% {
    background-position: 200% 0;
}
100% {
    background-position: -200% 0;
}
}


.search-results-header[data-v-7bcbb168] {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
}
.search-results-header h2[data-v-7bcbb168] {
  margin-bottom: 10px;
}
.loading-state[data-v-7bcbb168] {
  text-align: center;
  padding: 40px;
}
.loading-state .spinner-border[data-v-7bcbb168] {
  width: 3rem;
  height: 3rem;
  border-width: 0.3em;
}
.not-found[data-v-7bcbb168] {
  text-align: center;
  padding: 40px;
  color: #666;
}
.pagination-wrapper[data-v-7bcbb168] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding: 20px;
}
.page-info[data-v-7bcbb168] {
  font-weight: bold;
}

/* Fix sort controls to fill width */
#sorting-panel .controls-nav[data-v-7bcbb168] {
  width: 100% !important;
  display: table !important;
  table-layout: auto !important;
  float: none !important;
}
#sorting-panel .controls-nav > li[data-v-7bcbb168] {
  display: table-cell !important;
  float: none !important;
  width: auto !important;
  vertical-align: middle;
  text-align: left;
}
#sorting-panel .controls-nav > li[data-v-7bcbb168]:first-child {
  width: 100px;
  padding-right: 10px;
}
#sorting-panel .controls-nav > li > select.form-control[data-v-7bcbb168] {
  width: 100% !important;
  min-width: 180px;
  height: 50px;
  border: none;
  border-radius: 0;
  padding: 0 18px;
}

/* Remove padding from col-xs-24 to align items with sorting bar */
.col-md-18 > .col-xs-24[data-v-7bcbb168] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#sorting-panel.row[data-v-7bcbb168] {
  margin-left: 0;
  margin-right: 0;
}
#sorting-panel .col-xs-24[data-v-7bcbb168] {
  padding-left: 0;
  padding-right: 0;
}

/* Make filter button full width on mobile */
@media (max-width: 768px) {
.items-section .container .row > .col-md-6[data-v-7bcbb168]:first-child {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
}
.mobile-options[data-v-7bcbb168] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.mobile-options .col-xs-12[data-v-7bcbb168] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mobile-options .btn-full-width[data-v-7bcbb168],
  .mobile-options .slide-btn[data-v-7bcbb168] {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    box-sizing: border-box;
}

  /* Ensure sidebar is visible when open on mobile */
#search-sidebar.open[data-v-7bcbb168] {
    max-height: 2000px !important;
    overflow: visible !important;
}
}

/* Filters Modal Styles */
.filters-modal-overlay[data-v-7bcbb168] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10050;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  animation: fadeIn-7bcbb168 0.3s ease;
}
@keyframes fadeIn-7bcbb168 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slideUp-7bcbb168 {
from {
    transform: translateY(100%);
}
to {
    transform: translateY(0);
}
}
.filters-modal[data-v-7bcbb168] {
  background: #fff;
  border-radius: 16px 16px 0 0;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  animation: slideUp-7bcbb168 0.3s ease;
  transform: translateY(0);
}
.filters-modal-close[data-v-7bcbb168] {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.filters-modal-close[data-v-7bcbb168]:hover {
  color: #000;
}
.filters-modal-header[data-v-7bcbb168] {
  padding: 20px 20px 15px 20px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
.filters-modal-header h3[data-v-7bcbb168] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.filters-modal-body[data-v-7bcbb168] {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.filter-section[data-v-7bcbb168] {
  margin-bottom: 25px;
}
.filter-section[data-v-7bcbb168]:last-child {
  margin-bottom: 0;
}
.filter-section h4[data-v-7bcbb168] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}
.filter-section h4 i[data-v-7bcbb168] {
  margin-right: 8px;
  color: #666;
}
.filter-section p[data-v-7bcbb168] {
  margin: 8px 0;
  color: #666;
  font-size: 14px;
}
.filter-section .options-list[data-v-7bcbb168] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-section .options-list li[data-v-7bcbb168] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 0;
}
.filter-section .options-list li span[data-v-7bcbb168] {
  margin-left: 10px;
  color: #333;
  font-size: 14px;
}
.filter-section .price-filter-values[data-v-7bcbb168] {
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
}
.filters-modal-footer[data-v-7bcbb168] {
  display: flex;
  gap: 10px;
  padding: 15px 20px;
  border-top: 1px solid #e0e0e0;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
}
.filters-modal-footer .btn[data-v-7bcbb168] {
  flex: 1;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filters-modal-footer .btn-clear[data-v-7bcbb168] {
  background: #e0e0e0;
  color: #333;
}
.filters-modal-footer .btn-clear[data-v-7bcbb168]:hover {
  background: #d0d0d0;
}
.filters-modal-footer .btn-apply[data-v-7bcbb168] {
  background: var(--button_bg);
  color: var(--button_text);
}
.filters-modal-footer .btn-apply[data-v-7bcbb168]:hover {
  background: var(--button_bg_hover);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


.package-item-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  /* display: flex; */
  flex-direction: column;
  cursor: pointer;
  border-radius: 16px;
  /* border: 1px solid rgba(0, 0, 0, 0.08); */
  /* background: #fff; */
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
.package-item-wrapper {
    margin-left: 0;
    margin-right: 0;
}
}
.package-item-wrapper:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-2px);
}
.search-package-listing {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  background: #fff;
  position: relative;
  display: block;
  border: none;
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* Top Section: Hotel Image + Hotel Info (Horizontal Layout) */
.package-hotel-section {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 100%;
}
.package-hotel-section .box {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  padding: 0;
  height: 100%;
}
.package-hotel-section .h-left {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border-radius: 16px 0 0 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.package-hotel-section .h-left a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.package-hotel-section .h-left .b-img-lazy {
  width: 100% !important;
  height: 100% !important;
  min-height: 200px;
  display: block !important;
  line-height: 0;
}
.package-hotel-section .h-left .b-img-lazy img {
  width: 100% !important;
  height: 100% !important;
  min-height: 200px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  display: block !important;
}
.package-hotel-section .h-right {
  display: table-cell;
  width: 75%;
  vertical-align: top;
  padding: 0;
}
.package-hotel-section .h-right-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 200px;
  padding: 15px 8px 15px 15px;
  padding-right: 0px;
  box-sizing: border-box;
}

/* Use flexbox for proper layout - col-xs-16 takes 2/3, col-xs-8 takes 1/3 */
.search-package-listing .col-xs-16 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  box-sizing: border-box;
}
.search-package-listing .col-xs-8 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  box-sizing: border-box;
}
.search-package-listing .h-excerpt {
  overflow: visible;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 0;
  box-sizing: border-box;
}
.search-package-listing .h-excerpt header {
  overflow: visible;
}

/* Match FlightSearchItems .h-meta styling */
.search-package-listing .h-meta {
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  min-height: 200px;
}
.search-package-listing .h-meta header {
  width: 100%;
  box-sizing: border-box;
}
.search-package-listing .h-meta .content {
  width: 100%;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 1;
  min-height: 0;
  flex-basis: 0;
}

/* Match FlightSearchItems footer styling */
.search-package-listing .h-meta footer {
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-top: auto;
  flex-grow: 0;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

/* Match FlightSearchItems button styling */
.search-package-listing .h-meta .btn-book {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
  line-height: 25px;
  border-radius: 0 !important;
  margin: 0;
  padding: 10px 15px;
  min-width: 0;
  background: var(--button_bg) !important;
  color: var(--button_text) !important;
  border-color: var(--button_bg) !important;
}
.search-package-listing .h-meta .btn-book:hover {
  background: var(--button_bg_hover) !important;
  border-color: var(--button_bg_hover) !important;
}

/* Bottom Section: Flight Details (Full Width) */
.package-flight-section {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 15px 15px;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #f0f0f0;
  display: block;
  visibility: visible;
  overflow: hidden;
  height: auto;
  background: #fafafa;
  border-radius: 0 0 16px 16px;
}
.package-flight-section .flight-segment-group:last-child {
  margin-bottom: 0;
}
.package-flight-section
  .flight-segment-group:last-child
  .flight-segment-summary {
  padding-bottom: 0;
  margin-bottom: 0;
}
.package-flight-section .flight-segment-group:last-child .carrier-info {
  margin-bottom: 0;
  padding-bottom: 0;
}
.flight-details-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1b8fe7;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.flight-details-header i {
  font-size: 16px;
}
.flight-segment-group {
  margin-bottom: 15px;
}
.flight-segment-group:last-child {
  margin-bottom: 0;
}
.segment-type-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #1b8fe7;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.segment-type-label i {
  font-size: 14px;
}
.segment-icon-inbound {
  transform: scaleX(-1);
}
.flight-segment-summary {
  margin-left: 20px;
}
.segment-info {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* Reverse order for return segments */
.segment-info.return-segment {
  flex-direction: row-reverse;
}
.departure-info,
.arrival-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.departure-info .time,
.arrival-info .time {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.departure-info .airport,
.arrival-info .airport {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}
.duration-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 100px;
  flex: 1;
  margin: 0 15px;
}
.plane-timeline {
  position: relative;
  width: 100%;
  max-width: 120px;
  height: 30px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(27, 143, 231, 0.3) 0%,
    rgba(27, 143, 231, 0.6) 50%,
    rgba(27, 143, 231, 0.3) 100%
  );
  top: 50%;
  transform: translateY(-50%);
}
.timeline-plane {
  position: relative;
  color: #1b8fe7;
  font-size: 18px;
  z-index: 2;
  background: #fafafa;
  padding: 0 4px;
}

/* Reverse plane for inbound flights */
.plane-timeline.inbound-flight .timeline-plane {
  transform: scaleX(-1);
}
.package-item-wrapper:hover .timeline-plane {
  animation: planeMove 2s ease-in-out infinite;
}
.package-item-wrapper:hover .inbound-flight .timeline-plane {
  animation: planeMoveReverse 2s ease-in-out infinite;
}
@keyframes planeMove {
0%,
  100% {
    transform: translateX(0);
}
50% {
    transform: translateX(10px);
}
}
@keyframes planeMoveReverse {
0%,
  100% {
    transform: scaleX(-1) translateX(0);
}
50% {
    transform: scaleX(-1) translateX(-10px);
}
}
.duration-info .duration {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.duration-info .stops {
  font-size: 11px;
  color: #999;
}
.carrier-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #666;
  width: 100%;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e0e0e0;
}
.airline-logo {
  width: 60px;
  height: 60px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  flex-shrink: 0;
}
.carrier-code {
  font-weight: bold;
  color: #000;
  font-size: 13px;
}
.carrier-name {
  color: #8d8d8d;
  text-align: right;
  flex: 1;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
  font-size: 12px;
}
.list-item {
  display: inline-block;
}
.list-enter-active,
.list-leave-active {
  transition: all 1s;
}
.list-enter,
.list-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
.package-hotel-section {
    display: block;
    width: 100%;
}
.package-hotel-section .box {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
}
.package-hotel-section .h-left {
    width: 100%;
    height: 2px;
    min-height: 200px;
    border-radius: 16px 16px 0 0;
}
.package-hotel-section .h-right {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 0;
}
.package-hotel-section .h-right-inner {
    display: block;
    width: 100%;
    padding: 0;
}
.search-package-listing .col-xs-16,
  .search-package-listing .col-xs-8 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.search-package-listing .h-excerpt {
    padding: 15px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 15px;
    margin-bottom: 0;
}
.search-package-listing .h-meta {
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 15px;
}
.package-flight-section {
    padding: 15px;
    border-radius: 0 0 16px 16px;
}
.flight-segment-summary {
    margin-left: 0;
}
.segment-info {
    flex-direction: row;
    align-items: stretch;
}
.departure-info,
  .arrival-info {
    align-items: center;
    margin-bottom: 10px;
}
.duration-info {
    margin: 10px 0;
}
.carrier-info {
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 10px;
}
.carrier-name {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 5px;
    max-width: 100%;
    text-align: left;
}
}

/* Match FlightSearch container padding rules */
.col-md-18 > .col-xs-24 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* .search-hotel-listing .package-hotel-section .h-left {
  height: 100% !important;
} */


.package-search-skeleton[data-v-3b2183d8] {
  margin: 0 0 20px 0;
  width: 100%;
}
.skeleton-item[data-v-3b2183d8] {
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
}
.skeleton-package-listing[data-v-3b2183d8] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  position: relative;
  display: block;
  border: none;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

/* Top Section: Hotel Image + Hotel Info (Horizontal Layout) */
.package-hotel-section[data-v-3b2183d8] {
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
.package-hotel-section .box[data-v-3b2183d8] {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  padding: 0;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  position: relative;
  overflow: hidden;
}
.skeleton-hotel-image[data-v-3b2183d8] {
  width: 100%;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  border-radius: 16px 0 0 0;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  display: block;
  overflow: hidden;
}
.package-hotel-section .h-right[data-v-3b2183d8] {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  box-sizing: border-box;
  padding: 15px 8px 15px 15px;
  padding-right: 0px;
  height: auto;
  min-height: 200px;
  border-radius: 0 16px 0 0;
  align-items: stretch;
}

/* Use flexbox for proper layout - col-xs-16 takes 2/3, col-xs-8 takes 1/3 */
.skeleton-package-listing .col-xs-16[data-v-3b2183d8] {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  box-sizing: border-box;
}
.skeleton-package-listing .col-xs-8[data-v-3b2183d8] {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  box-sizing: border-box;
}
.skeleton-package-listing .h-excerpt[data-v-3b2183d8] {
  overflow: visible;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 0;
  box-sizing: border-box;
}
.skeleton-package-listing .h-excerpt header[data-v-3b2183d8] {
  overflow: visible;
}
.skeleton-stars[data-v-3b2183d8] {
  width: 80px;
  height: 16px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  margin-bottom: 10px;
  border-radius: 4px;
}
.skeleton-hotel-title[data-v-3b2183d8] {
  width: 70%;
  height: 24px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  margin-bottom: 10px;
  border-radius: 6px;
}
.skeleton-hotel-address[data-v-3b2183d8] {
  width: 90%;
  height: 16px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  margin-bottom: 20px;
  border-radius: 4px;
}
.skeleton-package-listing .h-meta[data-v-3b2183d8] {
  padding: 15px 15px 15px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 200px;
}
.skeleton-package-listing .h-meta header[data-v-3b2183d8] {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: auto;
}
.skeleton-package-listing .h-meta .content[data-v-3b2183d8] {
  width: 100%;
  padding: 15px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.skeleton-package-listing .h-meta footer[data-v-3b2183d8] {
  width: 100%;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-top: auto;
}
.skeleton-board-badge[data-v-3b2183d8] {
  width: 100px;
  height: 24px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  margin-bottom: 15px;
  border-radius: 4px;
}
.skeleton-price[data-v-3b2183d8] {
  width: 80%;
  height: 32px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  margin-bottom: 5px;
  border-radius: 8px;
}
.skeleton-price-label[data-v-3b2183d8] {
  width: 60%;
  height: 14px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  margin-bottom: 15px;
  border-radius: 4px;
}
.skeleton-button[data-v-3b2183d8] {
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  border-radius: 0;
}

/* Bottom Section: Flight Details (Full Width) */
.package-flight-section[data-v-3b2183d8] {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 15px 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #f0f0f0;
  display: block;
  visibility: visible;
  overflow: visible;
  height: auto;
  background: #fafafa;
  border-radius: 0 0 16px 16px;
}
.package-flight-section .flight-segment-group[data-v-3b2183d8]:last-child {
  margin-bottom: 0;
}
.package-flight-section .flight-segment-group:last-child .flight-segment-summary[data-v-3b2183d8] {
  padding-bottom: 0;
  margin-bottom: 0;
}
.package-flight-section .flight-segment-group:last-child .carrier-info[data-v-3b2183d8] {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.flight-segment-group[data-v-3b2183d8] {
  margin-bottom: 15px;
}
.flight-segment-group[data-v-3b2183d8]:last-child {
  margin-bottom: 0;
}
.skeleton-segment-label[data-v-3b2183d8] {
  width: 80px;
  height: 14px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  margin-bottom: 8px;
  border-radius: 4px;
}
.flight-segment-summary[data-v-3b2183d8] {
  margin-left: 20px;
}
.segment-info[data-v-3b2183d8] {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.departure-info[data-v-3b2183d8],
.arrival-info[data-v-3b2183d8] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.skeleton-time[data-v-3b2183d8] {
  width: 50px;
  height: 18px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  border-radius: 4px;
}
.skeleton-airport[data-v-3b2183d8] {
  width: 40px;
  height: 14px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  border-radius: 4px;
}
.duration-info[data-v-3b2183d8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 100px;
}
.skeleton-duration[data-v-3b2183d8] {
  width: 60px;
  height: 16px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  border-radius: 4px;
}
.skeleton-stops[data-v-3b2183d8] {
  width: 50px;
  height: 12px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  border-radius: 4px;
}
.carrier-info[data-v-3b2183d8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #666;
  width: 100%;
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #e0e0e0;
}
.skeleton-airline-logo[data-v-3b2183d8] {
  width: 60px;
  height: 60px;
  max-height: 60px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  border-radius: 4px;
  margin-right: 10px;
  flex-shrink: 0;
}
.skeleton-carrier-code[data-v-3b2183d8] {
  width: 60px;
  height: 14px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  border-radius: 4px;
  margin-right: 10px;
}
.skeleton-carrier-name[data-v-3b2183d8] {
  width: 150px;
  height: 14px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-3b2183d8 1.5s ease-in-out infinite;
  border-radius: 4px;
  flex: 1;
}
@keyframes skeleton-loading-3b2183d8 {
0% {
    background-position: 200% 0;
}
100% {
    background-position: -200% 0;
}
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
.skeleton-item[data-v-3b2183d8] {
    margin-left: 0;
    margin-right: 0;
}
.package-hotel-section[data-v-3b2183d8] {
    display: block;
    width: 100%;
}
.package-hotel-section .box[data-v-3b2183d8] {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
}
.skeleton-hotel-image[data-v-3b2183d8] {
    width: 100%;
    height: 200px;
    min-height: 200px;
    border-radius: 16px 16px 0 0;
}
.package-hotel-section .h-right[data-v-3b2183d8] {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 0;
}
.skeleton-package-listing .col-xs-16[data-v-3b2183d8],
  .skeleton-package-listing .col-xs-8[data-v-3b2183d8] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.skeleton-package-listing .h-excerpt[data-v-3b2183d8] {
    padding: 15px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 15px;
    margin-bottom: 0;
}
.skeleton-package-listing .h-meta[data-v-3b2183d8] {
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 15px;
}
.package-flight-section[data-v-3b2183d8] {
    padding: 15px 15px 0;
    border-radius: 0 0 16px 16px;
}
.package-flight-section .flight-segment-group:last-child .flight-segment-summary[data-v-3b2183d8] {
    padding-bottom: 15px;
}
.flight-segment-summary[data-v-3b2183d8] {
    margin-left: 0;
}
.segment-info[data-v-3b2183d8] {
    flex-direction: row;
    align-items: stretch;
}
.departure-info[data-v-3b2183d8],
  .arrival-info[data-v-3b2183d8] {
    align-items: center;
    margin-bottom: 10px;
}
.duration-info[data-v-3b2183d8] {
    margin: 10px 0;
}
}

/* Match FlightSearch container padding rules */
.col-md-18 > .col-xs-24[data-v-3b2183d8] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.pagination-wrapper[data-v-4489cf56] {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.not-found[data-v-4489cf56] {
  text-align: center;
  padding: 60px 20px;
}
.not-found h3[data-v-4489cf56] {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.not-found p[data-v-4489cf56] {
  color: #666;
  font-size: 16px;
}


.package-breakdown-section[data-v-12ca1698] {
  margin-top: 13px;
}
.section-title[data-v-12ca1698] {
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.package-component-card[data-v-12ca1698] {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.package-component-card[data-v-12ca1698]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.component-header[data-v-12ca1698] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.component-header h4[data-v-12ca1698] {
  margin: 0;
  color: #333;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.component-price[data-v-12ca1698] {
  font-size: 20px;
  font-weight: bold;
  color: #007bff;
}
.component-price .currency[data-v-12ca1698] {
  margin-right: 5px;
}
.component-details[data-v-12ca1698] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail-row[data-v-12ca1698] {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.detail-row[data-v-12ca1698]:last-child {
  border-bottom: none;
}
.detail-row .label[data-v-12ca1698] {
  color: #666;
  font-weight: 500;
}
.detail-row .value[data-v-12ca1698] {
  color: #333;
}
.text-success[data-v-12ca1698] {
  color: #28a745;
}
.text-danger[data-v-12ca1698] {
  color: #dc3545;
}

/* Flight Details Styles - Same as FlightSearchItems */
.flight-details[data-v-12ca1698] {
  width: 100%;
  margin-top: 15px;
}
.flight-segment-group[data-v-12ca1698] {
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}
.flight-segment-group[data-v-12ca1698]:last-child {
  margin-bottom: 0;
}
.segment-type-label[data-v-12ca1698] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #1b8fe7;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.segment-type-label i[data-v-12ca1698] {
  font-size: 14px;
}
.flight-segment[data-v-12ca1698] {
  margin-bottom: 0;
  padding: 12px;
  background: #fafafa;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
}
.segment-info[data-v-12ca1698] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  width: 100%;
  flex-wrap: wrap;
}
.departure-info[data-v-12ca1698],
.arrival-info[data-v-12ca1698] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  min-width: 80px;
}
.time[data-v-12ca1698] {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
.airport[data-v-12ca1698] {
  font-size: 13px;
  color: #8d8d8d;
  margin-top: 4px;
  line-height: 1.3;
}
.terminal[data-v-12ca1698] {
  font-size: 11px;
  color: #999;
  margin-top: 2px;
}
.duration-info[data-v-12ca1698] {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  margin: 0 15px;
  min-width: 100px;
}
.plane-timeline[data-v-12ca1698] {
  position: relative;
  width: 100%;
  max-width: 120px;
  height: 30px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-line[data-v-12ca1698] {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(27, 143, 231, 0.3) 0%,
    rgba(27, 143, 231, 0.6) 50%,
    rgba(27, 143, 231, 0.3) 100%
  );
  top: 50%;
  transform: translateY(-50%);
}
.timeline-plane[data-v-12ca1698] {
  position: relative;
  color: #1b8fe7;
  font-size: 18px;
  z-index: 2;
  background: #fafafa;
  padding: 0 4px;
}
.plane-timeline.inbound-flight .timeline-plane[data-v-12ca1698] {
  transform: scaleX(-1);
}
.duration[data-v-12ca1698] {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.stops[data-v-12ca1698] {
  font-size: 11px;
  color: #ff9800;
  margin-top: 4px;
  font-weight: 500;
}
.carrier-info[data-v-12ca1698] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #666;
  width: 100%;
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #e0e0e0;
}
.airline-logo[data-v-12ca1698] {
  width: 90px;
  height: 90px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  flex-shrink: 0;
}
.carrier-code[data-v-12ca1698] {
  font-weight: bold;
  color: #000;
}
.carrier-name[data-v-12ca1698] {
  color: #8d8d8d;
  text-align: right;
  flex: 1;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
}
.layover-info[data-v-12ca1698] {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ccc;
  width: 100%;
}
.layover-segment[data-v-12ca1698] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #666;
  margin-top: 5px;
  width: 100%;
}
.layover-segment i[data-v-12ca1698] {
  color: #ff9800;
  font-size: 10px;
}
.layover-time[data-v-12ca1698] {
  margin-left: auto;
  font-weight: bold;
  color: #ff9800;
}
.package-summary-card[data-v-12ca1698] {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.package-summary-card[data-v-12ca1698]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.summary-header[data-v-12ca1698] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.summary-header[data-v-12ca1698]:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.summary-header h4[data-v-12ca1698] {
  margin: 0;
  color: #333;
  font-size: 20px;
}
.total-price[data-v-12ca1698] {
  font-size: 24px;
  font-weight: bold;
  color: #007bff;
}
.summary-breakdown[data-v-12ca1698] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.breakdown-row[data-v-12ca1698] {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 16px;
}
.breakdown-row.total[data-v-12ca1698] {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 15px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 18px;
}
.breakdown-label[data-v-12ca1698] {
  color: #666;
}
.breakdown-value[data-v-12ca1698] {
  color: #333;
  font-weight: 500;
}
.btn-book[data-v-12ca1698]:disabled,
.btn-book-package[data-v-12ca1698]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.summary-details[data-v-12ca1698] {
  margin-top: 0;
}
.cancellation-policy[data-v-12ca1698] {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.policy-header[data-v-12ca1698] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #333;
}
.policy-header i[data-v-12ca1698] {
  color: #666;
}
.policy-text[data-v-12ca1698] {
  margin: 0;
  color: #666;
  font-size: 13px;
}
.btn-book-package[data-v-12ca1698] {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px !important;
  background: var(--button_bg) !important;
  color: var(--button_text) !important;
  border: none !important;
  transition: all 0.2s ease;
}
.btn-book-package[data-v-12ca1698]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.btn-book-package i[data-v-12ca1698] {
  margin-left: 8px;
}

/* Match PackageSearchItems button styling */
.details-right .h-meta .btn-book[data-v-12ca1698] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
  line-height: 25px;
  border-radius: 0 !important;
  margin: 0;
  padding: 10px 15px;
  min-width: 0;
  background: var(--button_bg) !important;
  color: var(--button_text) !important;
  border-color: var(--button_bg) !important;
}
.details-right .h-meta .btn-book[data-v-12ca1698]:hover:not(:disabled) {
  background: var(--button_bg_hover) !important;
  border-color: var(--button_bg_hover) !important;
}


.mm-page {
	background: #fff;
}
.affiliate-2 {
	/*  background: #fff;*/
	background: url(https://travenza.com/assets/img/affiliate/affiliate-bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 400px;
}
.affiliate-2 #main-banner {
	background: #023293;
	color: #fff;
	padding: 120px 0;
}
.affiliate-2 #main-banner header h1 {
	font-size: 32px;
	color: #fff;
}
.affiliate-2 #main-banner header p {
	font-size: 21px;
	line-height: 34px;
	color: #bac1d9;
}
.affiliate-2 #features .affiliate-col {
	padding-top: 75px;
}
.affiliate-2 #features .affiliate-col header {
	font-weight: 600;
	font-size: 21px;
	color: #000;
}
.affiliate-features {
	padding: 0;
	margin: 25px 0 75px;
	list-style: none;
}
.affiliate-features li {
	border: 1px solid #1b8fe7;
	color: #1b8fe7;
	font-size: 22px;
	display: table;
	width: 100%;
	margin-bottom: 25px;
	cursor: pointer;
}
.affiliate-features li:hover {
	background: #1b8fe7;
	color: #Fff;
}
.affiliate-features--icon,
.affiliate-features--caption {
	vertical-align: middle;
	display: table-cell;
}
.affiliate-features--icon {
	background: #1b8fe7;
	width: 95px;
}
.affiliate-features--caption {
	padding: 10px 0 10px 25px;
}
#app-shot {
	min-height: 425px;
}
.parallax-window {
	min-height: 450px;
	background: transparent;
}
.page-section {
	padding: 100px 0;
}
.page-section > header {
	margin-bottom: 50px;
	font-size: 22px;
	color: #8d8d8d;
}
.page-section > header h2 {
	font-size: 32px;
	text-transform: uppercase;
}
.page-section > header p {
	font-size: 22px;
	line-height: 30px;
}
.affiliate-testimonials {
	background: #3280cf;
	color: #fff;
	padding: 75px 0;
	position: relative;
}
.affiliate-testimonials .testimonial-body {
	color: #fff;
	font-style: normal;
	line-height: 26px;
	font-size: 16px;
}
.affiliate-testimonials .item h3 {
	color: #f3cb14;
	font-size: 19px;
	line-height: 22px;
	margin: 0;
}
.affiliate-testimonials .item h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.testimonial-img {
	border-radius: 50%;
	border: 3px solid #fff;
	margin-bottom: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.affiliate-testimonials:before {
	content: "";
	top: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
	background: transparent;
}
@media screen AND (max-width: 992px) {
.affiliate-2 #features .container {
		background: #fff;
}
}
@media screen AND (max-width: 768px) {
.affiliate-2 {
		background-size: 300% auto;
}
}
.aff-section {
	padding: 50px 0;
}
.aff-section header h2 {
	color: #023293;
	font-size: 25px;
}
.aff-section h1 {
	margin-top: 70px;
	font-size: 32px;
	text-transform: uppercase;
}
.aff-section p {
	font-size: 18px;
	color: #8d8d8d;
	line-height: 32px;
}
.aff-section .btn {
	padding: 15px 50px;
}
.aff-section-dark {
	background: #ebeff5;
}
.affiliate-2 .aff-section .affiliate-col {
	padding-top: 75px;
}
.parallax-section-1 {
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('/assets/img/agent/parallax.jpg');
	background-size: cover;
}
.parallax-section {
	background-image: url('/assets/img/agent/parallax-770.jpg');
	background-size: cover;
}
.aff-image-right img,
.aff-image-left img {
	display: inline-block;
}
.aff-image-right {
	text-align: right;
}
.aff-image-left {
	text-align: left;
}
@media screen and (max-width: 767px) {
.aff-image-right,
	.aff-image-left {
		text-align: center;
}
.aff-image-right {
		padding-top: 30px;
}
.aff-image-left {
		padding-bottom: 30px;
}
.affiliate-2 .aff-section .affiliate-col {
		padding-top: 0;
}
}


.intl-phone-input {
  position: relative;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  overflow: visible;
input[type="text"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
}
.intl-phone-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-phone-input .hide {
  display: none;
}
.intl-phone-input .v-hide {
  visibility: hidden;
}
.intl-phone-input .intl-phone-input .intl-phone-input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-phone-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
  overflow: visible;
}
.intl-phone-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
  overflow: visible;
  display: flex;
  align-items: center;
}
.intl-phone-input .selected-flag .iti-flag {
  width: 20px;
  background-size: 5630px 15px;
  background-repeat: no-repeat;
  display: block;
  flex-shrink: 0;
}
.intl-phone-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-phone-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-phone-input .country-list {
  position: absolute;
  z-index: 9999;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  display: block;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 2px;
}
.intl-phone-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-phone-input .country-list .flag-box {
  display: inline-block;
  width: 30px;
  min-width: 30px;
  vertical-align: middle;
  text-align: center;
  flex-shrink: 0;
}
.intl-phone-input .country-list .flag-box .iti-flag {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 20px;
  height: 15px;
  background-size: 5630px 15px;
  background-repeat: no-repeat;
}
@media (max-width: 500px) {
.intl-phone-input .country-list {
    white-space: normal;
}
}
.intl-phone-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-phone-input .country-list .country {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.intl-phone-input .country-list .country:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.intl-phone-input .country-list .country .dial-code {
  color: #666;
  margin-right: 6px;
  min-width: 50px;
  flex-shrink: 0;
}
.intl-phone-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-phone-input .country-list .flag-box,
.intl-phone-input .country-list .country-name,
.intl-phone-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-phone-input .country-list .flag-box {
  margin-right: 6px;
  flex-shrink: 0;
}
.intl-phone-input .country-list .dial-code {
  margin-right: 6px;
  flex-shrink: 0;
  min-width: 50px;
  color: #666;
}
.intl-phone-input .country-list .country-name {
  flex: 1;
  color: #333;
}
.intl-phone-input.allow-dropdown input,
.intl-phone-input.allow-dropdown input[type="text"],
.intl-phone-input.allow-dropdown input[type="tel"],
.intl-phone-input.separate-dial-code input,
.intl-phone-input.separate-dial-code input[type="text"],
.intl-phone-input.separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-phone-input.allow-dropdown .flag-container,
.intl-phone-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-phone-input.allow-dropdown .selected-flag,
.intl-phone-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-phone-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-phone-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-phone-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-phone-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-phone-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-phone-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}
.intl-phone-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-phone-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-phone-input.separate-dial-code.iti-sdc-2 input,
.intl-phone-input.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-phone-input.separate-dial-code.iti-sdc-2 input[type="tel"] {
  padding-left: 66px;
}
.intl-phone-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-2
  input[type="text"],
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-2
  input[type="tel"] {
  padding-left: 76px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-phone-input.separate-dial-code.iti-sdc-3 input,
.intl-phone-input.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-phone-input.separate-dial-code.iti-sdc-3 input[type="tel"] {
  padding-left: 74px;
}
.intl-phone-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-3
  input[type="text"],
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-3
  input[type="tel"] {
  padding-left: 84px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-phone-input.separate-dial-code.iti-sdc-4 input,
.intl-phone-input.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-phone-input.separate-dial-code.iti-sdc-4 input[type="tel"] {
  padding-left: 82px;
}
.intl-phone-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-4
  input[type="text"],
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-4
  input[type="tel"] {
  padding-left: 92px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-phone-input.separate-dial-code.iti-sdc-5 input,
.intl-phone-input.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-phone-input.separate-dial-code.iti-sdc-5 input[type="tel"] {
  padding-left: 90px;
}
.intl-phone-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-5
  input[type="text"],
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-5
  input[type="tel"] {
  padding-left: 100px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-phone-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-phone-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-phone-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-phone-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-phone-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
.iti-flag {
    background-size: 5630px 15px;
}
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
.iti-flag {
  width: 20px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 0px 0;
  background-size: 5630px 15px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
    background-size: 5630px 15px;
}
}
.iti-flag.np {
  background-color: transparent;
}


/* ===============================================
   EMAIL QUOTE PREVIEW
   =============================================== */
.email-quote-preview[data-v-2f9b9e94] {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.email-container-preview[data-v-2f9b9e94] {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(0, 0, 0, 0.04);
  transform: scale(0.85);
  transform-origin: top left;
  margin: -5% 0;
  border-radius: 8px;
}
.email-header-preview[data-v-2f9b9e94] {
  background: linear-gradient(135deg, #7b1fa2 0%, #9c27b0 100%);
  color: white;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.email-logo-preview[data-v-2f9b9e94] {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.email-logo-preview span[data-v-2f9b9e94] {
  font-weight: 400;
}
.email-quote-info-preview[data-v-2f9b9e94] {
  text-align: right;
  font-size: 13px;
  line-height: 1.6;
}
.email-quote-number-preview[data-v-2f9b9e94] {
  font-weight: 600;
  font-size: 14px;
}
.email-hotel-image-container-preview[data-v-2f9b9e94] {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.email-hotel-image-preview[data-v-2f9b9e94] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
.email-discount-badge-preview[data-v-2f9b9e94] {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(46, 204, 113, 0.95);
  color: white;
  padding: 6px 14px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.email-hotel-info-preview[data-v-2f9b9e94] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  padding: 30px 20px 20px;
  color: white;
}
.email-star-rating-preview[data-v-2f9b9e94] {
  display: flex;
  gap: 2px;
  margin-bottom: 8px;
}
.email-star-preview[data-v-2f9b9e94] {
  color: #ffc107;
  font-size: 16px;
}
.email-star-empty-preview[data-v-2f9b9e94] {
  color: rgba(255, 255, 255, 0.3);
}
.email-hotel-name-preview[data-v-2f9b9e94] {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3;
}
.email-hotel-address-preview[data-v-2f9b9e94] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}
.email-show-map-link-preview[data-v-2f9b9e94] {
  color: #64b5f6;
  text-decoration: none;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.email-show-map-link-preview[data-v-2f9b9e94]:before {
  content: "\1F4CD";
  font-size: 12px;
}
.email-content-preview[data-v-2f9b9e94] {
  padding: 30px;
}
.email-section-title-preview[data-v-2f9b9e94] {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}
.email-overview-text-preview[data-v-2f9b9e94] {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 8px;
}
.email-read-more-preview[data-v-2f9b9e94] {
  color: #9c27b0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.email-booking-details-preview[data-v-2f9b9e94] {
  display: flex;
  gap: 24px;
  margin: 25px 0;
  padding: 20px;
  background: #f9fafb;
  border-radius: 6px;
  flex-wrap: wrap;
}
.email-detail-item-preview[data-v-2f9b9e94] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #555;
}
.email-detail-icon-preview[data-v-2f9b9e94] {
  font-size: 16px;
  color: #9c27b0;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}
.email-detail-value-preview[data-v-2f9b9e94] {
  font-weight: 600;
  color: #333;
}
.email-room-card-preview[data-v-2f9b9e94] {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}
.email-room-header-preview[data-v-2f9b9e94] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.email-room-name-preview[data-v-2f9b9e94] {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
.email-room-capacity-preview[data-v-2f9b9e94] {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}
.email-room-amenity-preview[data-v-2f9b9e94] {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}
.email-room-amenity-preview[data-v-2f9b9e94]:before {
  content: "\1F37D\FE0F";
  font-size: 14px;
}
.email-room-price-preview[data-v-2f9b9e94] {
  text-align: right;
}
.email-price-amount-preview[data-v-2f9b9e94] {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.email-price-details-preview[data-v-2f9b9e94] {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}
.email-vat-notice-preview[data-v-2f9b9e94] {
  font-size: 11px;
  color: #999;
}
.email-footer-preview[data-v-2f9b9e94] {
  padding: 30px;
  background: #f9fafb;
  text-align: center;
  border-top: 1px solid #e5e7eb;
  border-radius: 0 0 8px 8px;
}
.email-cta-button-preview[data-v-2f9b9e94] {
  display: inline-block;
  background: #9c27b0;
  color: white;
  padding: 14px 40px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
  transition: background 0.3s ease;
}
.email-cta-button-preview[data-v-2f9b9e94]:hover {
  background: #7b1fa2;
}
.email-footer-text-preview[data-v-2f9b9e94] {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
.email-container-preview[data-v-2f9b9e94] {
    transform: scale(0.75);
    margin: -10% 0;
}
.email-header-preview[data-v-2f9b9e94] {
    flex-direction: column;
    text-align: center;
    gap: 12px;
}
.email-quote-info-preview[data-v-2f9b9e94] {
    text-align: center;
}
.email-booking-details-preview[data-v-2f9b9e94] {
    flex-direction: column;
    gap: 12px;
}
.email-room-header-preview[data-v-2f9b9e94] {
    flex-direction: column;
}
.email-room-price-preview[data-v-2f9b9e94] {
    text-align: left;
    margin-top: 12px;
}
}


.loadingModal {
    transform:scale(1);
.modal-background {
      background:rgba(0,0,0,.0);
      animation: fadeIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
.modal {
        background-color:transparent;
        animation: modalFadeIn .5s .8s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
h2,p {
          opacity:0;
          position:relative;
          animation: modalContentFadeIn .5s 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}
.modal-svg {
rect {
            animation: sketchIn .5s .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}
}
}
}
&.out {
      animation: quickScaleDown 0s .5s linear forwards;
.modal-background {
        animation: fadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
.modal {
          animation: modalFadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
h2,p {
            animation: modalContentFadeOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}
.modal-svg {
rect {
              animation: sketchOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}
}
}
}
}
}


/* ===============================================
   PAGE LAYOUT
   =============================================== */
.mm-page {
  background: #fff;
}
.affiliate-2 {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

/* ===============================================
   MAIN BANNER
   =============================================== */
/* Sticky Header - always visible */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(135deg, #023293 0%, #0348a8 100%);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;
}
.sticky-header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sticky-logo {
  height: 32px;
  display: flex;
  align-items: baseline;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.sticky-logo .logo-text {
  color: #fff;
}
.sticky-logo .logo-dot {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 12px;
}
.sticky-header .btn-primary {
  background: linear-gradient(135deg, #f3cb14 0%, #e6b800 100%) !important;
  border: none !important;
  color: #023293 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 10px 24px !important;
  border-radius: 8px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(243, 203, 20, 0.3);
}
.sticky-header .btn-primary:hover {
  background: linear-gradient(135deg, #ffe033 0%, #f3cb14 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(243, 203, 20, 0.4);
}

/* Hero logo */
.header-logo {
  position: absolute;
  top: 24px;
  left: 32px;
  z-index: 100;
  display: flex;
  align-items: baseline;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}
.header-logo .logo-text {
  color: #fff;
}
.header-logo .logo-dot {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 14px;
}
.affiliate-2 #main-banner {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: linear-gradient(135deg, #023293 0%, #0348a8 100%);
  color: #fff;
  padding: 100px 0 140px;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
.affiliate-2 #main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      ellipse 80% 50% at 20% 40%,
      rgba(255, 255, 255, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse 60% 40% at 80% 60%,
      rgba(255, 255, 255, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}
.affiliate-2 #main-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.3;
}
.affiliate-2 #main-banner header {
  position: relative;
  z-index: 1;
}
.affiliate-2 #main-banner header h1 {
  font-size: 52px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.15;
  letter-spacing: -1px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.affiliate-2 #main-banner header p {
  font-size: 21px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
.affiliate-2 #main-banner .btn-primary {
  background: linear-gradient(135deg, #f3cb14 0%, #e6b800 100%);
  border: none;
  color: #023293;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 40px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(243, 203, 20, 0.3), 0 2px 8px rgba(0, 0, 0, 0.1);
  text-transform: none;
  letter-spacing: 0.3px;
}
.affiliate-2 #main-banner .btn-primary:hover {
  background: linear-gradient(135deg, #ffe033 0%, #f3cb14 100%);
  color: #023293;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(243, 203, 20, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
}
.affiliate-2 #main-banner .btn-primary:focus,
.affiliate-2 #main-banner .btn-primary:active,
.affiliate-2 #main-banner .btn-primary:focus:active {
  color: #023293;
  background: linear-gradient(135deg, #f3cb14 0%, #e6b800 100%);
  outline: none;
  box-shadow: 0 0 0 4px rgba(243, 203, 20, 0.3),
    0 4px 20px rgba(243, 203, 20, 0.3);
}

/* ===============================================
   FEATURES SECTION
   =============================================== */
.affiliate-2 #features .affiliate-col {
  padding-top: 0;
}
.affiliate-2 #features .affiliate-col header {
  font-weight: 700;
  font-size: 32px;
  color: #023293;
  margin-bottom: 15px;
}
.affiliate-2 #features .affiliate-col p {
  font-size: 17px;
  color: #5a5a5a;
  line-height: 1.8;
}
.aff-section {
  padding: 100px 0;
  margin: 0;
  position: relative;
  z-index: 5;
  background: #ffffff;
}
.aff-section header {
  margin-bottom: 24px;
}
.aff-section header h2 {
  color: #0a1628;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

/* Gradient text only for light background sections */
.aff-section:not(.signup-section) header h2 {
  background: linear-gradient(135deg, #023293 0%, #0348a8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.aff-section p {
  font-size: 18px;
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 0;
}
.aff-section-dark {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  margin: 0;
}

/* Reduce padding for email quote section */
.email-quote-section {
  padding-bottom: 40px !important;
}

/* Remove white lines between sections and parallax */
.parallax-section-add-hotel:first-of-type {
  margin-top: 0;
}
.parallax-section-add-hotel + .aff-section,
.aff-section + .parallax-section-add-hotel {
  margin-top: 0;
}
.page-section.aff-section {
  margin: 0;
  margin-top: 0;
  padding-bottom: 150px;
}
.page-section.aff-section.signup-section {
  padding-bottom: 40px;
}
.signup-section #ta-signup-form {
  margin-bottom: 0;
}
.signup-section .row.clearfix {
  margin-bottom: 0;
}

/* Remove border-top from sections that come before parallax */
.aff-section-dark + .parallax-section-add-hotel {
  border-top: none;
}

/* Remove border-bottom from sections that come after parallax */
.parallax-section-add-hotel + .aff-section-dark {
  border-top: none;
}

/* Remove border from main banner if it's before parallax */
#main-banner + .parallax-section-add-hotel {
  margin-top: 0;
}
.affiliate-2 .aff-section .affiliate-col {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.affiliate-2 .aff-section .affiliate-col header {
  margin-bottom: 20px;
}

/* ===============================================
   MODERN SECTION ENHANCEMENTS
   =============================================== */

/* Section Label */
.section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #023293;
  background: linear-gradient(
    135deg,
    rgba(2, 50, 147, 0.1) 0%,
    rgba(3, 72, 168, 0.1) 100%
  );
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
  border: 1px solid rgba(2, 50, 147, 0.15);
}

/* Lead Text */
.lead-text {
  font-size: 18px !important;
  color: #4a5568 !important;
  line-height: 1.8 !important;
  margin-bottom: 30px !important;
  font-weight: 400;
}

/* Modern Image Container */
.modern-image-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  padding: 4px;
}
.modern-image-container:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2), 0 12px 35px rgba(0, 0, 0, 0.15);
}
.modern-feature-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.modern-image-container:hover .modern-feature-image {
  transform: scale(1.05);
}
.image-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(2, 50, 147, 0.05) 0%,
    rgba(3, 72, 168, 0.1) 100%
  );
  pointer-events: none;
  border-radius: 12px;
  z-index: 1;
}

/* Floating Badge */
.floating-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 10px 16px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 2;
  /* animation: float 3s ease-in-out infinite; */
  border: 1px solid rgba(255, 255, 255, 0.8);
}
@keyframes float {
0%,
  100% {
    transform: translateY(0px);
}
50% {
    transform: translateY(-8px);
}
}
.badge-icon {
  font-size: 18px;
  line-height: 1;
}
.badge-text {
  font-size: 13px;
  font-weight: 600;
  color: #023293;
  letter-spacing: 0.3px;
}

/* Capabilities Grid */
.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.capability-card {
  padding: 28px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.capability-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f3cb14 0%, #e6b800 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.capability-card:hover::before {
  transform: scaleX(1);
}
.capability-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border-color: rgba(243, 203, 20, 0.3);
}
.capability-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--button_bg);
  border-radius: 14px;
  color: #023293;
  margin-bottom: 16px;
  transition: all 0.3s ease;
  border: 2px solid rgba(2, 50, 147, 0.1);
}
.capability-card:hover .capability-icon {
  background: linear-gradient(135deg, #023293 0%, #0348a8 100%);
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(2, 50, 147, 0.3);
}
.capability-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 2;
}
.capability-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #023293;
  margin-bottom: 10px;
  line-height: 1.3;
}
.capability-card p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

/* ===============================================
   IMAGES
   =============================================== */
.aff-image-right img,
.aff-image-left img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.aff-image-right img:hover,
.aff-image-left img:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}
.aff-image-right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.aff-image-left {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.aff-image-left .email-quote-preview {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aff-image-left .email-quote-preview .email-container-preview {
  max-height: 600px;
  overflow: hidden;
  position: relative;
  margin-bottom: -50px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  transform-origin: center center !important;
}
.aff-image-left .email-quote-preview .email-footer-preview {
  display: none;
}
.aff-image-left .email-quote-preview .email-container-preview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent 0%, #f5f7fa 100%);
  pointer-events: none;
  z-index: 1;
}
.aff-image-right .email-quote-preview {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aff-image-right .email-quote-preview .email-container-preview {
  max-height: 600px;
  overflow: hidden;
  position: relative;
  margin-bottom: -50px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  transform-origin: center center !important;
}
.aff-image-right .email-quote-preview .email-footer-preview {
  display: none;
}
.aff-image-right .email-quote-preview .email-container-preview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent 0%, #f5f7fa 100%);
  pointer-events: none;
  z-index: 1;
}

/* Reservation Management Image Fade Effect */
.reservation-image-container {
  position: relative;
}
.reservation-image-wrapper {
  max-height: 600px;
  overflow: hidden;
  position: relative;
  margin-bottom: -50px;
  border-radius: 12px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.reservation-image-wrapper .modern-feature-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.reservation-image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent 0%, #fff 100%);
  pointer-events: none;
  z-index: 1;
}
.aff-section:not(.aff-section-dark) .reservation-image-wrapper::after {
  background: linear-gradient(to bottom, transparent 0%, #fff 100%);
}
.aff-section-dark .reservation-image-wrapper::after {
  background: linear-gradient(to bottom, transparent 0%, #f5f7fa 100%);
}

/* ===============================================
   PRICING CARD
   =============================================== */
.pricing-card {
  display: flex;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.12), 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.pricing-card-left {
  flex: 1;
  padding: 55px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(135deg, #023293 0%, #0348a8 100%);
  color: #fff;
}
.pricing-plan-name {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.pricing-description {
  font-size: 18px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  line-height: 1.8;
  margin-bottom: 30px;
  flex: 1;
}
.pricing-cta {
  align-self: flex-start;
  padding: 16px 36px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 12px;
  background: linear-gradient(135deg, #f3cb14 0%, #e6b800 100%);
  border: none;
  color: #023293;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(243, 203, 20, 0.3);
}
.pricing-cta:hover {
  background: linear-gradient(135deg, #ffe033 0%, #f3cb14 100%);
  color: #023293;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(243, 203, 20, 0.4);
}
.pricing-card-right {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-left: none;
}
.pricing-block {
  flex: 1;
  padding: 45px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}
.pricing-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 40px;
  background: linear-gradient(180deg, #f3cb14 0%, #e6b800 100%);
  border-radius: 2px;
}
.pricing-block:last-child {
  border-bottom: none;
}
.pricing-rate {
  font-size: 36px;
  font-weight: 800;
  color: #023293;
  margin-bottom: 8px;
  line-height: 1.2;
}
.pricing-label {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
}
.pricing-highlight {
  color: #023293;
  font-weight: 700;
}

/* ===============================================
   BEDBANK LOGOS CAROUSEL
   =============================================== */
.bedbank-logos-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  padding: 50px 0;
}
.bedbank-logos-carousel::before,
.bedbank-logos-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}
.bedbank-logos-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
}
.bedbank-logos-carousel::after {
  right: 0;
  background: linear-gradient(-90deg, #ffffff 0%, transparent 100%);
}
.bedbank-logos-track {
  display: flex;
  align-items: center;
  gap: 50px;
  animation: slide 20s linear infinite;
  will-change: transform;
}
.bedbank-logos-track:hover {
  animation-play-state: paused;
}
@keyframes slide {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
.bedbank-logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 35px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 90px;
  min-width: 200px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.bedbank-logo-item:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  border-color: rgba(243, 203, 20, 0.3);
}
.bedbank-logo-item img {
  max-width: 100%;
  max-height: 65px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(30%) opacity(0.85);
  transition: all 0.4s ease;
}
.bedbank-logo-item:hover img {
  filter: grayscale(0%) opacity(1);
}

/* ===============================================
   INTEGRATION LOGOS
   =============================================== */
.integration-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.integration-logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 75px;
  min-width: 150px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.integration-logo-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: rgba(243, 203, 20, 0.25);
}
.integration-logo-item img {
  max-width: 100%;
  max-height: 52px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(20%) opacity(0.9);
  transition: all 0.4s ease;
}
.integration-logo-item:hover img {
  filter: grayscale(0%) opacity(1);
}

/* ===============================================
   TZ IMAGE SECTION
   =============================================== */
.tz-image-section {
  margin: 50px 0;
  padding: 30px;
  position: relative;
}
.tz-image-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 80%;
  background: linear-gradient(
    135deg,
    rgba(2, 50, 147, 0.05) 0%,
    rgba(3, 72, 168, 0.08) 100%
  );
  border-radius: 24px;
  z-index: 0;
}
.tz-feature-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18), 0 12px 35px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  padding: 6px;
}
.tz-feature-image:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.22), 0 18px 45px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* ===============================================
   FEATURE SECTION - Text Left, Image Right
   =============================================== */
.feature-section-with-image {
  position: relative;
  overflow: clip;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
}
.feature-section-with-image:nth-child(odd) {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
}
.feature-section-with-image .feature-row {
  display: flex;
  align-items: stretch;
  min-height: 600px;
  width: 100%;
  max-width: 100%;
}
.feature-section-reversed .feature-row {
  flex-direction: row-reverse;
}
.affiliate-col-immersive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 500px;
  padding: 60px 50px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  z-index: 1;
}
.affiliate-col-immersive header h2 {
  color: #023293;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
  background: linear-gradient(135deg, #023293 0%, #0348a8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.affiliate-col-immersive p {
  color: #4a5568;
  font-size: 18px;
  line-height: 1.8;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}
.affiliate-col-immersive .lead-text {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 18px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}
.feature-image-column {
  position: relative;
  padding: 40px;
  width: 100%;
  min-width: 700px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.feature-image-column .feature-image {
  width: 100%;
  height: auto;
  max-height: 520px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2), 0 10px 25px rgba(0, 0, 0, 0.12);
  background: #1a1f2e;
  border: 3px solid rgba(255, 255, 255, 0.1);
}
.feature-section-reversed .feature-image-column .feature-image {
  -o-object-position: center;
     object-position: center;
}

/* Feature image wrapper */
.feature-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Feature section decoration */
.feature-section-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.feature-section-decoration::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(
    ellipse at center,
    rgba(2, 50, 147, 0.03) 0%,
    transparent 70%
  );
  transform: rotate(-15deg);
}
.feature-section-decoration::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 40%;
  height: 150%;
  background: radial-gradient(
    ellipse at center,
    rgba(243, 203, 20, 0.04) 0%,
    transparent 70%
  );
  transform: rotate(15deg);
}

/* Feature badge */
.feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(
    135deg,
    rgba(2, 50, 147, 0.08) 0%,
    rgba(3, 72, 168, 0.12) 100%
  );
  color: #023293;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  border: 1px solid rgba(2, 50, 147, 0.1);
}
.feature-badge svg {
  stroke: #023293;
}

/* ===============================================
   HERO PRODUCT BADGES
   =============================================== */
.hero-product-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0 50px 0;
  flex-wrap: wrap;
}
.product-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.product-badge:hover {
  background: rgba(243, 203, 20, 0.2);
  border-color: rgba(243, 203, 20, 0.4);
  transform: translateY(-2px);
}
.product-badge svg {
  opacity: 0.9;
}

/* ===============================================
   PRODUCT SHOWCASE SECTIONS
   =============================================== */
.product-showcase-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.product-showcase-section.hotels-showcase {
  background: linear-gradient(180deg, #023293 0%, #01245a 100%);
}
.hotels-showcase .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.hotels-showcase header h2 {
  color: #f3cb14 !important;
  -webkit-text-fill-color: #f3cb14 !important;
}
.hotels-showcase .product-feature {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.hotels-showcase .feature-icon-sm {
  background: var(--button_bg);
}
.hotels-showcase .feature-icon-sm svg {
  stroke: #023293;
}
.hotels-showcase .product-feature:hover .feature-icon-sm svg {
  stroke: #fff;
}
.hotels-showcase .product-feature h4 {
  color: #fff;
}
.hotels-showcase .product-feature p {
  color: rgba(255, 255, 255, 0.7);
}
.product-icon.hotels-icon {
  background: linear-gradient(135deg, #f3cb14 0%, #e5b800 100%);
  color: #023293;
}

/* Hotel Card Demo */
.hotel-card-demo {
  padding: 0;
}
.hotel-listing-demo {
  display: flex;
  align-items: stretch;
  min-height: 200px;
}
.hotel-image-left {
  width: 280px;
  min-height: 200px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
}
.hotel-image-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-stars-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #f3cb14 0%, #e5b800 100%);
  color: #023293;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
}
.hotel-content-middle {
  flex: 1;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.hotel-content-middle h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 10px 0;
}
.hotel-address {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 15px 0;
}
.hotel-address i {
  color: #023293;
  margin-right: 6px;
}
.hotel-amenities {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.hotel-amenities span {
  font-size: 13px;
  color: #6b7280;
}
.hotel-amenities i {
  color: #023293;
  margin-right: 5px;
}
.show-map-link {
  font-size: 14px;
  color: #023293;
  text-decoration: none;
  font-weight: 500;
}
.show-map-link:hover {
  text-decoration: underline;
}
.hotel-price-right {
  width: 180px;
  padding: 25px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0 16px 16px 0;
}
.board-badge {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.hotel-price-right .price-block {
  margin-bottom: 5px;
}
.hotel-price-right .currency {
  font-size: 14px;
  color: #6b7280;
  margin-right: 4px;
}
.hotel-price-right .amount {
  font-size: 32px;
  font-weight: 800;
  color: #023293;
}
.nights-label {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 15px;
}
.product-showcase-section.flights-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f0f5ff 100%);
}
.product-showcase-section.holidays-showcase {
  background: linear-gradient(180deg, #023293 0%, #01245a 100%);
}
.product-section-header {
  margin-bottom: 50px;
}
.product-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-icon.flights-icon {
  background: linear-gradient(135deg, #023293 0%, #0348a8 100%);
  color: #fff;
}
.product-icon.holidays-icon {
  background: linear-gradient(135deg, #f3cb14 0%, #e5b800 100%);
  color: #023293;
}
.section-subtitle {
  font-size: 18px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}
.holidays-showcase .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.holidays-showcase header h2 {
  color: #f3cb14 !important;
  -webkit-text-fill-color: #f3cb14 !important;
}
.holiday-screenshot {
  margin: 30px 0;
}
.holiday-screenshot::before {
  display: none;
}
.holiday-screenshot .tz-feature-image {
  max-width: 900px;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3), 0 12px 35px rgba(0, 0, 0, 0.2);
}
.holidays-showcase .tz-image-section::before {
  display: none;
}

/* Product UI Showcase */
.product-ui-showcase {
  margin: 40px 0;
}
.ui-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.holidays-showcase .ui-card {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  background: transparent;
}

/* Flight Card Demo */
.flight-card-demo {
  display: flex;
  align-items: stretch;
}
.flight-segments-demo {
  flex: 1;
  padding: 30px;
  border-right: 1px solid #e5e7eb;
}
.segment-demo {
  margin-bottom: 25px;
}
.segment-demo:last-child {
  margin-bottom: 0;
}
.segment-label-demo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #023293;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.segment-label-demo.return {
  color: #0348a8;
}
.segment-label-demo i {
  font-size: 11px;
}
.flight-route-demo {
  display: flex;
  align-items: center;
  gap: 20px;
}
.departure-demo,
.arrival-demo {
  text-align: center;
}
.time-demo {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
}
.airport-demo {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  margin-top: 2px;
}
.flight-line-demo {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.flight-line-demo .line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #023293, #0348a8);
  position: relative;
}
.flight-line-demo i {
  font-size: 16px;
  color: #023293;
  margin: 8px 0;
}
.flight-line-demo i.return-plane {
  transform: scaleX(-1);
}
.duration-demo {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}
.direct-demo {
  font-size: 11px;
  color: #10b981;
  font-weight: 600;
  text-transform: uppercase;
}
.carrier-demo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #e5e7eb;
}
.airline-logo-demo {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.carrier-demo span {
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
}
.price-section-demo {
  width: 180px;
  padding: 30px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cabin-demo {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.price-demo {
  margin-bottom: 15px;
}
.price-demo .currency {
  font-size: 14px;
  color: #6b7280;
  margin-right: 4px;
}
.price-demo .amount {
  font-size: 32px;
  font-weight: 800;
  color: #023293;
}
.book-btn-demo {
  background: linear-gradient(135deg, #023293 0%, #0348a8 100%);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.book-btn-demo:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(2, 50, 147, 0.3);
}

/* Package Card Demo */
.package-card-demo {
  display: flex;
  flex-direction: column;
  background: transparent;
}
.package-hotel-demo {
  display: flex;
  padding: 20px;
  gap: 20px;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 16px 16px 0 0;
}
.hotel-image-demo {
  width: 200px;
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.hotel-image-demo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-badge-demo {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #f3cb14 0%, #e5b800 100%);
  color: #023293;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
}
.hotel-info-demo {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 5px;
}
.hotel-info-demo h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px 0;
}
.location-demo {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 12px 0;
}
.location-demo i {
  color: #023293;
  margin-right: 6px;
}
.amenities-demo {
  display: flex;
  gap: 16px;
}
.amenities-demo span {
  font-size: 12px;
  color: #6b7280;
}
.amenities-demo i {
  margin-right: 4px;
  color: #023293;
}
.package-flights-demo {
  padding: 20px;
  background: #f8fafc;
  display: flex;
  gap: 40px;
  justify-content: center;
  border-left: none;
  border-right: none;
}
.package-flight-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.flight-direction {
  font-size: 11px;
  font-weight: 600;
  color: #023293;
  text-transform: uppercase;
  min-width: 80px;
}
.flight-direction.return {
  color: #0348a8;
}
.flight-direction i {
  margin-right: 6px;
  font-size: 10px;
}
.flight-details-mini {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flight-details-mini span {
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
}
.mini-line {
  width: 30px;
  height: 2px;
  background: #d1d5db;
}
.flight-details-mini i {
  font-size: 12px;
  color: #023293;
}
.flight-details-mini i.return-plane {
  transform: scaleX(-1);
}
.flight-time-mini {
  font-size: 12px;
  color: #6b7280;
}
.package-price-demo {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #023293 0%, #0348a8 100%);
  border-radius: 0 0 16px 16px;
}
.duration-info-demo {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.duration-info-demo i {
  margin-right: 8px;
}
.price-block-demo {
  text-align: center;
}
.from-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.package-price-demo .price-demo {
  margin-bottom: 0;
}
.package-price-demo .price-demo .currency {
  color: rgba(255, 255, 255, 0.8);
}
.package-price-demo .price-demo .amount {
  color: #fff;
}
.book-btn-demo.package-btn {
  background: linear-gradient(135deg, #f3cb14 0%, #e5b800 100%);
  color: #023293;
}
.book-btn-demo.package-btn:hover {
  box-shadow: 0 8px 20px rgba(243, 203, 20, 0.4);
}

/* Product Features Grid */
.product-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.product-feature {
  text-align: center;
  padding: 25px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.holidays-showcase .product-feature {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.product-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.feature-icon-sm {
  width: 56px;
  height: 56px;
  margin: 0 auto 15px;
  background: var(--button_bg);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(2, 50, 147, 0.1);
  transition: all 0.3s ease;
}
.product-feature:hover .feature-icon-sm {
  background: linear-gradient(135deg, #023293 0%, #0348a8 100%);
  transform: scale(1.1) rotate(5deg);
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(2, 50, 147, 0.3);
}
.product-feature:hover .feature-icon-sm svg {
  stroke: #fff;
}
.holidays-showcase .feature-icon-sm {
  background: var(--button_bg);
}
.feature-icon-sm svg {
  stroke: #023293;
  width: 28px;
  height: 28px;
  stroke-width: 2;
}
.holidays-showcase .feature-icon-sm svg {
  stroke: #023293;
}
.holidays-showcase .product-feature:hover .feature-icon-sm svg {
  stroke: #fff;
}
.product-feature h4 {
  font-size: 18px;
  font-weight: 700;
  color: #023293;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.holidays-showcase .product-feature h4 {
  color: #fff;
}
.product-feature p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}
.holidays-showcase .product-feature p {
  color: rgba(255, 255, 255, 0.7);
}

/* ===============================================
   CUSTOM FOOTER
   =============================================== */
/* Ensure no gap before footer */
.page-wrapper.affiliate-2 + .travenza-footer,
.affiliate-2 ~ .travenza-footer {
  margin-top: 0 !important;
}
.travenza-footer {
  background: #1a1f2e;
  color: #fff;
  padding: 50px 0 30px;
  margin-top: 0 !important;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
}
.footer-logo {
  height: 32px;
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.footer-logo .logo-text {
  color: #fff;
}
.footer-logo .logo-dot {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 12px;
}
.footer-tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.footer-links {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.footer-column {
  min-width: 120px;
}
.footer-column h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 16px 0;
}
.footer-column a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}
.footer-column a:hover {
  color: #f3cb14;
}
.footer-column a i {
  width: 16px;
  margin-right: 8px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  text-align: center;
}
.footer-bottom p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  margin: 0;
}
@media (max-width: 768px) {
.footer-content {
    flex-direction: column;
    gap: 30px;
}
.footer-links {
    gap: 40px;
}
}
@media (max-width: 992px) {
.product-features-grid {
    grid-template-columns: repeat(2, 1fr);
}
.flight-card-demo {
    flex-direction: column;
}
.flight-segments-demo {
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
}
.price-section-demo {
    width: 100%;
}
.hotel-listing-demo {
    flex-direction: column;
}
.hotel-image-left {
    width: 100%;
    height: 200px;
    border-radius: 16px 16px 0 0;
}
.hotel-content-middle {
    padding: 20px;
}
.hotel-price-right {
    width: 100%;
    border-radius: 0 0 16px 16px;
    padding: 20px;
}
.package-hotel-demo {
    flex-direction: column;
}
.hotel-image-demo {
    width: 100%;
    height: 180px;
}
.package-flights-demo {
    flex-direction: column;
    gap: 15px;
}
.package-price-demo {
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
}
@media (max-width: 576px) {
.product-features-grid {
    grid-template-columns: 1fr;
}
.hero-product-badges {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
}
.hero-product-badges .badge-label {
    display: none;
}
.hero-product-badges .product-badge {
    padding: 12px;
    gap: 0;
}
.hero-product-badges .product-badge svg {
    width: 24px;
    height: 24px;
}
.flight-route-demo {
    flex-direction: column;
    gap: 10px;
}
.flight-line-demo {
    flex-direction: row;
    width: 100%;
}
.flight-line-demo .line {
    height: 2px;
    width: 60px;
}
}

/* ===============================================
   PARALLAX SECTIONS
   =============================================== */
.parallax-section-add-hotel {
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.parallax-section-add-hotel .parallax-background {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 130%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  z-index: 1;
  transition: transform 0.1s ease-out;
}
.parallax-section-add-hotel .parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(2, 50, 147, 0.7) 0%,
    rgba(3, 72, 168, 0.6) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  z-index: 2;
}
.parallax-section-add-hotel .parallax-overlay-light {
  background: linear-gradient(
    135deg,
    rgba(2, 50, 147, 0.25) 0%,
    rgba(3, 72, 168, 0.15) 100%
  );
}
.parallax-section-add-hotel .parallax-overlay .container {
  position: relative;
  z-index: 3;
}

/* ===============================================
   SIGNUP FORM
   =============================================== */
#ta-signup-form {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 12px;
  padding: 50px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
#ta-signup-form * {
  box-sizing: border-box;
}
#ta-signup-form .form-group {
  margin-bottom: 25px;
}
#ta-signup-form .form-group > div {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

/* Constrain all nested divs in phone input wrapper */
#ta-signup-form .form-group > div > div {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

/* Allow overflow for phone input dropdown and flag display */
#ta-signup-form .form-group > div:has(.intl-phone-input),
#ta-signup-form .form-group > div > div:has(.intl-phone-input),
#ta-signup-form .icon-field:has(.intl-phone-input) {
  overflow: visible !important;
}

/* Ensure the phone input itself allows overflow for flag */
#ta-signup-form .intl-phone-input {
  overflow: visible !important;
}
#ta-signup-form label {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.3px;
}

/* Base input styling */
#ta-signup-form .form-control,
#ta-signup-form input.form-control,
#ta-signup-form input[type="text"],
#ta-signup-form input[type="email"],
#ta-signup-form input[type="password"],
#ta-signup-form select.form-control,
#ta-signup-form select.country-select,
#ta-signup-form textarea.form-control {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: block !important;
}
#ta-signup-form .form-control:focus,
#ta-signup-form input:focus,
#ta-signup-form select:focus {
  border-color: #023293 !important;
  box-shadow: 0 0 0 3px rgba(2, 50, 147, 0.1) !important;
  outline: none !important;
}

/* Icon field wrapper */
#ta-signup-form .icon-field {
  position: relative !important;
  width: 100% !important;
  display: block !important;
  background: transparent !important;
  background-color: transparent !important;
  height: 48px !important;
  line-height: 48px !important;
}
#ta-signup-form .icon-field .form-control,
#ta-signup-form .icon-field input {
  width: 100% !important;
  height: 48px !important;
  line-height: 1.5 !important;
}

/* Validation icons */
#ta-signup-form .icon-field.success .form-control {
  border-color: #28a745 !important;
  padding-right: 45px !important;
}
#ta-signup-form .icon-field.success::after {
  content: "\F058" !important; /* fa-check-circle */
  font-family: FontAwesome !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important; /* (48px input height - 18px icon height) / 2 = 15px */
  color: #28a745 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  pointer-events: none !important;
  line-height: 18px !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  text-align: center !important;
}
#ta-signup-form .icon-field.error .form-control {
  border-color: #dc3545 !important;
  padding-right: 45px !important;
}
#ta-signup-form .icon-field.error::after {
  content: "\F057" !important; /* fa-times-circle */
  font-family: FontAwesome !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important; /* (48px input height - 18px icon height) / 2 = 15px */
  color: #dc3545 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  pointer-events: none !important;
  line-height: 18px !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  text-align: center !important;
}
#ta-signup-form .text-danger {
  color: #dc3545 !important;
  font-size: 13px !important;
  margin-top: 6px !important;
  margin-bottom: 0 !important;
  display: block !important;
}

/* Phone input - TelInput styling */
#ta-signup-form .intl-phone-input {
  width: 100% !important;
  max-width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
}
#ta-signup-form .intl-phone-input input.form-control {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 16px 12px 56px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background: #fff !important;
  box-sizing: border-box !important;
}
#ta-signup-form .intl-phone-input .flag-container {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  height: 48px !important;
  width: 40px !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  padding-left: 16px !important;
}
#ta-signup-form .intl-phone-input .selected-flag {
  display: flex !important;
  align-items: center !important;
  height: auto !important;
  padding: 0 !important;
  position: static !important;
  width: auto !important;
}
#ta-signup-form .intl-phone-input .selected-flag .iti-flag {
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  display: block !important;
  flex-shrink: 0 !important;
}
#ta-signup-form .intl-phone-input .selected-flag .iti-arrow {
  position: static !important;
  margin: 0 0 0 4px !important;
  transform: none !important;
  top: auto !important;
}
#ta-signup-form .intl-phone-input .country-list {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 1000 !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  margin-top: 4px !important;
  width: 100% !important;
}
#ta-signup-form .intl-phone-input .country-list .country-name {
  color: #333 !important;
}
#ta-signup-form .intl-phone-input .country-list .dial-code {
  color: #666 !important;
}
#ta-signup-form .intl-phone-input {
  overflow: visible !important;
}
#ta-signup-form .icon-field:has(.intl-phone-input),
#ta-signup-form .icon-field .intl-phone-input {
  overflow: visible !important;
}

/* Ensure form-group divs allow overflow for phone input */
#ta-signup-form .form-group .icon-field,
#ta-signup-form .form-group > div:has(.icon-field),
#ta-signup-form .form-group > div > div:has(.intl-phone-input) {
  overflow: visible !important;
}

/* Input group - Custom domain field */
#ta-signup-form .icon-field:has(.input-group) {
  position: relative !important;
  width: 100% !important;
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
}
#ta-signup-form .icon-field .input-group,
#ta-signup-form div.input-group {
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  position: relative !important;
  align-items: stretch !important;
  margin: 0 !important;
  overflow: hidden !important;
}
#ta-signup-form .icon-field .input-group input,
#ta-signup-form .input-group input.form-control,
#ta-signup-form .input-group input[type="text"] {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 16px !important;
  border-radius: 6px 0 0 6px !important;
  border: 1px solid #ddd !important;
  border-right: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  background: #fff !important;
  overflow: hidden !important;
}

/* Fix for .travenza.com addon - ensure full text is visible */
#ta-signup-form .icon-field .input-group-addon,
#ta-signup-form .input-group .input-group-addon,
#ta-signup-form .input-group-addon {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  min-width: 140px !important;
  background: #f5f7fa !important;
  border: 1px solid #ddd !important;
  border-left: none !important;
  border-radius: 0 6px 6px 0 !important;
  white-space: nowrap !important;
  font-size: 15px !important;
  color: #666 !important;
  font-weight: 500 !important;
  line-height: 48px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  overflow: visible !important;
}
#ta-signup-form .input-group input:focus {
  border-color: #023293 !important;
}
#ta-signup-form .input-group input:focus + .input-group-addon {
  border-color: #023293 !important;
}

/* Remove validation icons for input-group */
#ta-signup-form .icon-field:has(.input-group).error::after,
#ta-signup-form .icon-field:has(.input-group).success::after {
  display: none !important;
}
#ta-signup-form .icon-field.error .input-group input {
  border-color: #dc3545 !important;
}
#ta-signup-form .icon-field.error .input-group-addon {
  border-color: #dc3545 !important;
}
#ta-signup-form .icon-field.success .input-group input {
  border-color: #28a745 !important;
}
#ta-signup-form .icon-field.success .input-group-addon {
  border-color: #28a745 !important;
}

/* Country select */
#ta-signup-form select.form-control,
#ta-signup-form select.country-select,
#ta-signup-form select {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 12px 40px 12px 16px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23333' d='M7 10L2 5h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 14px !important;
  cursor: pointer !important;
}

/* Row alignment - only for form rows, not page sections */
#ta-signup-form .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -12px !important;
  margin-right: -12px !important;
}
#ta-signup-form .row > [class*="col-"] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
#ta-signup-form .row > .col-md-12 {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

/* Submit button */
#ta-signup-form .btn-primary,
#ta-signup-form .btn-full-width,
#ta-signup-form #createagent {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  background-color: var(--button_bg) !important;
  border-color: var(--button_bg) !important;
  color: var(--button_text) !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 14px 40px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  transition: background 0.4s !important;
  cursor: pointer !important;
  margin-top: 10px !important;
}
#ta-signup-form #createagent:hover {
  background: var(--button_bg_hover) !important;
  color: var(--button_text) !important;
}
#ta-signup-form #createagent:focus,
#ta-signup-form #createagent:active,
#ta-signup-form #createagent:focus:active {
  color: var(--button_text) !important;
  background: var(--button_bg) !important;
}
#ta-signup-form .btn-default:hover,
#ta-signup-form .btn-full-width:hover {
  background: #0348a8 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(2, 50, 147, 0.4) !important;
}

/* Placeholder and disabled states */
#ta-signup-form ::-moz-placeholder {
  color: #999 !important;
  opacity: 1 !important;
  font-size: 15px !important;
}
#ta-signup-form ::placeholder {
  color: #999 !important;
  opacity: 1 !important;
  font-size: 15px !important;
}
#ta-signup-form .form-control:disabled,
#ta-signup-form input:disabled,
#ta-signup-form select:disabled {
  background-color: #f5f5f5 !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
#ta-signup-form input::-webkit-outer-spin-button,
#ta-signup-form input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
#ta-signup-form input[type="number"] {
  -moz-appearance: textfield !important;
  -webkit-appearance: textfield !important;
          appearance: textfield !important;
}

/* ===============================================
   RESPONSIVE
   =============================================== */
@media screen and (max-width: 1024px) {
.affiliate-2 #main-banner {
    padding: 50px 0 80px;
    padding-top: 50px;
}
.affiliate-2 #main-banner header h1 {
    font-size: 32px;
}
.affiliate-2 #main-banner header p {
    font-size: 18px;
}
.aff-section {
    padding: 60px 0;
}
.aff-section header h2 {
    font-size: 28px;
}
.affiliate-2 .aff-section .affiliate-col {
    margin-bottom: 20px;
}

  /* Modern enhancements tablet */
.section-label {
    font-size: 11px;
    padding: 5px 12px;
}
.capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.lead-text {
    font-size: 16px !important;
}
.modern-image-container {
    margin-bottom: 30px;
}
.floating-badge {
    top: 15px;
    right: 15px;
    padding: 8px 12px;
}
.badge-text {
    font-size: 11px;
}
.capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.capability-card {
    padding: 20px;
}
.capability-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
}
.capability-icon svg {
    width: 24px;
    height: 24px;
}
.capability-card h4 {
    font-size: 16px;
}
.capability-card p {
    font-size: 13px;
}
.parallax-section-add-hotel {
    min-height: 400px;
}
.parallax-section-add-hotel .parallax-overlay {
    padding: 60px 0;
}
.parallax-section-add-hotel h2 {
    font-size: 32px !important;
}
.parallax-section-add-hotel p {
    font-size: 18px !important;
}
#ta-signup-form {
    padding: 40px 30px !important;
}
#ta-signup-form .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 12px !important;
}
#ta-signup-form .row > [class*="col-"]:last-child {
    margin-bottom: 0 !important;
}
#ta-signup-form .row {
    flex-direction: column !important;
}
#ta-signup-form .form-group {
    margin-bottom: 12px !important;
}

  /* Feature section tablet styles - stack on iPad */
.feature-section-with-image .feature-row {
    flex-direction: column;
    min-height: auto;
    padding: 40px 0;
    align-items: center;
}
.affiliate-col-immersive {
    min-width: 800px;
    padding: 20px 15px;
    order: 2;
    text-align: center;
    align-items: center;
}
.affiliate-col-immersive header,
  .affiliate-col-immersive header h2,
  .affiliate-col-immersive p,
  .affiliate-col-immersive .lead-text {
    text-align: center;
}
.feature-image-column {
    min-width: auto;
    min-height: 400px;
    order: 1;
    margin-bottom: 20px;
}
.feature-image-column .feature-image {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
}
@media screen and (max-width: 767px) {
.affiliate-2 {
    background-size: 300% auto;
}
.affiliate-2 #main-banner {
    padding: 40px 0 70px;
    padding-top: 40px;
}
.affiliate-2 #main-banner header h1 {
    font-size: 28px;
}
.affiliate-2 #main-banner header p {
    font-size: 16px;
}
.aff-section {
    padding: 40px 0;
}
.aff-section-dark {
    padding: 40px 0;
}
.aff-section header h2 {
    font-size: 24px;
}
.aff-section p {
    font-size: 16px;
}
.aff-image-right,
  .aff-image-left {
    text-align: center;
    justify-content: center;
}
.aff-image-right {
    padding-top: 10px;
    margin-top: 0;
}
.aff-image-left {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

  /* Email quote section needs more spacing */
.email-quote-section .aff-image-left,
  .email-quote-section .aff-image-right {
    margin-top: 20px;
}
.aff-image-left .email-quote-preview,
  .aff-image-right .email-quote-preview {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.aff-image-left .email-quote-preview .email-container-preview,
  .aff-image-right .email-quote-preview .email-container-preview {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    transform-origin: center center !important;
}
.affiliate-2 .aff-section .affiliate-col {
    padding-top: 0;
    margin-bottom: 10px;
}

  /* Reduce spacing when text is followed by image */
.affiliate-2 .aff-section .affiliate-col + .aff-image-right,
  .affiliate-2 .aff-section .aff-image-left + .affiliate-col {
    margin-top: 0;
}
.email-quote-section {
    padding-bottom: 30px !important;
}

  /* Feature section responsive styles */
.feature-section-with-image .feature-row {
    min-height: auto;
    flex-direction: column;
    padding: 40px 0;
}
.affiliate-col-immersive {
    min-width: auto;
    padding: 20px 15px;
    order: 2;
}
.affiliate-col-immersive header h2 {
    font-size: 28px;
    margin-bottom: 12px;
}
.affiliate-col-immersive .lead-text {
    font-size: 18px;
    margin-bottom: 12px;
}
.affiliate-col-immersive p {
    font-size: 16px;
    line-height: 1.6;
}
.feature-image-column {
    margin-top: 0;
    min-width: auto;
    min-height: 300px;
    order: 1;
    padding: 0;
}
.feature-image-column .feature-image {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
.aff-image-right img,
  .aff-image-left img {
    max-width: 100%;
}
.bedbank-logos-carousel {
    margin-top: 30px;
    padding: 30px 0;
}
.bedbank-logos-track {
    gap: 20px;
    animation-duration: 12s;
}
.bedbank-logo-item {
    min-width: 140px;
    padding: 15px 20px;
    min-height: 70px;
}
.bedbank-logo-item img {
    max-height: 50px;
}
.integration-logos {
    gap: 15px;
    padding: 25px 15px;
}
.integration-logo-item {
    min-width: 120px;
    padding: 12px 18px;
    min-height: 60px;
}
.integration-logo-item img {
    max-height: 45px;
}
.pricing-card {
    flex-direction: column;
    max-width: 100%;
}
.pricing-card-left {
    padding: 40px 30px;
}
.pricing-plan-name {
    font-size: 32px;
}
.pricing-card-right {
    flex: 1;
    border-left: none;
    border-top: 1px solid rgba(2, 50, 147, 0.1);
}
.pricing-block {
    padding: 30px 25px;
}
.pricing-rate {
    font-size: 28px;
}
.parallax-section-add-hotel {
    min-height: 350px;
}
.parallax-section-add-hotel .parallax-overlay {
    padding: 50px 0;
}
.parallax-section-add-hotel h2 {
    font-size: 28px !important;
}
.parallax-section-add-hotel p {
    font-size: 16px !important;
}
#ta-signup-form {
    padding: 35px 25px !important;
}
#ta-signup-form .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 12px !important;
}
#ta-signup-form .row > [class*="col-"]:last-child {
    margin-bottom: 0 !important;
}
#ta-signup-form .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-direction: column !important;
}
#ta-signup-form .form-group {
    margin-bottom: 12px !important;
}
}
@media screen and (max-width: 480px) {
#ta-signup-form {
    padding: 30px 20px !important;
}
#ta-signup-form .form-control,
  #ta-signup-form input,
  #ta-signup-form select {
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
}
#ta-signup-form .input-group,
  #ta-signup-form .input-group input,
  #ta-signup-form .input-group-addon {
    height: 46px !important;
    min-height: 46px !important;
}
#ta-signup-form .vti__wrapper,
  #ta-signup-form .vti__input {
    height: 46px !important;
    min-height: 46px !important;
}
#ta-signup-form .vti__dropdown,
  #ta-signup-form .vti__dropdown-toggle {
    height: 46px !important;
}

  /* Feature section small device responsive */
.feature-section-with-image .feature-row {
    min-height: auto;
    padding: 30px 0;
}
.affiliate-col-immersive {
    padding: 15px 10px;
}
.affiliate-col-immersive header h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.affiliate-col-immersive .lead-text {
    font-size: 17px;
    margin-bottom: 10px;
}
.affiliate-col-immersive p {
    font-size: 15px;
    line-height: 1.5;
}
.feature-image-column {
    min-height: 250px;
}
.feature-image-column .feature-image {
    min-height: 250px;
}
}


div[data-v-6a9aa4e0]:first-child {
  background: #1a1f2e;
}


/*.carousel {*/
/*  max-height: 418px;*/
/*max-width: 570px;*/
/*}*/
/* Since positioning the image, we need to help out the caption */
/*.carousel-caption {*/
/*	z-index: 10;*/
/*}*/
/* Declare heights because of positioning of img element */
.details-carousel {
  position: relative;
}
.details-carousel .carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 425px;
  min-height: 425px;
  max-height: 425px;
  background-color: #000;
  touch-action: pan-y pinch-zoom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
@media screen and (max-width: 768px) {
.details-carousel .carousel-wrapper {
    height: 255px;
    min-height: 255px;
    max-height: 255px;
}
}
.details-carousel .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  padding-bottom: 65px;
  box-sizing: border-box;
}
.details-carousel .carousel-items {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  touch-action: pan-y pinch-zoom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  overflow: hidden;
}
.details-carousel .carousel-items > * {
  will-change: transform;
}
.details-carousel .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 1;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.details-carousel .item.active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Force visibility during transitions */
.details-carousel .slide-enter,
.details-carousel .slide-enter-active,
.details-carousel .slide-enter-to,
.details-carousel .slide-leave,
.details-carousel .slide-leave-active,
.details-carousel .slide-leave-to {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.details-carousel .slide-enter img,
.details-carousel .slide-enter-active img,
.details-carousel .slide-enter-to img,
.details-carousel .slide-leave img,
.details-carousel .slide-leave-active img,
.details-carousel .slide-leave-to img {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.details-carousel .item * {
  opacity: 1 !important;
}
.details-carousel .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  opacity: 1;
  background-color: transparent;
}

/* Vue transition classes for push/slide carousel transitions */
.details-carousel .slide-enter-active {
  transition: transform 0.1s ease-in-out;
  z-index: 3;
  opacity: 1 !important;
  visibility: visible !important;
  background-color: transparent;
  pointer-events: auto;
}
.details-carousel .slide-enter-active img {
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;
}
.details-carousel .slide-leave-active {
  transition: transform 0.1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none;
}
.details-carousel .slide-leave-active img {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Slide next (new from right, old to left) */
.details-carousel .slide-next.slide-enter {
  transform: translateX(100%);
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-next.slide-enter img {
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-next.slide-enter-to {
  transform: translateX(0);
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-next.slide-enter-to img {
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-next.slide-leave {
  transform: translateX(0);
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-next.slide-leave img {
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-next.slide-leave-to {
  transform: translateX(-100%);
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-next.slide-leave-to img {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Slide prev (new from left, old to right) */
.details-carousel .slide-prev.slide-enter {
  transform: translateX(-100%);
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-prev.slide-enter img {
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-prev.slide-enter-to {
  transform: translateX(0);
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-prev.slide-enter-to img {
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-prev.slide-leave {
  transform: translateX(0);
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-prev.slide-leave img {
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-prev.slide-leave-to {
  transform: translateX(100%);
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .slide-prev.slide-leave-to img {
  opacity: 1 !important;
  visibility: visible !important;
}
.details-carousel .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  outline: none;
}
.details-carousel .carousel-control:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.details-carousel .carousel-control:focus {
  outline: none;
  box-shadow: none;
}
.details-carousel .carousel-control i {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-carousel .carousel-control.left {
  left: 20px;
}
.details-carousel .carousel-control.right {
  right: 20px;
}
.details-carousel .carousel-thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 8px;
  z-index: 15;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  align-items: center;
  justify-content: flex-start;
  pointer-events: auto;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  touch-action: pan-x pan-y;
  overscroll-behavior-x: contain;
}
.details-carousel .carousel-thumbnails::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.details-carousel .carousel-thumbnails .thumbnail-item {
  width: 60px;
  height: 45px;
  min-width: 60px;
  min-height: 45px;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  opacity: 0.7;
  flex-shrink: 0;
  flex-grow: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.details-carousel .carousel-thumbnails .thumbnail-item:hover {
  opacity: 0.95;
  transform: scale(1.08);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.details-carousel .carousel-thumbnails .thumbnail-item.active {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1.12);
}
.details-carousel .carousel-thumbnails .thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.trivago-label {
  position: absolute;
  right: 0px;
}
/*@media (min-width: 768px) {*/
/*	.carousel-caption p {*/
/*		margin-bottom: 20px;*/
/*		font-size: 21px;*/
/*		line-height: 1.4;*/
/*	}*/
/*}*/
#room-listings {
  /*padding-top: 50px;*/
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  width: 100%;
}
.room-type-header {
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
}
.room-header-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.room-type-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}
.room-type-title {
  margin: 0;
  color: #1b8fe7;
  font-size: 16px;
  font-weight: 600;
  flex: 1;
}
.btn-collapse-expand {
  background: transparent;
  border: none;
  color: #1b8fe7;
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
.btn-collapse-expand:hover {
  color: #0075cd;
}
.btn-collapse-expand i {
  font-size: 12px;
}
.room-collapsed-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  border-top: 1px solid #e9ecef;
}
.room-rates-container {
  border-top: 1px solid #e9ecef;
  padding-top: 8px;
}
.rates-count {
  font-size: 14px;
  color: #666;
}
.click-to-expand {
  font-size: 13px;
  color: #1b8fe7;
  text-decoration: none;
  font-weight: 500;
}
.click-to-expand:hover {
  color: #0075cd;
  text-decoration: underline;
}
.room-rate-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 20px;
  border-bottom: 1px solid #e9ecef;
  background-color: transparent;
  gap: 15px;
}
.room-rate-item:last-child {
  border-bottom: none;
}
.rate-selection-indicator {
  flex-shrink: 0;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rate-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #1b8fe7;
  background-color: #e3f2fd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.rate-checkbox::after {
  content: "\2713";
  color: #1b8fe7;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}
.rate-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.rate-room-name {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}
.rate-info-line {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
  flex-wrap: wrap;
}
.rate-info {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.board-basis-compact {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.board-basis-compact i {
  font-size: 12px;
}
.separator {
  color: #999;
  margin: 0 4px;
}
.cancellation-compact {
  font-size: 13px;
}
.cancellation-compact .h-success {
  color: #1a981a;
}
.cancellation-compact .h-danger {
  color: #c42323;
}
.rate-price-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.supplier-logo-container-compact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.supplier-logo-inline {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  flex-shrink: 0;
}
.supplier-logo-compact {
  max-width: 60px;
  max-height: 20px;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.h-price-compact {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}

/* Match HotelSearchItems button styling */
.btn-book,
.btn-book-compact {
  background: var(--button_bg) !important;
  color: var(--button_text) !important;
  border-color: var(--button_bg) !important;
}
.btn-book:hover,
.btn-book-compact:hover {
  background: var(--button_bg_hover) !important;
  border-color: var(--button_bg_hover) !important;
}
.btn-book-compact {
  padding: 8px 16px;
  font-size: 14px;
  min-width: 140px;
  position: relative;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.btn-book-compact .book-arrow {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.btn-book-compact:hover .book-arrow {
  transform: translateX(2px);
}
.hotel-room {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
.room-rate-item {
    padding: 12px 15px;
    flex-wrap: wrap;
}
.rate-details {
    flex: 1 1 auto;
    min-width: 0;
}
.rate-info-line {
    flex-wrap: wrap;
    gap: 4px;
    font-size: 12px;
}
.rate-price-action {
    flex-shrink: 0;
}
.supplier-logo-compact {
    max-width: 50px;
    max-height: 18px;
}
.btn-book-compact {
    padding: 7px 14px;
    font-size: 13px;
    min-width: 130px;
    white-space: nowrap;
}
}
@media screen and (max-width: 768px) {
#room-listings {
    gap: 4px;
}
.room-type-header {
    padding: 12px 15px;
}
.room-type-title {
    font-size: 15px;
}
.btn-collapse-expand {
    font-size: 12px;
    padding: 4px 10px;
}
.room-rate-item {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px 15px;
}
.rate-details {
    width: 100%;
}
.rate-info-line {
    width: 100%;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 4px;
    line-height: 1.5;
}
.supplier-logo-inline {
    margin-right: 6px;
}
.supplier-logo-compact {
    max-width: 45px;
    max-height: 16px;
}
.board-basis-compact {
    font-size: 12px;
}
.cancellation-compact {
    font-size: 12px;
}
.rate-price-action {
    width: 100%;
    justify-content: flex-start;
}
.btn-book-compact {
    width: 100%;
    max-width: none;
    padding: 10px 16px;
    font-size: 14px;
    justify-content: center;
}
}
@media screen and (max-width: 480px) {
.room-type-header {
    padding: 10px 12px;
}
.room-type-title {
    font-size: 14px;
}
.room-rate-item {
    padding: 10px 12px;
    gap: 16px;
    padding-bottom: 16px;
}
.rate-info-line {
    font-size: 11px;
    gap: 3px;
}
.supplier-logo-compact {
    max-width: 40px;
    max-height: 14px;
}
.board-basis-compact {
    font-size: 11px;
}
.board-basis-compact i {
    font-size: 10px;
}
.cancellation-compact {
    font-size: 11px;
}
.separator {
    margin: 0 3px;
}
.btn-book-compact {
    font-size: 13px;
    padding: 9px 14px;
}
.rates-count {
    font-size: 12px;
}
.click-to-expand {
    font-size: 12px;
}
}

/* Rates Skeleton Loader */
.rates-skeleton-loader {
  width: 100%;
}
.skeleton-room-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 5px;
}
.skeleton-room-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.skeleton-room-title {
  width: 200px;
  height: 24px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 6px;
}
.skeleton-collapse-btn {
  width: 100px;
  height: 30px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 6px;
}
.skeleton-rate-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
.skeleton-rate-item:last-child {
  border-bottom: none;
}
.skeleton-rate-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.skeleton-logo {
  width: 60px;
  height: 20px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 4px;
}
.skeleton-text-small {
  width: 120px;
  height: 16px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 4px;
}
.skeleton-rate-price-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  min-width: 150px;
}
.skeleton-price {
  width: 80px;
  height: 20px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 4px;
}
.skeleton-button {
  width: 120px;
  height: 36px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 6px;
}
@keyframes skeleton-loading {
0% {
    background-position: 200% 0;
}
100% {
    background-position: -200% 0;
}
}

/* White filter colors */
.filter-row .btn-filter-mobile.btn-primary {
  background-color: #fff !important;
  border-color: #ddd !important;
  color: #333 !important;
}
.filter-row .btn-filter-mobile.btn-primary:hover {
  background-color: #f8f9fa !important;
  border-color: #ccc !important;
  color: #333 !important;
}
.filter-row .btn-filter-mobile.btn-primary:focus,
.filter-row .btn-filter-mobile.btn-primary:active {
  background-color: #f8f9fa !important;
  border-color: #ccc !important;
  color: #333 !important;
}
.filter-row .icon-select-field.filter-field select:focus,
.filter-row .icon-select-field.filter-field .form-select:focus,
.filter-row .icon-select-field.filter-field select.form-control:focus,
.filter-row .icon-select-field.filter-field .custom-select:focus,
.filter-row .icon-select-field.filter-field .b-form-select:focus,
.filter-row .icon-select-field.filter-field .b-form-select select:focus {
  border-color: #ddd !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) !important;
  outline: none !important;
}


.intl-phone-input {
	position:relative;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
input[type="text"] {
		display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
}
.intl-phone-input * {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.intl-phone-input .hide {
	display:none;
}
.intl-phone-input .v-hide {
	visibility:hidden;
}
.intl-phone-input 
.intl-phone-input 
.intl-phone-input  {
	position:relative;
	z-index:0;
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-right:36px;
	margin-right:0;
}
.intl-phone-input .flag-container {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	padding:1px;
}
.intl-phone-input .selected-flag {
	z-index:1;
	position:relative;
	width:36px;
	height:100%;
	padding:0 0 0 8px;
}
.intl-phone-input .selected-flag .iti-flag {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
}
.intl-phone-input .selected-flag .iti-arrow {
	position:absolute;
	top:50%;
	margin-top:-2px;
	right:6px;
	width:0;
	height:0;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	border-top:4px solid #555;
}
.intl-phone-input .selected-flag .iti-arrow.up {
	border-top:none;
	border-bottom:4px solid #555;
}
.intl-phone-input .country-list {
	position:absolute;
	z-index:2;
	list-style:none;
	text-align:left;
	padding:0;
	margin:0 0 0 -1px;
	box-shadow:1px 1px 4px rgba(0,0,0,0.2);
	background-color:white;
	border:1px solid #CCC;
	white-space:nowrap;
	max-height:200px;
	overflow-y:scroll;
}
.intl-phone-input .country-list.dropup {
	bottom:100%;
	margin-bottom:-1px;
}
.intl-phone-input .country-list .flag-box {
	display:inline-block;
	width:20px;
}
@media (max-width: 500px) {
.intl-phone-input .country-list {
		white-space:normal;
}
}
.intl-phone-input .country-list .divider {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #CCC;
}
.intl-phone-input .country-list .country {
	padding:5px 10px;
}
.intl-phone-input .country-list .country .dial-code {
	color:#999;
}
.intl-phone-input .country-list .country.highlight {
	background-color:rgba(0,0,0,0.05);
}
.intl-phone-input .country-list .flag-box,
.intl-phone-input .country-list .country-name,
.intl-phone-input .country-list .dial-code {
	vertical-align:middle;
}
.intl-phone-input .country-list .flag-box,
.intl-phone-input .country-list .country-name {
	margin-right:6px;
}
.intl-phone-input.allow-dropdown input,
.intl-phone-input.allow-dropdown input[type=text],
.intl-phone-input.allow-dropdown input[type=tel],
.intl-phone-input.separate-dial-code input,
.intl-phone-input.separate-dial-code input[type=text],
.intl-phone-input.separate-dial-code input[type=tel] {
	padding-right:6px;
	padding-left:52px;
	margin-left:0;
}
.intl-phone-input.allow-dropdown .flag-container,
.intl-phone-input.separate-dial-code .flag-container {
	right:auto;
	left:0;
}
.intl-phone-input.allow-dropdown .selected-flag,
.intl-phone-input.separate-dial-code .selected-flag {
	width:46px;
}
.intl-phone-input.allow-dropdown .flag-container:hover {
	cursor:pointer;
}
.intl-phone-input.allow-dropdown .flag-container:hover .selected-flag {
	background-color:rgba(0,0,0,0.05);
}
.intl-phone-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-phone-input.allow-dropdown input[readonly]+.flag-container:hover {
	cursor:default;
}
.intl-phone-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-phone-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
	background-color:transparent;
}
.intl-phone-input.separate-dial-code .selected-flag {
	background-color:rgba(0,0,0,0.05);
	display:table;
}
.intl-phone-input.separate-dial-code .selected-dial-code {
	display:table-cell;
	vertical-align:middle;
	padding-left:28px;
}
.intl-phone-input.separate-dial-code.iti-sdc-2 input,
.intl-phone-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-phone-input.separate-dial-code.iti-sdc-2 input[type=tel] {
	padding-left:66px;
}
.intl-phone-input.separate-dial-code.iti-sdc-2 .selected-flag {
	width:60px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
	padding-left:76px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
	width:70px;
}
.intl-phone-input.separate-dial-code.iti-sdc-3 input,
.intl-phone-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-phone-input.separate-dial-code.iti-sdc-3 input[type=tel] {
	padding-left:74px;
}
.intl-phone-input.separate-dial-code.iti-sdc-3 .selected-flag {
	width:68px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
	padding-left:84px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
	width:78px;
}
.intl-phone-input.separate-dial-code.iti-sdc-4 input,
.intl-phone-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-phone-input.separate-dial-code.iti-sdc-4 input[type=tel] {
	padding-left:82px;
}
.intl-phone-input.separate-dial-code.iti-sdc-4 .selected-flag {
	width:76px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
	padding-left:92px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
	width:86px;
}
.intl-phone-input.separate-dial-code.iti-sdc-5 input,
.intl-phone-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-phone-input.separate-dial-code.iti-sdc-5 input[type=tel] {
	padding-left:90px;
}
.intl-phone-input.separate-dial-code.iti-sdc-5 .selected-flag {
	width:84px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
	padding-left:100px;
}
.intl-phone-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
	width:94px;
}
.intl-phone-input.iti-container {
	position:absolute;
	top:-1000px;
	left:-1000px;
	z-index:1060;
	padding:1px;
}
.intl-phone-input.iti-container:hover {
	cursor:pointer;
}
.iti-mobile .intl-phone-input.iti-container {
	top:30px;
	bottom:30px;
	left:30px;
	right:30px;
	position:fixed;
}
.iti-mobile .intl-phone-input .country-list {
	max-height:100%;
	width:100%;
}
.iti-mobile .intl-phone-input .country-list .country {
	padding:10px 10px;
	line-height:1.5em;
}
.iti-flag {
	width:20px;
}
.iti-flag.be {
	width:18px;
}
.iti-flag.ch {
	width:15px;
}
.iti-flag.mc {
	width:19px;
}
.iti-flag.ne {
	width:18px;
}
.iti-flag.np {
	width:13px;
}
.iti-flag.va {
	width:15px;
}
@media only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
.iti-flag {
		background-size:5630px 15px
}
}
.iti-flag.ac {
	height:10px;
	background-position:0px 0px;
}
.iti-flag.ad {
	height:14px;
	background-position:-22px 0px;
}
.iti-flag.ae {
	height:10px;
	background-position:-44px 0px;
}
.iti-flag.af {
	height:14px;
	background-position:-66px 0px;
}
.iti-flag.ag {
	height:14px;
	background-position:-88px 0px;
}
.iti-flag.ai {
	height:10px;
	background-position:-110px 0px;
}
.iti-flag.al {
	height:15px;
	background-position:-132px 0px;
}
.iti-flag.am {
	height:10px;
	background-position:-154px 0px;
}
.iti-flag.ao {
	height:14px;
	background-position:-176px 0px;
}
.iti-flag.aq {
	height:14px;
	background-position:-198px 0px;
}
.iti-flag.ar {
	height:13px;
	background-position:-220px 0px;
}
.iti-flag.as {
	height:10px;
	background-position:-242px 0px;
}
.iti-flag.at {
	height:14px;
	background-position:-264px 0px;
}
.iti-flag.au {
	height:10px;
	background-position:-286px 0px;
}
.iti-flag.aw {
	height:14px;
	background-position:-308px 0px;
}
.iti-flag.ax {
	height:13px;
	background-position:-330px 0px;
}
.iti-flag.az {
	height:10px;
	background-position:-352px 0px;
}
.iti-flag.ba {
	height:10px;
	background-position:-374px 0px;
}
.iti-flag.bb {
	height:14px;
	background-position:-396px 0px;
}
.iti-flag.bd {
	height:12px;
	background-position:-418px 0px;
}
.iti-flag.be {
	height:15px;
	background-position:-440px 0px;
}
.iti-flag.bf {
	height:14px;
	background-position:-460px 0px;
}
.iti-flag.bg {
	height:12px;
	background-position:-482px 0px;
}
.iti-flag.bh {
	height:12px;
	background-position:-504px 0px;
}
.iti-flag.bi {
	height:12px;
	background-position:-526px 0px;
}
.iti-flag.bj {
	height:14px;
	background-position:-548px 0px;
}
.iti-flag.bl {
	height:14px;
	background-position:-570px 0px;
}
.iti-flag.bm {
	height:10px;
	background-position:-592px 0px;
}
.iti-flag.bn {
	height:10px;
	background-position:-614px 0px;
}
.iti-flag.bo {
	height:14px;
	background-position:-636px 0px;
}
.iti-flag.bq {
	height:14px;
	background-position:-658px 0px;
}
.iti-flag.br {
	height:14px;
	background-position:-680px 0px;
}
.iti-flag.bs {
	height:10px;
	background-position:-702px 0px;
}
.iti-flag.bt {
	height:14px;
	background-position:-724px 0px;
}
.iti-flag.bv {
	height:15px;
	background-position:-746px 0px;
}
.iti-flag.bw {
	height:14px;
	background-position:-768px 0px;
}
.iti-flag.by {
	height:10px;
	background-position:-790px 0px;
}
.iti-flag.bz {
	height:14px;
	background-position:-812px 0px;
}
.iti-flag.ca {
	height:10px;
	background-position:-834px 0px;
}
.iti-flag.cc {
	height:10px;
	background-position:-856px 0px;
}
.iti-flag.cd {
	height:15px;
	background-position:-878px 0px;
}
.iti-flag.cf {
	height:14px;
	background-position:-900px 0px;
}
.iti-flag.cg {
	height:14px;
	background-position:-922px 0px;
}
.iti-flag.ch {
	height:15px;
	background-position:-944px 0px;
}
.iti-flag.ci {
	height:14px;
	background-position:-961px 0px;
}
.iti-flag.ck {
	height:10px;
	background-position:-983px 0px;
}
.iti-flag.cl {
	height:14px;
	background-position:-1005px 0px;
}
.iti-flag.cm {
	height:14px;
	background-position:-1027px 0px;
}
.iti-flag.cn {
	height:14px;
	background-position:-1049px 0px;
}
.iti-flag.co {
	height:14px;
	background-position:-1071px 0px;
}
.iti-flag.cp {
	height:14px;
	background-position:-1093px 0px;
}
.iti-flag.cr {
	height:12px;
	background-position:-1115px 0px;
}
.iti-flag.cu {
	height:10px;
	background-position:-1137px 0px;
}
.iti-flag.cv {
	height:12px;
	background-position:-1159px 0px;
}
.iti-flag.cw {
	height:14px;
	background-position:-1181px 0px;
}
.iti-flag.cx {
	height:10px;
	background-position:-1203px 0px;
}
.iti-flag.cy {
	height:13px;
	background-position:-1225px 0px;
}
.iti-flag.cz {
	height:14px;
	background-position:-1247px 0px;
}
.iti-flag.de {
	height:12px;
	background-position:-1269px 0px;
}
.iti-flag.dg {
	height:10px;
	background-position:-1291px 0px;
}
.iti-flag.dj {
	height:14px;
	background-position:-1313px 0px;
}
.iti-flag.dk {
	height:15px;
	background-position:-1335px 0px;
}
.iti-flag.dm {
	height:10px;
	background-position:-1357px 0px;
}
.iti-flag.do {
	height:13px;
	background-position:-1379px 0px;
}
.iti-flag.dz {
	height:14px;
	background-position:-1401px 0px;
}
.iti-flag.ea {
	height:14px;
	background-position:-1423px 0px;
}
.iti-flag.ec {
	height:14px;
	background-position:-1445px 0px;
}
.iti-flag.ee {
	height:13px;
	background-position:-1467px 0px;
}
.iti-flag.eg {
	height:14px;
	background-position:-1489px 0px;
}
.iti-flag.eh {
	height:10px;
	background-position:-1511px 0px;
}
.iti-flag.er {
	height:10px;
	background-position:-1533px 0px;
}
.iti-flag.es {
	height:14px;
	background-position:-1555px 0px;
}
.iti-flag.et {
	height:10px;
	background-position:-1577px 0px;
}
.iti-flag.eu {
	height:14px;
	background-position:-1599px 0px;
}
.iti-flag.fi {
	height:12px;
	background-position:-1621px 0px;
}
.iti-flag.fj {
	height:10px;
	background-position:-1643px 0px;
}
.iti-flag.fk {
	height:10px;
	background-position:-1665px 0px;
}
.iti-flag.fm {
	height:11px;
	background-position:-1687px 0px;
}
.iti-flag.fo {
	height:15px;
	background-position:-1709px 0px;
}
.iti-flag.fr {
	height:14px;
	background-position:-1731px 0px;
}
.iti-flag.ga {
	height:15px;
	background-position:-1753px 0px;
}
.iti-flag.gb {
	height:10px;
	background-position:-1775px 0px;
}
.iti-flag.gd {
	height:12px;
	background-position:-1797px 0px;
}
.iti-flag.ge {
	height:14px;
	background-position:-1819px 0px;
}
.iti-flag.gf {
	height:14px;
	background-position:-1841px 0px;
}
.iti-flag.gg {
	height:14px;
	background-position:-1863px 0px;
}
.iti-flag.gh {
	height:14px;
	background-position:-1885px 0px;
}
.iti-flag.gi {
	height:10px;
	background-position:-1907px 0px;
}
.iti-flag.gl {
	height:14px;
	background-position:-1929px 0px;
}
.iti-flag.gm {
	height:14px;
	background-position:-1951px 0px;
}
.iti-flag.gn {
	height:14px;
	background-position:-1973px 0px;
}
.iti-flag.gp {
	height:14px;
	background-position:-1995px 0px;
}
.iti-flag.gq {
	height:14px;
	background-position:-2017px 0px;
}
.iti-flag.gr {
	height:14px;
	background-position:-2039px 0px;
}
.iti-flag.gs {
	height:10px;
	background-position:-2061px 0px;
}
.iti-flag.gt {
	height:13px;
	background-position:-2083px 0px;
}
.iti-flag.gu {
	height:11px;
	background-position:-2105px 0px;
}
.iti-flag.gw {
	height:10px;
	background-position:-2127px 0px;
}
.iti-flag.gy {
	height:12px;
	background-position:-2149px 0px;
}
.iti-flag.hk {
	height:14px;
	background-position:-2171px 0px;
}
.iti-flag.hm {
	height:10px;
	background-position:-2193px 0px;
}
.iti-flag.hn {
	height:10px;
	background-position:-2215px 0px;
}
.iti-flag.hr {
	height:10px;
	background-position:-2237px 0px;
}
.iti-flag.ht {
	height:12px;
	background-position:-2259px 0px;
}
.iti-flag.hu {
	height:10px;
	background-position:-2281px 0px;
}
.iti-flag.ic {
	height:14px;
	background-position:-2303px 0px;
}
.iti-flag.id {
	height:14px;
	background-position:-2325px 0px;
}
.iti-flag.ie {
	height:10px;
	background-position:-2347px 0px;
}
.iti-flag.il {
	height:15px;
	background-position:-2369px 0px;
}
.iti-flag.im {
	height:10px;
	background-position:-2391px 0px;
}
.iti-flag.in {
	height:14px;
	background-position:-2413px 0px;
}
.iti-flag.io {
	height:10px;
	background-position:-2435px 0px;
}
.iti-flag.iq {
	height:14px;
	background-position:-2457px 0px;
}
.iti-flag.ir {
	height:12px;
	background-position:-2479px 0px;
}
.iti-flag.is {
	height:15px;
	background-position:-2501px 0px;
}
.iti-flag.it {
	height:14px;
	background-position:-2523px 0px;
}
.iti-flag.je {
	height:12px;
	background-position:-2545px 0px;
}
.iti-flag.jm {
	height:10px;
	background-position:-2567px 0px;
}
.iti-flag.jo {
	height:10px;
	background-position:-2589px 0px;
}
.iti-flag.jp {
	height:14px;
	background-position:-2611px 0px;
}
.iti-flag.ke {
	height:14px;
	background-position:-2633px 0px;
}
.iti-flag.kg {
	height:12px;
	background-position:-2655px 0px;
}
.iti-flag.kh {
	height:13px;
	background-position:-2677px 0px;
}
.iti-flag.ki {
	height:10px;
	background-position:-2699px 0px;
}
.iti-flag.km {
	height:12px;
	background-position:-2721px 0px;
}
.iti-flag.kn {
	height:14px;
	background-position:-2743px 0px;
}
.iti-flag.kp {
	height:10px;
	background-position:-2765px 0px;
}
.iti-flag.kr {
	height:14px;
	background-position:-2787px 0px;
}
.iti-flag.kw {
	height:10px;
	background-position:-2809px 0px;
}
.iti-flag.ky {
	height:10px;
	background-position:-2831px 0px;
}
.iti-flag.kz {
	height:10px;
	background-position:-2853px 0px;
}
.iti-flag.la {
	height:14px;
	background-position:-2875px 0px;
}
.iti-flag.lb {
	height:14px;
	background-position:-2897px 0px;
}
.iti-flag.lc {
	height:10px;
	background-position:-2919px 0px;
}
.iti-flag.li {
	height:12px;
	background-position:-2941px 0px;
}
.iti-flag.lk {
	height:10px;
	background-position:-2963px 0px;
}
.iti-flag.lr {
	height:11px;
	background-position:-2985px 0px;
}
.iti-flag.ls {
	height:14px;
	background-position:-3007px 0px;
}
.iti-flag.lt {
	height:12px;
	background-position:-3029px 0px;
}
.iti-flag.lu {
	height:12px;
	background-position:-3051px 0px;
}
.iti-flag.lv {
	height:10px;
	background-position:-3073px 0px;
}
.iti-flag.ly {
	height:10px;
	background-position:-3095px 0px;
}
.iti-flag.ma {
	height:14px;
	background-position:-3117px 0px;
}
.iti-flag.mc {
	height:15px;
	background-position:-3139px 0px;
}
.iti-flag.md {
	height:10px;
	background-position:-3160px 0px;
}
.iti-flag.me {
	height:10px;
	background-position:-3182px 0px;
}
.iti-flag.mf {
	height:14px;
	background-position:-3204px 0px;
}
.iti-flag.mg {
	height:14px;
	background-position:-3226px 0px;
}
.iti-flag.mh {
	height:11px;
	background-position:-3248px 0px;
}
.iti-flag.mk {
	height:10px;
	background-position:-3270px 0px;
}
.iti-flag.ml {
	height:14px;
	background-position:-3292px 0px;
}
.iti-flag.mm {
	height:14px;
	background-position:-3314px 0px;
}
.iti-flag.mn {
	height:10px;
	background-position:-3336px 0px;
}
.iti-flag.mo {
	height:14px;
	background-position:-3358px 0px;
}
.iti-flag.mp {
	height:10px;
	background-position:-3380px 0px;
}
.iti-flag.mq {
	height:14px;
	background-position:-3402px 0px;
}
.iti-flag.mr {
	height:14px;
	background-position:-3424px 0px;
}
.iti-flag.ms {
	height:10px;
	background-position:-3446px 0px;
}
.iti-flag.mt {
	height:14px;
	background-position:-3468px 0px;
}
.iti-flag.mu {
	height:14px;
	background-position:-3490px 0px;
}
.iti-flag.mv {
	height:14px;
	background-position:-3512px 0px;
}
.iti-flag.mw {
	height:14px;
	background-position:-3534px 0px;
}
.iti-flag.mx {
	height:12px;
	background-position:-3556px 0px;
}
.iti-flag.my {
	height:10px;
	background-position:-3578px 0px;
}
.iti-flag.mz {
	height:14px;
	background-position:-3600px 0px;
}
.iti-flag.na {
	height:14px;
	background-position:-3622px 0px;
}
.iti-flag.nc {
	height:10px;
	background-position:-3644px 0px;
}
.iti-flag.ne {
	height:15px;
	background-position:-3666px 0px;
}
.iti-flag.nf {
	height:10px;
	background-position:-3686px 0px;
}
.iti-flag.ng {
	height:10px;
	background-position:-3708px 0px;
}
.iti-flag.ni {
	height:12px;
	background-position:-3730px 0px;
}
.iti-flag.nl {
	height:14px;
	background-position:-3752px 0px;
}
.iti-flag.no {
	height:15px;
	background-position:-3774px 0px;
}
.iti-flag.np {
	height:15px;
	background-position:-3796px 0px;
}
.iti-flag.nr {
	height:10px;
	background-position:-3811px 0px;
}
.iti-flag.nu {
	height:10px;
	background-position:-3833px 0px;
}
.iti-flag.nz {
	height:10px;
	background-position:-3855px 0px;
}
.iti-flag.om {
	height:10px;
	background-position:-3877px 0px;
}
.iti-flag.pa {
	height:14px;
	background-position:-3899px 0px;
}
.iti-flag.pe {
	height:14px;
	background-position:-3921px 0px;
}
.iti-flag.pf {
	height:14px;
	background-position:-3943px 0px;
}
.iti-flag.pg {
	height:15px;
	background-position:-3965px 0px;
}
.iti-flag.ph {
	height:10px;
	background-position:-3987px 0px;
}
.iti-flag.pk {
	height:14px;
	background-position:-4009px 0px;
}
.iti-flag.pl {
	height:13px;
	background-position:-4031px 0px;
}
.iti-flag.pm {
	height:14px;
	background-position:-4053px 0px;
}
.iti-flag.pn {
	height:10px;
	background-position:-4075px 0px;
}
.iti-flag.pr {
	height:14px;
	background-position:-4097px 0px;
}
.iti-flag.ps {
	height:10px;
	background-position:-4119px 0px;
}
.iti-flag.pt {
	height:14px;
	background-position:-4141px 0px;
}
.iti-flag.pw {
	height:13px;
	background-position:-4163px 0px;
}
.iti-flag.py {
	height:11px;
	background-position:-4185px 0px;
}
.iti-flag.qa {
	height:8px;
	background-position:-4207px 0px;
}
.iti-flag.re {
	height:14px;
	background-position:-4229px 0px;
}
.iti-flag.ro {
	height:14px;
	background-position:-4251px 0px;
}
.iti-flag.rs {
	height:14px;
	background-position:-4273px 0px;
}
.iti-flag.ru {
	height:14px;
	background-position:-4295px 0px;
}
.iti-flag.rw {
	height:14px;
	background-position:-4317px 0px;
}
.iti-flag.sa {
	height:14px;
	background-position:-4339px 0px;
}
.iti-flag.sb {
	height:10px;
	background-position:-4361px 0px;
}
.iti-flag.sc {
	height:10px;
	background-position:-4383px 0px;
}
.iti-flag.sd {
	height:10px;
	background-position:-4405px 0px;
}
.iti-flag.se {
	height:13px;
	background-position:-4427px 0px;
}
.iti-flag.sg {
	height:14px;
	background-position:-4449px 0px;
}
.iti-flag.sh {
	height:10px;
	background-position:-4471px 0px;
}
.iti-flag.si {
	height:10px;
	background-position:-4493px 0px;
}
.iti-flag.sj {
	height:15px;
	background-position:-4515px 0px;
}
.iti-flag.sk {
	height:14px;
	background-position:-4537px 0px;
}
.iti-flag.sl {
	height:14px;
	background-position:-4559px 0px;
}
.iti-flag.sm {
	height:15px;
	background-position:-4581px 0px;
}
.iti-flag.sn {
	height:14px;
	background-position:-4603px 0px;
}
.iti-flag.so {
	height:14px;
	background-position:-4625px 0px;
}
.iti-flag.sr {
	height:14px;
	background-position:-4647px 0px;
}
.iti-flag.ss {
	height:10px;
	background-position:-4669px 0px;
}
.iti-flag.st {
	height:10px;
	background-position:-4691px 0px;
}
.iti-flag.sv {
	height:12px;
	background-position:-4713px 0px;
}
.iti-flag.sx {
	height:14px;
	background-position:-4735px 0px;
}
.iti-flag.sy {
	height:14px;
	background-position:-4757px 0px;
}
.iti-flag.sz {
	height:14px;
	background-position:-4779px 0px;
}
.iti-flag.ta {
	height:10px;
	background-position:-4801px 0px;
}
.iti-flag.tc {
	height:10px;
	background-position:-4823px 0px;
}
.iti-flag.td {
	height:14px;
	background-position:-4845px 0px;
}
.iti-flag.tf {
	height:14px;
	background-position:-4867px 0px;
}
.iti-flag.tg {
	height:13px;
	background-position:-4889px 0px;
}
.iti-flag.th {
	height:14px;
	background-position:-4911px 0px;
}
.iti-flag.tj {
	height:10px;
	background-position:-4933px 0px;
}
.iti-flag.tk {
	height:10px;
	background-position:-4955px 0px;
}
.iti-flag.tl {
	height:10px;
	background-position:-4977px 0px;
}
.iti-flag.tm {
	height:14px;
	background-position:-4999px 0px;
}
.iti-flag.tn {
	height:14px;
	background-position:-5021px 0px;
}
.iti-flag.to {
	height:10px;
	background-position:-5043px 0px;
}
.iti-flag.tr {
	height:14px;
	background-position:-5065px 0px;
}
.iti-flag.tt {
	height:12px;
	background-position:-5087px 0px;
}
.iti-flag.tv {
	height:10px;
	background-position:-5109px 0px;
}
.iti-flag.tw {
	height:14px;
	background-position:-5131px 0px;
}
.iti-flag.tz {
	height:14px;
	background-position:-5153px 0px;
}
.iti-flag.ua {
	height:14px;
	background-position:-5175px 0px;
}
.iti-flag.ug {
	height:14px;
	background-position:-5197px 0px;
}
.iti-flag.um {
	height:11px;
	background-position:-5219px 0px;
}
.iti-flag.us {
	height:11px;
	background-position:-5241px 0px;
}
.iti-flag.uy {
	height:14px;
	background-position:-5263px 0px;
}
.iti-flag.uz {
	height:10px;
	background-position:-5285px 0px;
}
.iti-flag.va {
	height:15px;
	background-position:-5307px 0px;
}
.iti-flag.vc {
	height:14px;
	background-position:-5324px 0px;
}
.iti-flag.ve {
	height:14px;
	background-position:-5346px 0px;
}
.iti-flag.vg {
	height:10px;
	background-position:-5368px 0px;
}
.iti-flag.vi {
	height:14px;
	background-position:-5390px 0px;
}
.iti-flag.vn {
	height:14px;
	background-position:-5412px 0px;
}
.iti-flag.vu {
	height:12px;
	background-position:-5434px 0px;
}
.iti-flag.wf {
	height:14px;
	background-position:-5456px 0px;
}
.iti-flag.ws {
	height:10px;
	background-position:-5478px 0px;
}
.iti-flag.xk {
	height:15px;
	background-position:-5500px 0px;
}
.iti-flag.ye {
	height:14px;
	background-position:-5522px 0px;
}
.iti-flag.yt {
	height:14px;
	background-position:-5544px 0px;
}
.iti-flag.za {
	height:14px;
	background-position:-5566px 0px;
}
.iti-flag.zm {
	height:14px;
	background-position:-5588px 0px;
}
.iti-flag.zw {
	height:10px;
	background-position:-5610px 0px;
}
.iti-flag {
	width:20px;
	height:15px;
	box-shadow:0px 0px 1px 0px #888;
	background-image:url("https://raw.githubusercontent.com/MitrophD/vue-phone-input/master/src/img/flags.png");
	background-repeat:no-repeat;
	background-color:#DBDBDB;
	background-position:20px 0;
}
@media only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
.iti-flag {
		background-image:url("https://github.com/MitrophD/vue-phone-input/blob/master/src/img/flags@2x.png?raw=true")
}
}
.iti-flag.np {
	background-color:transparent;
}


#autosuggest__input {
  outline: none;
  position: relative;
  display: block;
  font-family: 'Roboto', 'ge_sslight', sans-serif;
  font-size: 12px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#autosuggest__input.autosuggest__input-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.autosuggest__results-container {
  position: relative;
  width: 100%;
}
.autosuggest__results {
  font-weight: 300;
  margin: 0;
  position: absolute;
  z-index: 10000001;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: white;
  padding: 0px;
}
.autosuggest__results ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.autosuggest__results .autosuggest__results_item {
  cursor: pointer;
  padding: 15px;
  color: black;
}
#autosuggest ul:nth-child(1)>.autosuggest__results_title {
  border-top: none;
}
.autosuggest__results .autosuggest__results_title {
  color: #023293;
  font-family: 'Roboto', 'ge_sslight', sans-serif;
  font-size: 15px;
  margin-left: 0;
  padding: 15px 13px 5px;
  border-top: 1px solid lightgray;
}
/* .autosuggest__results_title {*/
/*   background-image: url(http://www.triptizer.com/wp-content/uploads/2014/11/paris-wide.jpg);*/
/*background-size: 20px 20px;    */
/*background-position: left;*/
/*   background-repeat: no-repeat;*/
/* }*/
.autosuggest__results .autosuggest__results_item:active,
.autosuggest__results .autosuggest__results_item:hover,
.autosuggest__results .autosuggest__results_item:focus,
.autosuggest__results .autosuggest__results_item.autosuggest__results_item-highlighted {
  background-color: #f3f014;
}


/* Hide vue-image-crop-upload modal completely */
.vue-image-crop-upload,
.vue-image-crop-upload-modal,
.vue-image-crop-upload-container,
[class*="vue-image-crop"],
[id*="vue-image-crop"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Company Profile Form - Match Checkout styling */
#company-profile-form .form-control,
#company-profile-form input.form-control,
#company-profile-form input[type="text"],
#company-profile-form input[type="email"],
#company-profile-form input[type="number"],
#company-profile-form textarea.form-control {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: block !important;
  box-sizing: border-box !important;
}
#company-profile-form .form-control:focus,
#company-profile-form input:focus,
#company-profile-form textarea:focus {
  border-color: #023293 !important;
  box-shadow: 0 0 0 3px rgba(2, 50, 147, 0.1) !important;
  outline: none !important;
}

/* Icon field styling */
#company-profile-form .icon-field {
  position: relative !important;
  width: 100% !important;
  display: block !important;
  background: transparent !important;
  background-color: transparent !important;
  height: 48px !important;
  line-height: 48px !important;
}
#company-profile-form .icon-field .form-control,
#company-profile-form .icon-field input {
  width: 100% !important;
  height: 48px !important;
  line-height: 1.5 !important;
}
#company-profile-form .icon-field.success .form-control {
  border-color: #28a745 !important;
  padding-right: 45px !important;
}
#company-profile-form .icon-field.success::after {
  content: "\F058" !important; /* fa-check-circle */
  font-family: FontAwesome !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important; /* (48px input height - 18px icon height) / 2 = 15px */
  color: #28a745 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  pointer-events: none !important;
  line-height: 18px !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  text-align: center !important;
}
#company-profile-form .icon-field.error .form-control {
  border-color: #dc3545 !important;
  padding-right: 45px !important;
}
#company-profile-form .icon-field.error::after {
  content: "\F05C" !important; /* fa-times-circle */
  font-family: FontAwesome !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important;
  color: #dc3545 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  pointer-events: none !important;
  line-height: 18px !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  text-align: center !important;
}

/* Form group spacing */
#company-profile-form .form-group {
  margin-bottom: 20px;
}

/* Country select styling */
#company-profile-form .icon-field select.form-control,
#company-profile-form select.form-control {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 40px 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* Tel input component styling */
#company-profile-form .icon-field .intl-phone-input,
#company-profile-form .intl-phone-input {
  width: 100% !important;
  height: 48px !important;
}
#company-profile-form .intl-phone-input input.form-control {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
}
#company-profile-form .intl-phone-input input.form-control:focus {
  border-color: #023293 !important;
  box-shadow: 0 0 0 3px rgba(2, 50, 147, 0.1) !important;
  outline: none !important;
}


.user-profile-img {
  padding-bottom: 20px;
}

/* Personal Profile Form - Match Checkout styling */
#my-profile-form .form-control,
#my-profile-form input.form-control,
#my-profile-form input[type="text"],
#my-profile-form input[type="email"],
#my-profile-form input[type="number"],
#my-profile-form textarea.form-control {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: block !important;
  box-sizing: border-box !important;
}
#my-profile-form .form-control:focus,
#my-profile-form input:focus,
#my-profile-form textarea:focus {
  border-color: #023293 !important;
  box-shadow: 0 0 0 3px rgba(2, 50, 147, 0.1) !important;
  outline: none !important;
}

/* Icon field styling */
#my-profile-form .icon-field {
  position: relative !important;
  width: 100% !important;
  display: block !important;
  background: transparent !important;
  background-color: transparent !important;
  height: 48px !important;
  line-height: 48px !important;
}
#my-profile-form .icon-field .form-control,
#my-profile-form .icon-field input {
  width: 100% !important;
  height: 48px !important;
  line-height: 1.5 !important;
}
#my-profile-form .icon-field.success .form-control {
  border-color: #28a745 !important;
  padding-right: 45px !important;
}
#my-profile-form .icon-field.success::after {
  content: "\F058" !important; /* fa-check-circle */
  font-family: FontAwesome !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important; /* (48px input height - 18px icon height) / 2 = 15px */
  color: #28a745 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  pointer-events: none !important;
  line-height: 18px !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  text-align: center !important;
}
#my-profile-form .icon-field.error .form-control {
  border-color: #dc3545 !important;
  padding-right: 45px !important;
}
#my-profile-form .icon-field.error::after {
  content: "\F05C" !important; /* fa-times-circle */
  font-family: FontAwesome !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important;
  color: #dc3545 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  pointer-events: none !important;
  line-height: 18px !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  text-align: center !important;
}

/* Form group spacing */
#my-profile-form .form-group {
  margin-bottom: 20px;
}

/* Bootstrap Vue select styling */
#my-profile-form .b-form-select,
#my-profile-form .b-form-select.custom-select {
  width: 100% !important;
  display: block !important;
  margin-bottom: 0 !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}
#my-profile-form .b-form-select select,
#my-profile-form .b-form-select select.custom-select,
#my-profile-form .b-form-select.custom-select select,
#my-profile-form .b-form-select > select {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 40px 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23333' d='M7 10L2 5h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: block !important;
  box-sizing: border-box !important;
  color: #333 !important;
  margin: 0 !important;
}
#my-profile-form .b-form-select.mb-3 {
  margin-bottom: 0 !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}
#my-profile-form .b-form-select.mb-3 select {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 40px 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23333' d='M7 10L2 5h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: block !important;
  box-sizing: border-box !important;
  color: #333 !important;
  margin: 0 !important;
}
#my-profile-form .b-form-select:focus,
#my-profile-form .b-form-select.custom-select:focus,
#my-profile-form .b-form-select select:focus,
#my-profile-form .b-form-select select.custom-select:focus {
  border-color: #023293 !important;
  box-shadow: 0 0 0 3px rgba(2, 50, 147, 0.1) !important;
  outline: none !important;
}
#my-profile-form .b-form-select select {
  color: #333 !important;
}
#my-profile-form .b-form-select select option {
  color: #333 !important;
  padding: 8px 16px !important;
}

/* Tel input component styling */
#my-profile-form .icon-field .intl-phone-input,
#my-profile-form .intl-phone-input {
  width: 100% !important;
  height: 48px !important;
}
#my-profile-form .intl-phone-input input.form-control {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
}
#my-profile-form .intl-phone-input input.form-control:focus {
  border-color: #023293 !important;
  box-shadow: 0 0 0 3px rgba(2, 50, 147, 0.1) !important;
  outline: none !important;
}

/* Disabled input styling */
#my-profile-form .form-control[disabled] {
  background-color: #f5f7fa !important;
  cursor: not-allowed !important;
  opacity: 0.7 !important;
}


/*.StripeElement {*/
/*  width: 300px;*/
/*  border: 1px solid grey;*/
/*}*/
/*.StripeElement.complete {*/
/*  border-color: green;*/
/*}*/
.StripeElement {
	background-color: white;
	padding: 8px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	transition: box-shadow 150ms ease;
}
.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
	border-color: #fa755a;
}
.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}
.cardholder-name {
	background-color: white;
	padding: 8px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	transition: box-shadow 150ms ease;
}
.btn:focus {
	outline: none;
}


.card-item[data-v-415004c5] {
  background-color: #fff;
  padding: 8px 12px;
  margin: 0px 0px 10px 0px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
  transition: box-shadow 150ms ease;
}
.card-item[data-v-415004c5]:hover {
  background-color: #f1f4d4;
  box-shadow: 14 14px 28px 0 rgba(50, 50, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
  transition: box-shadow 150ms ease;
}


      /*
* Plans css has following license
* Copyright (c) 2013 Thibaut Courouble
* http://www.cssflow.com
* Licensed under the MIT License
*
* Sass/SCSS source: https://goo.gl/L5FgX4
* PSD by Benoît Philibert: https://goo.gl/gcFMK1
*/
.plans[data-v-7649de8a] {
       width: 836px;
       margin: 30px auto;
       overflow: hidden;
}
.plan[data-v-7649de8a] {
       float: left;
       width: 250px;
       margin: 20px 2px;
       padding: 15px 25px;
       text-align: center;
       background: white;
       background-clip: padding-box;
       border: 2px solid #e5ded6;
       border-color: rgba(0, 0, 0, 0.1);
       border-radius: 5px;
}
.plan-title[data-v-7649de8a] {
       margin-bottom: 12px;
       font-size: 24px;
       color: #023293;
}
.plan-price[data-v-7649de8a] {
       margin-bottom: 20px;
       line-height: 1;
       font-size: 28px;
       font-weight: bold;
       color: #f3cb14;
}
.plan-unit[data-v-7649de8a] {
       display: block;
       margin-top: 5px;
       font-size: 13px;
       font-weight: normal;
       color: #aaa;
}
.plan-features[data-v-7649de8a] {
       width: 120px;
       margin: 20px auto 15px;
       padding: 15px 0 0 15px;
       border-top: 1px solid #e5ded6;
       text-align: left;
}
.plan-feature[data-v-7649de8a] {
       line-height: 20px;
       font-size: 24px;
       font-weight: 500;
       color: #333;
       width: 150px;
}
.plan-feature + .plan-feature[data-v-7649de8a] {
       margin-top: 5px;
}
.plan-feature-unit[data-v-7649de8a] {
       margin-left: 2px;
       font-size: 16px;
}
.plan-feature-name[data-v-7649de8a] {
       font-size: 13px;
       font-weight: normal;
       color: #aaa;
}
.plan-button[data-v-7649de8a] {
       position: relative;
       display: block;
       line-height: 40px;
       font-size: 16px;
       font-weight: 500;
       color: white;
       text-align: center;
       text-decoration: none;
       text-shadow: 0 1px rgba(0, 0, 0, 0.1);
       background: #f3cb14;
       border-bottom: 2px solid #cf7e3b;
       border-color: rgba(0, 0, 0, 0.15);
       border-radius: 4px;
}
.quarterly-plan-button[data-v-7649de8a] {
       position: relative;
       display: block;
       line-height: 40px;
       font-size: 16px;
       font-weight: 500;
       color: white;
       text-align: center;
       text-decoration: none;
       text-shadow: 0 1px rgba(0, 0, 0, 0.1);
       background: #13bef2;
       border-bottom: 2px solid #cf7e3b;
       border-color: rgba(0, 0, 0, 0.15);
       border-radius: 4px;
}
.plan-button[data-v-7649de8a]:active {
       top: 2px;
       margin-bottom: 2px;
       border-bottom: 0;
}
.plan-highlight[data-v-7649de8a] {
       margin-top: 0;
       margin-bottom: 0;
       padding-left: 15px;
       padding-right: 15px;
       width: 250px;
       border: 4px solid #023293;
}
.plan-highlight .plan-button[data-v-7649de8a] {
       font-size: 18px;
       line-height: 49px;
       background: #023293;
       border-color: #3996b3;
       border-color: rgba(0, 0, 0, 0.15);
}
.plan-recommended[data-v-7649de8a] {
       width: 160px;
       margin: -15px auto 15px;
       padding-bottom: 2px;
       line-height: 22px;
       font-size: 14px;
       font-weight: bold;
       color: white;
       text-shadow: 0 1px rgba(0, 0, 0, 0.05);
       background: #023293;
       border-radius: 0 0 4px 4px;
}


   /*
* Plans css has following license
* Copyright (c) 2013 Thibaut Courouble
* http://www.cssflow.com
* Licensed under the MIT License
*
* Sass/SCSS source: https://goo.gl/L5FgX4
* PSD by Benoît Philibert: https://goo.gl/gcFMK1
*/
.plans[data-v-7f448819] {
       width: 836px;
       margin: 30px auto;
       overflow: hidden;
}
.plan[data-v-7f448819] {
       float: left;
       width: 350px;
       margin: 20px 2px;
       padding: 15px 25px;
       text-align: center;
       background: white;
       background-clip: padding-box;
       border: 2px solid #e5ded6;
       border-color: rgba(0, 0, 0, 0.1);
       border-radius: 5px;
}
.plan-title[data-v-7f448819] {
       margin-bottom: 12px;
       font-size: 24px;
       color: #023293;
}
.plan-price[data-v-7f448819] {
       margin-bottom: 20px;
       line-height: 1;
       font-size: 28px;
       font-weight: bold;
       color: #f3cb14;
}
.plan-unit[data-v-7f448819] {
       display: block;
       margin-top: 5px;
       font-size: 13px;
       font-weight: normal;
       color: #aaa;
}
.plan-features[data-v-7f448819] {
       width: 120px;
       margin: 20px auto 15px;
       padding: 15px 0 0 15px;
       border-top: 1px solid #e5ded6;
       text-align: left;
}
.plan-feature[data-v-7f448819] {
       line-height: 20px;
       font-size: 24px;
       font-weight: 500;
       color: #333;
       width: 150px;
}
.plan-feature + .plan-feature[data-v-7f448819] {
       margin-top: 5px;
}
.plan-feature-unit[data-v-7f448819] {
       margin-left: 2px;
       font-size: 16px;
}
.plan-feature-name[data-v-7f448819] {
       font-size: 13px;
       font-weight: normal;
       color: #aaa;
}
.plan-button[data-v-7f448819] {
       position: relative;
       display: block;
       line-height: 40px;
       font-size: 16px;
       font-weight: 500;
       color: white;
       text-align: center;
       text-decoration: none;
       text-shadow: 0 1px rgba(0, 0, 0, 0.1);
       background: #f3cb14;
       border-bottom: 2px solid #cf7e3b;
       border-color: rgba(0, 0, 0, 0.15);
       border-radius: 4px;
}
.plan-button[data-v-7f448819]:active {
       top: 2px;
       margin-bottom: 2px;
       border-bottom: 0;
}
.plan-highlight[data-v-7f448819] {
       margin-top: 0;
       margin-bottom: 0;
       padding-left: 15px;
       padding-right: 15px;
       width: 350px;
       border: 4px solid #023293;
}
.plan-highlight .plan-button[data-v-7f448819] {
       font-size: 18px;
       line-height: 49px;
       background: #023293;
       border-color: #3996b3;
       border-color: rgba(0, 0, 0, 0.15);
}
.plan-recommended[data-v-7f448819] {
       width: 160px;
       margin: -15px auto 15px;
       padding-bottom: 2px;
       line-height: 22px;
       font-size: 14px;
       font-weight: bold;
       color: white;
       text-shadow: 0 1px rgba(0, 0, 0, 0.05);
       background: #023293;
       border-radius: 0 0 4px 4px;
}
   /** pricing plans */
.card-item[data-v-7f448819] {
       background-color: #fff;
       padding: 8px 12px;
       margin: 0px 0px 10px 0px;
       border-radius: 4px;
       border: 1px solid transparent;
       box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
       transition: box-shadow 150ms ease;
}
.card-item[data-v-7f448819]:hover {
       background-color: #f1f4d4;
       box-shadow: 14 14px 28px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
       transition: box-shadow 150ms ease;
}


.card-item[data-v-4731013f] {
    background-color: #fff;
    padding: 8px 12px;
    margin: 0px 0px 10px 0px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    transition: box-shadow 150ms ease;
}
.card-item[data-v-4731013f]:hover {
    background-color: #f1f4d4;
    box-shadow: 14 14px 28px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    transition: box-shadow 150ms ease;
}


.booked-at-box {
  margin-bottom: 5px;
}
.booked-at-indicator {
  color: blue;
}
.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
/* Danger Ribbon */
.danger-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.danger-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#c90d0d 0%, #990827 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}
.danger-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.danger-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
/* Default Ribbon */
.default-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.default-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#838181 0%, #7a656a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}
.default-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.default-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.booking-list-filter-box {
  background-color: #fcf9fc;
  padding: 8px 5px 0px 5px;
  margin: 5px 5px 10px 0px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 7px 7px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
  transition: box-shadow 150ms ease;
}
.no-reservations-found {
  height: 400px;
  width: 100%;
  margin: 0px auto;
}
.no-reservations-found-text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.no-reservations-found-inner {
  width: 50%;
  margin: 0 auto;
}
.booking-container {
  min-height: 775px;
}
/*.booking-list-items {*/
/*   background-color: #fff;*/
/*      padding: 8px 12px;*/
/*      margin: 0px 0px 10px 0px;*/
/*      border-radius: 4px;*/
/*      border: 1px solid transparent;*/
/*      box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);*/
/*      -webkit-transition: box-shadow 150ms ease;*/
/*      transition: box-shadow 150ms ease;*/
/*}*/
.booking-list-items:hover {
  background-color: #f1f4d4;
  box-shadow: 14 14px 28px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
  transition: box-shadow 150ms ease;
}
.creation-indicator {
  color: #1b8fe7;
}


.card[data-v-0005d936] {
    display: block;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow .25s;
}
.card[data-v-0005d936]:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-card[data-v-0005d936] {
    width: 100%;
    height: 200px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}
.img-card img[data-v-0005d936] {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all .25s ease;
}
.card-content[data-v-0005d936] {
    padding: 15px;
    text-align: left;
}
.card-title[data-v-0005d936] {
    margin-top: 0px;
    font-weight: 700;
    font-size: 1.65em;
}
.card-title a[data-v-0005d936] {
    color: #000;
    text-decoration: none !important;
}
.card-button[data-v-0005d936] {
    border-top: 1px solid #D4D4D4;
}
.card-button[data-v-0005d936] {
    text-decoration: none !important;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase
}


.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
/* Danger Ribbon */
.danger-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.danger-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#c90d0d 0%, #990827 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}
.danger-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.danger-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
/* Default Ribbon */
.default-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.default-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#838181 0%, #7a656a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}
.default-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.default-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.booking-list-filter-box {
  background-color: #fcf9fc;
  padding: 8px 5px 0px 5px;
  margin: 5px 5px 10px 0px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 7px 7px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
  transition: box-shadow 150ms ease;
}
.no-reservations-found {
  height: 400px;
  width: 100%;
  margin: 0px auto;
}
.no-reservations-found-text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.no-reservations-found-inner {
  width: 50%;
  margin: 0 auto;
}
.booking-container {
       min-height: 775px;
}

/*.booking-list-items {*/
/*   background-color: #fff;*/
/*      padding: 8px 12px;*/
/*      margin: 0px 0px 10px 0px;*/
/*      border-radius: 4px;*/
/*      border: 1px solid transparent;*/
/*      box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);*/
/*      -webkit-transition: box-shadow 150ms ease;*/
/*      transition: box-shadow 150ms ease;*/
/*}*/
.booking-list-items:hover {
      background-color: #f1f4d4;
      box-shadow: 14 14px 28px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
      transition: box-shadow 150ms ease;
}
  
  


	/*.stripe-card {*/
	/*  width: 300px;*/
	/*  border: 1px solid grey;*/
	/*}*/
	/*.stripe-card.complete {*/
	/*  border-color: green;*/
	/*}*/
.stripe-card[data-v-965c0d26] {
		background-color: white;
		padding: 8px 12px;
		border-radius: 4px;
		border: 1px solid transparent;
		box-shadow: 0 1px 3px 0 #e6ebf1;
		transition: box-shadow 150ms ease;
}
.stripe-card--focus[data-v-965c0d26] {
		box-shadow: 0 1px 3px 0 #cfd7df;
}
.stripe-card--invalid[data-v-965c0d26] {
		border-color: #fa755a;
}
.stripe-card--webkit-autofill[data-v-965c0d26] {
		background-color: #fefde5 !important;
}
.cardholder-name[data-v-965c0d26] {
		background-color: white;
		padding: 8px 12px;
		border-radius: 4px;
		border: 1px solid transparent;
		box-shadow: 0 1px 3px 0 #e6ebf1;
		transition: box-shadow 150ms ease;
}
.btn[data-v-965c0d26]:focus {
  outline: none;
}


.account-booking-summary-box {
    min-height: 775px;
}
.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
/* Danger Ribbon */
.danger-ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.danger-ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#c90d0d 0%, #990827 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}
.danger-ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.danger-ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
/* Default Ribbon */
.default-ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.default-ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#838181 0%, #7a656a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}
.default-ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.default-ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.card-item,
.name-item {
    background-color: #fff;
    padding: 8px 12px;
    margin: 0px 0px 10px 0px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    transition: box-shadow 150ms ease;
}
.card-item:hover {
    background-color: #f1f4d4;
    box-shadow: 14 14px 28px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    transition: box-shadow 150ms ease;
}
.change-card-link {
    text-decoration: underline;
}


.palette_panel {
      position: relative;
      /*top: 100px;*/
      z-index: 1000;
      opacity: 0;
}
.palette_panel ul {
      padding: 0;
      margin: 0;
      list-style: none;
      overflow: hidden;
}
.palette_menu {
      float: left;
      width: 254px;
      color: #fff;
      background: #f7f9fc; 
      box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}
.palette_menu .segment {
      padding: 10px;
      overflow: hidden;
      text-align: center;
}
.palette_menu .segment p {
      color: #666;
      margin: 7px 0px;
      letter-spacing: 0px;
      font-weight: 400;
}
.palette_menu .segment .page_link {
      background: #FFF;
      border-radius: 2px;
      color: #222222;
      display: block;
      font-weight: 600;
      margin: 10px;
      padding: 3px 10px;
      font-size: 13px;
}
.palette_menu .segment .page_link:hover {
      background: #666;
      color: #fff;
}
.palette_menu h4 {
      font-size: 18px;
      padding: 11px;
      background: #f3cb14;
      line-height: 1;
      color: #fff;
      margin: 0;
      text-align: center;
}
.palette_menu ul.theme li {
      float: left;
}
.palette_menu ul.theme li a {
      display: block;
      margin: 10px;
      line-height: 0px;
      width: 58px;
      height: 35px;
      border-radius: 2px;
}
.color-palette-box {
      display: block;
      margin-bottom: 10px;
      line-height: 1.42857143;
      background-color: #fff;
      border-radius: 2px;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      transition: box-shadow .25s;
}
.color-palette-button {
      border-top: 1px solid #D4D4D4;
      text-decoration: none !important;
      padding: 10px;
      font-weight: 600;
      text-transform: uppercase
}
.color-palette-box:hover {
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.color-palette {
      margin-top: 25px;
}
.edit-colour-scheme {
    z-index: 1000;
}


.palette_panel {
  position: relative;
  /*top: 100px;*/
  z-index: 1000;
  opacity: 0;
}
.palette_panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.palette_menu {
  float: left;
  width: 254px;
  color: #fff;
  background: #f7f9fc;
  box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}
.palette_menu .segment {
  padding: 10px;
  overflow: hidden;
  text-align: center;
}
.palette_menu .segment p {
  color: #666;
  margin: 7px 0px;
  letter-spacing: 0px;
  font-weight: 400;
}
.palette_menu .segment .page_link {
  background: #FFF;
  border-radius: 2px;
  color: #222222;
  display: block;
  font-weight: 600;
  margin: 10px;
  padding: 3px 10px;
  font-size: 13px;
}
.palette_menu .segment .page_link:hover {
  background: #666;
  color: #fff;
}
.palette_menu h4 {
  font-size: 18px;
  padding: 11px;
  background: #f3cb14;
  line-height: 1;
  color: #fff;
  margin: 0;
  text-align: center;
}
.palette_menu ul.theme li {
  float: left;
}
.palette_menu ul.theme li a {
  display: block;
  margin: 10px;
  line-height: 0px;
  width: 58px;
  height: 35px;
  border-radius: 2px;
}
.color-palette-box {
  display: block;
  margin-bottom: 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow .25s;
}
.color-palette-button {
  border-top: 1px solid #D4D4D4;
  text-decoration: none !important;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase
}
.color-palette-box:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.color-palette {
  margin-top: 25px;
}


.palette_panel {
  position: relative;
  /*top: 100px;*/
  z-index: 1000;
  opacity: 0;
}
.palette_panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.palette_menu {
  float: left;
  width: 254px;
  color: #fff;
  background: #f7f9fc;
  box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}
.palette_menu .segment {
  padding: 10px;
  overflow: hidden;
  text-align: center;
}
.palette_menu .segment p {
  color: #666;
  margin: 7px 0px;
  letter-spacing: 0px;
  font-weight: 400;
}
.palette_menu .segment .page_link {
  background: #FFF;
  border-radius: 2px;
  color: #222222;
  display: block;
  font-weight: 600;
  margin: 10px;
  padding: 3px 10px;
  font-size: 13px;
}
.palette_menu .segment .page_link:hover {
  background: #666;
  color: #fff;
}
.palette_menu h4 {
  font-size: 18px;
  padding: 11px;
  background: #f3cb14;
  line-height: 1;
  color: #fff;
  margin: 0;
  text-align: center;
}
.palette_menu ul.theme li {
  float: left;
}
.palette_menu ul.theme li a {
  display: block;
  margin: 10px;
  line-height: 0px;
  width: 58px;
  height: 35px;
  border-radius: 2px;
}
.color-palette-box {
  display: block;
  margin-bottom: 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow .25s;
}
.color-palette-button {
  border-top: 1px solid #D4D4D4;
  text-decoration: none !important;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase
}
.color-palette-box:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.color-palette {
  margin-top: 25px;
}


   /*
* Plans css has following license
* Copyright (c) 2013 Thibaut Courouble
* http://www.cssflow.com
* Licensed under the MIT License
*
* Sass/SCSS source: https://goo.gl/L5FgX4
* PSD by Benoît Philibert: https://goo.gl/gcFMK1
*/
.plans[data-v-eede7ee4] {
       width: 836px;
       margin: 30px auto;
       overflow: hidden;
}
.plan[data-v-eede7ee4] {
       float: left;
       width: 350px;
       margin: 20px 2px;
       padding: 15px 25px;
       text-align: center;
       background: white;
       background-clip: padding-box;
       border: 2px solid #e5ded6;
       border-color: rgba(0, 0, 0, 0.1);
       border-radius: 5px;
}
.plan-title[data-v-eede7ee4] {
       margin-bottom: 12px;
       font-size: 24px;
       color: #023293;
}
.plan-price[data-v-eede7ee4] {
       margin-bottom: 20px;
       line-height: 1;
       font-size: 28px;
       font-weight: bold;
       color: #f3cb14;
}
.plan-unit[data-v-eede7ee4] {
       display: block;
       margin-top: 5px;
       font-size: 13px;
       font-weight: normal;
       color: #aaa;
}
.plan-features[data-v-eede7ee4] {
       width: 120px;
       margin: 20px auto 15px;
       padding: 15px 0 0 15px;
       border-top: 1px solid #e5ded6;
       text-align: left;
}
.plan-feature[data-v-eede7ee4] {
       line-height: 20px;
       font-size: 24px;
       font-weight: 500;
       color: #333;
       width: 150px;
}
.plan-feature + .plan-feature[data-v-eede7ee4] {
       margin-top: 5px;
}
.plan-feature-unit[data-v-eede7ee4] {
       margin-left: 2px;
       font-size: 16px;
}
.plan-feature-name[data-v-eede7ee4] {
       font-size: 13px;
       font-weight: normal;
       color: #aaa;
}
.plan-button[data-v-eede7ee4] {
       position: relative;
       display: block;
       line-height: 40px;
       font-size: 16px;
       font-weight: 500;
       color: white;
       text-align: center;
       text-decoration: none;
       text-shadow: 0 1px rgba(0, 0, 0, 0.1);
       background: #f3cb14;
       border-bottom: 2px solid #cf7e3b;
       border-color: rgba(0, 0, 0, 0.15);
       border-radius: 4px;
}
.plan-button[data-v-eede7ee4]:active {
       top: 2px;
       margin-bottom: 2px;
       border-bottom: 0;
}
.plan-highlight[data-v-eede7ee4] {
       margin-top: 0;
       margin-bottom: 0;
       padding-left: 15px;
       padding-right: 15px;
       width: 350px;
       border: 4px solid #023293;
}
.plan-highlight .plan-button[data-v-eede7ee4] {
       font-size: 18px;
       line-height: 49px;
       background: #023293;
       border-color: #3996b3;
       border-color: rgba(0, 0, 0, 0.15);
}
.plan-recommended[data-v-eede7ee4] {
       width: 160px;
       margin: -15px auto 15px;
       padding-bottom: 2px;
       line-height: 22px;
       font-size: 14px;
       font-weight: bold;
       color: white;
       text-shadow: 0 1px rgba(0, 0, 0, 0.05);
       background: #023293;
       border-radius: 0 0 4px 4px;
}
   /** pricing plans */
.pallete-box[data-v-eede7ee4] {
       margin-left: 1px;
}
.card-item[data-v-eede7ee4] {
       background-color: #fff;
       padding: 8px 12px;
       margin: 0px 0px 10px 0px;
       border-radius: 4px;
       border: 1px solid transparent;
       box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
       transition: box-shadow 150ms ease;
}
.card-item[data-v-eede7ee4]:hover {
       background-color: #f1f4d4;
       box-shadow: 14 14px 28px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
       transition: box-shadow 150ms ease;
}
.card[data-v-eede7ee4] {
       display: block;
       margin-bottom: 10px;
       line-height: 1.42857143;
       background-color: #fff;
       border-radius: 2px;
       box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
       transition: box-shadow .25s;
}
.card[data-v-eede7ee4]:hover {
       box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-card[data-v-eede7ee4] {
       width: 100%;
       height: 400px;
       border-top-left-radius: 2px;
       border-top-right-radius: 2px;
       display: block;
       overflow: hidden;
}
.img-card img[data-v-eede7ee4] {
       width: 100%;
       height: 400px;
       -o-object-fit: cover;
          object-fit: cover;
       transition: all .25s ease;
}
.card-content[data-v-eede7ee4] {
       padding: 15px;
       text-align: left;
}
.card-title[data-v-eede7ee4] {
       margin-top: 0px;
       font-weight: 700;
       font-size: 1.65em;
}
.card-title a[data-v-eede7ee4] {
       color: #000;
       text-decoration: none !important;
}
.card-button[data-v-eede7ee4] {
       border-top: 1px solid #D4D4D4;
}
.card-button[data-v-eede7ee4] {
       text-decoration: none !important;
       padding: 10px;
       font-weight: 600;
       text-transform: uppercase
}
.color-palette-box[data-v-eede7ee4] {
       display: block;
       margin-bottom: 10px;
       line-height: 1.42857143;
       background-color: #fff;
       border-radius: 2px;
       box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
       transition: box-shadow .25s;
}
.color-palette-button[data-v-eede7ee4] {
       border-top: 1px solid #D4D4D4;
       text-decoration: none !important;
       padding: 10px;
       font-weight: 600;
       text-transform: uppercase
}
.color-palette-box[data-v-eede7ee4]:hover {
       box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.color-palette[data-v-eede7ee4] {
       margin-top: 25px;
}


.info-button[data-v-b8fafde2] {
       margin-top:23px;
}
.palette_panel[data-v-b8fafde2] {
       position: relative;
       /*top: 100px;*/
       z-index: 1000;
       opacity: 0;
}
.palette_panel ul[data-v-b8fafde2] {
       padding: 0;
       margin: 0;
       list-style: none;
       overflow: hidden;
}
.palette_menu[data-v-b8fafde2] {
       float: left;
       width: 254px;
       color: #fff;
       background: #f7f9fc;
       box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}
.palette_menu .segment[data-v-b8fafde2] {
       padding: 10px;
       overflow: hidden;
       text-align: center;
}
.palette_menu .segment p[data-v-b8fafde2] {
       color: #666;
       margin: 7px 0px;
       letter-spacing: 0px;
       font-weight: 400;
}
.palette_menu .segment .page_link[data-v-b8fafde2] {
       background: #FFF;
       border-radius: 2px;
       color: #222222;
       display: block;
       font-weight: 600;
       margin: 10px;
       padding: 3px 10px;
       font-size: 13px;
}
.palette_menu .segment .page_link[data-v-b8fafde2]:hover {
       background: #666;
       color: #fff;
}
.palette_menu h4[data-v-b8fafde2] {
       font-size: 18px;
       padding: 11px;
       background: #f3cb14;
       line-height: 1;
       color: #fff;
       margin: 0;
       text-align: center;
}
.palette_menu ul.theme li[data-v-b8fafde2] {
       float: left;
}
.palette_menu ul.theme li a[data-v-b8fafde2] {
       display: block;
       margin: 10px;
       line-height: 0px;
       width: 58px;
       height: 35px;
       border-radius: 2px;
}
.styled-select[data-v-b8fafde2] {
       margin: 10px;
}
.styled-select select[data-v-b8fafde2] {
       font-size: 13px;
       font-weight: bold;
       width: 100%;
       padding: 8px;
       background: #fff;
       border: none;
       border-radius: 2px;
}
   /*
* Plans css has following license
* Copyright (c) 2013 Thibaut Courouble
* http://www.cssflow.com
* Licensed under the MIT License
*
* Sass/SCSS source: https://goo.gl/L5FgX4
* PSD by Benoît Philibert: https://goo.gl/gcFMK1
*/
.plans[data-v-b8fafde2] {
       width: 836px;
       margin: 30px auto;
       overflow: hidden;
}
.plan[data-v-b8fafde2] {
       float: left;
       width: 350px;
       margin: 20px 2px;
       padding: 15px 25px;
       text-align: center;
       background: white;
       background-clip: padding-box;
       border: 2px solid #e5ded6;
       border-color: rgba(0, 0, 0, 0.1);
       border-radius: 5px;
}
.plan-title[data-v-b8fafde2] {
       margin-bottom: 12px;
       font-size: 24px;
       color: #023293;
}
.plan-price[data-v-b8fafde2] {
       margin-bottom: 20px;
       line-height: 1;
       font-size: 28px;
       font-weight: bold;
       color: #f3cb14;
}
.plan-unit[data-v-b8fafde2] {
       display: block;
       margin-top: 5px;
       font-size: 13px;
       font-weight: normal;
       color: #aaa;
}
.plan-features[data-v-b8fafde2] {
       width: 120px;
       margin: 20px auto 15px;
       padding: 15px 0 0 15px;
       border-top: 1px solid #e5ded6;
       text-align: left;
}
.plan-feature[data-v-b8fafde2] {
       line-height: 20px;
       font-size: 24px;
       font-weight: 500;
       color: #333;
       width: 150px;
}
.plan-feature + .plan-feature[data-v-b8fafde2] {
       margin-top: 5px;
}
.plan-feature-unit[data-v-b8fafde2] {
       margin-left: 2px;
       font-size: 16px;
}
.plan-feature-name[data-v-b8fafde2] {
       font-size: 13px;
       font-weight: normal;
       color: #aaa;
}
.plan-button[data-v-b8fafde2] {
       position: relative;
       display: block;
       line-height: 40px;
       font-size: 16px;
       font-weight: 500;
       color: white;
       text-align: center;
       text-decoration: none;
       text-shadow: 0 1px rgba(0, 0, 0, 0.1);
       background: #f3cb14;
       border-bottom: 2px solid #cf7e3b;
       border-color: rgba(0, 0, 0, 0.15);
       border-radius: 4px;
}
.plan-button[data-v-b8fafde2]:active {
       top: 2px;
       margin-bottom: 2px;
       border-bottom: 0;
}
.plan-highlight[data-v-b8fafde2] {
       margin-top: 0;
       margin-bottom: 0;
       padding-left: 15px;
       padding-right: 15px;
       width: 350px;
       border: 4px solid #023293;
}
.plan-highlight .plan-button[data-v-b8fafde2] {
       font-size: 18px;
       line-height: 49px;
       background: #023293;
       border-color: #3996b3;
       border-color: rgba(0, 0, 0, 0.15);
}
.plan-recommended[data-v-b8fafde2] {
       width: 160px;
       margin: -15px auto 15px;
       padding-bottom: 2px;
       line-height: 22px;
       font-size: 14px;
       font-weight: bold;
       color: white;
       text-shadow: 0 1px rgba(0, 0, 0, 0.05);
       background: #023293;
       border-radius: 0 0 4px 4px;
}
   /** pricing plans */
.pallete-box[data-v-b8fafde2] {
       margin-left: 1px;
}
.card-item[data-v-b8fafde2] {
       background-color: #fff;
       padding: 8px 12px;
       margin: 0px 0px 10px 0px;
       border-radius: 4px;
       border: 1px solid transparent;
       box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
       transition: box-shadow 150ms ease;
}
.card-item[data-v-b8fafde2]:hover {
       background-color: #f1f4d4;
       box-shadow: 14 14px 28px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
       transition: box-shadow 150ms ease;
}
.card[data-v-b8fafde2] {
       display: block;
       margin-bottom: 10px;
       line-height: 1.42857143;
       background-color: #fff;
       border-radius: 2px;
       box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
       transition: box-shadow .25s;
}
.card[data-v-b8fafde2]:hover {
       box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-card[data-v-b8fafde2] {
       width: 100%;
       height: 400px;
       border-top-left-radius: 2px;
       border-top-right-radius: 2px;
       display: block;
       overflow: hidden;
}
.img-card img[data-v-b8fafde2] {
       width: 100%;
       height: 400px;
       -o-object-fit: cover;
          object-fit: cover;
       transition: all .25s ease;
}
.card-content[data-v-b8fafde2] {
       padding: 15px;
       text-align: left;
}
.card-title[data-v-b8fafde2] {
       margin-top: 0px;
       font-weight: 700;
       font-size: 1.65em;
}
.card-title a[data-v-b8fafde2] {
       color: #000;
       text-decoration: none !important;
}
.card-button[data-v-b8fafde2] {
       border-top: 1px solid #D4D4D4;
}
.card-button[data-v-b8fafde2] {
       text-decoration: none !important;
       padding: 10px;
       font-weight: 600;
       text-transform: uppercase
}
.color-palette-box[data-v-b8fafde2] {
       display: block;
       margin-bottom: 10px;
       line-height: 1.42857143;
       background-color: #fff;
       border-radius: 2px;
       box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
       transition: box-shadow .25s;
}
.color-palette-button[data-v-b8fafde2] {
       border-top: 1px solid #D4D4D4;
       text-decoration: none !important;
       padding: 10px;
       font-weight: 600;
       text-transform: uppercase
}
.color-palette-box[data-v-b8fafde2]:hover {
       box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.color-palette[data-v-b8fafde2] {
       margin-top: 25px;
}


.info-button[data-v-78c15f20] {
       margin-top:23px;
}
.palette_panel[data-v-78c15f20] {
       position: relative;
       /*top: 100px;*/
       z-index: 1000;
       opacity: 0;
}
.palette_panel ul[data-v-78c15f20] {
       padding: 0;
       margin: 0;
       list-style: none;
       overflow: hidden;
}
.palette_menu[data-v-78c15f20] {
       float: left;
       width: 254px;
       color: #fff;
       background: #f7f9fc;
       box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}
.palette_menu .segment[data-v-78c15f20] {
       padding: 10px;
       overflow: hidden;
       text-align: center;
}
.palette_menu .segment p[data-v-78c15f20] {
       color: #666;
       margin: 7px 0px;
       letter-spacing: 0px;
       font-weight: 400;
}
.palette_menu .segment .page_link[data-v-78c15f20] {
       background: #FFF;
       border-radius: 2px;
       color: #222222;
       display: block;
       font-weight: 600;
       margin: 10px;
       padding: 3px 10px;
       font-size: 13px;
}
.palette_menu .segment .page_link[data-v-78c15f20]:hover {
       background: #666;
       color: #fff;
}
.palette_menu h4[data-v-78c15f20] {
       font-size: 18px;
       padding: 11px;
       background: #f3cb14;
       line-height: 1;
       color: #fff;
       margin: 0;
       text-align: center;
}
.palette_menu ul.theme li[data-v-78c15f20] {
       float: left;
}
.palette_menu ul.theme li a[data-v-78c15f20] {
       display: block;
       margin: 10px;
       line-height: 0px;
       width: 58px;
       height: 35px;
       border-radius: 2px;
}
.styled-select[data-v-78c15f20] {
       margin: 10px;
}
.styled-select select[data-v-78c15f20] {
       font-size: 13px;
       font-weight: bold;
       width: 100%;
       padding: 8px;
       background: #fff;
       border: none;
       border-radius: 2px;
}
   /*
* Plans css has following license
* Copyright (c) 2013 Thibaut Courouble
* http://www.cssflow.com
* Licensed under the MIT License
*
* Sass/SCSS source: https://goo.gl/L5FgX4
* PSD by Benoît Philibert: https://goo.gl/gcFMK1
*/
.plans[data-v-78c15f20] {
       width: 836px;
       margin: 30px auto;
       overflow: hidden;
}
.plan[data-v-78c15f20] {
       float: left;
       width: 350px;
       margin: 20px 2px;
       padding: 15px 25px;
       text-align: center;
       background: white;
       background-clip: padding-box;
       border: 2px solid #e5ded6;
       border-color: rgba(0, 0, 0, 0.1);
       border-radius: 5px;
}
.plan-title[data-v-78c15f20] {
       margin-bottom: 12px;
       font-size: 24px;
       color: #023293;
}
.plan-price[data-v-78c15f20] {
       margin-bottom: 20px;
       line-height: 1;
       font-size: 28px;
       font-weight: bold;
       color: #f3cb14;
}
.plan-unit[data-v-78c15f20] {
       display: block;
       margin-top: 5px;
       font-size: 13px;
       font-weight: normal;
       color: #aaa;
}
.plan-features[data-v-78c15f20] {
       width: 120px;
       margin: 20px auto 15px;
       padding: 15px 0 0 15px;
       border-top: 1px solid #e5ded6;
       text-align: left;
}
.plan-feature[data-v-78c15f20] {
       line-height: 20px;
       font-size: 24px;
       font-weight: 500;
       color: #333;
       width: 150px;
}
.plan-feature + .plan-feature[data-v-78c15f20] {
       margin-top: 5px;
}
.plan-feature-unit[data-v-78c15f20] {
       margin-left: 2px;
       font-size: 16px;
}
.plan-feature-name[data-v-78c15f20] {
       font-size: 13px;
       font-weight: normal;
       color: #aaa;
}
.plan-button[data-v-78c15f20] {
       position: relative;
       display: block;
       line-height: 40px;
       font-size: 16px;
       font-weight: 500;
       color: white;
       text-align: center;
       text-decoration: none;
       text-shadow: 0 1px rgba(0, 0, 0, 0.1);
       background: #f3cb14;
       border-bottom: 2px solid #cf7e3b;
       border-color: rgba(0, 0, 0, 0.15);
       border-radius: 4px;
}
.plan-button[data-v-78c15f20]:active {
       top: 2px;
       margin-bottom: 2px;
       border-bottom: 0;
}
.plan-highlight[data-v-78c15f20] {
       margin-top: 0;
       margin-bottom: 0;
       padding-left: 15px;
       padding-right: 15px;
       width: 350px;
       border: 4px solid #023293;
}
.plan-highlight .plan-button[data-v-78c15f20] {
       font-size: 18px;
       line-height: 49px;
       background: #023293;
       border-color: #3996b3;
       border-color: rgba(0, 0, 0, 0.15);
}
.plan-recommended[data-v-78c15f20] {
       width: 160px;
       margin: -15px auto 15px;
       padding-bottom: 2px;
       line-height: 22px;
       font-size: 14px;
       font-weight: bold;
       color: white;
       text-shadow: 0 1px rgba(0, 0, 0, 0.05);
       background: #023293;
       border-radius: 0 0 4px 4px;
}
   /** pricing plans */
.pallete-box[data-v-78c15f20] {
       margin-left: 1px;
}
.card-item[data-v-78c15f20] {
       background-color: #fff;
       padding: 8px 12px;
       margin: 0px 0px 10px 0px;
       border-radius: 4px;
       border: 1px solid transparent;
       box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
       transition: box-shadow 150ms ease;
}
.card-item[data-v-78c15f20]:hover {
       background-color: #f1f4d4;
       box-shadow: 14 14px 28px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
       transition: box-shadow 150ms ease;
}
.card[data-v-78c15f20] {
       display: block;
       margin-bottom: 10px;
       line-height: 1.42857143;
       background-color: #fff;
       border-radius: 2px;
       box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
       transition: box-shadow .25s;
}
.card[data-v-78c15f20]:hover {
       box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-card[data-v-78c15f20] {
       width: 100%;
       height: 400px;
       border-top-left-radius: 2px;
       border-top-right-radius: 2px;
       display: block;
       overflow: hidden;
}
.img-card img[data-v-78c15f20] {
       width: 100%;
       height: 400px;
       -o-object-fit: cover;
          object-fit: cover;
       transition: all .25s ease;
}
.card-content[data-v-78c15f20] {
       padding: 15px;
       text-align: left;
}
.card-title[data-v-78c15f20] {
       margin-top: 0px;
       font-weight: 700;
       font-size: 1.65em;
}
.card-title a[data-v-78c15f20] {
       color: #000;
       text-decoration: none !important;
}
.card-button[data-v-78c15f20] {
       border-top: 1px solid #D4D4D4;
}
.card-button[data-v-78c15f20] {
       text-decoration: none !important;
       padding: 10px;
       font-weight: 600;
       text-transform: uppercase
}
.color-palette-box[data-v-78c15f20] {
       display: block;
       margin-bottom: 10px;
       line-height: 1.42857143;
       background-color: #fff;
       border-radius: 2px;
       box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
       transition: box-shadow .25s;
}
.color-palette-button[data-v-78c15f20] {
       border-top: 1px solid #D4D4D4;
       text-decoration: none !important;
       padding: 10px;
       font-weight: 600;
       text-transform: uppercase
}
.color-palette-box[data-v-78c15f20]:hover {
       box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.color-palette[data-v-78c15f20] {
       margin-top: 25px;
}


.info-button[data-v-0deffda3] {
       margin-top: 23px;
}
.palette_panel[data-v-0deffda3] {
       position: relative;
       /*top: 100px;*/
       z-index: 1000;
       opacity: 0;
}
.palette_panel ul[data-v-0deffda3] {
       padding: 0;
       margin: 0;
       list-style: none;
       overflow: hidden;
}
.palette_menu[data-v-0deffda3] {
       float: left;
       width: 254px;
       color: #fff;
       background: #f7f9fc;
       box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}
.palette_menu .segment[data-v-0deffda3] {
       padding: 10px;
       overflow: hidden;
       text-align: center;
}
.palette_menu .segment p[data-v-0deffda3] {
       color: #666;
       margin: 7px 0px;
       letter-spacing: 0px;
       font-weight: 400;
}
.palette_menu .segment .page_link[data-v-0deffda3] {
       background: #FFF;
       border-radius: 2px;
       color: #222222;
       display: block;
       font-weight: 600;
       margin: 10px;
       padding: 3px 10px;
       font-size: 13px;
}
.palette_menu .segment .page_link[data-v-0deffda3]:hover {
       background: #666;
       color: #fff;
}
.palette_menu h4[data-v-0deffda3] {
       font-size: 18px;
       padding: 11px;
       background: #f3cb14;
       line-height: 1;
       color: #fff;
       margin: 0;
       text-align: center;
}
.palette_menu ul.theme li[data-v-0deffda3] {
       float: left;
}
.palette_menu ul.theme li a[data-v-0deffda3] {
       display: block;
       margin: 10px;
       line-height: 0px;
       width: 58px;
       height: 35px;
       border-radius: 2px;
}
.styled-select[data-v-0deffda3] {
       margin: 10px;
}
.styled-select select[data-v-0deffda3] {
       font-size: 13px;
       font-weight: bold;
       width: 100%;
       padding: 8px;
       background: #fff;
       border: none;
       border-radius: 2px;
}
   /*
* Plans css has following license
* Copyright (c) 2013 Thibaut Courouble
* http://www.cssflow.com
* Licensed under the MIT License
*
* Sass/SCSS source: https://goo.gl/L5FgX4
* PSD by Benoît Philibert: https://goo.gl/gcFMK1
*/
.plans[data-v-0deffda3] {
       width: 836px;
       margin: 30px auto;
       overflow: hidden;
}
.plan[data-v-0deffda3] {
       float: left;
       width: 350px;
       margin: 20px 2px;
       padding: 15px 25px;
       text-align: center;
       background: white;
       background-clip: padding-box;
       border: 2px solid #e5ded6;
       border-color: rgba(0, 0, 0, 0.1);
       border-radius: 5px;
}
.plan-title[data-v-0deffda3] {
       margin-bottom: 12px;
       font-size: 24px;
       color: #023293;
}
.plan-price[data-v-0deffda3] {
       margin-bottom: 20px;
       line-height: 1;
       font-size: 28px;
       font-weight: bold;
       color: #f3cb14;
}
.plan-unit[data-v-0deffda3] {
       display: block;
       margin-top: 5px;
       font-size: 13px;
       font-weight: normal;
       color: #aaa;
}
.plan-features[data-v-0deffda3] {
       width: 120px;
       margin: 20px auto 15px;
       padding: 15px 0 0 15px;
       border-top: 1px solid #e5ded6;
       text-align: left;
}
.plan-feature[data-v-0deffda3] {
       line-height: 20px;
       font-size: 24px;
       font-weight: 500;
       color: #333;
       width: 150px;
}
.plan-feature + .plan-feature[data-v-0deffda3] {
       margin-top: 5px;
}
.plan-feature-unit[data-v-0deffda3] {
       margin-left: 2px;
       font-size: 16px;
}
.plan-feature-name[data-v-0deffda3] {
       font-size: 13px;
       font-weight: normal;
       color: #aaa;
}
.plan-button[data-v-0deffda3] {
       position: relative;
       display: block;
       line-height: 40px;
       font-size: 16px;
       font-weight: 500;
       color: white;
       text-align: center;
       text-decoration: none;
       text-shadow: 0 1px rgba(0, 0, 0, 0.1);
       background: #f3cb14;
       border-bottom: 2px solid #cf7e3b;
       border-color: rgba(0, 0, 0, 0.15);
       border-radius: 4px;
}
.plan-button[data-v-0deffda3]:active {
       top: 2px;
       margin-bottom: 2px;
       border-bottom: 0;
}
.plan-highlight[data-v-0deffda3] {
       margin-top: 0;
       margin-bottom: 0;
       padding-left: 15px;
       padding-right: 15px;
       width: 350px;
       border: 4px solid #023293;
}
.plan-highlight .plan-button[data-v-0deffda3] {
       font-size: 18px;
       line-height: 49px;
       background: #023293;
       border-color: #3996b3;
       border-color: rgba(0, 0, 0, 0.15);
}
.plan-recommended[data-v-0deffda3] {
       width: 160px;
       margin: -15px auto 15px;
       padding-bottom: 2px;
       line-height: 22px;
       font-size: 14px;
       font-weight: bold;
       color: white;
       text-shadow: 0 1px rgba(0, 0, 0, 0.05);
       background: #023293;
       border-radius: 0 0 4px 4px;
}
   /** pricing plans */
.pallete-box[data-v-0deffda3] {
       margin-left: 1px;
}
.card-item[data-v-0deffda3] {
       background-color: #fff;
       padding: 8px 12px;
       margin: 0px 0px 10px 0px;
       border-radius: 4px;
       border: 1px solid transparent;
       box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
       transition: box-shadow 150ms ease;
}
.card-item[data-v-0deffda3]:hover {
       background-color: #f1f4d4;
       box-shadow: 14 14px 28px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
       transition: box-shadow 150ms ease;
}
.card[data-v-0deffda3] {
       display: block;
       margin-bottom: 10px;
       line-height: 1.42857143;
       background-color: #fff;
       border-radius: 2px;
       box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
       transition: box-shadow .25s;
}
.card[data-v-0deffda3]:hover {
       box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-card[data-v-0deffda3] {
       width: 100%;
       height: 400px;
       border-top-left-radius: 2px;
       border-top-right-radius: 2px;
       display: block;
       overflow: hidden;
}
.img-card img[data-v-0deffda3] {
       width: 100%;
       height: 400px;
       -o-object-fit: cover;
          object-fit: cover;
       transition: all .25s ease;
}
.card-content[data-v-0deffda3] {
       padding: 15px;
       text-align: left;
}
.card-title[data-v-0deffda3] {
       margin-top: 0px;
       font-weight: 700;
       font-size: 1.65em;
}
.card-title a[data-v-0deffda3] {
       color: #000;
       text-decoration: none !important;
}
.card-button[data-v-0deffda3] {
       border-top: 1px solid #D4D4D4;
}
.card-button[data-v-0deffda3] {
       text-decoration: none !important;
       padding: 10px;
       font-weight: 600;
       text-transform: uppercase
}
.color-palette-box[data-v-0deffda3] {
       display: block;
       margin-bottom: 10px;
       line-height: 1.42857143;
       background-color: #fff;
       border-radius: 2px;
       box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
       transition: box-shadow .25s;
}
.color-palette-button[data-v-0deffda3] {
       border-top: 1px solid #D4D4D4;
       text-decoration: none !important;
       padding: 10px;
       font-weight: 600;
       text-transform: uppercase
}
.color-palette-box[data-v-0deffda3]:hover {
       box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.color-palette[data-v-0deffda3] {
       margin-top: 25px;
}


.save-company-in-website-settings-holder {
	margin-top: 20px;
}


#plan-selection-modal {
    z-index: 500;
}


.mm-page {
  background: #fff;
}
.affiliate-2 {
  /*  background: #fff;*/
  background: url(https://travenza.com/assets/img/affiliate/affiliate-bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 400px;
}
.affiliate-2 #main-banner {
  background: #023293;
  color: #fff;
  padding: 120px 0;
}
.affiliate-2 #main-banner header h1 {
  font-size: 32px;
  color: #fff;
}
.affiliate-2 #main-banner header p {
  font-size: 21px;
  line-height: 34px;
  color: #bac1d9;
}
.affiliate-2 #features .affiliate-col {
  padding-top: 75px;
}
.affiliate-2 #features .affiliate-col header {
  font-weight: 600;
  font-size: 21px;
  color: #000;
}
.affiliate-features {
  padding: 0;
  margin: 25px 0 75px;
  list-style: none;
}
.affiliate-features li {
  border: 1px solid #1b8fe7;
  color: #1b8fe7;
  font-size: 22px;
  display: table;
  width: 100%;
  margin-bottom: 25px;
  cursor: pointer;
}
.affiliate-features li:hover {
  background: #1b8fe7;
  color: #fff;
}
.affiliate-features--icon,
.affiliate-features--caption {
  vertical-align: middle;
  display: table-cell;
}
.affiliate-features--icon {
  background: #1b8fe7;
  width: 95px;
}
.affiliate-features--caption {
  padding: 10px 0 10px 25px;
}
#app-shot {
  min-height: 425px;
}
.parallax-window {
  min-height: 450px;
  background: transparent;
}
.page-section {
  padding: 100px 0;
}
.page-section > header {
  margin-bottom: 50px;
  font-size: 22px;
  color: #8d8d8d;
}
.page-section > header h2 {
  font-size: 32px;
  text-transform: uppercase;
}
.page-section > header p {
  font-size: 22px;
  line-height: 30px;
}
.affiliate-testimonials {
  background: #3280cf;
  color: #fff;
  padding: 75px 0;
  position: relative;
}
.affiliate-testimonials .testimonial-body {
  color: #fff;
  font-style: normal;
  line-height: 26px;
  font-size: 16px;
}
.affiliate-testimonials .item h3 {
  color: #f3cb14;
  font-size: 19px;
  line-height: 22px;
  margin: 0;
}
.affiliate-testimonials .item h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.testimonial-img {
  border-radius: 50%;
  border: 3px solid #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.affiliate-testimonials:before {
  content: "";
  top: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  background: transparent;
}
@media screen AND (max-width: 992px) {
.affiliate-2 #features .container {
    background: #fff;
}
}
@media screen AND (max-width: 768px) {
.affiliate-2 {
    background-size: 300% auto;
}
}
.aff-section {
  padding: 50px 0;
}
.aff-section header h2 {
  color: #023293;
  font-size: 25px;
}
.aff-section h1 {
  margin-top: 70px;
  font-size: 32px;
  text-transform: uppercase;
}
.aff-section p {
  font-size: 18px;
  color: #8d8d8d;
  line-height: 32px;
}
.aff-section .btn {
  padding: 15px 50px;
}
.aff-section-dark {
  background: #ebeff5;
}
.affiliate-2 .aff-section .affiliate-col {
  padding-top: 75px;
}
.parallax-section-1 {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("/assets/img/agent/parallax.jpg");
  background-size: cover;
}
.parallax-section {
  background-image: url("/assets/img/agent/parallax-770.jpg");
  background-size: cover;
}
.aff-image-right img,
.aff-image-left img {
  display: inline-block;
}
.aff-image-right {
  text-align: right;
}
.aff-image-left {
  text-align: left;
}
@media screen and (max-width: 767px) {
.aff-image-right,
  .aff-image-left {
    text-align: center;
}
.aff-image-right {
    padding-top: 30px;
}
.aff-image-left {
    padding-bottom: 30px;
}
.affiliate-2 .aff-section .affiliate-col {
    padding-top: 0;
}
}


/*.StripeElement {*/
/*  width: 300px;*/
/*  border: 1px solid grey;*/
/*}*/
/*.StripeElement.complete {*/
/*  border-color: green;*/
/*}*/
.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.cardholder-name,
.card-field {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}
.btn:focus {
  outline: none;
}


#flow-container[data-v-6b50dd8c] {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
  min-height: 200px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}


#checkout-tokenize-container[data-v-38e9d942] {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
  min-height: 200px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.loading-message[data-v-38e9d942] {
  text-align: center;
  padding: 20px;
  color: #666;
}
.loading-message i[data-v-38e9d942] {
  margin-right: 8px;
}
.tokenization-error[data-v-38e9d942] {
  padding: 20px;
  background-color: #fee;
  border: 1px solid #fcc;
  border-radius: 4px;
  color: #c33;
}
.tokenization-success[data-v-38e9d942] {
  padding: 20px;
  background-color: #efe;
  border: 1px solid #cfc;
  border-radius: 4px;
  color: #3c3;
  text-align: center;
}
.tokenization-success i[data-v-38e9d942] {
  margin-right: 8px;
}
.tokenize-button-container[data-v-38e9d942] {
  margin-top: 20px;
  text-align: center;
}
.tokenize-button[data-v-38e9d942] {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tokenize-button[data-v-38e9d942]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tokenize-button i[data-v-38e9d942] {
  margin-right: 8px;
}


#embedded-payment[data-v-66c850f5] {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
  min-height: 200px;
}
.loading-message[data-v-66c850f5] {
  text-align: center;
  padding: 20px;
  color: #666;
}
.loading-message i[data-v-66c850f5] {
  margin-right: 8px;
}
.myfatoorah-error[data-v-66c850f5] {
  padding: 20px;
  background-color: #fee;
  border: 1px solid #fcc;
  border-radius: 4px;
  color: #c33;
}


.loading-state[data-v-ee1ddcdc],
.error-state[data-v-ee1ddcdc],
.no-methods[data-v-ee1ddcdc] {
  text-align: center;
  padding: 20px;
  color: #666;
}
.loading-state i[data-v-ee1ddcdc],
.error-state i[data-v-ee1ddcdc] {
  margin-right: 8px;
}
.error-state[data-v-ee1ddcdc] {
  background-color: #fee;
  border: 1px solid #fcc;
  border-radius: 4px;
  color: #c33;
}
.error-message[data-v-ee1ddcdc] {
  margin-bottom: 15px;
}
.payment-methods-container[data-v-ee1ddcdc] {
  padding: 20px;
}
.payment-methods-title[data-v-ee1ddcdc] {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}
.payment-methods-list[data-v-ee1ddcdc] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.payment-method-btn[data-v-ee1ddcdc] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
}
.payment-method-btn[data-v-ee1ddcdc]:hover:not(:disabled) {
  border-color: #007bff;
  background-color: #f8f9ff;
}
.payment-method-btn[data-v-ee1ddcdc]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.payment-method-btn.processing[data-v-ee1ddcdc] {
  border-color: #007bff;
}
.payment-method-content[data-v-ee1ddcdc] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.payment-method-name[data-v-ee1ddcdc] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.payment-method-logo img[data-v-ee1ddcdc] {
  max-height: 24px;
  max-width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn[data-v-ee1ddcdc] {
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  background-color: #007bff;
  color: white;
  transition: background-color 0.3s ease;
}
.btn[data-v-ee1ddcdc]:hover {
  background-color: #0056b3;
}
.btn-primary[data-v-ee1ddcdc] {
  background-color: #007bff;
}
.btn-primary[data-v-ee1ddcdc]:hover {
  background-color: #0056b3;
}


.bs-Badge {
  position: relative;
  display: inline-block;
  height: 22px;
  margin-left: 3px;
  padding: 0 7px;
  background-color: transparent;
  border-radius: 14px;
  border: 1px solid hsla(199, 8%, 47%, 0.4);
  line-height: 20px;
  text-transform: uppercase;
  vertical-align: text-bottom;
}
.bs-ObjectList-cell {
  position: relative;
  display: table-cell;
  padding: 9px 5px;
  color: #4c555a;
  font-weight: 400;
  line-height: 22px;
  vertical-align: top;
  white-space: nowrap;
}
.card-details-box {
  min-height: 250px;
}
.payment-gateway-selector {
  margin-bottom: 20px;
  padding: 16px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}
.gateway-selector-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #495057;
}
.gateway-selector-header i {
  font-size: 14px;
  color: #6c757d;
}
.gateway-selector-label {
  font-weight: 500;
  font-size: 14px;
  color: #495057;
  flex: 1;
}
.gateway-toggle-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.gateway-toggle-btn {
  flex: 1;
  min-width: 120px;
  padding: 10px 14px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background-color: #ffffff;
  color: #495057;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.gateway-toggle-btn:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
}
.gateway-toggle-btn.active {
  background-color: #e7f3ff;
  color: #007bff;
  border-color: #007bff;
  font-weight: 500;
}
.gateway-toggle-btn.active i {
  color: #28a745;
  font-size: 14px;
}
.gateway-toggle-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.gateway-toggle-btn.active:focus {
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.no-payment-methods-message {
  padding: 30px 20px;
  text-align: center;
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  margin-bottom: 20px;
}
.no-payment-methods-message i {
  font-size: 32px;
  color: #ffc107;
  margin-bottom: 15px;
  display: block;
}
.no-payment-methods-message p {
  margin: 10px 0;
  color: #856404;
  font-size: 16px;
  font-weight: 500;
}
.no-payment-methods-message .sub-message {
  font-size: 14px;
  font-weight: 400;
  color: #856404;
  opacity: 0.8;
}


/* Mobile header spacing fix for checkout page */
@media (max-width: 767px) {
.page-wrapper.section-bg .billing-page > .container:first-child {
    padding-top: 64px;
}
}

/* Checkout success notice */
.checkout-success-notice {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border-left: 4px solid #28a745;
  border-radius: 8px;
  margin-bottom: 0;
}
.checkout-success-notice .notice-icon {
  width: 36px;
  height: 36px;
  background: #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.checkout-success-notice .notice-icon i {
  color: white;
  font-size: 16px;
}
.checkout-success-notice .notice-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.checkout-success-notice .notice-content strong {
  font-size: 16px;
  color: #1b5e20;
}
.checkout-success-notice .notice-content span {
  font-size: 14px;
  color: #2e7d32;
}

/* Package passport notice */
.package-passport-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #fff8e1 0%, #fff3cd 100%);
  border-left: 4px solid #ffc107;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #664d03;
}
.package-passport-notice i {
  font-size: 20px;
  color: #b8860b;
  flex-shrink: 0;
}
.package-passport-notice strong {
  color: #5c4813;
}

/* Package booking risk notice */
.package-risk-notice {
  background: #fff8f0;
  border: 1px solid #ffe0c2;
  border-left: 4px solid #e67e22;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #5d4e37;
}
.package-risk-notice .notice-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.package-risk-notice .notice-header i {
  color: #e67e22;
  font-size: 18px;
}
.package-risk-notice .notice-header strong {
  font-size: 14px;
  color: #8b5a2b;
}
.package-risk-notice p {
  margin: 0 0 10px 0;
}
.package-risk-notice p:last-of-type {
  margin-bottom: 8px;
}
.package-risk-notice ul {
  margin: 0;
  padding-left: 20px;
}
.package-risk-notice ul li {
  margin-bottom: 6px;
}
.package-risk-notice ul li:last-child {
  margin-bottom: 0;
}

/* Checkout info notice */
.checkout-info-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #6c757d;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #495057;
}
.checkout-info-notice:last-child {
  margin-bottom: 0;
}
.checkout-info-notice i {
  font-size: 16px;
  color: #6c757d;
  flex-shrink: 0;
  margin-top: 2px;
}
.checkout-info-notice strong {
  color: #343a40;
}

/* Cancellation policy notice */
.cancellation-policy-notice {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-left: 4px solid #1976d2;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 20px;
}
.cancellation-policy-notice .policy-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.cancellation-policy-notice .policy-header i {
  font-size: 20px;
  color: #1976d2;
}
.cancellation-policy-notice .policy-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #0d47a1;
}
.cancellation-policy-notice .policy-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #1565c0;
}

/* Checkout continue button */
.checkout-continue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 0.5px;
  background: var(--button_bg) !important;
  border-color: var(--button_bg) !important;
  color: var(--button_text) !important;
  transition: all 0.2s ease;
}
.checkout-continue-btn:hover {
  background: var(--button_bg_hover) !important;
  border-color: var(--button_bg_hover) !important;
}
.checkout-continue-btn i {
  font-size: 16px;
  color: var(--button_text);
}

/* Checkout book button */
.checkout-book-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  background: var(--button_bg) !important;
  border-color: var(--button_bg) !important;
  color: var(--button_text) !important;
  transition: all 0.2s ease;
}
.checkout-book-btn:hover {
  background: var(--button_bg_hover) !important;
  border-color: var(--button_bg_hover) !important;
}
.checkout-book-btn .book-price {
  font-weight: 700;
}
.checkout-book-btn i {
  font-size: 16px;
  color: var(--button_text);
}
.checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  padding: 20px 0;
}
.step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e0e0e0;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
}
.step-indicator.active .step-number {
  background-color: #007bff;
  color: white;
}
.step-indicator.completed .step-number {
  background-color: #28a745;
  color: white;
}
.step-label {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.step-indicator.active .step-label {
  color: #007bff;
  font-weight: 600;
}
.step-indicator.completed .step-label {
  color: #28a745;
}
.step-connector {
  width: 100px;
  height: 2px;
  background-color: #e0e0e0;
  margin: 0 20px;
  transition: all 0.3s ease;
}
.step-connector.completed {
  background-color: #28a745;
}
@media (max-width: 768px) {
.checkout-steps {
    margin: 20px 0;
    padding: 15px 0;
}
.step-number {
    width: 35px;
    height: 35px;
    font-size: 16px;
}
.step-connector {
    width: 60px;
    margin: 0 10px;
}
.step-label {
    font-size: 12px;
}
}
.step-indicator.clickable {
  cursor: pointer;
}
.step-indicator.clickable:hover .step-number {
  background-color: #0056b3;
  transform: scale(1.05);
}
.step-indicator.clickable:hover .step-label {
  color: #0056b3;
}

/* Hide Book button in FlightSearchItems when used in checkout */
div[style*="pointer-events: none"] .btn-book,
div[style*="pointer-events: none"] .h-meta footer {
  display: none;
}


.checkout-steps[data-v-0a09e45a] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  padding: 20px 0;
}
.step-indicator[data-v-0a09e45a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.step-number[data-v-0a09e45a] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e0e0e0;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
}
.step-indicator.active .step-number[data-v-0a09e45a] {
  background-color: #007bff;
  color: white;
}
.step-indicator.completed .step-number[data-v-0a09e45a] {
  background-color: #28a745;
  color: white;
}
.step-label[data-v-0a09e45a] {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.step-indicator.active .step-label[data-v-0a09e45a] {
  color: #007bff;
  font-weight: 600;
}
.step-indicator.completed .step-label[data-v-0a09e45a] {
  color: #28a745;
}
.step-connector[data-v-0a09e45a] {
  width: 100px;
  height: 2px;
  background-color: #e0e0e0;
  margin: 0 20px;
  transition: all 0.3s ease;
}
.step-connector.completed[data-v-0a09e45a] {
  background-color: #28a745;
}
@media (max-width: 768px) {
.checkout-steps[data-v-0a09e45a] {
    margin: 20px 0;
    padding: 15px 0;
}
.step-number[data-v-0a09e45a] {
    width: 35px;
    height: 35px;
    font-size: 16px;
}
.step-connector[data-v-0a09e45a] {
    width: 60px;
    margin: 0 10px;
}
.step-label[data-v-0a09e45a] {
    font-size: 12px;
}
}
.step-indicator.clickable[data-v-0a09e45a] {
  cursor: pointer;
}
.step-indicator.clickable:hover .step-number[data-v-0a09e45a] {
  background-color: #0056b3;
  transform: scale(1.05);
}
.step-indicator.clickable:hover .step-label[data-v-0a09e45a] {
  color: #0056b3;
}

/* Flight card wrapper - uses global FlightSearchItems styles */
.checkout-flight-card[data-v-0a09e45a] {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.05);
}
.checkout-baggage-info[data-v-0a09e45a] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #e8f5e9;
  border-radius: 8px;
  font-size: 13px;
  color: #2e7d32;
  margin-top: 16px;
}
.checkout-baggage-info i[data-v-0a09e45a] {
  color: #43a047;
}
.checkout-cabin-badge[data-v-0a09e45a] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #e3f2fd;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #1565c0;
  margin-top: 12px;
}
.checkout-cabin-badge i[data-v-0a09e45a] {
  font-size: 11px;
}

/* Flight Checkout - Make h2 flex container for icon and route */
.billing-hotel header h2[data-v-0a09e45a] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.billing-hotel header h2 i[data-v-0a09e45a] {
  flex-shrink: 0;
  margin-right: 0;
}

/* Flight Checkout Skeleton Loaders */
.flight-skeleton[data-v-0a09e45a] {
  padding: 15px 0;
}
.skeleton-title[data-v-0a09e45a] {
  width: 200px;
  height: 24px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-0a09e45a 1.5s ease-in-out infinite;
  margin-bottom: 15px;
  border-radius: 6px;
}
.skeleton-line[data-v-0a09e45a] {
  width: 100%;
  height: 18px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-0a09e45a 1.5s ease-in-out infinite;
  margin-bottom: 12px;
  border-radius: 4px;
}
.skeleton-line.short[data-v-0a09e45a] {
  width: 60%;
}
.skeleton-sidebar-line[data-v-0a09e45a] {
  width: 100%;
  height: 20px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-0a09e45a 1.5s ease-in-out infinite;
  margin-bottom: 12px;
  border-radius: 4px;
}
.skeleton-sidebar-line.short[data-v-0a09e45a] {
  width: 70%;
}
.skeleton-button[data-v-0a09e45a] {
  width: 100%;
  height: 50px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading-0a09e45a 1.5s ease-in-out infinite;
  border-radius: 8px;
}
@keyframes skeleton-loading-0a09e45a {
0% {
    background-position: 200% 0;
}
100% {
    background-position: -200% 0;
}
}


/* Checkout success notice */
.checkout-success-notice {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border-left: 4px solid #28a745;
  border-radius: 8px;
  margin-bottom: 0;
}
.checkout-success-notice .notice-icon {
  width: 36px;
  height: 36px;
  background: #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.checkout-success-notice .notice-icon i {
  color: white;
  font-size: 16px;
}
.checkout-success-notice .notice-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.checkout-success-notice .notice-content strong {
  font-size: 16px;
  color: #1b5e20;
}
.checkout-success-notice .notice-content span {
  font-size: 14px;
  color: #2e7d32;
}


.booking-status-alert[data-v-ad658a38] {
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 30px;
  border-left: 4px solid;
}
.booking-status-confirmed[data-v-ad658a38] {
  background-color: #e8f5e9;
  border-left-color: #4caf50;
  color: #2e7d32;
}
.booking-status-pending[data-v-ad658a38] {
  background-color: #fff3e0;
  border-left-color: #ff9800;
  color: #e65100;
}
.booking-status-error[data-v-ad658a38] {
  background-color: #ffebee;
  border-left-color: #f44336;
  color: #c62828;
}
.booking-status-header[data-v-ad658a38] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.booking-status-header i[data-v-ad658a38] {
  font-size: 24px;
}
.booking-status-header h3[data-v-ad658a38] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.booking-status-message[data-v-ad658a38] {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 1.5;
}
.booking-reference[data-v-ad658a38] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  margin-top: 16px;
}
.booking-reference-label[data-v-ad658a38] {
  font-weight: 500;
  font-size: 14px;
}
.booking-reference-number[data-v-ad658a38] {
  font-weight: 600;
  font-size: 16px;
  font-family: 'Courier New', monospace;
  letter-spacing: 0.5px;
}
.booking-status-warning[data-v-ad658a38] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
}
.booking-status-warning i[data-v-ad658a38] {
  margin-top: 2px;
  flex-shrink: 0;
}
.booking-status-confirmed .booking-reference-number[data-v-ad658a38] {
  color: #2e7d32;
}
.booking-status-pending .booking-reference-number[data-v-ad658a38] {
  color: #e65100;
}
.booking-status-error .booking-reference-number[data-v-ad658a38] {
  color: #c62828;
}


#template-container {
  padding: 100px 0 100px 100px;
  margin-bottom: 20px;
}
html,
body {
  height: 100%;
}
#vue-app {
  height: 100%;
  overflow: hidden;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
body {
  padding: 0;
  margin: 0;
  background: #f5f7fa !important;
}
#template-container {
  padding: 100px 40px 100px 360px;
  margin-bottom: 20px;
  min-height: 100vh;
}
.sticky-save-section {
  position: sticky;
  top: 20px;
  z-index: 100;
  margin-bottom: 30px;
}
.save-section-content {
  background: white;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.save-section-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}
.save-section-info i {
  color: #023293;
}
.save-button {
  min-width: 160px;
  box-shadow: 0 2px 8px rgba(2, 50, 147, 0.2);
  transition: all 0.2s ease;
}
.save-button:hover:not(.btn-disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(2, 50, 147, 0.3);
}
.save-button.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.template-selector {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}
.template-selector label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.template-buttons {
  display: flex;
  gap: 8px;
}
.template-btn {
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.template-btn.btn-default {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
}
.template-btn.btn-default:hover {
  background: #e8e8e8;
  border-color: #ccc;
}

/* ===============================================
       TEMPLATE LIBRARY
       =============================================== */
#template-library {
  padding: 100px 20px 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.library-header {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 10px;
}
.library-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #023293;
  margin-bottom: 8px;
  line-height: 1.2;
}
.library-header p {
  font-size: 15px;
  color: #666;
  margin: 0;
}
.template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
.template-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
  overflow: visible;
  cursor: default;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(2, 50, 147, 0.08);
  position: relative;
}
.template-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  pointer-events: none;
  transition: border 0.3s ease;
}
.template-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 55px rgba(15, 23, 42, 0.15);
}
.template-card:hover::after {
  border-color: rgba(2, 50, 147, 0.2);
}
.template-card-selected {
  box-shadow: 0 35px 60px rgba(2, 50, 147, 0.25);
}
.template-card-selected::after {
  border-color: #023293;
}
.template-preview {
  background: radial-gradient(circle at top, #f6f8ff, #eef2ff);
  border-radius: 16px;
  overflow: hidden;
  height: 360px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  margin: 16px 16px 0;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}
.template-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #fff;
}
.template-card-footer {
  padding: 22px 24px 26px;
  text-align: left;
}
.template-card-footer h3 {
  font-size: 19px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}
.template-card-footer p {
  font-size: 14px;
  color: #5f6b7a;
  margin-bottom: 20px;
  line-height: 1.5;
}
.template-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px 0;
  gap: 12px;
}
.status-pill {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.status-pill--active {
  background: #e7f5ff;
  color: #0369a1;
}
.status-pill--inactive {
  background: #ffe4e6;
  color: #be123c;
}
.kebab-wrapper {
  position: relative;
  flex-shrink: 0;
}
.kebab-btn {
  border: none;
  background: #fff;
  border: 1px solid rgba(2, 50, 147, 0.15);
  border-radius: 999px;
  padding: 6px 10px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
.kebab-btn span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0f172a;
  display: block;
}
.kebab-btn:hover {
  border-color: rgba(2, 50, 147, 0.4);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}
.kebab-menu {
  position: absolute;
  top: 38px;
  right: 0;
  background: #fff;
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.2);
  border-radius: 14px;
  padding: 6px;
  width: 180px;
  z-index: 5;
  border: 1px solid rgba(2, 50, 147, 0.08);
  list-style: none;
}
.kebab-menu li {
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #0f172a;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.15s ease, color 0.15s ease;
}
.kebab-menu li:hover {
  background: #eef2ff;
  color: #023293;
}
.template-select-btn {
  width: 100%;
  padding: 12px;
  font-weight: 600;
  border-radius: 999px;
  border: none;
  background: #f5b800;
  color: #0f172a;
  box-shadow: 0 10px 20px rgba(245, 184, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.template-select-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(245, 184, 0, 0.45);
}
.back-to-library-btn {
  margin-right: auto;
}
#right-content {
  position: fixed;
  width: 100%;
  height: 100%;
}
#templates-list {
  margin-bottom: 20px;
}
#sidebar {
  font-family: "Lato", sans-serif;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 320px;
  float: left;
  background: #ffffff;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.08);
  z-index: 10;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.sidebar-header {
  padding: 24px 20px;
  background: linear-gradient(135deg, #023293 0%, #1b8fe7 100%);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-header h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: white;
}
.sidebar-subtitle {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
}
#color-input-container {
  padding: 20px;
  flex: 1;
}
.color-section {
  margin-bottom: 24px;
}
.section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.section-title i {
  color: #023293;
  font-size: 16px;
}
.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #999;
}
.empty-state i {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.5;
}
.empty-state p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
#sidebar label {
  font-weight: 500;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  color: #333;
}
.color-value {
  font-family: "Monaco", "Menlo", "Courier New", monospace;
  font-size: 11px;
  color: #666;
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 3px;
}
/* .color-picker{*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    background: url(../js/colorpicker/images/select2.png);*/
/*    cursor: pointer;*/
/*    vertical-align: middle;*/
/* }*/
/* .color-picker div {*/
/*    position: absolute;*/
/*    top: 4px;*/
/*    left: 4px;*/
/*    width: 28px;*/
/*    height: 28px;*/
/*background: url(../js/colorpicker/images/select2.png) center;*/
/*}*/
.customizer-btn {
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 23px 12px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  margin: 0 1px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  border: 0;
}
.customizer-btn.primary {
  background: #0099ff;
  color: #fff;
}
.customizer-btn.default {
  background: #f3cb14;
  color: #000;
}
.btn-fullwidth {
  width: 100%;
  display: block;
}
#logo-uploader {
  width: 240px;
  height: 50px;
  position: relative;
  border: 2px dashed #ccc;
}
#log-preview {
  width: 300px;
  display: none;
}
#logg-container {
  width: 300px;
  height: 150px;
  overflow: hidden;
  text-align: center;
  background: #eee;
  border: 5px solid #ccc;
  box-sizing: border-box;
}
#log-preview img {
  display: inline-block;
}
#file-name {
  margin-bottom: 10px;
  font-weight: 700;
}
#upload-progress {
  width: 100%;
  position: relative;
  background: #ebeff5;
  height: 7px;
}
#upload-progress .progress {
  background: #0099ff;
  height: 7px;
  width: 0%;
}
#templates-list ul {
  font-family: Arial;
  list-style: none;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  margin: 0;
  position: fixed;
  top: 0;
  padding: 20px;
}
#templates-list ul li {
  padding: 0;
  margin: 0 10px;
  float: left;
  cursor: pointer;
  text-align: center;
}
#templates-list ul li img {
  border: 3px #ebeff5 solid;
  border-radius: 4px;
}
#templates-list ul li:hover img {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
#templates-list ul li h3 {
  font-size: 12px;
  margin: 10px 0 0;
}
input[type="text"] {
  padding: 7px 10px;
  border-radius: 3px;
  border: 1px solid #e7ecf0;
  box-shadow: none;
}
hr {
  height: 1px;
  border: 0;
  background: #e7ecf0;
  margin: 20px 0;
}
.swiper-button-next,
.swiper-button-prev {
  top: 30% !important;
}
.colorpicker {
  z-index: 10000000 !important;
}
#sidebar-content {
  height: 100%;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCSB_scrollTools {
  right: -7px;
}
.colorpicker {
  z-index: 11;
}
.swiper-container {
  width: 800px;
  /*height: 1000px;*/
  margin: 10px auto;
}
.swiper-container-horizontal > .swiper-pagination {
  top: 10px;
}
.gallery-top {
  box-sizing: border-box;
  border-radius: 3px;
  border: 5px #fff solid;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.gallery-thumbs {
  border: 5px #fff solid;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  font-family: "Lato", sans-serif;
  cursor: pointer;
  width: 25%;
  height: 100%;
  opacity: 0.4;
  text-align: center;
  font-size: 12px;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
#email-customizer-modal {
  z-index: 10000;
}
#email-customizer-modal .modal-dialog {
  width: 100%;
  height: 100%;
  top: 0;
}
#email-customizer-modal .modal-content {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
#email-customizer-modal .modal-body {
  max-height: 100% !important;
}
#sidebar .form-control {
  border: 0;
}
#vue-app .form-group {
  margin-bottom: 10px;
}
#vue-app .form-group input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #8192c0;
}
#vue-app .form-group label {
  margin-bottom: 10px;
}
.swiper-container {
  padding-bottom: 70px;
}
/*.selectable:hover {*/
/*    background-color: #24A564*/
/*}*/
/** 
 Hover selectable credit: https://codepen.io/maxds/pen/oqmDG
 */
/*:hover .selectable{*/
/* border-*/
/*  -webkit-transition: opacity .5s ease-in-out;*/
/*  -moz-transition: opacity .5s ease-in-out;*/
/*  -ms-transition: opacity .5s ease-in-out;*/
/*  -o-transition: opacity .5s ease-in-out;*/
/*  transition: opacity .5s ease-in-out;*/
/*}*/
.selectable:hover {
  transition: opacity 0.5s ease-in-out;
  box-shadow: 3px 3px 15px #666;
  border-color: #c76c0c;
  /*background: #C76C0C;*/
  /*color: #fff;*/
  border-style: dotted;
  cursor: pointer;
  opacity: 1;
}
.color-picker-box {
  background-color: #fff;
  padding: 16px;
  margin: 0px 0px 12px 0px;
  border-radius: 8px;
  border: 1px solid #e8ecf0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}
.color-picker-box:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  border-color: #d0d7de;
}
.color-input-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.color-swatch {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: 2px solid #e8ecf0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex-shrink: 0;
}
.color-swatch:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.color-input {
  flex: 1;
  height: 48px;
  border: 2px solid #e8ecf0;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.color-input:hover {
  border-color: #023293;
}
.color-input::-webkit-color-swatch-wrapper {
  padding: 0;
}
.color-input::-webkit-color-swatch {
  border: none;
  border-radius: 4px;
}

/* ===============================================
       RESPONSIVE STYLES
       =============================================== */
@media screen and (max-width: 1024px) {
#sidebar {
    width: 280px;
}
#template-container {
    padding: 100px 30px 100px 320px;
}
}
@media screen and (max-width: 768px) {
#sidebar {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 400px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.sidebar-header {
    position: sticky;
    top: 0;
    z-index: 20;
}
#template-container {
    padding: 20px;
    margin-left: 0;
}
.sticky-save-section {
    position: relative;
    top: 0;
}
.save-section-content {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
}
.template-selector {
    width: 100%;
    justify-content: space-between;
}
.template-buttons {
    flex: 1;
    justify-content: flex-end;
}
.back-to-library-btn {
    width: 100%;
    margin-bottom: 12px;
}
.save-section-info {
    justify-content: center;
}
.save-button {
    width: 100%;
}
.template-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}
.library-header {
    margin-bottom: 20px;
    padding: 0 5px;
}
.library-header h2 {
    font-size: 22px;
    line-height: 1.3;
}
.library-header p {
    font-size: 14px;
}
.color-picker-box {
    padding: 12px;
}
.color-input-wrapper {
    flex-direction: column;
    gap: 8px;
}
.color-swatch {
    width: 100%;
    height: 60px;
}
.color-input {
    width: 100%;
}
}
@media screen and (max-width: 480px) {
.sidebar-header {
    padding: 16px;
}
.sidebar-header h3 {
    font-size: 16px;
}
.sidebar-subtitle {
    font-size: 12px;
}
#color-input-container {
    padding: 16px;
}
.section-title {
    font-size: 12px;
}
.color-picker-box {
    padding: 12px;
}
#template-container {
    padding: 16px;
}
}


.mm-page {
	background: #fff;
}
.affiliate-2 {
	/*  background: #fff;*/
	/*background: url(assets/img/affiliate/affiliate-bg.jpg);*/
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 100px;
}
.affiliate-2 #main-banner header h1 {
	font-size: 32px;
	color: #fff;
}
.affiliate-2 #main-banner header p {
	font-size: 21px;
	line-height: 34px;
	color: #fff;
}
.affiliate-2 #features .affiliate-col {
	padding-top: 75px;
}
.affiliate-2 #features .affiliate-col header {
	font-weight: 600;
	font-size: 21px;
	color: #000;
}
.affiliate-features {
	padding: 0;
	margin: 25px 0 75px;
	list-style: none;
}
.affiliate-features li {
	border: 1px solid #1b8fe7;
	color: #1b8fe7;
	font-size: 22px;
	display: table;
	width: 100%;
	margin-bottom: 25px;
	cursor: pointer;
}
.affiliate-features li:hover {
	background: #1b8fe7;
	color: #Fff;
}
.affiliate-features--icon,
.affiliate-features--caption {
	vertical-align: middle;
	display: table-cell;
}
.affiliate-features--icon {
	background: #1b8fe7;
	width: 95px;
}
.affiliate-features--caption {
	padding: 10px 0 10px 25px;
}
#app-shot {
	min-height: 425px;
}
.parallax-window {
	min-height: 450px;
	background: transparent;
}
.page-section {
	padding: 100px 0;
}
.page-section > header {
	margin-bottom: 50px;
	font-size: 22px;
	color: #8d8d8d;
}
.page-section > header h2 {
	font-size: 32px;
	text-transform: uppercase;
}
.page-section > header p {
	font-size: 22px;
	line-height: 30px;
}
.affiliate-testimonials {
	background: #3280cf;
	color: #fff;
	padding: 75px 0;
	position: relative;
}
.affiliate-testimonials .testimonial-body {
	color: #fff;
	font-style: normal;
	line-height: 26px;
	font-size: 16px;
}
.affiliate-testimonials .item h3 {
	color: #f3cb14;
	font-size: 19px;
	line-height: 22px;
	margin: 0;
}
.affiliate-testimonials .item h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.testimonial-img {
	border-radius: 50%;
	border: 3px solid #fff;
	margin-bottom: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.affiliate-testimonials:before {
	content: "";
	top: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
	background: transparent;
}
@media screen AND (max-width: 992px) {
.affiliate-2 #features .container {
		background: #fff;
}
}
@media screen AND (max-width: 768px) {
.affiliate-2 {
		background-size: 300% auto;
}
}
.aff-section {
	padding: 50px 0;
}
.aff-section header h2 {
	color: #023293;
	font-size: 25px;
}
.aff-section h1 {
	margin-top: 70px;
	font-size: 32px;
	text-transform: uppercase;
}
.aff-section p {
	font-size: 18px;
	color: #8d8d8d;
	line-height: 32px;
}
.aff-section .btn {
	padding: 15px 50px;
}
.aff-section-dark {
	background: #ebeff5;
}
.affiliate-2 .aff-section .affiliate-col {
	padding-top: 75px;
}
.parallax-section-1 {
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(https://travenza.ams3.digitaloceanspaces.com/product_images/parallax.jpg);
	background-size: cover;
}
.parallax-section {
	background-image: url('https://travenza.ams3.digitaloceanspaces.com/product_images/parallax-770.jpg');
	background-size: cover;
}
.aff-image-right img,
.aff-image-left img {
	display: inline-block;
}
.aff-image-right {
	text-align: right;
}
.aff-image-left {
	text-align: left;
}
@media screen and (max-width: 767px) {
.aff-image-right,
	.aff-image-left {
		text-align: center;
}
.aff-image-right {
		padding-top: 30px;
}
.aff-image-left {
		padding-bottom: 30px;
}
.affiliate-2 .aff-section .affiliate-col {
		padding-top: 0;
}
}


.payment-result-container[data-v-98fa3a92] {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 40px 20px;
  background-color: #f8f9fa;
}
.payment-result-box[data-v-98fa3a92] {
  background: white;
  border-radius: 8px;
  padding: 40px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.success-state[data-v-98fa3a92] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Success State */
.success-state .success-icon-in-box[data-v-98fa3a92] {
  font-size: 64px;
  color: #28a745;
  margin-bottom: 20px;
  animation: scaleIn-98fa3a92 0.4s ease-out;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  line-height: 1;
}

/* Error State */
.error-state .error-icon-in-box[data-v-98fa3a92] {
  font-size: 48px;
  color: #dc3545;
  margin-bottom: 20px;
}
.result-title[data-v-98fa3a92] {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.result-message[data-v-98fa3a92] {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}
.error-message[data-v-98fa3a92] {
  font-size: 16px;
  color: #dc3545;
  margin-bottom: 20px;
  line-height: 1.6;
}
.processing-message[data-v-98fa3a92] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #007bff;
  font-size: 16px;
  margin-top: 20px;
}
.processing-message i[data-v-98fa3a92] {
  font-size: 20px;
}
.btn[data-v-98fa3a92] {
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.btn-primary[data-v-98fa3a92] {
  background-color: #007bff;
  color: white;
}
.btn-primary[data-v-98fa3a92]:hover {
  background-color: #0056b3;
}
@keyframes scaleIn-98fa3a92 {
from {
    transform: scale(0.8);
    opacity: 0;
}
to {
    transform: scale(1);
    opacity: 1;
}
}


.payment-result-container[data-v-42f2107c] {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background-color: #f8f9fa;
}
.payment-result-box[data-v-42f2107c] {
  background: white;
  border-radius: 8px;
  padding: 40px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.failure-icon[data-v-42f2107c] {
  font-size: 64px;
  color: #dc3545;
  margin-bottom: 20px;
}
.result-title[data-v-42f2107c] {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.result-message[data-v-42f2107c] {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}
.failure-reasons[data-v-42f2107c] {
  text-align: left;
  display: inline-block;
  margin: 20px 0;
  color: #666;
  font-size: 14px;
}
.failure-reasons li[data-v-42f2107c] {
  margin-bottom: 8px;
  padding-left: 5px;
}
.action-buttons[data-v-42f2107c] {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 30px 0;
  flex-wrap: wrap;
}
.btn[data-v-42f2107c] {
  padding: 12px 24px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
  min-width: 120px;
}
.btn-primary[data-v-42f2107c] {
  background-color: #007bff;
  color: white;
}
.btn-primary[data-v-42f2107c]:hover {
  background-color: #0056b3;
}
.btn-secondary[data-v-42f2107c] {
  background-color: #6c757d;
  color: white;
}
.btn-secondary[data-v-42f2107c]:hover {
  background-color: #545b62;
}
.support-message[data-v-42f2107c] {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  font-style: italic;
}


.not-found-page[data-v-9aacfd30] {
  min-height: 100vh;
  background: linear-gradient(135deg, #023293 0%, #0348a8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.not-found-container[data-v-9aacfd30] {
  width: 100%;
  max-width: 600px;
  text-align: center;
}
.not-found-content[data-v-9aacfd30] {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 16px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.1);
}
.not-found-title[data-v-9aacfd30] {
  font-size: 120px;
  font-weight: 700;
  color: #023293;
  margin: 0 0 20px 0;
  line-height: 1;
  text-shadow: 0 4px 20px rgba(2, 50, 147, 0.2);
}
.not-found-subtitle[data-v-9aacfd30] {
  font-size: 36px;
  font-weight: 700;
  color: #023293;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.not-found-description[data-v-9aacfd30] {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.not-found-content .btn-primary[data-v-9aacfd30] {
  background-color: var(--button_bg, #023293);
  border-color: var(--button_bg, #023293);
  color: var(--button_text, #fff);
  padding: 14px 40px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.4s;
  border: none;
}
.not-found-content .btn-primary[data-v-9aacfd30]:hover {
  background: var(--button_bg_hover, #0348a8);
  color: var(--button_text, #fff);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(2, 50, 147, 0.4);
}
.not-found-content .btn-primary[data-v-9aacfd30]:focus,
.not-found-content .btn-primary[data-v-9aacfd30]:active,
.not-found-content .btn-primary[data-v-9aacfd30]:focus:active {
  color: var(--button_text, #fff);
  background: var(--button_bg, #023293);
}
@media screen and (max-width: 767px) {
.not-found-content[data-v-9aacfd30] {
    padding: 40px 30px;
}
.not-found-title[data-v-9aacfd30] {
    font-size: 80px;
}
.not-found-subtitle[data-v-9aacfd30] {
    font-size: 28px;
}
.not-found-description[data-v-9aacfd30] {
    font-size: 16px;
    margin-bottom: 30px;
}
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ae72b9dc1288f1e43cc5)
 * Config saved to config.json and https://gist.github.com/ae72b9dc1288f1e43cc5
 *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url(/static/fonts/glyphicons-halflings-regular.5be1347.eot);src:url(/static/fonts/glyphicons-halflings-regular.5be1347.eot?#iefix) format('embedded-opentype'),url(/static/fonts/glyphicons-halflings-regular.be810be.woff2) format('woff2'),url(/static/fonts/glyphicons-halflings-regular.82b1212.woff) format('woff'),url(/static/fonts/glyphicons-halflings-regular.4692b9e.ttf) format('truetype'),url(/static/img/glyphicons-halflings-regular.060b271.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20AC"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270F"}.glyphicon-glass:before{content:"\E001"}.glyphicon-music:before{content:"\E002"}.glyphicon-search:before{content:"\E003"}.glyphicon-heart:before{content:"\E005"}.glyphicon-star:before{content:"\E006"}.glyphicon-star-empty:before{content:"\E007"}.glyphicon-user:before{content:"\E008"}.glyphicon-film:before{content:"\E009"}.glyphicon-th-large:before{content:"\E010"}.glyphicon-th:before{content:"\E011"}.glyphicon-th-list:before{content:"\E012"}.glyphicon-ok:before{content:"\E013"}.glyphicon-remove:before{content:"\E014"}.glyphicon-zoom-in:before{content:"\E015"}.glyphicon-zoom-out:before{content:"\E016"}.glyphicon-off:before{content:"\E017"}.glyphicon-signal:before{content:"\E018"}.glyphicon-cog:before{content:"\E019"}.glyphicon-trash:before{content:"\E020"}.glyphicon-home:before{content:"\E021"}.glyphicon-file:before{content:"\E022"}.glyphicon-time:before{content:"\E023"}.glyphicon-road:before{content:"\E024"}.glyphicon-download-alt:before{content:"\E025"}.glyphicon-download:before{content:"\E026"}.glyphicon-upload:before{content:"\E027"}.glyphicon-inbox:before{content:"\E028"}.glyphicon-play-circle:before{content:"\E029"}.glyphicon-repeat:before{content:"\E030"}.glyphicon-refresh:before{content:"\E031"}.glyphicon-list-alt:before{content:"\E032"}.glyphicon-lock:before{content:"\E033"}.glyphicon-flag:before{content:"\E034"}.glyphicon-headphones:before{content:"\E035"}.glyphicon-volume-off:before{content:"\E036"}.glyphicon-volume-down:before{content:"\E037"}.glyphicon-volume-up:before{content:"\E038"}.glyphicon-qrcode:before{content:"\E039"}.glyphicon-barcode:before{content:"\E040"}.glyphicon-tag:before{content:"\E041"}.glyphicon-tags:before{content:"\E042"}.glyphicon-book:before{content:"\E043"}.glyphicon-bookmark:before{content:"\E044"}.glyphicon-print:before{content:"\E045"}.glyphicon-camera:before{content:"\E046"}.glyphicon-font:before{content:"\E047"}.glyphicon-bold:before{content:"\E048"}.glyphicon-italic:before{content:"\E049"}.glyphicon-text-height:before{content:"\E050"}.glyphicon-text-width:before{content:"\E051"}.glyphicon-align-left:before{content:"\E052"}.glyphicon-align-center:before{content:"\E053"}.glyphicon-align-right:before{content:"\E054"}.glyphicon-align-justify:before{content:"\E055"}.glyphicon-list:before{content:"\E056"}.glyphicon-indent-left:before{content:"\E057"}.glyphicon-indent-right:before{content:"\E058"}.glyphicon-facetime-video:before{content:"\E059"}.glyphicon-picture:before{content:"\E060"}.glyphicon-map-marker:before{content:"\E062"}.glyphicon-adjust:before{content:"\E063"}.glyphicon-tint:before{content:"\E064"}.glyphicon-edit:before{content:"\E065"}.glyphicon-share:before{content:"\E066"}.glyphicon-check:before{content:"\E067"}.glyphicon-move:before{content:"\E068"}.glyphicon-step-backward:before{content:"\E069"}.glyphicon-fast-backward:before{content:"\E070"}.glyphicon-backward:before{content:"\E071"}.glyphicon-play:before{content:"\E072"}.glyphicon-pause:before{content:"\E073"}.glyphicon-stop:before{content:"\E074"}.glyphicon-forward:before{content:"\E075"}.glyphicon-fast-forward:before{content:"\E076"}.glyphicon-step-forward:before{content:"\E077"}.glyphicon-eject:before{content:"\E078"}.glyphicon-chevron-left:before{content:"\E079"}.glyphicon-chevron-right:before{content:"\E080"}.glyphicon-plus-sign:before{content:"\E081"}.glyphicon-minus-sign:before{content:"\E082"}.glyphicon-remove-sign:before{content:"\E083"}.glyphicon-ok-sign:before{content:"\E084"}.glyphicon-question-sign:before{content:"\E085"}.glyphicon-info-sign:before{content:"\E086"}.glyphicon-screenshot:before{content:"\E087"}.glyphicon-remove-circle:before{content:"\E088"}.glyphicon-ok-circle:before{content:"\E089"}.glyphicon-ban-circle:before{content:"\E090"}.glyphicon-arrow-left:before{content:"\E091"}.glyphicon-arrow-right:before{content:"\E092"}.glyphicon-arrow-up:before{content:"\E093"}.glyphicon-arrow-down:before{content:"\E094"}.glyphicon-share-alt:before{content:"\E095"}.glyphicon-resize-full:before{content:"\E096"}.glyphicon-resize-small:before{content:"\E097"}.glyphicon-exclamation-sign:before{content:"\E101"}.glyphicon-gift:before{content:"\E102"}.glyphicon-leaf:before{content:"\E103"}.glyphicon-fire:before{content:"\E104"}.glyphicon-eye-open:before{content:"\E105"}.glyphicon-eye-close:before{content:"\E106"}.glyphicon-warning-sign:before{content:"\E107"}.glyphicon-plane:before{content:"\E108"}.glyphicon-calendar:before{content:"\E109"}.glyphicon-random:before{content:"\E110"}.glyphicon-comment:before{content:"\E111"}.glyphicon-magnet:before{content:"\E112"}.glyphicon-chevron-up:before{content:"\E113"}.glyphicon-chevron-down:before{content:"\E114"}.glyphicon-retweet:before{content:"\E115"}.glyphicon-shopping-cart:before{content:"\E116"}.glyphicon-folder-close:before{content:"\E117"}.glyphicon-folder-open:before{content:"\E118"}.glyphicon-resize-vertical:before{content:"\E119"}.glyphicon-resize-horizontal:before{content:"\E120"}.glyphicon-hdd:before{content:"\E121"}.glyphicon-bullhorn:before{content:"\E122"}.glyphicon-bell:before{content:"\E123"}.glyphicon-certificate:before{content:"\E124"}.glyphicon-thumbs-up:before{content:"\E125"}.glyphicon-thumbs-down:before{content:"\E126"}.glyphicon-hand-right:before{content:"\E127"}.glyphicon-hand-left:before{content:"\E128"}.glyphicon-hand-up:before{content:"\E129"}.glyphicon-hand-down:before{content:"\E130"}.glyphicon-circle-arrow-right:before{content:"\E131"}.glyphicon-circle-arrow-left:before{content:"\E132"}.glyphicon-circle-arrow-up:before{content:"\E133"}.glyphicon-circle-arrow-down:before{content:"\E134"}.glyphicon-globe:before{content:"\E135"}.glyphicon-wrench:before{content:"\E136"}.glyphicon-tasks:before{content:"\E137"}.glyphicon-filter:before{content:"\E138"}.glyphicon-briefcase:before{content:"\E139"}.glyphicon-fullscreen:before{content:"\E140"}.glyphicon-dashboard:before{content:"\E141"}.glyphicon-paperclip:before{content:"\E142"}.glyphicon-heart-empty:before{content:"\E143"}.glyphicon-link:before{content:"\E144"}.glyphicon-phone:before{content:"\E145"}.glyphicon-pushpin:before{content:"\E146"}.glyphicon-usd:before{content:"\E148"}.glyphicon-gbp:before{content:"\E149"}.glyphicon-sort:before{content:"\E150"}.glyphicon-sort-by-alphabet:before{content:"\E151"}.glyphicon-sort-by-alphabet-alt:before{content:"\E152"}.glyphicon-sort-by-order:before{content:"\E153"}.glyphicon-sort-by-order-alt:before{content:"\E154"}.glyphicon-sort-by-attributes:before{content:"\E155"}.glyphicon-sort-by-attributes-alt:before{content:"\E156"}.glyphicon-unchecked:before{content:"\E157"}.glyphicon-expand:before{content:"\E158"}.glyphicon-collapse-down:before{content:"\E159"}.glyphicon-collapse-up:before{content:"\E160"}.glyphicon-log-in:before{content:"\E161"}.glyphicon-flash:before{content:"\E162"}.glyphicon-log-out:before{content:"\E163"}.glyphicon-new-window:before{content:"\E164"}.glyphicon-record:before{content:"\E165"}.glyphicon-save:before{content:"\E166"}.glyphicon-open:before{content:"\E167"}.glyphicon-saved:before{content:"\E168"}.glyphicon-import:before{content:"\E169"}.glyphicon-export:before{content:"\E170"}.glyphicon-send:before{content:"\E171"}.glyphicon-floppy-disk:before{content:"\E172"}.glyphicon-floppy-saved:before{content:"\E173"}.glyphicon-floppy-remove:before{content:"\E174"}.glyphicon-floppy-save:before{content:"\E175"}.glyphicon-floppy-open:before{content:"\E176"}.glyphicon-credit-card:before{content:"\E177"}.glyphicon-transfer:before{content:"\E178"}.glyphicon-cutlery:before{content:"\E179"}.glyphicon-header:before{content:"\E180"}.glyphicon-compressed:before{content:"\E181"}.glyphicon-earphone:before{content:"\E182"}.glyphicon-phone-alt:before{content:"\E183"}.glyphicon-tower:before{content:"\E184"}.glyphicon-stats:before{content:"\E185"}.glyphicon-sd-video:before{content:"\E186"}.glyphicon-hd-video:before{content:"\E187"}.glyphicon-subtitles:before{content:"\E188"}.glyphicon-sound-stereo:before{content:"\E189"}.glyphicon-sound-dolby:before{content:"\E190"}.glyphicon-sound-5-1:before{content:"\E191"}.glyphicon-sound-6-1:before{content:"\E192"}.glyphicon-sound-7-1:before{content:"\E193"}.glyphicon-copyright-mark:before{content:"\E194"}.glyphicon-registration-mark:before{content:"\E195"}.glyphicon-cloud-download:before{content:"\E197"}.glyphicon-cloud-upload:before{content:"\E198"}.glyphicon-tree-conifer:before{content:"\E199"}.glyphicon-tree-deciduous:before{content:"\E200"}.glyphicon-cd:before{content:"\E201"}.glyphicon-save-file:before{content:"\E202"}.glyphicon-open-file:before{content:"\E203"}.glyphicon-level-up:before{content:"\E204"}.glyphicon-copy:before{content:"\E205"}.glyphicon-paste:before{content:"\E206"}.glyphicon-alert:before{content:"\E209"}.glyphicon-equalizer:before{content:"\E210"}.glyphicon-king:before{content:"\E211"}.glyphicon-queen:before{content:"\E212"}.glyphicon-pawn:before{content:"\E213"}.glyphicon-bishop:before{content:"\E214"}.glyphicon-knight:before{content:"\E215"}.glyphicon-baby-formula:before{content:"\E216"}.glyphicon-tent:before{content:"\26FA"}.glyphicon-blackboard:before{content:"\E218"}.glyphicon-bed:before{content:"\E219"}.glyphicon-apple:before{content:"\F8FF"}.glyphicon-erase:before{content:"\E221"}.glyphicon-hourglass:before{content:"\231B"}.glyphicon-lamp:before{content:"\E223"}.glyphicon-duplicate:before{content:"\E224"}.glyphicon-piggy-bank:before{content:"\E225"}.glyphicon-scissors:before{content:"\E226"}.glyphicon-bitcoin:before{content:"\E227"}.glyphicon-btc:before{content:"\E227"}.glyphicon-xbt:before{content:"\E227"}.glyphicon-yen:before{content:"\A5"}.glyphicon-jpy:before{content:"\A5"}.glyphicon-ruble:before{content:"\20BD"}.glyphicon-rub:before{content:"\20BD"}.glyphicon-scale:before{content:"\E230"}.glyphicon-ice-lolly:before{content:"\E231"}.glyphicon-ice-lolly-tasted:before{content:"\E232"}.glyphicon-education:before{content:"\E233"}.glyphicon-option-horizontal:before{content:"\E234"}.glyphicon-option-vertical:before{content:"\E235"}.glyphicon-menu-hamburger:before{content:"\E236"}.glyphicon-modal-window:before{content:"\E237"}.glyphicon-oil:before{content:"\E238"}.glyphicon-grain:before{content:"\E239"}.glyphicon-sunglasses:before{content:"\E240"}.glyphicon-text-size:before{content:"\E241"}.glyphicon-text-color:before{content:"\E242"}.glyphicon-text-background:before{content:"\E243"}.glyphicon-object-align-top:before{content:"\E244"}.glyphicon-object-align-bottom:before{content:"\E245"}.glyphicon-object-align-horizontal:before{content:"\E246"}.glyphicon-object-align-left:before{content:"\E247"}.glyphicon-object-align-vertical:before{content:"\E248"}.glyphicon-object-align-right:before{content:"\E249"}.glyphicon-triangle-right:before{content:"\E250"}.glyphicon-triangle-left:before{content:"\E251"}.glyphicon-triangle-bottom:before{content:"\E252"}.glyphicon-triangle-top:before{content:"\E253"}.glyphicon-console:before{content:"\E254"}.glyphicon-superscript:before{content:"\E255"}.glyphicon-subscript:before{content:"\E256"}.glyphicon-menu-left:before{content:"\E257"}.glyphicon-menu-right:before{content:"\E258"}.glyphicon-menu-down:before{content:"\E259"}.glyphicon-menu-up:before{content:"\E260"}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014   \A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\A0   \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24{float:left}.col-xs-24{width:100%}.col-xs-23{width:95.83333333%}.col-xs-22{width:91.66666667%}.col-xs-21{width:87.5%}.col-xs-20{width:83.33333333%}.col-xs-19{width:79.16666667%}.col-xs-18{width:75%}.col-xs-17{width:70.83333333%}.col-xs-16{width:66.66666667%}.col-xs-15{width:62.5%}.col-xs-14{width:58.33333333%}.col-xs-13{width:54.16666667%}.col-xs-12{width:50%}.col-xs-11{width:45.83333333%}.col-xs-10{width:41.66666667%}.col-xs-9{width:37.5%}.col-xs-8{width:33.33333333%}.col-xs-7{width:29.16666667%}.col-xs-6{width:25%}.col-xs-5{width:20.83333333%}.col-xs-4{width:16.66666667%}.col-xs-3{width:12.5%}.col-xs-2{width:8.33333333%}.col-xs-1{width:4.16666667%}.col-xs-pull-24{right:100%}.col-xs-pull-23{right:95.83333333%}.col-xs-pull-22{right:91.66666667%}.col-xs-pull-21{right:87.5%}.col-xs-pull-20{right:83.33333333%}.col-xs-pull-19{right:79.16666667%}.col-xs-pull-18{right:75%}.col-xs-pull-17{right:70.83333333%}.col-xs-pull-16{right:66.66666667%}.col-xs-pull-15{right:62.5%}.col-xs-pull-14{right:58.33333333%}.col-xs-pull-13{right:54.16666667%}.col-xs-pull-12{right:50%}.col-xs-pull-11{right:45.83333333%}.col-xs-pull-10{right:41.66666667%}.col-xs-pull-9{right:37.5%}.col-xs-pull-8{right:33.33333333%}.col-xs-pull-7{right:29.16666667%}.col-xs-pull-6{right:25%}.col-xs-pull-5{right:20.83333333%}.col-xs-pull-4{right:16.66666667%}.col-xs-pull-3{right:12.5%}.col-xs-pull-2{right:8.33333333%}.col-xs-pull-1{right:4.16666667%}.col-xs-pull-0{right:auto}.col-xs-push-24{left:100%}.col-xs-push-23{left:95.83333333%}.col-xs-push-22{left:91.66666667%}.col-xs-push-21{left:87.5%}.col-xs-push-20{left:83.33333333%}.col-xs-push-19{left:79.16666667%}.col-xs-push-18{left:75%}.col-xs-push-17{left:70.83333333%}.col-xs-push-16{left:66.66666667%}.col-xs-push-15{left:62.5%}.col-xs-push-14{left:58.33333333%}.col-xs-push-13{left:54.16666667%}.col-xs-push-12{left:50%}.col-xs-push-11{left:45.83333333%}.col-xs-push-10{left:41.66666667%}.col-xs-push-9{left:37.5%}.col-xs-push-8{left:33.33333333%}.col-xs-push-7{left:29.16666667%}.col-xs-push-6{left:25%}.col-xs-push-5{left:20.83333333%}.col-xs-push-4{left:16.66666667%}.col-xs-push-3{left:12.5%}.col-xs-push-2{left:8.33333333%}.col-xs-push-1{left:4.16666667%}.col-xs-push-0{left:auto}.col-xs-offset-24{margin-left:100%}.col-xs-offset-23{margin-left:95.83333333%}.col-xs-offset-22{margin-left:91.66666667%}.col-xs-offset-21{margin-left:87.5%}.col-xs-offset-20{margin-left:83.33333333%}.col-xs-offset-19{margin-left:79.16666667%}.col-xs-offset-18{margin-left:75%}.col-xs-offset-17{margin-left:70.83333333%}.col-xs-offset-16{margin-left:66.66666667%}.col-xs-offset-15{margin-left:62.5%}.col-xs-offset-14{margin-left:58.33333333%}.col-xs-offset-13{margin-left:54.16666667%}.col-xs-offset-12{margin-left:50%}.col-xs-offset-11{margin-left:45.83333333%}.col-xs-offset-10{margin-left:41.66666667%}.col-xs-offset-9{margin-left:37.5%}.col-xs-offset-8{margin-left:33.33333333%}.col-xs-offset-7{margin-left:29.16666667%}.col-xs-offset-6{margin-left:25%}.col-xs-offset-5{margin-left:20.83333333%}.col-xs-offset-4{margin-left:16.66666667%}.col-xs-offset-3{margin-left:12.5%}.col-xs-offset-2{margin-left:8.33333333%}.col-xs-offset-1{margin-left:4.16666667%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24{float:left}.col-sm-24{width:100%}.col-sm-23{width:95.83333333%}.col-sm-22{width:91.66666667%}.col-sm-21{width:87.5%}.col-sm-20{width:83.33333333%}.col-sm-19{width:79.16666667%}.col-sm-18{width:75%}.col-sm-17{width:70.83333333%}.col-sm-16{width:66.66666667%}.col-sm-15{width:62.5%}.col-sm-14{width:58.33333333%}.col-sm-13{width:54.16666667%}.col-sm-12{width:50%}.col-sm-11{width:45.83333333%}.col-sm-10{width:41.66666667%}.col-sm-9{width:37.5%}.col-sm-8{width:33.33333333%}.col-sm-7{width:29.16666667%}.col-sm-6{width:25%}.col-sm-5{width:20.83333333%}.col-sm-4{width:16.66666667%}.col-sm-3{width:12.5%}.col-sm-2{width:8.33333333%}.col-sm-1{width:4.16666667%}.col-sm-pull-24{right:100%}.col-sm-pull-23{right:95.83333333%}.col-sm-pull-22{right:91.66666667%}.col-sm-pull-21{right:87.5%}.col-sm-pull-20{right:83.33333333%}.col-sm-pull-19{right:79.16666667%}.col-sm-pull-18{right:75%}.col-sm-pull-17{right:70.83333333%}.col-sm-pull-16{right:66.66666667%}.col-sm-pull-15{right:62.5%}.col-sm-pull-14{right:58.33333333%}.col-sm-pull-13{right:54.16666667%}.col-sm-pull-12{right:50%}.col-sm-pull-11{right:45.83333333%}.col-sm-pull-10{right:41.66666667%}.col-sm-pull-9{right:37.5%}.col-sm-pull-8{right:33.33333333%}.col-sm-pull-7{right:29.16666667%}.col-sm-pull-6{right:25%}.col-sm-pull-5{right:20.83333333%}.col-sm-pull-4{right:16.66666667%}.col-sm-pull-3{right:12.5%}.col-sm-pull-2{right:8.33333333%}.col-sm-pull-1{right:4.16666667%}.col-sm-pull-0{right:auto}.col-sm-push-24{left:100%}.col-sm-push-23{left:95.83333333%}.col-sm-push-22{left:91.66666667%}.col-sm-push-21{left:87.5%}.col-sm-push-20{left:83.33333333%}.col-sm-push-19{left:79.16666667%}.col-sm-push-18{left:75%}.col-sm-push-17{left:70.83333333%}.col-sm-push-16{left:66.66666667%}.col-sm-push-15{left:62.5%}.col-sm-push-14{left:58.33333333%}.col-sm-push-13{left:54.16666667%}.col-sm-push-12{left:50%}.col-sm-push-11{left:45.83333333%}.col-sm-push-10{left:41.66666667%}.col-sm-push-9{left:37.5%}.col-sm-push-8{left:33.33333333%}.col-sm-push-7{left:29.16666667%}.col-sm-push-6{left:25%}.col-sm-push-5{left:20.83333333%}.col-sm-push-4{left:16.66666667%}.col-sm-push-3{left:12.5%}.col-sm-push-2{left:8.33333333%}.col-sm-push-1{left:4.16666667%}.col-sm-push-0{left:auto}.col-sm-offset-24{margin-left:100%}.col-sm-offset-23{margin-left:95.83333333%}.col-sm-offset-22{margin-left:91.66666667%}.col-sm-offset-21{margin-left:87.5%}.col-sm-offset-20{margin-left:83.33333333%}.col-sm-offset-19{margin-left:79.16666667%}.col-sm-offset-18{margin-left:75%}.col-sm-offset-17{margin-left:70.83333333%}.col-sm-offset-16{margin-left:66.66666667%}.col-sm-offset-15{margin-left:62.5%}.col-sm-offset-14{margin-left:58.33333333%}.col-sm-offset-13{margin-left:54.16666667%}.col-sm-offset-12{margin-left:50%}.col-sm-offset-11{margin-left:45.83333333%}.col-sm-offset-10{margin-left:41.66666667%}.col-sm-offset-9{margin-left:37.5%}.col-sm-offset-8{margin-left:33.33333333%}.col-sm-offset-7{margin-left:29.16666667%}.col-sm-offset-6{margin-left:25%}.col-sm-offset-5{margin-left:20.83333333%}.col-sm-offset-4{margin-left:16.66666667%}.col-sm-offset-3{margin-left:12.5%}.col-sm-offset-2{margin-left:8.33333333%}.col-sm-offset-1{margin-left:4.16666667%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24{float:left}.col-md-24{width:100%}.col-md-23{width:95.83333333%}.col-md-22{width:91.66666667%}.col-md-21{width:87.5%}.col-md-20{width:83.33333333%}.col-md-19{width:79.16666667%}.col-md-18{width:75%}.col-md-17{width:70.83333333%}.col-md-16{width:66.66666667%}.col-md-15{width:62.5%}.col-md-14{width:58.33333333%}.col-md-13{width:54.16666667%}.col-md-12{width:50%}.col-md-11{width:45.83333333%}.col-md-10{width:41.66666667%}.col-md-9{width:37.5%}.col-md-8{width:33.33333333%}.col-md-7{width:29.16666667%}.col-md-6{width:25%}.col-md-5{width:20.83333333%}.col-md-4{width:16.66666667%}.col-md-3{width:12.5%}.col-md-2{width:8.33333333%}.col-md-1{width:4.16666667%}.col-md-pull-24{right:100%}.col-md-pull-23{right:95.83333333%}.col-md-pull-22{right:91.66666667%}.col-md-pull-21{right:87.5%}.col-md-pull-20{right:83.33333333%}.col-md-pull-19{right:79.16666667%}.col-md-pull-18{right:75%}.col-md-pull-17{right:70.83333333%}.col-md-pull-16{right:66.66666667%}.col-md-pull-15{right:62.5%}.col-md-pull-14{right:58.33333333%}.col-md-pull-13{right:54.16666667%}.col-md-pull-12{right:50%}.col-md-pull-11{right:45.83333333%}.col-md-pull-10{right:41.66666667%}.col-md-pull-9{right:37.5%}.col-md-pull-8{right:33.33333333%}.col-md-pull-7{right:29.16666667%}.col-md-pull-6{right:25%}.col-md-pull-5{right:20.83333333%}.col-md-pull-4{right:16.66666667%}.col-md-pull-3{right:12.5%}.col-md-pull-2{right:8.33333333%}.col-md-pull-1{right:4.16666667%}.col-md-pull-0{right:auto}.col-md-push-24{left:100%}.col-md-push-23{left:95.83333333%}.col-md-push-22{left:91.66666667%}.col-md-push-21{left:87.5%}.col-md-push-20{left:83.33333333%}.col-md-push-19{left:79.16666667%}.col-md-push-18{left:75%}.col-md-push-17{left:70.83333333%}.col-md-push-16{left:66.66666667%}.col-md-push-15{left:62.5%}.col-md-push-14{left:58.33333333%}.col-md-push-13{left:54.16666667%}.col-md-push-12{left:50%}.col-md-push-11{left:45.83333333%}.col-md-push-10{left:41.66666667%}.col-md-push-9{left:37.5%}.col-md-push-8{left:33.33333333%}.col-md-push-7{left:29.16666667%}.col-md-push-6{left:25%}.col-md-push-5{left:20.83333333%}.col-md-push-4{left:16.66666667%}.col-md-push-3{left:12.5%}.col-md-push-2{left:8.33333333%}.col-md-push-1{left:4.16666667%}.col-md-push-0{left:auto}.col-md-offset-24{margin-left:100%}.col-md-offset-23{margin-left:95.83333333%}.col-md-offset-22{margin-left:91.66666667%}.col-md-offset-21{margin-left:87.5%}.col-md-offset-20{margin-left:83.33333333%}.col-md-offset-19{margin-left:79.16666667%}.col-md-offset-18{margin-left:75%}.col-md-offset-17{margin-left:70.83333333%}.col-md-offset-16{margin-left:66.66666667%}.col-md-offset-15{margin-left:62.5%}.col-md-offset-14{margin-left:58.33333333%}.col-md-offset-13{margin-left:54.16666667%}.col-md-offset-12{margin-left:50%}.col-md-offset-11{margin-left:45.83333333%}.col-md-offset-10{margin-left:41.66666667%}.col-md-offset-9{margin-left:37.5%}.col-md-offset-8{margin-left:33.33333333%}.col-md-offset-7{margin-left:29.16666667%}.col-md-offset-6{margin-left:25%}.col-md-offset-5{margin-left:20.83333333%}.col-md-offset-4{margin-left:16.66666667%}.col-md-offset-3{margin-left:12.5%}.col-md-offset-2{margin-left:8.33333333%}.col-md-offset-1{margin-left:4.16666667%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24{float:left}.col-lg-24{width:100%}.col-lg-23{width:95.83333333%}.col-lg-22{width:91.66666667%}.col-lg-21{width:87.5%}.col-lg-20{width:83.33333333%}.col-lg-19{width:79.16666667%}.col-lg-18{width:75%}.col-lg-17{width:70.83333333%}.col-lg-16{width:66.66666667%}.col-lg-15{width:62.5%}.col-lg-14{width:58.33333333%}.col-lg-13{width:54.16666667%}.col-lg-12{width:50%}.col-lg-11{width:45.83333333%}.col-lg-10{width:41.66666667%}.col-lg-9{width:37.5%}.col-lg-8{width:33.33333333%}.col-lg-7{width:29.16666667%}.col-lg-6{width:25%}.col-lg-5{width:20.83333333%}.col-lg-4{width:16.66666667%}.col-lg-3{width:12.5%}.col-lg-2{width:8.33333333%}.col-lg-1{width:4.16666667%}.col-lg-pull-24{right:100%}.col-lg-pull-23{right:95.83333333%}.col-lg-pull-22{right:91.66666667%}.col-lg-pull-21{right:87.5%}.col-lg-pull-20{right:83.33333333%}.col-lg-pull-19{right:79.16666667%}.col-lg-pull-18{right:75%}.col-lg-pull-17{right:70.83333333%}.col-lg-pull-16{right:66.66666667%}.col-lg-pull-15{right:62.5%}.col-lg-pull-14{right:58.33333333%}.col-lg-pull-13{right:54.16666667%}.col-lg-pull-12{right:50%}.col-lg-pull-11{right:45.83333333%}.col-lg-pull-10{right:41.66666667%}.col-lg-pull-9{right:37.5%}.col-lg-pull-8{right:33.33333333%}.col-lg-pull-7{right:29.16666667%}.col-lg-pull-6{right:25%}.col-lg-pull-5{right:20.83333333%}.col-lg-pull-4{right:16.66666667%}.col-lg-pull-3{right:12.5%}.col-lg-pull-2{right:8.33333333%}.col-lg-pull-1{right:4.16666667%}.col-lg-pull-0{right:auto}.col-lg-push-24{left:100%}.col-lg-push-23{left:95.83333333%}.col-lg-push-22{left:91.66666667%}.col-lg-push-21{left:87.5%}.col-lg-push-20{left:83.33333333%}.col-lg-push-19{left:79.16666667%}.col-lg-push-18{left:75%}.col-lg-push-17{left:70.83333333%}.col-lg-push-16{left:66.66666667%}.col-lg-push-15{left:62.5%}.col-lg-push-14{left:58.33333333%}.col-lg-push-13{left:54.16666667%}.col-lg-push-12{left:50%}.col-lg-push-11{left:45.83333333%}.col-lg-push-10{left:41.66666667%}.col-lg-push-9{left:37.5%}.col-lg-push-8{left:33.33333333%}.col-lg-push-7{left:29.16666667%}.col-lg-push-6{left:25%}.col-lg-push-5{left:20.83333333%}.col-lg-push-4{left:16.66666667%}.col-lg-push-3{left:12.5%}.col-lg-push-2{left:8.33333333%}.col-lg-push-1{left:4.16666667%}.col-lg-push-0{left:auto}.col-lg-offset-24{margin-left:100%}.col-lg-offset-23{margin-left:95.83333333%}.col-lg-offset-22{margin-left:91.66666667%}.col-lg-offset-21{margin-left:87.5%}.col-lg-offset-20{margin-left:83.33333333%}.col-lg-offset-19{margin-left:79.16666667%}.col-lg-offset-18{margin-left:75%}.col-lg-offset-17{margin-left:70.83333333%}.col-lg-offset-16{margin-left:66.66666667%}.col-lg-offset-15{margin-left:62.5%}.col-lg-offset-14{margin-left:58.33333333%}.col-lg-offset-13{margin-left:54.16666667%}.col-lg-offset-12{margin-left:50%}.col-lg-offset-11{margin-left:45.83333333%}.col-lg-offset-10{margin-left:41.66666667%}.col-lg-offset-9{margin-left:37.5%}.col-lg-offset-8{margin-left:33.33333333%}.col-lg-offset-7{margin-left:29.16666667%}.col-lg-offset-6{margin-left:25%}.col-lg-offset-5{margin-left:20.83333333%}.col-lg-offset-4{margin-left:16.66666667%}.col-lg-offset-3{margin-left:12.5%}.col-lg-offset-2{margin-left:8.33333333%}.col-lg-offset-1{margin-left:4.16666667%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition-property:height, visibility;transition-duration:.35s;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\A0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transform:translate(0, -25%);transition:transform 0.3s ease-out}.modal.in .modal-dialog{transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{transition:transform 0.6s ease-in-out;backface-visibility:hidden;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203A'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
:root {
  --book_button: #0075cd;
  --button_bg: #f3cb14;
  --button_bg_hover: #d4b40f;
  --button_text: #000000;
  --header_bg: #023293;
  --header_bg_light: #f4ad42;
  --header_text: #000000;
  --sidebar_bg: #62abe3;
  --sidebar_header_bg: #0075cd;
  --sidebar_ui: #f0f0f0;
  --tabs: #0f8bea;
  --main-banner: #172380;
}
@font-face {
  font-family: "ge_sslight";
  /*src: url('assets/css/fonts/ge_ss_text_light-webfont.eot');*/
  /*src: url('assets/css/fonts/ge_ss_text_light-webfont.eot?#iefix') format('embedded-opentype'),*/
  /*url('assets/fonts/ge_ss_text_light-webfont.woff2') format('woff2'),*/
  /*url('assets/fonts/ge_ss_text_light-webfont.woff') format('woff'),*/
  /*url('assets/fonts/ge_ss_text_light-webfont.ttf') format('truetype');*/
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: "Roboto", "ge_sslight", sans-serif;
  font-weight: 400;
  color: #8d8d8d;
  font-size-adjust: 0.58;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #fff;
  /* Prevent horizontal scroll/drag on mobile */
  max-width: 100vw;
  position: relative;
}

section {
  z-index: 1;
}

#pre-load {
  position: static;
  top: 0;
  height: 0;
  width: 100vw;
  height: 100vw;
  background: #f3cb14;
  z-index: 10;
}

.nopadding {
  padding: 0 !important;
}

.nopadding-right {
  padding-right: 0 !important;
}

.nopadding-left {
  padding-left: 0 !important;
}

a {
  color: #0075cd;
}

a:hover {
  color: #1b8fe7;
  text-decoration: none;
}

a:not(.btn):not(.dropdown-menu a) {
  transition: color 0.4s;
}

#pre-load {
  position: static;
  top: 0;
  height: 0;
  width: 100vw;
  height: 100vw;
  background: #f3cb14;
  z-index: 10;
}

section {
  z-index: 1;
}

.loading {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10000000;
}

.loading .content {
  display: inline-block;
  height: 50vh;
  vertical-align: middle;
  top: 50%;
  margin-top: -25vh;
  position: relative;
  color: #023293;
}

.loading .content h1 {
  color: #3097e8;
  font-size: 32px;
  font-family: "Roboto", "ge_sslight", sans-serif;
  font-weight: 700;
  margin-bottom: 35px;
}

.loading .content img {
  margin-bottom: 35px;
}

.loading .content h3 {
  color: #023293;
}

#localize-widget {
  display: none !important;
}

.text-right:lang(ar) {
  text-align: left !important;
}

.yellow,
.yellow-color {
  color: var(--button_bg);
}

.blue {
  color: var(--header_text);
}

.dark-blue {
  color: var(--button_bg);
}

.light-blue {
  color: #9ec6f2;
}

.green {
  color: #599642;
}

.strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 20px 0;
  font-family: "Roboto", "ge_sslight", sans-serif;
  font-weight: 700;
  color: #000;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.blue-sidebar h1,
.blue-sidebar h2,
.blue-sidebar h3 {
  color: #fff;
}

.dark-bg,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

label {
  font-weight: 700;
  color: #000;
}

h3 i {
  vertical-align: top;
  font-size: 15px !important;
}

.double-size {
  font-size: 25px;
}

.underline {
  text-decoration: underline;
}

p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
}

.hero-inner h1,
.hero-inner h2,
.hero-inner h3 {
  color: #fff;
}
/********************** UI / Start *************************/

/* Animated Hamburger / Start
***************************************/

#nav-icon {
  width: 30px;
  height: 23px;
  position: relative;
  display: inline-block;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: var(--button_bg);
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 5px 5px 0;
}

#nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 5px 0 0 5px;
}

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
  top: 9px;
}

#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
  top: 18px;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 3px;
  top: 3px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 3px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 3px;
  top: 11px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 11px;
}

/* Animated Hamburger / End
***************************************/

.home-search-form {
  margin-bottom: 50px;
}

/* Row layout for home search form */
.home-search-form > .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-start;
}

.home-search-form > .row > div[class*="col-"] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  flex: 1;
  min-width: 0;
}

/* Nested rows (like adults/children) should remain as block */
.home-search-form .row .row {
  display: block;
  width: 100%;
  flex: 0 0 100%;
  margin: 0;
}

.home-search-form > .row > div[class*="col-"] > .form-group {
  flex: 1;
  min-width: 200px;
  margin-bottom: 0;
}

/* Search button should take full width when in row layout */
.home-search-form > .row > div[class*="col-"] > .form-group:last-of-type {
  flex: 0 0 100%;
  min-width: 100%;
}

/* Target form-group containing search button more specifically */
.home-search-form > .row > div[class*="col-"] > .form-group .btn-full-width {
  width: 100%;
}

.home-search-form .row > div[class*="col-"]:lang(ar) {
  float: right;
}

/* Home search form select field styling */
.home-search-form .icon-select-field select,
.home-search-form .icon-select-field .form-select,
.home-search-form .icon-select-field select.form-control,
.home-search-form .icon-select-field .custom-select,
.home-search-form .icon-select-field .b-form-select,
.home-search-form .icon-select-field .b-form-select select {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 12px 40px 12px 12px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23333' d='M7 10L2 5h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 14px !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  transition: all 0.3s ease !important;
  display: block !important;
  box-sizing: border-box !important;
  color: #333 !important;
}

.home-search-form .icon-select-field .b-form-select select {
  color: #333 !important;
}

.home-search-form .icon-select-field select option {
  color: #333 !important;
}

.home-search-form .icon-select-field select:focus,
.home-search-form .icon-select-field .form-select:focus,
.home-search-form .icon-select-field select.form-control:focus,
.home-search-form .icon-select-field .custom-select:focus,
.home-search-form .icon-select-field .b-form-select:focus,
.home-search-form .icon-select-field .b-form-select select:focus {
  border-color: var(--book_button) !important;
  box-shadow: 0 0 0 3px rgba(0, 117, 205, 0.1) !important;
  outline: none !important;
}

.home-search-form .icon-select-field {
  position: relative !important;
  width: 100% !important;
  display: block !important;
}

.home-search-form .icon-select-field.users-field::after,
.home-search-form .icon-select-field.children-field::after {
  content: "" !important;
  display: none !important;
}

/* Form group margin handled in row layout above */

/* Padding for nested rows */
.home-search-form .row .row > div[class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.home-search-form .row > div.col-md-6 {
  width: 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.home-search-form .row > div.col-md-6:first-child {
  padding-left: 15px;
  padding-right: 4px;
}

.home-search-form .row > div.col-md-6:last-child {
  padding-right: 15px;
  padding-left: 4px;
}

/* Align age fields on home page */
.home-search-form .row > div.col-md-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.home-search-form .row > div.col-md-8:first-child {
  padding-left: 15px;
  padding-right: 4px;
}

.home-search-form .row > div.col-md-8:last-child {
  padding-right: 15px;
  padding-left: 4px;
}

/* Home search form date picker styling */
.home-search-form .icon-field.daterange-field {
  width: 100%;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  background: #fff !important;
  padding: 0;
  min-height: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 1 !important;
}

.home-search-form .icon-field.daterange-field:focus-within {
  border-color: var(--book_button) !important;
  box-shadow: 0 0 0 3px rgba(0, 117, 205, 0.1) !important;
  outline: none !important;
}

.home-search-form .datepicker__wrapper {
  width: 100%;
  height: 48px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff !important;
  text-align: left !important;
}

.home-search-form .datepicker__input {
  width: 100%;
  padding: 0 15px 0 32px !important;
  height: 48px !important;
  line-height: 48px !important;
  border: none;
  background: transparent !important;
  display: inline-block;
  white-space: nowrap;
  font-size: 15px !important;
  color: #333 !important;
  box-sizing: border-box;
  text-align: left;
}

.home-search-form .datepicker__dummy-wrapper {
  width: 100%;
  position: relative;
  border: none !important;
  background: transparent !important;
  height: 48px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 40px;
  padding-left: 0;
  border-radius: 6px;
  text-align: left !important;
}

.home-search-form .datepicker__dummy-input {
  width: 100%;
  height: 48px !important;
  line-height: 48px !important;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 15px !important;
  text-align: left !important;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333 !important;
  box-sizing: border-box;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.home-search-form .datepicker__dummy-input .datepicker__input-text {
  display: inline-block;
  margin: 0;
  font-size: 15px !important;
  color: #333 !important;
  vertical-align: middle;
  text-align: left !important;
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(50% - 20px);
  min-width: 0;
}

.home-search-form .datepicker__input-text {
  margin: 0 !important;
  font-size: 15px !important;
  color: #333 !important;
  vertical-align: middle;
  text-align: left !important;
}

.home-search-form .datepicker__input-separator {
  margin: 0 10px !important;
  display: inline-block;
  font-size: 15px !important;
  color: #999 !important;
  vertical-align: middle;
  line-height: 48px;
  flex: 0 0 auto;
  min-width: 12px;
}

.home-search-form .datepicker__clear-button,
.home-search-form .datepicker__close-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  padding: 4px;
  cursor: pointer;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666 !important;
}

.home-search-form .datepicker__dummy-wrapper--is-active {
  border: none !important;
}

.home-search-form .icon-field.daterange-field:after {
  display: none;
}

/* Buttons / Start
***************************************/

.btn {
  border: 0;
  border-radius: 3px;
  font-weight: 600;
  transition: background 0.4s;
  font-size: 14px;
  padding: 8px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.btn.btn-lg {
  padding: 10px 30px;
}

.btn:focus,
.btn:active,
.btn:focus:active {
  outline: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn.btn-primary {
  background-color: var(--button_bg);
  border-color: var(--button_bg);
  color: var(--button_text);

  /*background: #f3cb14;*/
  /*color: #000;*/
}

#currency-picker {
  background-color: var(--button_bg);
}

.currency-dropdown {
  display: block !important;
  visibility: visible !important;
}

.currency-button {
  background: transparent;
  color: var(--header_icon_color, #fff);
  border: 1px solid var(--header_icon_border, rgba(255, 255, 255, 0.3));
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  min-width: 95px;
  justify-content: space-between;
  font-family: inherit;
  margin: 0;
  white-space: nowrap;
}

.currency-button:hover,
.currency-button:focus {
  background-color: var(--header_icon_border, rgba(255, 255, 255, 0.1));
  border-color: var(--header_icon_color, rgba(255, 255, 255, 0.5));
  opacity: 0.9;
  outline: none;
}

.currency-button .currency-symbol {
  font-weight: 600;
  font-size: 16px;
}

.currency-button .currency-code {
  font-weight: 500;
  flex: 1;
  text-align: left;
}

.currency-button .currency-arrow {
  font-size: 10px;
  opacity: 0.8;
  transition: transform 0.2s ease;
}

.currency-button:hover .currency-arrow {
  opacity: 1;
}

.btn.btn-primary:hover {
  background: var(--button_bg_hover);
  color: #000;
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:focus:active {
  color: #000;
  background: var(--button_bg);
}

.btn.btn-info {
  background: #e9f1f9;
  color: #000;
}

.btn.btn-info:hover {
  background: #d4e1ee;
  color: #000;
}

.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info:focus:active {
  color: #000;
  background: #d4e1ee;
}

.btn.btn-full-width {
  width: 100%;
}

.btn.btn-default {
  background: #0075cd;
  color: #fff;
}

.btn.btn-default:hover {
  background: #1b8fe7;
  color: #fff;
}

.btn-sharp {
  border-radius: 0;
}

/* Buttons / End
***************************************/

.bootstrap-select.btn-group .dropdown-menu {
  background: #fff;
  padding: 0;
  border-radius: 0px 0px 5px 5px;
  box-shadow: none;
  margin: -2px 0 0;
  border-color: #f3cb14;
  border-top: 0;
}

.bootstrap-select.btn-group.dropup .dropdown-menu {
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  margin-bottom: -2px;
  border-top: 1px #f3cb14 solid;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  border: 0;
  margin: -9px 9px 0 0;
  color: var(--button_bg);
  width: 15px;
  text-align: center;
  right: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: "\F0DD";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 7px 10px;
}

.star-rating-select .bootstrap-select.btn-group .dropdown-menu li.selected,
.star-rating-select .bootstrap-select.btn-group .dropdown-menu li.selected a {
  background: #eee;
}

.bootstrap-select.btn-group .dropdown-menu li a:focus,
.bootstrap-select.btn-group .dropdown-menu li a:active {
  outline: 0;
  background: var(--button_bg);
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
  background: #1b8fe7;
  color: #fff;
}

.form-control {
  height: 35px;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #ccd4dd;
  transition: all 0.5s;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--button_bg);
}

.form-control.grey-control {
  background: #f0f0f0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.form-control.error {
  border: 1px solid #c42323;
  color: #c42323;
}

.form-control.valid {
  border-color: #2ba81a;
  color: #2ba81a;
}

label.error {
  color: #c42323;
  margin-top: 5px;
  font-weight: 500;
}
.icon-field.success label.error {
  display: inline;
}

.error-icon {
  /*background: url("assets/img/error-icon.png") no-repeat 0 0px;*/
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.success-icon {
  /*background: url("assets/img/success-icon.png") no-repeat 0 0;*/
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

.success-message {
  color: #000;
  font-weight: 500;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 10004;
}

#hero .carousel-control {
  z-index: 10004 !important;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.icon-field {
  position: relative;
  cursor: text;
}

.icon-field.daterange-field,
.icon-field.daterange-field input {
  cursor: pointer;
}

.daterange-field .form-control[readonly] {
  background: #fff;
}

.icon-field input,
.icon-field .bootstrap-select > .dropdown-toggle {
  padding-right: 30px;
}

.icon-field.daterange-field input {
  line-height: 35px;
  box-sizing: border-box;
}
.bootstrap-select > .dropdown-toggle:lang(ar) {
  padding-right: 15px;
  padding-left: 25px;
}

.icon-field:after {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 10px;
  right: 10px;
  color: #666666;
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1000;
}

.icon-field.daterange-field:after {
  content: "\F073";
}

.icon-field.colored:after {
  color: var(--button_bg);
}

.icon-field.bordered:after {
  width: 35px;
  right: 0;
  text-align: center;
  height: 100%;
  top: 0;
  line-height: 35px;
  border-left: 1px solid #ccd4dd;
}

.icon-field.location-field:after {
  font-family: FontAwesome !important;

  content: "\F041" !important;
}

.icon-field.users-field:after {
  content: "\F007";
}

.icon-field.children-field:after {
  content: "\F1AE";
}

.icon-field.email-field:after {
  content: "\F0E0";
}

.icon-field.password-field:after {
  content: "\F023";
}

.icon-field.user-field:after {
  content: "\F007";
}

.icon-field.filter-field:after {
  content: "\F0B0";
}

.icon-field.building-field:after {
  content: "\F0F7";
}
.icon-field.card-field:after {
  content: "\F09D";
}

.icon-field.booking-status-field:after {
  content: "\F15B";
}

.icon-field.error:after {
  content: "\F05C";
  color: #c42323;
}

.icon-field.error .form-control,
.btn-group.error .btn {
  border-color: #c42323 !important;
}

.icon-field.success:after {
  content: "\F05D";
  color: #1a981a;
}

.modal.in .modal-dialog {
  margin-top: 20px;
}

.modal-header {
  background: var(--header_bg);
  color: #fff;
  text-align: center;
  border-radius: 0;
  border: 0;
}

.modal-header h3 {
  font-weight: 500;
  color: #fff;
}

.modal-content {
  border-radius: 0;
}

.modal-footer {
  text-align: center;
  border: 0;
}

.sb-slidebar {
  overflow-x: hidden;
}

.sb-slidebar .side-menu {
  width: 100%;
  padding: 100px 15px;
}

.sb-slidebar
  .side-menu
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ),
.sb-slidebar .side-menu .btn {
  width: 100%;
  margin-bottom: 5px;
}
.success
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button {
  border-color: #2ba81a;
}

.btn-group.bootstrap-select.open {
  z-index: 10000;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button {
  height: 35px;
  border: 1px solid #ccd4dd;
  box-shadow: none;
  background: #fff;
  color: #333;
  font-weight: 500;
  line-height: 18px;
}

/*.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button:hover,*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button:focus,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button:active,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button:focus:active {
  outline: none !important;
  background: #fff;
  box-shadow: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button:focus {
  border: 1px solid #f3cb14;
}

.btn-group.bootstrap-select.open:not([class*="col-"]):not(
    [class*="form-control"]
  ):not(.input-group-btn)
  button {
  border: 1px solid var(--button_bg);
}

.icon-select-field .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  color: #666666;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-select-field.users-field
  .bootstrap-select.btn-group
  .dropdown-toggle
  .caret:before {
  content: "\F0C0";
}

.icon-select-field.children-field
  .bootstrap-select.btn-group
  .dropdown-toggle
  .caret:before {
  content: "\F1AE";
}

ul.bullet {
  list-style: none;
  padding: 0;
}

ul.bullet > li {
  position: relative;
  color: #8d8d8d;
  font-size: 1.2em;
  margin-bottom: 20px;
  padding-left: 30px;
}

ul.bullet > li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 10px;
  color: #f3cb14;
  border: 2px solid #f3cb14;
  border-radius: 50%;
  padding: 4px;
  margin-right: 5px;
}

/* AutoComplete */

.autocomplete-suggestions {
  border: 1px solid #f3db14;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  margin-top: -4px;
  padding: 0;
}

.autocomplete-suggestion {
  padding: 5px 12px;
}

.autocomplete-suggestion:hover {
  background: #f3cb14;
}

.autocomplete-suggestion i {
  margin-right: 0px;
  margin-top: 6px;
  float: right;
  color: #666;
}

/* Autocomplete vue */

#autosuggest__input {
  outline: none;
  position: relative;
  display: block;
  font-family: "Roboto", "ge_sslight", sans-serif;
  font-size: 12px;
  padding: 8px 35px 8px 10px;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

#autosuggest__input.autosuggest__input-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.autosuggest__results-container {
  position: relative;
  width: 100%;
}

.autosuggest__results {
  font-weight: 300;
  margin: 0;
  position: absolute;
  z-index: 10000001;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: white;
  padding: 0px;
}

.autosuggest__results ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.autosuggest__results .autosuggest__results_item {
  /*background-image: url(http://www.triptizer.com/wp-content/uploads/2014/11/paris-wide.jpg);*/
  cursor: pointer;
  padding: 15px;
  color: black;
}

#autosuggest ul:nth-child(1) > .autosuggest__results_title {
  border-top: none;
}

.autosuggest__results .autosuggest__results_title {
  /*background-image: url(http://www.triptizer.com/wp-content/uploads/2014/11/paris-wide.jpg);*/

  color: var(--header_bg);
  font-family: "Roboto", "ge_sslight", sans-serif;
  font-size: 15px;
  margin-left: 0;
  padding: 15px 13px 5px;
  border-top: 1px solid lightgray;
}
.autosuggest__results_title {
  background-size: 20px 20px;
  background-position: left;
  background-repeat: no-repeat;
}

.autosuggest__results .autosuggest__results_item:active,
.autosuggest__results .autosuggest__results_item:hover,
.autosuggest__results .autosuggest__results_item:focus,
.autosuggest__results
  .autosuggest__results_item.autosuggest__results_item-highlighted {
  background-color: var(--button_bg);
}

.label {
  border-radius: 0;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.label.label-primary,
.label.label-danger,
.label.label-success,
.label.label-default {
  color: #fff;
  background: #f3cb14;
  display: inline-table;
  padding: 0px 12px;
  margin: 0 0px 10px;
  font-size: 0.9em;
  height: 25px;
  line-height: 25px;
}

.label.label-outlined.label-warning {
  border-color: #ffd600;
  color: #ffd600;
}

.label.label-outlined.label-danger {
  border-color: #ef1c1c;
  color: #ef1c1c;
}

/* Rates / Start
*****************************************/

.rate {
  display: inline-block;
  position: relative;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 13px;
  color: #ccc;
  white-space: nowrap;
  width: 74px;
}

.rate::before {
  content: "\F005\F005\F005\F005\F005";
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 2px;
}

.rate span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #f3cb14;
  overflow: hidden;
  white-space: nowrap;
}

.rate span::before {
  content: "\F005\F005\F005\F005\F005";
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 2px;
}

.rate .starts-rate-0 {
  width: 0%;
}

.rate .starts-rate-1 {
  width: 20%;
}

.rate .starts-rate-2 {
  width: 40%;
}

.rate .starts-rate-3 {
  width: 60%;
}

.rate .starts-rate-4 {
  width: 80%;
}

.rate .starts-rate-5 {
  width: 100%;
}

.visits-rate {
  display: inline-block;
  width: 84px;
  height: 13px;
  /*background: url("assets/img/visites-face.png") no-repeat top left;*/
  margin-bottom: 5px;
  padding-left: 24px;
}

.visits-rate .rate {
  display: block;
  width: 100%;
  height: 13px;
  /*background: url("assets/img/visites.png") no-repeat top left;*/
  position: relative;
  margin-bottom: 0px;
}

.visits-rate .rate span {
  display: inline-block;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  /*background: url("assets/img/visites.png") no-repeat bottom left;*/
}

/* Rates / End
*****************************************/

/* Price Slider
****************************************/

.ui-slider.ui-slider-horizontal.ui-widget {
  height: 8px;
  background: #62abe3;
  border: 0;
  border-radius: 0;
}

.ui-slider-horizontal .ui-slider-range {
  background: #f3cb14;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
  border-radius: 50%;
  background: var(--sidebar_ui);
  border: 0;
  cursor: pointer;
  top: -6px;
  width: 20px;
  height: 20px;
}

.btn i.fa.fa-angle-right {
  margin-left: 5px;
}

.btn-book .now {
  display: inline-block;
  overflow: hidden;
  line-height: 25px;
  max-width: 0;
  transition: all 0.7s;
  vertical-align: top;
  line-height: 25px;
}

.btn-book:hover .now {
  max-width: 50px;
}

.slide-btn .active-label {
  display: none;
}

.slide-btn.active .active-label {
  display: block;
}

.slide-btn.active .inactive-label {
  display: none;
}

.slide-panel {
  max-height: 0;
  transition: all 0.4s;
  overflow: hidden;
}

.slide-panel.open {
  max-height: 100%;
}
#showmap {
  float: right !important;
  max-width: 100%;
  box-sizing: border-box;
}
#showmap:lang(ar) {
  float: left !important;
}
.btn-search {
  background: #fff;
  color: #000;
  font-weight: 300;
  display: inline-block;
  padding: 18px;
  border: 1px solid #ccd4dd;
  border-radius: 6px;
  line-height: 16px;
  box-shadow: none;
}

.btn-search i {
  color: var(--button_bg);
  margin-left: 20px;
  font-size: 0.9em;
}

.btn-search i:lang(ar) {
  margin-left: 0px;
  margin-right: 20px;
}

.btn-search:hover {
  background: #f5f5f5;
}

@media screen AND (max-width: 992px) {
  .home-search-form .row > div[class*="col-"]:lang(ar) {
    float: none;
  }
  .slide-panel-sm {
    max-height: 0;
    transition: all 0.4s;
    overflow: hidden;
    display: none;
  }

  .slide-panel-sm.open {
    max-height: 500px;
    overflow: visible;
    display: block;
  }

  .btn-search {
    padding: 12px;
  }

  .form-group {
    margin-bottom: 15px;
  }
}

@media screen AND (max-width: 480px) {
  .slide-panel-ty {
    max-height: 0;
    transition: all 0.7s ease;
    overflow: hidden;
    display: none;
  }

  .slide-panel-ty.open {
    max-height: 400px;
    display: block;
  }

  .slide-panel-ty.opened {
    overflow: visible;
  }
}

.btn:active,
.btn.active {
  box-shadow: none;
}

.more-options {
  padding: 0 15px;
  margin-bottom: 9px;
  display: inline-block;
}

.tripadvisor-icon {
  display: inline-block;
  margin: 0 auto 5px;
}

/* breadcrambs / Start
****************************************/

#breadcrambs {
  padding: 15px 0;
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 0;
}

#breadcrambs li {
  float: left;
  list-style: none;
  padding-right: 20px;
}

#breadcrambs li:lang(ar) {
  float: right;
}

#breadcrambs li a {
  color: #1b8fe7;
  text-decoration: underline;
  font-weight: 500;
}

#breadcrambs li a:hover {
  color: #023293;
  text-decoration: none;
}

#breadcrambs li a:after {
  content: "";
  font-size: 12px;
  color: var(--button_bg);
  content: "\F061";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 12px;
}

#breadcrambs li a:lang(ar):after {
  content: "\F060";
  margin-left: 0;
  margin-right: 12px;
}

#breadcrambs li {
  color: #023293;
  font-weight: 500;
}

/* breadcrambs / End
****************************************/

/* tabs / Start
****************************************/

.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}

#hotel-tabs {
  border-radius: 6px;
  overflow: hidden;
}

#hotel-tabs .tabs {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.tabs li {
  float: left;
}
.tabs li:lang(ar) {
  float: right;
}

.tabs a {
  background: #0075cd;
  background-color: var(--tabs);
  color: #fff !important;
  padding: 15px 20px;
  display: inline-block;
  transition: 0.2s ease-in-out;
  border: 1px solid #1b8fe7;
  border-radius: 0;
  border-right: 0;
}

.tabs li:last-child a {
  border: 1px solid var(--tabs);
}

.tabs a i {
  margin-left: 15px;
  color: var(--button_bg);
}
.tabs a i:lang(ar) {
  margin-left: 0px;
  margin-right: 15px;
}

.tabs a:hover,
.tabs li.active a,
.tabs a:focus {
  background: #4da3f0;
  color: #fff !important;
  text-decoration: none;
}

.tab-content {
  background: #fff;
  padding: 25px 15px;
  border: 1px solid #1b8fe7;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
}

#hotel-tabs-content.tab-content {
  border-radius: 0 0 6px 6px;
}

/* tabs / End
****************************************/

ul.checklist {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.checklist li {
  position: relative;
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
ul.checklist li:lang(ar) {
  padding-left: 0px;
  padding-right: 20px;
  text-align: right;
}

ul.checklist li:before {
  font-size: 12px;
  color: var(--button_bg);
  content: "\F00C";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 2px;
  left: 0;
}
ul.checklist li:lang(ar):before {
  right: 0;
  left: auto;
}

.checklist-round {
  list-style: none;
  padding-left: 20px;
}

.checklist-round li {
  padding-left: 20px;
  /*background: url("assets/img/hero-bullet-icon-sm.png") no-repeat 0 3px;*/
  margin-bottom: 25px;
}

/********************** UI / End *************************/

.equal-cols {
  display: table;
  width: 100%;
}

.equal-cols div[class*="col-"] {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .equal-cols {
    display: block;
  }

  .equal-cols div[class*="col-"] {
    display: block;
  }
}

.print-btn {
  position: absolute;
  top: 9px;
  right: 0;
  padding: 0 !important;
}

.print-btn i {
  font-size: 20px;
  color: #000 !important;
}
/* Date Picker / Start
*******************************************/

body,
html {
  padding-right: 0 !important;
  height: 100%;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

/* Mobile: Prevent horizontal scroll/drag */
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
  }

  #app {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
}
.mm-page {
  min-height: 100%;
  background: #e9f1f9;
  padding-bottom: 65px;
}
@media screen AND (max-width: 992px) {
  .mm-page {
    padding-bottom: 120px;
  }
}
@media screen AND (max-width: 768px) {
  .mm-page {
    padding-bottom: 150px;
  }
}
body.modal-open {
  /*  overflow-y: scroll;  */
  padding-right: 0 !important;
  overflow: visible;
}

body.modal-open-noscroll {
  margin-right: 0 !important;
  padding-right: 0 !important;
  /*overflow-y: scroll;*/
}

.modal-open-noscroll .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0 !important;
}

#mm-0 {
  z-index: 11;
}

.daterangepicker {
  position: relative;
  max-width: 590px !important;
}

.daterangepicker .calendar.left:lang(ar) {
  float: right;
  margin-right: 0;
}
.table-condensed thead tr:lang(ar):first-child:after {
  width: 120%;
}
.daterangepicker
  .calendar.left
  .table-condensed
  thead
  tr:lang(ar):first-child:after {
  width: 100%;
}

.daterangepicker .glyphicon-chevron-right:lang(ar):before {
  content: "\E079" !important;
}
.daterangepicker .glyphicon-chevron-left:lang(ar):before {
  content: "\E080" !important;
}

.daterangepicker .daterangepicker_input {
  display: none;
}

.daterangepicker .calendar.right,
.daterangepicker .calendar.left {
  width: 270px;
}

.daterangepicker .calendar.left {
  margin-right: 30px;
}

.daterangepicker .r.daterangepickeranges {
  width: 100%;
  text-align: center;
  float: none;
}

.daterangepicker .calendar {
  margin-top: 0;
}

.daterangepicker .calendar-table {
  padding: 0 10px;
}

.daterangepicker .calendar th {
  padding: 15px 8px;
  position: relative;
  z-index: 10;
}

.daterangepicker .calendar th.prev,
.daterangepicker .calendar th.next {
  position: relative;
  z-index: 11;
}

.daterangepicker .calendar th:lang(ar) {
  padding: 15px 5px;
  font-size: 10px;
}

.daterangepicker td.in-range {
  background: #e5e5e5;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: var(--button_bg);
  color: #000;
}

.daterangepicker .ranges {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  float: none;
  margin: 0;
  left: 0;
}

.daterangepicker .btn {
  padding: 10px 30px;
  font-size: 14px;
  margin-right: 15px;
}

.datepicker-title {
  color: #fff;
  background: var(--button_bg);
  padding: 5px;
  margin: -5px -5px 10px -5px;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.daterangepicker:after {
  border-bottom-color: #023293;
}

.daterangepicker .calendar-table {
  position: relative;
}

.table-condensed thead tr:first-child:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--button_bg);
  left: 0;
  top: 50px;
}

.daterangepicker .calendar.left .table-condensed thead tr:first-child:after {
  width: 120%;
}

.daterangepicker .calendar th.next,
.daterangepicker .calendar th.prev {
  color: #e5eaf4;
}

.daterangepicker .calendar th.next.available,
.daterangepicker .calendar th.prev.available {
  color: #1b8e7;
  cursor: pointer;
  pointer-events: auto;
}

.daterangepicker .calendar th.next.available:hover,
.daterangepicker .calendar th.prev.available:hover {
  color: #023293;
}

.date-modal {
  z-index: 10000000;
  position: fixed;
  padding: 0 !important;
}

/* Override date-modal z-index for hotel-details-modal to work with Bootstrap */
#hotel-details-modal.date-modal {
  z-index: 10060 !important;
}

/* More specific override for all date-modal states */
#hotel-details-modal.date-modal,
#hotel-details-modal.date-modal.show,
#hotel-details-modal.date-modal.in,
#hotel-details-modal.date-modal.fade.show,
#hotel-details-modal.date-modal.modal,
body.modal-open #hotel-details-modal.date-modal,
body.modal-open #hotel-details-modal.date-modal.show,
body.modal-open #hotel-details-modal.date-modal.in {
  z-index: 10060 !important;
  position: fixed !important;
}

.date-modal .daterangepicker {
  position: relative !important;
  max-width: 100% !important;
  margin: 0 auto;
  top: auto !important;
  left: auto !important;
  float: none;
  height: 360px;
  border-radius: 0;
}

.date-modal .modal-dialog {
  width: 590px;
  margin: 0 auto;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
  width: auto;
  border: 0;
  text-align: center;
  vertical-align: middle;
}

.daterangepicker td.off.hide-date {
  opacity: 0;
  cursor: default;
  height: 0;
  padding: 0;
  line-height: 0;
}

.daterangepicker td.active.start-date,
.daterangepicker td.active.end-date {
  position: relative;
  z-index: 1;
}

.daterangepicker td.active.start-date:after {
  content: " ";
  display: block;
  width: 0;
  top: 8px;
  position: absolute;
  right: -16px;
  border: 8px transparent solid;
  border-left-color: var(--button_bg);
}
.daterangepicker td.active.start-date:lang(ar):after {
  right: auto;
  left: -16px;
  border-left-color: transparent;
  border-right-color: #f3cb14;
}
.daterangepicker td.active.end-date:after {
  content: " ";
  display: block;
  width: 0;
  top: 8px;
  position: absolute;
  left: -16px;
  border: 8px transparent solid;
  border-right-color: var(--button_bg);
}
.daterangepicker td.active.end-date:lang(ar):after {
  left: 0;
  right: -16px;
  border-right-color: transparent;
  border-left-color: #f3cb14;
}

.daterangepicker.openscenter:after,
.daterangepicker.openscenter:before {
  content: none;
}

.date-modal .modal-body {
  position: relative;
  padding: 0;
}

.modal-dialog {
  margin-top: 0px;
}

@media screen AND (max-width: 768px) {
  .date-modal .modal-header {
    width: 590px;
    margin: 0 auto;
  }
}

@media screen AND (max-width: 630px) {
  .date-modal {
    top: 0px;
  }

  .daterangepicker .calendar-table {
    padding: 0;
  }

  .date-modal .modal-dialog,
  .date-modal .modal-header {
    width: 100%;
    margin: 0 auto;
  }

  .daterangepicker .calendar th,
  .daterangepicker .calendar td {
    width: auto;
    border: 0;
  }

  .table-condensed thead tr:first-child:after,
  .daterangepicker .calendar.left .table-condensed thead tr:first-child:after {
    width: 96%;
  }

  .date-modal .daterangepicker {
    max-width: 100%;
    width: 100%;
    position: relative !important;
    margin: 0;
    top: auto !important;
    left: auto !important;
    float: none;
    height: 360px;
    padding: 0 14px;
  }

  .daterangepicker .calendar.left,
  .calendar-table,
  .table-condensed {
    width: 100%;
    max-width: 100%;
  }

  .daterangepicker .calendar.left {
    float: none;
    margin: 0;
    min-height: 295px;
  }

  .daterangepicker .ranges {
    width: 100%;
    text-align: center;
    float: none;
    border-right: 0 !important;
  }

  .calendar.right {
    display: none !important;
  }

  .daterangepicker .calendar.left .table-condensed thead tr:first-child:after {
    width: 100%;
  }
}

body > .modal-backdrop.fade {
  /* display: none; */
}

.range_inputs {
  position: relative;
}

.total-nights {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 30px;
  color: #023293;
  font-weight: 600;
}

.total-nights:lang(ar) {
  right: auto;
  left: 0;
}

.total-nights span {
  color: #1b8fe7;
}

.daterangepicker .total-nights {
  padding: 13px 30px;
  font-size: 1.1em;
}

.date-field .total-nights {
  padding: 0.8rem 2.8rem;
}

.date-field .total-nights.xs {
  display: none;
}

#search-form .total-nights {
  display: none;
}

@media screen AND (max-width: 550px) {
  .daterangepicker .total-nights {
    top: -40px;
    width: 100%;
    text-align: center;
  }
}

@media screen AND (max-width: 480px) {
  .date-field .total-nights {
    display: none;
  }

  .date-field .total-nights.xs {
    display: block;
  }
}

/* Date Picker / End
*******************************************/

/* Vue Date Picker / Start
*******************************************/
h1.datepicker__month-name {
  color: #023293;
}

.datepicker__input {
  background: transparent;
  height: 48px;
  color: #35343d;
  font-size: 12px;
  outline: none;
  padding: 0 20px !important;
  width: 100%;
  word-spacing: 0px !important;
  border: 0;
  line-height: 48px;
  box-sizing: border-box;
}

.datepicker__dummy-wrapper--is-active {
  border: 1px solid #f3cb14 !important;
}

.datepicker__dummy-wrapper,
.vhd__datepicker__dummy-wrapper {
  border: none !important;
  background: transparent !important;
}

div.datepicker__wrapper {
  height: 36px;
}

.hero-inner h1.datepicker__month-name {
  color: #000;
}

.datepicker__header {
  text-align: left;
}

.datepicker__month-day--disabled {
  color: #ccc !important;
}

.datepicker__month-day--first-day-selected,
.datepicker__month-day--last-day-selected {
  background-color: #f3cb14 !important;
  color: #000 !important;
}

.datepicker__month-day--selected {
  background-color: rgba(243, 203, 20, 0.5) !important;
  color: #000 !important;
}

input.datepicker__dummy-input--is-active,
.datepicker__clear-button,
.datepicker__close-button {
  color: #023293 !important;
}

.datepicker_dummy-input input[type="text"] {
  padding: 7px 10px;
  /*border-radius: 3px;*/
  /*border: 1px solid #e7ecf0;*/
  box-shadow: none;
}

.datepicker__wrapper {
  background: #fff !important;
  background-image: none !important;
}

/* All month buttons - right pointing arrow by default */
.datepicker__month-button,
.datepicker__month-button--prev,
.datepicker__month-button--next,
.vhd__datepicker__month-button,
.vhd__datepicker__month-button--prev,
.vhd__datepicker__month-button--next {
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath fill='none' stroke='%23023293' stroke-width='2' d='M1 1l6 6-6 6'/%3E%3C/svg%3E")
    no-repeat center center !important;
  background-size: 10px !important;
  border: none !important;
}

/* Prev button - flip to point left */
.datepicker__month-button--prev,
.vhd__datepicker__month-button--prev {
  transform: rotate(180deg) !important;
}

.datepicker__dummy-input.datepicker__input {
  padding: 0px 20px 0px !important;
  word-spacing: 0px !important;
  border: 0px;
  height: 30px;
}

button.datepicker__clear-button {
  top: -5px;
}

/* Vue Date Picker / End
*******************************************/
#menu:not(.mm-menu) {
  display: none;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 150px;
  /*     background: #1e1a11;*/
  background-color: var(--header_bg);
}

.mm-menu .mm-listview > li a,
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  color: #000;
}

.mm-menu .mm-listview > li a i,
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span i {
  width: 16px;
  color: #0075cd;
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.4);
}

.mm-menu .mm-listview > li:hover a,
.mm-menu .mm-listview > li.mm-selected a,
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span,
.mm-listview .mm-next.mm-fullsubopen:hover + span,
.mm-menu .mm-listview > li:hover a i,
.mm-menu .mm-listview > li.mm-selected a i,
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span i,
.mm-listview .mm-next.mm-fullsubopen:hover + span i {
  background: #0075cd;
  color: #fff;
  border-radius: 3px;
}

.mm-listview .mm-next.mm-fullsubopen,
.mm-listview .mm-next.mm-fullsubopen:hover {
  background: transparent;
}

.mm-navbar {
  top: 100px;
  background: transparent;
  border: 0;
  font-size: 18px;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  background: transparent;
  color: #f3cb14;
}

.mm-prev:before {
  border-color: #f3cb14 !important;
}

.mm-listview {
  padding: 0 10px;
}

.mm-listview > li {
  margin-bottom: 1px;
  border-radius: 3px;
  background: #fff;
}

.mm-listview > li:hover {
  background: #0075cd;
}

.mm-listview > li:not(.mm-divider):after {
  content: none;
}
.icon-box {
  padding: 0;
}
.icon-box:lang(ar) {
  padding: 0;
}

.icon-box h2 {
  margin-bottom: 30px;
}

.icon-box .billing-hotel .h-left {
  width: 210px;
  height: 190px;
}

.icon-box .billing-hotel .h-excerpt,
.icon-box .billing-hotel .h-right {
  height: 190px;
}

.icon-box .billing-hotel .h-excerpt {
  border: 1px solid #ecf3fa;
  border-left: 0;
  padding: 12px 25px 50px;
}

.icon-box .h-left img {
  max-height: 190px;
}

.icon-box .billing-hotel.hotel-listing footer {
  padding: 8px 25px;
}

.icon-box .billing-hotel .h-excerpt p {
  margin-bottom: 5px;
}

.icon-box .billing-item-rating img {
  width: 65px;
}

.icon-box .billing-item-rating {
  font-size: 12px;
}

.icon-box .blue-sidebar header {
  text-align: left;
  color: #fff;
}

.icon-box .blue-sidebar header h2 {
  color: #fff;
}

.icon-box footer.form-footer {
  margin: 30px -90px 0;
  padding: 25px 90px 0;
  border-top: 1px solid #e9f1f9;
}

@media screen AND (max-width: 1200px) {
  .icon-box {
    padding: 25px 40px !important;
  }

  .icon-box .icon-box-icon {
    width: 30px;
  }

  .icon-box footer.form-footer {
    margin: 30px -40px 0;
    padding: 25px 40px 0;
  }
}

@media screen AND (max-width: 768px) {
  .icon-box .billing-hotel .h-left {
    width: 100%;
    height: auto;
  }

  .icon-box .billing-hotel .h-excerpt {
    border-left: 1px solid #ecf3fa;
  }

  .icon-box .billing-hotel .h-excerpt,
  .icon-box .billing-hotel .h-right {
    height: auto;
  }

  .icon-box .billing-hotel .h-excerpt {
    padding-bottom: 0;
  }
}

.account-tabs.tab-content {
  padding: 0;
  border: 0;
}

.subscriptions-list {
  list-style: none;
  padding: 0;
}
/*
.subscriptions-list li {
  border: 1px solid #e9f1f9;
  border-radius: 5px;
  padding: 25px 40px 25px 70px;
  background: url("assets/img/subscription-icon.png") no-repeat 25px center;
  margin-bottom: 20px;
}

.subscriptions-list li p {
  margin-bottom: 0;
}

.subscriptions-list.subscriptions-list-sm li {
  padding: 15px 40px 15px 70px;
}

.subscriptions-list li.active {
  background: url("assets/img/subscription-icon-active.png") no-repeat 25px center;
}

.subscriptions-list li.disabled {
  background: #f5f9fd url("assets/img/subscription-icon.png") no-repeat 25px center;
}
*/

.subscriptions-list li {
  border: 1px solid #e9f1f9;
  border-radius: 5px;

  /*background: url("assets/img/subscription-icon.png") no-repeat 25px center;*/
  margin-bottom: 20px;
  cursor: pointer;
}
.subscriptions-list li label {
  color: #8d8d8d;
  font-weight: normal;
  cursor: pointer;
  padding: 25px 40px 25px 70px;
}
.subscriptions-list li input {
  height: 1px;
  visibility: hidden;
  position: absolute;
}

.subscriptions-list li p {
  margin-bottom: 0;
}

.subscriptions-list.subscriptions-list-sm li label {
  padding: 15px 40px 15px 70px;
}
.subscriptions-list li:hover {
  /*background: #f5f9fd url("assets/img/subscription-icon.png") no-repeat 25px center;*/
}
.subscriptions-list li.active,
.subscriptions-list li.active:hover {
  /*background: url("assets/img/subscription-icon-active.png") no-repeat 25px center;*/
}

.h-excerpt footer .btn-view-booking {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  box-shadow: none;
  line-height: 36px;
  font-size: 12px;
  padding: 0 10px;
}

.h-excerpt footer .btn-view-booking i {
  margin-right: 0 !important;
}

.my-booking-hotel .h-excerpt footer label {
  padding-right: 10px;
  font-size: 12px;
}

.points-box header {
  background: #1b8fe7;
  color: #fff;
  padding: 25px;
}

.points-box header h3 {
  color: #fff;
  margin-bottom: 0;
}

.points-box header .points {
  font-size: 26px;
  float: right;
  font-weight: 800;
  line-height: 18px;
}

.points-box .points-content {
  padding: 25px;
  border: 2px solid #1b8fe7;
}

.points-box {
  margin-bottom: 25px;
  font-size: 18px;
  color: #0075cd;
}

#points-progress {
  width: 225px;
  float: right;
}

.circle-progress {
  position: relative;
}

.circle-progress-content {
  width: 225px;
  height: 225px;
  position: absolute;
  top: 0;
  left: 0;
  color: #8d8d8d;
  font-size: 17px;
  padding: 35px 0;
  text-align: center;
}

.circle-progress-content strong {
  font-size: 35px;
  color: #1b8fe7;
}

.circle-progress-content i {
  display: block;
  margin: 0 auto;
  font-size: 40px;
  color: #e9f1f9;
}

.reward-search {
  padding: 15px 15px 5px;
  background: #e9f1f9;
  margin: 20px 0;
}

.reward-search .btn {
  padding: 8px 10px;
}

.reward-search .row {
  padding: 0 8px;
}

.reward-search div[class*="col-"] {
  padding: 0 8px;
}

.reward-listing {
  border: 1px solid #e9f1f9;
  position: relative;
  margin-bottom: 20px !important;
  min-height: 102px;
}

.reward-listing .reward-thumb {
  width: 100px;
  height: 90px;
  float: left;
  padding-right: 15px;
}

.reward-listing .reward-thumb img {
  width: 100px;
  height: 100px;
}

.reward-listing .reward-listing-excerpt {
  padding: 10px 15px 0 100px;
}

.reward-listing-excerpt h3 {
  margin-bottom: 5px;
}

.reward-listing-excerpt p {
  margin-bottom: 0px;
}

.reward-listing-excerpt a {
  color: #000;
}

.reward-listing-excerpt a:hover {
  color: #1b8fe7;
}

.reward-listing .reward-available {
  color: #5dbd50;
  font-size: 14px;
  margin-top: 20px;
  margin-right: 27px;
  display: block;
  text-align: right;
}

.reward-listing.not-available .reward-thumb,
.reward-listing.not-available .reward-listing-excerpt {
  opacity: 0.5;
}

.reward-not-available {
  text-align: center;
  display: block;
  padding-top: 18px;
  width: 170px;
  float: right;
}

.reward-not-available h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.reward-listing .reward-available img {
  display: inline-block;
  margin-right: 5px;
  width: auto;
}

.reward-listing .btn-get-reward {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  padding: 0 55px !important;
  border-radius: 0;
  line-height: 30px;
}

.form-result {
  color: #000;
}

@media screen AND (max-width: 992px) {
  #points-progress {
    float: none;
    margin: 0 auto;
  }
}

@media screen AND (max-width: 768px) {
  .points-content {
    text-align: center;
  }

  .subscriptions-list.subscriptions-list-sm li {
    padding: 15px 15px 15px 70px;
  }

  .h-excerpt footer {
    position: relative;
  }

  .h-excerpt footer .btn-view-booking {
    bottom: 0;
    top: auto;
  }

  .form-result {
    display: block;
    margin-top: 10px;
  }

  .billing-hotel.hotel-listing footer {
    margin: 15px -26px 0 !important;
  }

  .icon-box .billing-hotel.hotel-listing footer {
    padding: 8px 25px;
    padding-right: 120px;
  }

  .reward-listing .btn-get-reward {
    padding: 0 25px !important;
  }

  .reward-listing .reward-available {
    text-align: left;
    margin-top: 20px;
    padding: 15px 10px 10px;
  }

  .icon-box .billing-item-rating {
    float: right;
  }

  .reward-not-available {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }

  #reward-points .icon-box {
    padding: 25px 15px !important;
  }

  #reward-points .icon-box h2 {
    padding-left: 40px;
  }
}

.reward-listing .col-sm-10 {
  position: initial;
}

@media screen AND (max-width: 480px) {
  .subscriptions-list li {
    /*padding: 25px 20px 25px 60px;*/
  }

  .reward-listing .btn-get-reward {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 760px) and (min-width: 630px) {
  .reward-listing.hotel-listing:not(.small-listing):not(.billing-hotel) {
    padding-bottom: 0 !important;
  }
}

@media screen AND (max-width: 600px) {
  .reward-listing .h-excerpt,
  .reward-listing .h-meta,
  .reward-listing .h-right {
    height: auto !important;
  }
}

#my-bookings ul.controls-nav {
  margin-right: 0;
}

#my-bookings .hotel-listing {
  position: initial;
}
#add-hotel-banner {
  height: 550px;
  overflow: hidden;
  /* background-image: url("assets/img/add-hotel-banner.jpg");*/
  /* background-size: cover; */
  background-position: bottom center;
  background-color: #0075cd;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 100px;
  color: #fff;
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.2);
}

#add-hotel-banner h1 {
  font-size: 32px;
  color: #fff;
}

#add-hotel-banner p {
  font-size: 22px;
  line-height: 34px;
}

.feature-box {
  position: relative;
  background: #fff;
  padding: 45px 45px 35px;
  transition: all 0.4s;
  margin-bottom: 60px;
}
.feature-box {
  min-height: 310px;
}

.feature-box h3 {
  color: #1b8fe7;
}

.feature-box i {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #1b8fe7;
  text-align: center;
  line-height: 57px;
  margin-top: -60px;
  font-size: 22px;
  color: #1b8fe7;
}

.feature-box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.feature-box:hover i {
  color: #fff;
  background: #1b8fe7;
}

.feature-box .checklist {
  text-align: left;
}

.feature-box ul.checklist li:before {
  color: #1b8fe7;
}

@media screen AND (max-width: 992px) {
  .feature-box {
    margin-top: 30px;
  }
}
#affiliates-banner {
  min-height: 750px;
  background: rgba(0, 116, 205, 1);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 116, 205, 1)),
    color-stop(65%, rgba(0, 116, 205, 1)),
    color-stop(65%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 116, 205, 1) 0%,
    rgba(0, 116, 205, 1) 65%,
    rgba(255, 255, 255, 1) 65%,
    rgba(255, 255, 255, 1) 100%
  );
  color: #fff;
}

#affiliates-banner header {
  margin: 80px 0;
}

#affiliates-banner h1 {
  font-size: 32px;
  color: #fff;
}

#affiliates-banner p {
  font-size: 22px;
  line-height: 34px;
}

#affiliates-banner .hero-bullets {
  color: #000;
  padding: 0;
}

#affiliates-banner .hero-bullets li {
  vertical-align: top;
  background-position: 0 10px !important;
  text-align: left;
  margin: 0 30px;
}
#affiliates-banner .hero-bullets li:lang(ar) {
  background-position: right 10px !important;
  text-align: right;
}
.dropdown-menu .rate,
.dropdown-toggle .rate {
  margin-bottom: -1px;
}

.grey {
  color: #8d8d8d;
}
.thin {
  font-weight: 400;
}

.billing-page {
  padding-top: 25px;
  margin-top: 45px;
}

.billing-page label {
  font-size: 0.85em;
  display: inherit;
  white-space: nowrap;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

/* Checkout form inputs styling */
#billing-main-form .form-control,
#billing-main-form input.form-control,
#billing-main-form input[type="text"],
#billing-main-form input[type="email"],
#billing-main-form input[type="number"],
#billing-main-form textarea.form-control {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: block !important;
  box-sizing: border-box !important;
}

#billing-main-form textarea.form-control {
  min-height: 100px !important;
  height: auto !important;
  max-height: none !important;
  resize: vertical;
}

#billing-main-form .form-control:focus,
#billing-main-form input:focus,
#billing-main-form textarea:focus {
  border-color: #023293 !important;
  box-shadow: 0 0 0 3px rgba(2, 50, 147, 0.1) !important;
  outline: none !important;
}

/* Bootstrap Vue select styling - Make it exactly like other inputs */
#billing-main-form .b-form-select,
#billing-main-form .b-form-select.custom-select {
  width: 100% !important;
  display: block !important;
  margin-bottom: 0 !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}

#billing-main-form .b-form-select select,
#billing-main-form .b-form-select select.custom-select,
#billing-main-form .b-form-select.custom-select select,
#billing-main-form .b-form-select > select {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 40px 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23333' d='M7 10L2 5h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: block !important;
  box-sizing: border-box !important;
  color: #333 !important;
  margin: 0 !important;
}

#billing-main-form .b-form-select.mb-3 {
  margin-bottom: 0 !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}

#billing-main-form .b-form-select.mb-3 select {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 40px 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23333' d='M7 10L2 5h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: block !important;
  box-sizing: border-box !important;
  color: #333 !important;
  margin: 0 !important;
}

#billing-main-form .b-form-select:focus,
#billing-main-form .b-form-select.custom-select:focus,
#billing-main-form .b-form-select select:focus,
#billing-main-form .b-form-select select.custom-select:focus {
  border-color: #023293 !important;
  box-shadow: 0 0 0 3px rgba(2, 50, 147, 0.1) !important;
  outline: none !important;
}

#billing-main-form .b-form-select select {
  color: #333 !important;
}

#billing-main-form .b-form-select select option {
  color: #333 !important;
  padding: 8px 16px !important;
}

/* Icon field styling */
#billing-main-form .icon-field {
  position: relative !important;
  width: 100% !important;
  display: block !important;
  background: transparent !important;
  background-color: transparent !important;
}

#billing-main-form .icon-field.success .form-control {
  border-color: #28a745 !important;
  padding-right: 45px !important;
}

#billing-main-form .icon-field.success::after {
  content: "\F058" !important; /* fa-check-circle */
  font-family: FontAwesome !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important; /* (48px input height - 18px icon height) / 2 = 15px */
  color: #28a745 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  pointer-events: none !important;
  line-height: 18px !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  text-align: center !important;
}

#billing-main-form .icon-field.error .form-control {
  border-color: #dc3545 !important;
  padding-right: 45px !important;
}

#billing-main-form .icon-field.error::after {
  content: "\F05C" !important; /* fa-times-circle */
  font-family: FontAwesome !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important;
  color: #dc3545 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  pointer-events: none !important;
  line-height: 18px !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  text-align: center !important;
}

/* Form group spacing */
#billing-main-form .form-group {
  margin-bottom: 20px;
}

/* Card details box styling */
.card-details-box .icon-field {
  position: relative !important;
}

.card-details-box .card-field {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  transition: all 0.3s ease !important;
}

.card-details-box .card-field:focus {
  border-color: #023293 !important;
  box-shadow: 0 0 0 3px rgba(2, 50, 147, 0.1) !important;
  outline: none !important;
}

.card-details-box select.form-control {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 12px 40px 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23333' d='M7 10L2 5h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.card-details-box select.form-control:focus {
  border-color: #023293 !important;
  box-shadow: 0 0 0 3px rgba(2, 50, 147, 0.1) !important;
  outline: none !important;
}

/* Stripe card element styling to match other fields */
.card-details-box .StripeElement {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

.card-details-box .StripeElement--focus {
  border-color: #023293 !important;
  box-shadow: 0 0 0 3px rgba(2, 50, 147, 0.1) !important;
  outline: none !important;
}

.card-details-box .StripeElement--invalid {
  border-color: #dc3545 !important;
}

.card-details-box .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* Phone input styling in checkout */
#billing-main-form .intl-phone-input {
  width: 100% !important;
  max-width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  position: relative !important;
  display: block !important;
  box-sizing: border-box !important;
}

#billing-main-form .intl-phone-input input.form-control,
#billing-main-form .intl-phone-input input[type="text"] {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 12px 16px 12px 56px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background: #fff !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease !important;
}

#billing-main-form .intl-phone-input input.form-control:focus,
#billing-main-form .intl-phone-input input[type="text"]:focus {
  border-color: #023293 !important;
  box-shadow: 0 0 0 3px rgba(2, 50, 147, 0.1) !important;
  outline: none !important;
}

#billing-main-form .intl-phone-input .flag-container {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  height: 48px !important;
  width: 40px !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  padding-left: 16px !important;
}

#billing-main-form .intl-phone-input .selected-flag {
  height: 48px !important;
  line-height: 48px !important;
}

.alert {
  position: relative;
  background: transparent;
  padding: 30px 50px;
  border-radius: 0;
  border-width: 2px;
}
.alert.alert-sm {
  padding: 10px 30px;
}

.alert i {
  position: absolute;
  color: #1b8fe7;
  font-size: 12px;
  float: right;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 2px solid #1b8fe7;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  margin-top: -12px;
}
.alert i:lang(ar) {
  left: auto;
  right: 20px;
}

.alert.alert-info {
  border-color: #3a9eea;
  color: #023293;
  font-size: 1.4em;
  text-align: center;
}

.billing-hotel.hotel-listing .h-left {
  display: table-cell;
  width: 260px;
  min-width: 260px;
  height: 240px;
  vertical-align: top;
}

.billing-hotel.hotel-listing .h-right {
  display: table-cell;
  width: auto;
  height: auto;
  min-height: 240px;
  max-height: none;
  vertical-align: top;
}

.billing-hotel .h-excerpt {
  height: auto;
  min-height: 240px;
  max-height: none;
  padding: 20px 30px 20px;
}

.billing-hotel .col-xs-24.h-excerpt {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  display: block;
}

.billing-item-rating {
  float: right;
  text-align: right;
  display: none;
}

.billing-item-rating:lang(ar) {
  float: left;
  text-align: left;
}

.billing-item-rating img {
  width: 90px;
}

.billing-hotel.hotel-listing footer {
  padding: 15px 30px;
  border-top: 1px solid #e9f1f9;
  margin-top: 15px;
}

.billing-hotel h2 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.billing-hotel .h-title {
  display: block;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.billing-hotel .h-excerpt p {
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 1.5;
}

.billing-hotel .h-excerpt header {
  margin-bottom: 15px;
}

.billing-hotel .h-excerpt a i {
  color: #f3cb14;
  margin-right: 6px;
  text-align: left;
}

.billing-hotel .h-excerpt a i:lang(ar) {
  margin-left: 6px;
  text-align: right;
}

#billing-slider img {
  width: 260px;
  height: 240px;
  max-height: 240px;
}

/* Icon Box and Billing Box - Rewritten */
.icon-box,
.billing-box {
  background: #fff;
  padding: 0;
  margin-bottom: 25px;
  border-radius: 6px;
  overflow: hidden;
  box-sizing: border-box;
}

.billing-box-header {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 6px 6px 0 0;
}

.billing-box-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  background: var(--button_bg);
  color: var(--button_text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  border-radius: 6px 0 0 0;
}

.billing-box-icon i {
  color: var(--button_text);
  font-size: 24px;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: center;
}

.billing-box-header h2 {
  margin: 0;
  padding: 20px 30px;
  color: var(--header_text);
  font-size: 1.5em;
  font-weight: 600;
  flex: 1;
}

.billing-box-content {
  padding: 25px 30px;
  background: #fff;
}

.icon-box-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  background: var(--button_bg);
  color: var(--button_text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  border-radius: 6px 0 0 0;
}

.icon-box h2,
.billing-box h2 {
  color: var(--header_text);
}

.billing-submit {
  margin-bottom: 30px;
}

.blue-sidebar h3 span {
  font-size: 0.8em;
  color: #a8ccf3;
  padding-left: 25px;
  font-weight: 400;
}

.well {
  box-shadow: none;
  background: #e9f1f9;
  border-radius: 0;
  border: 0;
}

.well-dark {
  background: #d4e2f2;
  padding: 25px 45px;
  color: #747c85;
  margin-bottom: 35px;
  font-size: 1.1em;
}

.well-dark h3 {
  font-size: 1.2em;
  font-weight: 400;
}

.well-dark i {
  font-size: 2.5em;
  color: #1b8fe7;
  margin-bottom: 15px;
}

.book-btn {
  padding: 14px;
  font-size: 17px;
  border-radius: 6px;
}

.book-btn i {
  float: right;
  line-height: 22px;
  font-size: 22px;
  margin-left: 18px;
  color: #f3cb14;
}

@media screen AND (min-width: 992px) {
  .apply-coupon-col {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen AND (max-width: 1200px) {
  .h-excerpt footer a,
  .h-excerpt footer label,
  .h-footer a,
  .h-footer label {
    padding-right: 10px !important;
    line-height: 22px;
    display: inline-block;
    color: var(--header_text);
  }
}

@media screen AND (max-width: 768px) {
  .hotel-listing {
    /*display: block !important;*/
    width: 100%;
  }

  .billing-hotel.hotel-listing {
    display: block !important;
    table-layout: auto !important;
  }

  .billing-hotel.hotel-listing .h-left {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    max-height: 300px;
  }

  .billing-hotel.hotel-listing .h-right {
    display: block !important;
    width: 100% !important;
    min-height: auto !important;
  }

  .billing-hotel .h-excerpt {
    padding: 20px !important;
    min-height: auto !important;
    max-height: none !important;
  }

  .billing-hotel .col-xs-24.h-excerpt {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }

  .billing-hotel.hotel-listing footer {
    position: relative !important;
    padding: 15px 20px !important;
    border-top: 1px solid #e9f1f9;
    margin: 15px 0 0 !important;
    display: block !important;
    width: 100% !important;
  }

  .billing-hotel .h-excerpt,
  .billing-hotel .h-right {
    height: auto !important;
    max-height: none !important;
  }

  #billing-slider {
    width: 100%;
    height: auto;
  }

  #billing-slider img {
    width: 100%;
    height: auto;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .billing-hotel h2 {
    font-size: 20px !important;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .billing-hotel .h-excerpt p {
    font-size: 1em !important;
    margin-bottom: 12px;
  }

  .billing-hotel .h-excerpt header {
    margin-bottom: 12px;
  }

  .billing-box-header {
    flex-direction: column;
    align-items: stretch;
  }

  .billing-box-icon {
    width: 100% !important;
    min-width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    border-radius: 6px 6px 0 0 !important;
  }

  .billing-box-icon i {
    font-size: 18px !important;
  }

  .billing-box-header h2 {
    padding: 15px 20px !important;
    font-size: 1.3em !important;
  }

  .billing-box-content {
    padding: 20px !important;
  }

  .icon-box-icon {
    width: 100% !important;
    min-width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    border-radius: 6px 6px 0 0 !important;
  }

  .icon-box-icon i {
    font-size: 18px !important;
  }
}

@media screen AND (max-width: 600px) {
  .billing-item-rating {
    float: none;
    margin-bottom: 8px;
  }
}

@media screen AND (max-width: 480px) {
  .billing-box-header {
    flex-direction: column;
    align-items: stretch;
  }

  .billing-box-icon {
    width: 100%;
    min-width: 100%;
    height: 50px;
    min-height: 50px;
    border-radius: 6px 6px 0 0;
  }

  .billing-box-icon i {
    font-size: 18px;
  }

  .billing-box-header h2 {
    padding: 15px 20px;
    font-size: 1.3em;
  }

  .billing-box-content {
    padding: 20px;
  }
}

.countries-ext {
  width: 50px;
}

#phone-ext-field {
  position: relative;
}

#phone-ext-field .form-control {
  transition: none;
}

#phone-ext-field .btn-group .btn:focus {
  border-color: #ccd4dd !important;
}

#phone-ext-field.focus .form-control,
#phone-ext-field.focus .btn-group .btn {
  border-color: #f3cb14;
}

#phone-ext-field .btn-group {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

#phone-ext-field .form-control {
  padding-left: 100px;
}

#phone-ext-field .btn-group .btn {
  border: 0 !important;
  height: 33px;
  margin: 1px;
}

#country-ext-caption {
  position: absolute;
  top: 0;
  left: 60px;
  padding: 0 10px 0 0;
  color: #8d8d8d;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  z-index: 1;
}

.error-msg {
  color: #c42323;
  margin-top: 5px;
}

.c-icon {
  margin-top: 5px;
  margin-right: 7px;
}

#search-sidebar {
  position: relative;
}

.blue-sidebar.billing-sidebar .search-sidebar-sec {
  padding: 13px 20px;
}

/*
.blue-sidebar .search-sidebar-sec h3:last-of-type{
    margin-bottom: 0;
}
*/
.blue-sidebar.billing-sidebar
  .search-sidebar-sec
  .row
  div[class*="col-"]:lang(ar) {
  float: right;
}

/* Change light-blue to yellow in booking summary */
.blue-sidebar.billing-sidebar .light-blue {
  color: var(--button_bg) !important;
}

/* Change adults/children text to yellow in booking summary */
.blue-sidebar.billing-sidebar .search-sidebar-sec h3 span {
  color: var(--button_bg);
}

.content-box {
  background: #fff;
  padding: 25px 35px;
  margin-bottom: 35px;
}

.transation-id {
  font-size: 1.8em;
  font-weight: 800;
  vertical-align: middle;
}

.transaction-header .transaction-col {
  text-align: right !important;
  margin-top: -5px;
}

.transaction-header .transaction-col span {
  display: inline-block;
}

@media screen AND (max-width: 768px) {
  .transaction-header h2 {
    margin-bottom: 10px !important;
  }

  .transaction-header,
  .transaction-header h2,
  .transaction-header .transaction-col {
    text-align: center !important;
  }
}

.apply-coupon-btn {
  display: block;
  padding: 5px 0;
}

.apply-coupon-btn label {
  cursor: pointer;
}

.apply-coupon-btn label i {
  margin-left: 10px;
}
.apply-coupon-btn label i:lang(ar) {
  margin-left: 0px;
  margin-right: 10px;
}
.apply-coupon-btn label i:lang(ar):before {
  content: "\F104";
}
#footer {
  background: #333a44;
  padding: 15px 0;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#footer a {
  color: #6e7177;
  font-size: 14px;
}

#footer a:hover {
  color: #f3cb14;
  text-decoration: none;
}

#footer .fa-stack {
  font-size: 25px;
  font-size: 15px !important;
}

#footer .social-link .fa-stack .fa-stack-2x {
  color: #5c6169;
}

#footer .social-link .fa-stack .fa-stack-1x {
  color: #333a44;
}

#footer a.social-link:hover .fa-stack .fa-stack-2x {
  color: #f3cb14;
}

.footer-social {
  text-align: right;
}

#header .dropdown-toggle {
  border-color: #1e1f21;
}
#header {
  background: #023293;
  background-color: var(--header_bg);

  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 10002; /* Higher than hero-inner (10001) and search-form (10000) to ensure header is always on top */
  min-height: 70px;
  box-sizing: border-box;
}

#header .row {
  display: flex;
  align-items: center;
  min-height: 50px;
}

#header .branding {
  display: flex;
  align-items: center;
}

#header .header-left,
#header .header-left.hidden-xs,
#header .header-left.hidden-sm {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  visibility: visible !important;
}

.header-left,
.header-left.hidden-xs,
.header-left.hidden-sm {
  text-align: right;
  display: block !important;
  visibility: visible !important;
}

/* Hide header-left elements on mobile (xs and sm) */
@media screen and (max-width: 768px) {
  #header .header-left,
  #header .header-left.hidden-xs,
  #header .header-left.hidden-sm,
  .header-left,
  .header-left.hidden-xs,
  .header-left.hidden-sm,
  #header .col-md-12.header-left,
  #header .col-sm-12.header-left {
    display: none !important;
    visibility: hidden !important;
  }

  #header .top-menu,
  .top-menu {
    display: none !important;
    visibility: hidden !important;
  }

  #header .top-menu > li,
  .top-menu > li,
  #header .top-menu > li.currency-dropdown,
  #header .top-menu > li .currency-button {
    display: none !important;
    visibility: hidden !important;
  }
}

.top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex !important;
  align-items: center;
  gap: 15px;
  visibility: visible !important;
}

.top-menu > li {
  float: none;
  display: flex !important;
  align-items: center;
  visibility: visible !important;
  margin: 0;
  padding: 0;
  position: relative;
}

.top-menu > li.currency-dropdown {
  margin-right: 0;
}

.top-menu > li .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  margin: 0;
}

#header.small-header {
  padding: 5px 0;
  min-height: 60px;
}

/* Currency picker modal positioning */
#currency-picker-modal.show .modal-dialog,
#currency-picker-modal.fade.show .modal-dialog,
#currency-picker-modal.d-block .modal-dialog,
#currency-picker-modal .modal-dialog {
  margin-top: 80px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  vertical-align: top !important;
  top: 0 !important;
  transform: none !important;
}

/* Currency picker modal header improvements */
#currency-picker-modal .modal-header {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 15px 20px !important;
  min-height: 50px !important;
  position: relative !important;
}

#currency-picker-modal .modal-header .modal-title {
  margin: 0 !important;
  flex: 1 !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

#currency-picker-modal .modal-header .close {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  opacity: 1 !important;
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  text-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

#currency-picker-modal .modal-header .close:hover,
#currency-picker-modal .modal-header .close:focus {
  opacity: 0.8 !important;
  color: #fff !important;
  outline: none !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 4px !important;
}

#header
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: auto;
  min-width: 95px;
  margin: 0 10px 0 0;
}

#header .dropdown-toggle {
  background: transparent;
  color: #fff;
  border: 1px solid #6481bb;
  border-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  height: 36px;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
}

.carousel-inner .item {
  background-size: cover;
  position: relative;
}

.carousel-inner .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.carousel-inner .item .item-inner {
  position: relative;
  z-index: 2;
}

#hero {
  width: 100%;
  display: table;
  position: relative;
  z-index: 1;
  background: rgba(23, 21, 15, 1);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(23, 21, 15, 1)),
    color-stop(100%, rgba(35, 29, 19, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(23, 21, 15, 1) 0%,
    rgba(35, 29, 19, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17150f', endColorstr='#231d13', GradientType=0 );
}

#hero .hero-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: table;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  z-index: 10001;
  padding-top: 80px;
  /* Ensure header is not covered on pages with hero */
  pointer-events: none;
}

#hero .hero-inner > * {
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  #hero,
  #hero .hero-inner,
  #hero .item-inner,
  #hero .hero-inner .container,
  #hero .hero-inner {
    display: block;
    position: relative;
    padding-top: 36px;
  }
}

#hero .hero-inner > .container {
  display: table-cell;
  vertical-align: top;
  padding-top: 72px;
}

#hero .item-inner {
  right: 0%;
  left: 0%;
  padding-bottom: 0px;
  display: table;
  width: 100%;
}

.hero-bullets ul {
  text-align: center;
  padding: 0;
}

.hero-bullets li {
  display: inline-block;
  line-height: 26px;
  margin: 0 10px;
  font-size: 15px;
  font-weight: 600;
  /*
		background: url("https://travenza.com/assets/img/hero-bullet-icon.png") no-repeat center left;
		padding-left: 30px;
	*/
}
.hero-bullets li i {
  font-size: 22px;
  color: #f3cb14;
  vertical-align: middle;
}
/*
.hero-bullets li:lang(ar) {
  padding-left: 0;
  padding-right: 35px;
  text-align: right;
  background: url("assets/img/hero-bullet-icon.png") no-repeat center right;
}
*/
.hamburger-col {
  text-align: right;
}

.hamburger,
.hamburger:active,
.hamburger:focus,
.hamburger:focus:active {
  color: #f3cb14;
  font-size: 28px;
  cursor: pointer;
}

.hamburger:hover {
  color: #f3cb14;
}

.top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-menu > li {
  float: none;
  display: flex;
  align-items: center;
}
.page-wrapper {
  position: relative;
}

@media screen AND (min-width: 768px) {
  .page-wrapper {
    padding-top: 60px;
  }

  .page-wrapper #search-form {
    padding-top: 16px !important;
    padding-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
  }
}

/*@media screen AND (min-width: 768px) {*/
/*  .main-wrapper {*/
/*    padding-top: 85px;*/
/*  }*/
/*}*/

.dest-box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.dest-box .caption {
  color: #fff;
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
  left: 0;
  margin-bottom: 0;
  z-index: 1;
  transition: all 0.5s ease-in;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
}

.dest-box img {
  opacity: 1;
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease-in;
  -webkit-backface-visibility: hidden;
}

.dest-box a {
  background: #f3cb14;
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dest-box a:hover img {
  opacity: 0.8;
}

.dest-box a:hover .caption {
  bottom: 50%;
  padding-top: 0.5rem;
}

.home-section {
  padding: 35px 0 70px 0;
  background: #fff;
}

.home-section h2 {
  color: var(--header_text);
  margin-bottom: 35px;
}

.affiliate-2 {
  background-color: #fff;
}

.affiliate-2 .aff-section .affiliate-col {
  padding-top: 16px;
}

/********************************/

.carousel-indicators li {
  border: 2px solid #f3cb14;
}

.carousel-indicators .active {
  background: #f3cb14;
}

.carousel-indicators {
  bottom: -55px;
}

#hero .carousel-indicators {
  bottom: 0px;
  display: none !important;
}

.testimonials-section .carousel-control.right,
.testimonials-section .carousel-control.left {
  background: transparent;
  color: #cccccc;
  width: 50px;
  top: -40px;
}

.testimonials-section .carousel-control.right {
  right: -15px;
}

.testimonials-section .carousel-control.left {
  left: -15px;
}

.testimonial {
  text-align: center;
}

.testimonial-body {
  color: #8d8d8d;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

#hotel-details {
  background: #ffffff;
  margin-bottom: 50px;
  border-radius: 6px;
  overflow: hidden;
}
#hotel-details .slider-container:lang(ar) {
  float: right;
}

#hotel-details .h-excerpt,
#hotel-details .h-meta,
#hotel-details-modal .h-excerpt,
#hotel-details-modal .h-meta {
  height: auto;
  max-height: none;
}

#hotel-details .h-excerpt h2 {
  font-weight: 900;
}

#hotel-details .h-excerpt h2,
#hotel-details .h-excerpt p {
  margin-bottom: 10px;
}

#hotel-details .summary,
#hotel-details .h-excerpt,
#hotel-details-modal .summary,
#hotel-details-modal .h-excerpt {
  padding: 15px 30px;
}

#hotel-details .h-meta header,
#hotel-details .h-meta .content {
  padding: 20px 0;
}

#hotel-details .h-footer,
#hotel-details-modal .h-footer {
  padding: 12px 30px;
  border-top: 1px solid #e9f1f9;
  border-bottom: 1px solid #e9f1f9;
  margin: 0;
}

#hotel-details .btn-book,
#hotel-details-modal .btn-book {
  height: 46px;
  line-height: 46px;
  padding: 0;
  border-radius: 0;
}

.hotel-room .btn-book,
.hotel-room .btn-book .now {
  line-height: 1.3em;
}

.hotel-room {
  margin-bottom: 10px;
}
.room-cat-title {
  text-align: center;
  border-bottom: 2px solid #1b8fe7;
  background: #1b8fe7;
  color: #fff;
  padding: 7px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
/*.room-cat-title:not(.room-cat-title:first-of-type){*/
/*		margin-top:20px;*/
/*	}*/

.hotel-room {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
}

.hotel-room:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.12);
}

.hotel-room:hover a:not(.btn) {
  color: #1b8fe7;
}

.hotel-room p {
  margin-bottom: 5px;
}

.hotel-room p i {
  margin-right: 5px;
}
.hotel-room p i:lang(ar) {
  margin-right: 0px;
  margin-left: 5px;
}

.hotel-room h3 a {
  color: #000;
}

.r-left {
  padding: 15px 30px;
}

.hotel-room footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hotel-room .h-meta {
  height: auto;
  max-height: none;
}

.h-success {
  color: #1a981a;
}

.h-danger {
  color: #c42323;
}

.h-success i,
.h-danger i {
  margin-right: 5px;
  font-size: 16px;
}
.h-success i:lang(ar),
.h-danger i:lang(ar) {
  margin-right: 0px;
  margin-left: 5px;
}

#rooms-filter {
  margin-top: -23px;
}
#rooms-filter .row > div {
  float: right;
}
@media screen AND (max-width: 440px) {
  #rooms-filter .row > div {
    width: 100%;
  }
}
.flexslider {
  border: 0;
  margin: 0;
}

#details-slider-carousel {
  margin: 0px 36px 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 87%;
  background: transparent;
  border: transparent;
  z-index: 100;
}

#details-slider.flexslider .slides img {
  max-height: 418px;
  max-width: 570px;
}

.flexslider .slides:lang(ar) {
  float: left;
}

#details-slider-carousel.flexslider .slides > li {
  border: 2px solid #fff;
  opacity: 0.6;
  cursor: pointer;
}
#details-slider-carousel.flexslider .slides > li img {
  width: 91px;
  height: 68px;
}
#details-slider-carousel.flexslider .slides > li:hover,
#details-slider-carousel.flexslider .slides > li.flex-active-slide {
  opacity: 1;
}
.flex-direction-nav a {
  margin-top: -25px;
}

.flex-direction-nav a.flex-next:before {
  content: "\F105" !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  color: #fff;
}

.flex-direction-nav a.flex-prev:before {
  content: "\F104" !important;
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  color: #fff;
}

#details-slider-carousel.flexslider:hover .flex-direction-nav .flex-next {
  right: -30px;
}

#details-slider-carousel.flexslider:hover .flex-direction-nav .flex-prev {
  left: -30px;
}

.nearby-list {
  margin: 0 0 20px 20px;
  list-style: none;
  padding: 0;
}

.nearby-list h4 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.tripadvisor-review-tab p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
}

.tripadvisor-review-tab h4 {
  font-weight: 500;
}

.tripadvisor-review-tab .border-box {
  padding: 15px;
  margin: 20px -15px;
  border-top: 1px solid #1b8fe7;
  border-bottom: 1px solid #1b8fe7;
}

.border-box h3,
.border-box h4 {
  margin-bottom: 0;
  line-height: 30px;
}

.triprates p {
  margin-bottom: 0;
}

.triprates h3 {
  margin-bottom: 15px;
}

h4.triprate {
  font-size: 14px;
  margin-bottom: 8px;
}

.copyright {
  color: #cecece;
  font-size: 16px;
}

.review-links {
  display: block;
  font-size: 16px;
  color: #0075cd;
  margin-bottom: 20px;
}

.rooms-col {
  float: right;
}
.rooms-col:lang(ar) {
  float: left;
}

@media screen and (max-width: 1200px) {
  #details-slider.flexslider .slides img {
    max-height: 50vh;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .rooms-col {
    float: none;
  }
}

@media screen and (max-width: 630px) {
  .details-right .h-excerpt footer a,
  .details-right .h-excerpt footer label {
    font-size: 13px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 630px) {
  #hotel-details .summary,
  #hotel-details .h-excerpt,
  #hotel-details-modal .summary,
  #hotel-details-modal .h-excerpt,
  #hotel-details .h-footer,
  #hotel-details-modal .h-footer {
    padding: 10px 15px;
  }

  #hotel-details .h-meta header,
  #hotel-details .h-meta .content {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 500px) {
  .hotel-room .h-meta .content,
  .hotel-room .r-left {
    width: 100%;
  }

  .hotel-room .h-meta .content {
    text-align: center;
    padding-bottom: 50px;
  }
}

#hotel-details-modal {
  height: 100vh;
  z-index: 10060 !important;
}

#hotel-details-modal .modal-dialog {
  top: 160px;
  margin: 0 auto;
  z-index: 10061 !important;
  position: relative;
}

.modal-body {
  max-height: calc(100vh - 120px) !important;
  overflow-y: auto !important;
}

.popover.top {
  max-width: 300px;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.popover-content p {
  font-size: 12px;
  margin-bottom: 0;
}

.popover-content h3 {
  font-size: 15px;
  color: #1b8fe7;
  margin-bottom: 7px;
}

.popover.top > .arrow {
  border-top-color: rgba(0, 0, 0, 0.1);
}

@media screen AND (max-width: 850px) {
  .popover.top {
    left: 5px !important;
  }
}
#h-map {
  height: 350px;
  width: 100%;
}

#map-modal .modal-body {
  padding: 0;
}

#map-modal .modal-dialog {
  top: 160px;
  margin: 0 auto;
  position: relative;
}

.items-section {
  padding: 70px 0;
  background: #e9f1f9;
}
.items-section .row > div[class*="col-"]:lang(ar) {
  float: right;
}

.section-bg {
  background: #e9f1f9;
}

.hotel-listing {
  margin-bottom: 30px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  display: table;
  width: 100%;
  /*  -webkit-transition: all .4s;
    transition: all .4s;
    */
}

.billing-hotel.hotel-listing {
  table-layout: auto;
}
/* Removed fixed min-width to allow responsive layout */
.search-hotel-listing {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 6px;
}

.search-hotel-listing .box,
.search-hotel-listing .h-left,
.search-hotel-listing .h-right {
  box-sizing: border-box;
  max-width: 100%;
}

.search-hotel-listing .h-right {
  width: 100%;
  box-sizing: border-box;
}

.search-hotel-listing .h-excerpt,
.search-hotel-listing .h-meta {
  box-sizing: border-box;
  max-width: 100%;
}

.hotel-listing:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.12);
}

.icon-box .hotel-listing:hover {
  box-shadow: none;
}

.hotel-listing:hover a:not(.btn) {
  color: #1b8fe7;
}

.hotel-listing .btn {
  border-radius: 0;
  height: 25px;
  padding: 0 15px;
  line-height: 25px;
}
.hotel-listing .btn .fa-angle-right:lang(ar):before {
  content: "\F104";
}
.h-left {
  position: relative;
  overflow: hidden;
  display: block;
}

.search-hotel-listing .h-left {
  min-height: 160px;
  border-radius: 6px 0 0 0px;
}

.search-hotel-listing .h-right {
  border-radius: 0 6px 6px 0;
}

.search-hotel-listing .h-left img,
.search-hotel-listing .h-left .b-img-lazy,
.search-hotel-listing .h-left .b-img-lazy img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.h-left img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.h-left .location {
  background: #f3cb14;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 7px 14px;
}

.h-excerpt {
  padding: 7px 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.h-excerpt h3 {
  margin-bottom: 7px;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
}

.h-excerpt h3 .h-title {
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.h-excerpt h2 a,
.h-excerpt h3 a {
  color: #000;
  max-width: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.h-excerpt h2 a:hover,
.h-excerpt h3 a:hover {
  color: #1b8fe7;
}

/* Board Basis Badge Styling */

.board-basis-badge i {
  font-size: 11px;
  opacity: 0.9;
}

.board-basis-badge span {
  display: inline-block;
}

.board-basis-badge.label-success.label-outlined {
  background-color: rgba(100, 221, 23, 0.1);
  border-color: #64dd17;
  color: #64dd17;
}

.board-basis-badge.label-success.label-outlined:hover {
  background-color: rgba(100, 221, 23, 0.15);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(100, 221, 23, 0.2);
}

/* Board Basis Badge in Header (h-meta) */
.h-meta header .board-basis-badge-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  margin: 2px auto 0;
  width: auto;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.h-meta header .board-basis-badge-meta i {
  font-size: 11px;
  opacity: 0.9;
}

.h-meta header .board-basis-badge-meta span {
  display: inline-block;
}

/* Responsive styles for board basis badge */
@media screen and (max-width: 768px) {
  .board-basis-badge {
    font-size: 11px;
    padding: 4px 10px;
    gap: 5px;
    margin-left: 6px;
  }

  .board-basis-badge i {
    font-size: 10px;
  }

  .h-excerpt h3 {
    gap: 6px;
  }
}

@media screen and (max-width: 480px) {
  .board-basis-badge {
    font-size: 10px;
    padding: 3px 8px;
    gap: 4px;
    margin-left: 4px;
  }

  .board-basis-badge i {
    font-size: 9px;
  }
}

.h-excerpt .address,
.h-excerpt p {
  font-size: 13px;
  color: #8d8d8d;
  display: block;
  margin-bottom: 5px;
}

.h-meta {
  text-align: center;
  vertical-align: top !important;
  position: relative;
}

.h-excerpt:lang(ar) {
  float: right;
}
.h-meta:lang(ar) {
  float: left;
}

.h-meta header {
  float: left;
  width: 50%;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: auto;
}

.h-meta .content {
  padding: 5px 0;
  float: left;
  width: 50%;
}

.h-meta .visits-rate {
  display: block;
  margin: 0 auto 6px;
}

.h-meta .p-visites {
  color: #8d8d8d;
  font-size: 12px;
  line-height: 10px;
}

.h-meta .h-price {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.h-meta .h-price .discount {
  font-weight: 400;
  color: #b8b8b8;
  text-decoration: line-through;
  font-size: 16px;
  margin-right: 0px;
}

.h-meta .h-nights {
  color: #8d8d8d;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  clear: both;
}

.h-meta p {
  margin-bottom: 0;
}

.hotel-listing footer,
.h-footer {
  width: 100%;
  clear: both;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
}

.h-excerpt footer a,
.h-excerpt footer label,
.h-footer a,
.h-footer label,
.label {
  color: #1b8fe7;
  padding-right: 15px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 500;
  padding-left: 0;
  font-size: 0.9em;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 15px);
  box-sizing: border-box;
  word-wrap: break-word;
}

.h-footer .distance-label {
  margin-left: 10px;
  white-space: nowrap;
}

.h-excerpt footer a:lang(ar),
.h-excerpt footer label:lang(ar),
.h-footer a:lang(ar),
.h-footer label:lang(ar),
.label:lang(ar) {
  padding-left: 20px;
  padding-right: 0px !important;
}

.hotel-listing footer a i,
.hotel-listing footer label i,
.h-footer a i,
.h-footer label i,
.label i {
  color: var(--button_bg);
  margin-right: 6px;
  text-align: left;
}

.hotel-listing footer a i:lang(ar),
.hotel-listing footer label i:lang(ar),
.h-footer a i:lang(ar),
.h-footer label i:lang(ar),
.label i {
  margin-right: 0px;
  margin-left: 5px;
}

@media screen AND (min-width: 500px) {
  .h-meta header,
  .h-meta .content {
    width: 100%;
    float: none;
  }

  .h-meta header {
    border-bottom: 1px solid #e9f1f9;
  }

  .hotel-listing footer {
    position: absolute;
    padding: 5px 15px;
    bottom: 0;
    left: 0;
  }

  .hotel-listing footer.nopadding {
    padding: 0;
  }

  .hotel-listing .h-meta footer {
    padding: 0;
  }

  .h-excerpt {
    padding: 12px 15px 25px;
  }

  .h-meta .content {
    padding: 15px 0 35px;
  }

  .h-meta {
    border-left: 1px solid #e9f1f9;
  }
  .h-meta:lang(ar) {
    border-left: 0;
    border-right: 1px solid #e9f1f9;
  }

  .equal-cols {
    display: flex;
    flex-wrap: wrap;
  }

  .equal-cols > [class*="col-"] {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .h-excerpt,
  .h-meta {
    height: 160px;
    max-height: 160px;
  }
}

@media screen AND (min-width: 630px) {
  .h-left img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .hotel-listing {
    display: table;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
  }

  .hotel-listing .box {
    display: table-cell;
    width: 275px;
    max-width: 275px;
    vertical-align: top;
    box-sizing: border-box;
  }

  .h-left {
    width: 275px;
    max-width: 275px;
    height: 160px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
  }

  .h-right {
    display: table-cell;
    width: auto;
    max-width: 100%;
    vertical-align: top;
    box-sizing: border-box;
  }

  .h-meta header {
    padding: 12px 0 5px;
  }
}

@media screen AND (min-width: 630px) AND (max-width: 760px) {
  .hotel-listing .h-excerpt {
    width: 100%;
  }

  .hotel-listing:not(.small-listing):not(.billing-hotel) {
    display: table;
    padding-bottom: 90px;
  }

  .hotel-listing .h-meta header {
    border-bottom: 0;
    padding: 15px 0;
  }

  .hotel-listing .h-meta {
    display: block;
    width: 100%;
    margin-left: -275px;
    position: absolute;
    top: 160px;
    background: #fff;
    height: 90px;
    border-top: 1px solid #e9f1f9;
  }

  .hotel-listing .h-meta header,
  .h-meta .content {
    width: 50%;
    float: left;
  }
}

@media screen AND (min-width: 768px) {
  .h-meta .content {
    padding: 20px 0 40px;
  }
}

@media screen AND (min-width: 992px) {
}

@media screen AND (max-width: 992px) {
  .items-section .row > div[class*="col-"]:lang(ar) {
    width: 100%;
  }
  .items-section {
    padding: 20px 0;
  }
}

@media screen AND (max-width: 500px) {
  .h-meta {
    border-top: 1px solid #e9f1f9;
  }

  .h-meta,
  .h-excerpt {
    width: 100%;
  }

  .h-meta header,
  .h-meta .content {
    padding: 10px 15px;
  }

  .h-meta header {
    text-align: left;
  }

  .h-meta .content {
    text-align: right;
  }
}

/**/

@media screen AND (max-width: 768px) {
  #details-slider-carousel {
    display: none;
  }
}
.modal-dialog {
  top: 80px;
  margin: 0 auto;
}

#login-modal .modal-dialog,
#password-modal .modal-dialog {
  width: 420px;
  max-width: 100%;
}

.form-links a {
  color: #8d8d8d;
}

.form-links a:hover {
  text-decoration: none;
  color: #1b8fe7;
}

@media all {
}

@media screen AND (max-width: 768px) {
  .form-links,
  .form-links .text-right {
    text-align: center !important;
  }
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 0%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* footer footnotes */

footer ol {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 15px;
  padding-left: 20px;
}

/* Bootstrap Docs */

.bs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
}

.bs-example-padded-bottom {
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .modal:before {
    height: 70%;
  }

  .bs-example {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
  }
}

.bs-example + .code {
  margin: -15px -15px 15px;
  border-width: 0 0 1px;
  border-radius: 0;
}

@media (min-width: 768px) {
  .bs-example + .code {
    margin-top: -16px;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

/* CodeMirror Bootstrap Theme */

.cm-s-bootstrap .cm-comment {
  font-style: italic;
  color: #999988;
}

.cm-s-bootstrap .cm-number {
  color: #f60;
}

.cm-s-bootstrap .cm-atom {
  color: #366;
}

.cm-s-bootstrap .cm-variable-2 {
  color: #99f;
}

.cm-s-bootstrap .cm-property {
  color: #99f;
}

.cm-s-bootstrap .cm-string {
  color: #dd1144;
}

.cm-s-bootstrap .cm-keyword {
  color: #069;
}

.cm-s-bootstrap .cm-operator {
  color: #555;
}

.cm-s-bootstrap .cm-qualifier {
  color: #0a8;
}
.policy-page {
  color: #1f2937;
  padding: 60px 0 80px;
}

.policy-page .icon-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 50px 60px;
  max-width: 900px;
  margin: 0 auto;
}

.policy-page .icon-box h2 {
  color: #023293;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f3cb14;
}

.policy-page .icon-box h3.yellow {
  color: #023293;
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 4px solid #f3cb14;
}

.policy-page .icon-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 20px;
}

.policy-page .icon-box p strong {
  color: #1f2937;
  font-weight: 600;
}

.policy-page .icon-box ul.checklist-round {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.policy-page .icon-box ul.checklist-round li {
  padding: 15px 0 15px 35px;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  border-bottom: 1px solid #e5e7eb;
}

.policy-page .icon-box ul.checklist-round li:last-child {
  border-bottom: none;
}

.policy-page .icon-box ul.checklist-round li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 15px;
  width: 24px;
  height: 24px;
  background: #f3cb14;
  color: #023293;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.policy-page .icon-box a {
  color: #023293;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.policy-page .icon-box a:hover {
  color: #0348a8;
}

.policy-page .icon-box table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #fff;
}

.policy-page .icon-box table thead tr {
  background: #f8fafc;
  border-bottom: 2px solid #e5e7eb;
}

.policy-page .icon-box table th {
  padding: 12px;
  text-align: left;
  font-weight: 600;
  color: #023293;
  font-size: 16px;
}

.policy-page .icon-box table td {
  padding: 12px;
  color: #4a5568;
  font-size: 15px;
}

.policy-page .icon-box table tbody tr {
  border-bottom: 1px solid #e5e7eb;
}

.policy-page .icon-box table tbody tr:last-child {
  border-bottom: none;
}

.policy-page .icon-box table tbody tr:hover {
  background: #f8fafc;
}

.policy-page .icon-box .billing-box-icon {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .policy-page {
    padding: 40px 0 60px;
  }

  .policy-page .icon-box {
    padding: 30px 24px;
    border-radius: 8px;
  }

  .policy-page .icon-box h2 {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .policy-page .icon-box h3.yellow {
    font-size: 20px;
    margin-top: 30px;
    padding-left: 15px;
  }

  .policy-page .icon-box p {
    font-size: 15px;
  }
}
#search-form {
  background: #ffffff;
  padding: 28px 0 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10000;
}

/* Override base padding for search form in page-wrapper (hotel details and search pages) - applies to all screen sizes */
.page-wrapper #search-form {
  padding-top: 16px !important;
  padding-bottom: 20px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#search-form .container {
  position: relative;
}

#search-form .search-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
  padding-top: 16px;
}

/* When one-way date is present, use flex-start to allow natural sizing */
#search-form .search-form-row.has-one-way-date {
  justify-content: flex-start;
}

#search-form .search-field {
  flex: 0 0 auto;
  min-width: 0;
  position: relative;
}

#search-form .search-field.location-field {
  flex: 0 0 auto;
  min-width: 140px;
}

#search-form .search-field.date-field {
  flex: 0 0 auto;
  min-width: 180px;
}

/* One-way date field should be narrower and allow other fields to expand */
#search-form .search-field.date-field.one-way-date-field {
  flex: 0 0 auto !important;
  min-width: 200px !important;
  max-width: 280px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  flex-shrink: 0 !important;
}

/* When one-way date field is present, allow location fields to expand and fill space */
#search-form .search-form-row.has-one-way-date .search-field.location-field,
#search-form
  .search-form-row:has(.one-way-date-field)
  .search-field.location-field {
  flex: 1 1 0 !important;
  min-width: 160px;
  max-width: none !important;
}

@media (min-width: 992px) {
  #search-form .search-form-row.has-one-way-date .search-field.location-field,
  #search-form
    .search-form-row:has(.one-way-date-field)
    .search-field.location-field {
    width: auto !important;
    max-width: none !important;
    flex: 1 1 0 !important;
    min-width: 160px;
  }
}

#search-form .search-field.adults-field {
  flex: 0 0 125px;
  min-width: 120px;
  max-width: 135px;
}

#search-form .search-field.children-field {
  flex: 0 0 125px;
  min-width: 120px;
  max-width: 135px;
}

/* Bootstrap Vue form-select styling for search form */
#search-form .icon-select-field select,
#search-form .icon-select-field .form-select,
#search-form .icon-select-field select.form-control,
#search-form .icon-select-field .custom-select,
#search-form .icon-select-field .b-form-select,
#search-form .icon-select-field .b-form-select select {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 12px 40px 12px 12px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23333' d='M7 10L2 5h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 14px !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  transition: all 0.3s ease !important;
  display: block !important;
  box-sizing: border-box !important;
  color: #333 !important;
  text-align: left !important;
}

#search-form .icon-select-field select:focus,
#search-form .icon-select-field .form-select:focus,
#search-form .icon-select-field select.form-control:focus,
#search-form .icon-select-field .custom-select:focus,
#search-form .icon-select-field .b-form-select:focus,
#search-form .icon-select-field .b-form-select select:focus {
  border-color: var(--book_button) !important;
  box-shadow: 0 0 0 3px rgba(0, 117, 205, 0.1) !important;
  outline: none !important;
}

#search-form .icon-select-field .b-form-select select {
  color: #333 !important;
}

#search-form .icon-select-field select option {
  color: #333 !important;
}

#search-form .icon-select-field {
  position: relative !important;
  width: 100% !important;
  display: block !important;
}

#search-form .icon-select-field.users-field::after,
#search-form .icon-select-field.children-field::after {
  content: "" !important;
  display: none !important;
}

#search-form .search-field.travelers-field {
  flex: 0 0 auto;
  min-width: 120px;
}

#search-form .search-field.search-button-field {
  flex: 0 0 auto;
}

#search-form .search-field.search-button-field button {
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  height: 48px !important;
  min-height: 48px !important;
  line-height: 1.5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#search-form .form-group {
  margin-bottom: 0;
}

#search-form .location-field .icon-field {
  position: relative;
}

#search-form .location-field .icon-field:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#search-form .ages-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

#search-form .age-field {
  flex: 0 0 auto;
  min-width: 100px;
  position: relative;
  z-index: 1000;
}

#search-form .age-field .b-form-select,
#search-form .age-field select {
  position: relative;
  z-index: 1001;
}

/* Ensure Bootstrap select dropdowns don't overlap with content below */
#search-form .age-field .b-form-select + .dropdown-menu,
#search-form .age-field select + .dropdown-menu {
  z-index: 10002 !important;
  position: absolute !important;
}

#search-form .form-group {
  position: relative;
  margin-bottom: 0;
}

#search-form .icon-field.daterange-field {
  width: 100%;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  background: #fff !important;
  padding: 0;
  min-height: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 1 !important;
}

#search-form .icon-field.daterange-field:focus-within {
  border-color: var(--book_button) !important;
  box-shadow: 0 0 0 3px rgba(0, 117, 205, 0.1) !important;
  outline: none !important;
}

#search-form .datepicker__wrapper {
  width: 100%;
  min-width: 200px;
  height: 48px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent !important;
  text-align: left !important;
  box-sizing: border-box;
  pointer-events: auto !important;
}

/* Ensure datepicker wrapper allows interactions */
.home-search-form .datepicker__wrapper,
#search-form .datepicker__wrapper,
.vhd__datepicker__wrapper {
  pointer-events: auto !important;
}

/* Ensure datepicker input fields are interactive */
.datepicker__input,
.datepicker__dummy-input,
.vhd__datepicker__input,
.vhd__datepicker__dummy-input {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Ensure datepicker dummy wrapper is interactive */
.datepicker__dummy-wrapper,
.vhd__datepicker__dummy-wrapper {
  pointer-events: auto !important;
  cursor: pointer !important;
}

#search-form .datepicker__input {
  width: 100%;
  height: 48px !important;
  line-height: 48px !important;
  border: none;
  background: transparent !important;
  display: inline-block;
  white-space: nowrap;
  font-size: 15px !important;
  color: #333 !important;
  box-sizing: border-box;
  text-align: left !important;
}

#search-form .datepicker__dummy-wrapper {
  width: 100%;
  position: relative;
  border: none !important;
  background: transparent !important;
  height: 48px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 40px;
  padding-left: 0;
  border-radius: 6px;
  text-align: left !important;
  box-sizing: border-box;
}

#search-form .datepicker__dummy-input {
  width: 100%;
  height: 48px !important;
  line-height: 48px !important;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 15px !important;
  text-align: left !important;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333 !important;
  box-sizing: border-box;
  gap: 0;
  flex: 1;
  min-width: 0;
}

#search-form .datepicker__dummy-input .datepicker__input-text {
  display: inline-block;
  margin: 0;
  font-size: 15px !important;
  color: #333 !important;
  vertical-align: middle;
  text-align: left !important;
  flex: 0 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(50% - 20px);
  min-width: 0;
}

#search-form .datepicker__input-text {
  margin: 0 !important;
  font-size: 15px !important;
  color: #333 !important;
  vertical-align: middle;
  text-align: left !important;
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(50% - 20px);
  min-width: 0;
}

#search-form .datepicker__input-separator {
  margin: 0 10px !important;
  display: inline-block;
  font-size: 15px !important;
  color: #999 !important;
  vertical-align: middle;
  line-height: 48px;
  flex: 0 0 auto;
  min-width: 12px;
  flex-shrink: 0;
}

#search-form .datepicker__clear-button,
#search-form .datepicker__close-button {
  display: none !important;
}

#search-form .icon-field.daterange-field:after,
#search-form .icon-field.daterange-field::after {
  display: none !important;
  content: "" !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  right: auto !important;
  z-index: -1 !important;
}

#search-form .datepicker__dummy-wrapper--is-active {
  border: 1px solid #f3cb14 !important;
  border-radius: 4px;
}

/* Minimal fixes for vue-hotel-datepicker - only fix z-index and pointer-events */
/* Let the component's own CSS handle all layout and display */
.vhd__datepicker {
  z-index: 10000 !important;
  pointer-events: auto !important;
  top: 3em !important;
}

/* Override green colors to use button_bg variable */
.vhd__datepicker__month-day--first-day-selected,
.vhd__datepicker__month-day--last-day-selected,
.vhd__datepicker__month-day--checkin,
.vhd__datepicker__month-day--checkout {
  background: var(--button_bg) !important;
  background-color: var(--button_bg) !important;
  color: var(--button_text) !important;
}

/* First and last day selected (when range is complete) */
.vhd__datepicker__month-day--first-day-selected
  .vhd__datepicker__month-day-wrapper,
.vhd__datepicker__month-day--last-day-selected
  .vhd__datepicker__month-day-wrapper,
.vhd__datepicker__month-day--checkin .vhd__datepicker__month-day-wrapper,
.vhd__datepicker__month-day--checkout .vhd__datepicker__month-day-wrapper {
  background: var(--button_bg) !important;
  background-color: var(--button_bg) !important;
  color: var(--button_text) !important;
  border-radius: 50% !important;
}

.vhd__datepicker__month-day--selected {
  background-color: rgba(243, 203, 20, 0.7) !important;
  color: var(--button_text) !important;
}

.vhd__datepicker__month-day--hovering {
  background-color: rgba(243, 203, 20, 0.7) !important;
  color: var(--button_text) !important;
}

.vhd__datepicker__month-day--allowed-checkout:hover,
.vhd__datepicker__month-day--valid:hover {
  background-color: var(--button_bg) !important;
  color: var(--button_text) !important;
}

.vhd__datepicker__month-day--today .vhd__datepicker__month-day-wrapper {
  border: 2px solid var(--button_bg) !important;
}

.vhd__datepicker__dummy-wrapper--is-active {
  border: 1px solid var(--button_bg) !important;
}

.vhd__datepicker__month-day--invalid-range {
  background-color: rgba(243, 203, 20, 0.3) !important;
}

.vhd__datepicker--open {
  pointer-events: auto !important;
  z-index: 10000 !important;
  margin-top: 16px;
  padding: 16px;
}

/* Ensure ALL interactive elements are clickable and not blocked */
.vhd__datepicker * {
  pointer-events: auto !important;
}

/* Specifically ensure date cells are clickable */
.vhd__datepicker__month-day,
.vhd__datepicker__month-day-wrapper,
.vhd__datepicker .vhd__square,
.vhd__datepicker__month-button,
.vhd__datepicker__dummy-wrapper,
.vhd__datepicker__input,
.vhd__datepicker__dummy-input,
.vhd__datepicker__inner,
.vhd__datepicker__months,
.vhd__datepicker__month,
.vhd__datepicker__week-row {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Fix wrapper to allow interactions */
.vhd__datepicker__wrapper {
  pointer-events: auto !important;
  position: relative !important;
}

/* Fix alignment for vue-hotel-datepicker input fields */
#search-form .vhd__datepicker__dummy-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

#search-form .vhd__datepicker__dummy-input,
#search-form .vhd__datepicker__input {
  width: 100% !important;
  height: 48px !important;
  line-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  gap: 0 !important;
  box-sizing: border-box !important;
  flex: 1 !important;
  min-width: 0 !important;
}

#search-form .vhd__datepicker__dummy-input .vhd__datepicker__input-text,
#search-form .vhd__datepicker__input .vhd__datepicker__input-text {
  flex: 0 1 auto !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: calc(50% - 16px) !important;
  min-width: 0 !important;
}

#search-form .vhd__datepicker__input-separator {
  flex: 0 0 auto !important;
  margin: 0 10px !important;
  min-width: 12px !important;
  flex-shrink: 0 !important;
}

.home-search-form .vhd__datepicker__input-separator {
  flex: 0 0 auto !important;
  margin: 0 8px !important;
  min-width: 10px !important;
  flex-shrink: 0 !important;
}

#search-form .vhd__datepicker__dummy-input .vhd__datepicker__input-text,
#search-form .vhd__datepicker__input .vhd__datepicker__input-text,
.home-search-form .vhd__datepicker__dummy-input .vhd__datepicker__input-text,
.home-search-form .vhd__datepicker__input .vhd__datepicker__input-text {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: calc(50% - 12px) !important;
  min-width: 0 !important;
}

/* Ensure calendar aligns properly with input */
#search-form .vhd__datepicker {
  left: 0 !important;
  right: auto !important;
}

/* =========================================
   UNIFIED DATEPICKER STYLES
   Desktop styles for vue-hotel-datepicker
   across all forms (hotels, flights, holidays)
   ========================================= */

/* Date field container */
.flight-form-field-date,
.flight-form-field-date-range {
  position: relative;
}

.flight-form-field-date .form-group,
.flight-form-field-date-range .form-group {
  margin-bottom: 0;
}

.flight-form-field-date .icon-field.daterange-field,
.flight-form-field-date-range .icon-field.daterange-field {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  min-height: 48px;
  height: 48px;
  display: flex;
  align-items: center;
}

.flight-form-field-date .icon-field.daterange-field:focus-within,
.flight-form-field-date-range .icon-field.daterange-field:focus-within {
  border-color: var(--button_bg);
  box-shadow: 0 0 0 3px rgba(0, 117, 205, 0.1);
}

/* Hide calendar icon and close button */
.flight-form-field-date
  .icon-field.daterange-field
  .vhd__datepicker__close-button,
.flight-form-field-date
  .icon-field.daterange-field
  .vhd__datepicker__clear-button,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__close-button,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__clear-button {
  display: none !important;
}

/* Remove calendar icon from datepicker input */
.flight-form-field-date
  .icon-field.daterange-field
  .vhd__datepicker__input-wrapper,
.flight-form-field-date
  .icon-field.daterange-field
  .vhd__datepicker__dummy-wrapper,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__input-wrapper,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__dummy-wrapper {
  background-image: none !important;
  background: transparent !important;
  padding-left: 16px !important;
}

.flight-form-field-date
  .icon-field.daterange-field
  .vhd__datepicker__input-wrapper::before,
.flight-form-field-date
  .icon-field.daterange-field
  .vhd__datepicker__dummy-wrapper::before,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__input-wrapper::before,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__dummy-wrapper::before {
  display: none !important;
  content: none !important;
  background-image: none !important;
}

/* Remove ::after pseudo elements */
.flight-form-field-date .icon-field.daterange-field:after,
.flight-form-field-date .icon-field.daterange-field::after,
.flight-form-field-date-range .icon-field.daterange-field:after,
.flight-form-field-date-range .icon-field.daterange-field::after {
  display: none !important;
}

/* Datepicker open state - centered modal on desktop */
.flight-form-field-date .icon-field.daterange-field .vhd__datepicker--open,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker--open {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10050 !important;
  margin-top: 0 !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
}

/* Show month headers/titles in calendar */
.flight-form-field-date
  .icon-field.daterange-field
  .vhd__datepicker__month-title,
.flight-form-field-date .icon-field.daterange-field .vhd__datepicker__header,
.flight-form-field-date
  .icon-field.daterange-field
  .vhd__datepicker__month-name,
.flight-form-field-date .icon-field.daterange-field .vhd__datepicker__month h1,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__month-title,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__header,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__month-name,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__month
  h1 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333 !important;
  text-align: center !important;
  padding: 10px 0 !important;
  margin: 0 !important;
  height: auto !important;
  width: auto !important;
  position: relative !important;
}

/* Month navigation buttons */
/* DESKTOP ONLY - button positioning for side-by-side months */
@media screen and (min-width: 769px) {
  .flight-form-field-date
    .icon-field.daterange-field
    .vhd__datepicker__month-button,
  .flight-form-field-date-range
    .icon-field.daterange-field
    .vhd__datepicker__month-button {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .flight-form-field-date .icon-field.daterange-field .vhd__datepicker__header,
  .flight-form-field-date .icon-field.daterange-field .vhd__datepicker__months,
  .flight-form-field-date-range
    .icon-field.daterange-field
    .vhd__datepicker__header,
  .flight-form-field-date-range
    .icon-field.daterange-field
    .vhd__datepicker__months {
    display: flex !important;
    align-items: flex-start !important;
  }

  /* First month - show prev button only */
  .flight-form-field-date
    .icon-field.daterange-field
    .vhd__datepicker__month:first-child
    .vhd__datepicker__month-button--prev,
  .flight-form-field-date-range
    .icon-field.daterange-field
    .vhd__datepicker__month:first-child
    .vhd__datepicker__month-button--prev {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
  }

  .flight-form-field-date
    .icon-field.daterange-field
    .vhd__datepicker__month:first-child
    .vhd__datepicker__month-button--next,
  .flight-form-field-date-range
    .icon-field.daterange-field
    .vhd__datepicker__month:first-child
    .vhd__datepicker__month-button--next {
    display: none !important;
  }

  /* Last month - show next button only */
  .flight-form-field-date
    .icon-field.daterange-field
    .vhd__datepicker__month:last-child
    .vhd__datepicker__month-button--next,
  .flight-form-field-date-range
    .icon-field.daterange-field
    .vhd__datepicker__month:last-child
    .vhd__datepicker__month-button--next {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    display: block !important;
  }

  .flight-form-field-date
    .icon-field.daterange-field
    .vhd__datepicker__month:last-child
    .vhd__datepicker__month-button--prev,
  .flight-form-field-date-range
    .icon-field.daterange-field
    .vhd__datepicker__month:last-child
    .vhd__datepicker__month-button--prev {
    display: none !important;
  }

  /* Month header padding for buttons */
  .flight-form-field-date
    .icon-field.daterange-field
    .vhd__datepicker__month:first-child
    h1,
  .flight-form-field-date-range
    .icon-field.daterange-field
    .vhd__datepicker__month:first-child
    h1 {
    padding-left: 30px !important;
    text-align: center !important;
  }

  .flight-form-field-date
    .icon-field.daterange-field
    .vhd__datepicker__month:last-child
    h1,
  .flight-form-field-date-range
    .icon-field.daterange-field
    .vhd__datepicker__month:last-child
    h1 {
    padding-right: 30px !important;
    text-align: center !important;
  }

  .flight-form-field-date .icon-field.daterange-field .vhd__datepicker__month,
  .flight-form-field-date-range
    .icon-field.daterange-field
    .vhd__datepicker__month {
    position: relative !important;
  }
}

/* Datepicker wrapper */
.flight-form-field-date .icon-field.daterange-field .vhd__datepicker__wrapper,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__wrapper {
  width: 100% !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background: transparent !important;
  text-align: left !important;
  box-sizing: border-box !important;
  pointer-events: auto !important;
  position: relative !important;
  overflow: visible !important;
}

.flight-form-field-date
  .icon-field.daterange-field
  .vhd__datepicker__dummy-wrapper,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__dummy-wrapper {
  width: 100% !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  pointer-events: auto !important;
  overflow: visible !important;
}

.flight-form-field-date
  .icon-field.daterange-field
  .vhd__datepicker__dummy-input,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__dummy-input {
  width: 100% !important;
  height: 48px !important;
  line-height: 48px !important;
  border: none !important;
  background: transparent !important;
  display: block !important;
  white-space: nowrap !important;
  font-size: 15px !important;
  text-align: left !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  color: #333 !important;
  box-sizing: border-box !important;
  padding: 0 15px 0 16px !important;
}

.flight-form-field-date
  .icon-field.daterange-field
  .vhd__datepicker__input-text,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__input-text {
  display: inline !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  vertical-align: middle !important;
  font-size: 15px !important;
  color: #333 !important;
  text-align: left !important;
  line-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  min-width: auto !important;
}

.flight-form-field-date
  .icon-field.daterange-field
  .vhd__datepicker__input-separator,
.flight-form-field-date-range
  .icon-field.daterange-field
  .vhd__datepicker__input-separator {
  display: inline !important;
  margin: 0 10px !important;
  min-width: 12px !important;
  font-size: 15px !important;
  color: #999 !important;
  vertical-align: middle !important;
  line-height: 48px !important;
  white-space: nowrap !important;
  padding: 0 !important;
}

/* =========================================
   MOBILE DATEPICKER FIXES
   Unified mobile styles for vue-hotel-datepicker
   across all forms (hotels, flights, holidays)
   ========================================= */

@media screen and (max-width: 768px) {
  /* Make datepicker fullscreen on mobile - ONLY when open */
  .vhd__datepicker--open,
  #search-form .vhd__datepicker--open {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    z-index: 9999999 !important;
    background: #fff !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* Hide all search form fields when datepicker is open to prevent overlap */
  #search-form:has(.vhd__datepicker--open) .search-field:not(.date-field),
  #search-form:has(.vhd__datepicker--open) .travelers-field,
  #search-form:has(.vhd__datepicker--open) .adults-field,
  #search-form:has(.vhd__datepicker--open) .children-field,
  #search-form:has(.vhd__datepicker--open) .search-button-field,
  #search-form:has(.vhd__datepicker--open) .location-field,
  #search-form:has(.vhd__datepicker--open) .location-field-mobile {
    display: none !important;
  }

  /* Calendar inner container */
  .vhd__datepicker__inner {
    padding: 16px !important;
    padding-top: 70px !important;
    min-height: 100% !important;
  }

  /* Mobile: Fix header-mobile alignment without breaking clicks */
  .vhd__datepicker__header-mobile {
    top: 22px !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px !important;
    z-index: 100002 !important;
  }

  /* Mobile: Ensure month buttons are visible */
  .vhd__datepicker__month-button,
  .vhd__datepicker__month-button--prev,
  .vhd__datepicker__month-button--next {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
  }

  /* Mobile: Style the prev button (left arrow) */
  .vhd__datepicker__month-button--prev {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #f5f5f5 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    border: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath fill='none' stroke='%23023293' stroke-width='2' d='M1 1l6 6-6 6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 12px !important;
    transform: rotate(180deg) !important;
    pointer-events: auto !important;
  }

  /* Mobile: Style the next button (right arrow) */
  .vhd__datepicker__month-button--next {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #f5f5f5 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    border: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath fill='none' stroke='%23023293' stroke-width='2' d='M1 1l6 6-6 6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 12px !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  /* Month display - single column on mobile */
  .vhd__datepicker__months {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  .vhd__datepicker__month {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Month name styling - centered with padding for arrows */
  .vhd__datepicker__month-name {
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 12px 60px !important;
    color: #023293 !important;
  }

  /* Week days header */
  .vhd__datepicker__week-name {
    font-size: 12px !important;
    padding: 8px 0 !important;
  }

  /* Date cells - larger touch targets */
  .vhd__datepicker__month-day {
    min-height: 44px !important;
    font-size: 15px !important;
  }

  .vhd__datepicker__month-day-wrapper {
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Close button for mobile */
  .vhd__datepicker__close-button {
    position: fixed !important;
    top: 16px !important;
    right: 16px !important;
    z-index: 100001 !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 24px !important;
    background: #f5f5f5 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Hide clear button on mobile (use close instead) */
  .vhd__datepicker__clear-button {
    display: none !important;
  }

  /* Tooltip styling on mobile */
  .vhd__datepicker__tooltip {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    padding: 16px !important;
    background: #023293 !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 14px !important;
  }

  /* Action buttons container on mobile */
  .vhd__datepicker__action-buttons {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 16px !important;
    background: #fff !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    gap: 12px !important;
  }
}

/* Remove calendar icon */
#search-form .vhd__datepicker__wrapper {
  background: #fff !important;
  background-image: none !important;
}

.home-search-form .vhd__datepicker__wrapper {
  background: #fff !important;
  background-image: none !important;
}

/* Remove background image icon from vhd datepicker input first child */
#search-form .vhd__datepicker__input:first-child,
#search-form .vhd__datepicker__dummy-input .vhd__datepicker__input:first-child,
.home-search-form .vhd__datepicker__input:first-child,
.home-search-form
  .vhd__datepicker__dummy-input
  .vhd__datepicker__input:first-child {
  background: transparent !important;
  background-image: none !important;
  width: 50% !important;
}

/* Ensure no parent elements are blocking */
.home-search-form .icon-field.daterange-field,
#search-form .icon-field.daterange-field {
  pointer-events: auto !important;
  overflow: visible !important;
}

#search-form .datepicker__calendar {
  z-index: 10002 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  margin-top: 5px !important;
}

.autosuggest__results {
  z-index: 10002 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

/* Ensure autosuggest results container is visible */
.autosuggest__results-container {
  z-index: 10002 !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute !important;
}

/* Ensure datepicker has proper z-index when open */
#search-form .vhd__datepicker--open,
#search-form .datepicker__calendar,
.vhd__datepicker--open {
  z-index: 999999 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Desktop: Position calendar centered below input */
@media (min-width: 769px) {
  #search-form .flight-form-field-date .vhd__datepicker--open,
  #search-form .vhd__datepicker--open {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 999999 !important;
    background: #fff !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
    border-radius: 12px !important;
    min-width: 600px !important;
  }
}

/* Ensure travelers dropdown is visible */
#search-form .travelers-dropdown {
  z-index: 10002 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

@media (min-width: 1101px) {
  #search-form .datepicker__input-separator,
  #search-form .vhd__datepicker__input-separator {
    margin: 0 10px 0 20px !important;
  }
}

@media (max-width: 1100px) {
  #search-form .search-field.location-field {
    min-width: 140px;
    max-width: 180px;
  }

  #search-form .search-field.date-field {
    min-width: 220px;
    max-width: 260px;
  }

  #search-form .search-field.adults-field,
  #search-form .search-field.children-field {
    min-width: 115px;
    max-width: 130px;
  }

  #search-form .search-field.search-button-field {
    min-width: 100px;
  }
}

@media (max-width: 1200px) {
  #search-form .search-form-row {
    flex-wrap: wrap;
    gap: 8px;
  }
}

/* Hotel Details Page Filter Fields Styling */
.icon-select-field.filter-field select,
.icon-select-field.filter-field .form-select,
.icon-select-field.filter-field select.form-control,
.icon-select-field.filter-field .custom-select,
.icon-select-field.filter-field .b-form-select,
.icon-select-field.filter-field .b-form-select select {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 12px 40px 12px 12px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23333' d='M7 10L2 5h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 14px !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  transition: all 0.3s ease !important;
  display: block !important;
  box-sizing: border-box !important;
  color: #333 !important;
  text-align: left !important;
}

.icon-select-field.filter-field select:focus,
.icon-select-field.filter-field .form-select:focus,
.icon-select-field.filter-field select.form-control:focus,
.icon-select-field.filter-field .custom-select:focus,
.icon-select-field.filter-field .b-form-select:focus,
.icon-select-field.filter-field .b-form-select select:focus {
  border-color: var(--book_button) !important;
  box-shadow: 0 0 0 3px rgba(0, 117, 205, 0.1) !important;
  outline: none !important;
}

.icon-select-field.filter-field .b-form-select select {
  color: #333 !important;
}

.icon-select-field.filter-field select option {
  color: #333 !important;
}

.icon-select-field.filter-field {
  position: relative !important;
  width: 100% !important;
  display: block !important;
}

.icon-select-field.filter-field:after {
  display: none !important;
}

/* Mobile Filter Button Styles */
.btn-filter-mobile {
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
}

.btn-filter-mobile i {
  margin-left: 8px;
}

.btn-filter-mobile span i {
  margin-right: 8px;
  margin-left: 0;
}

/* Hide mobile filters on desktop */
@media screen and (min-width: 769px) {
  /* Hide mobile filter button on desktop */
  .filter-row .visible-xs-block,
  .filter-row .visible-sm-block {
    display: none !important;
    visibility: hidden !important;
  }

  /* Hide mobile filters container on desktop */
  .filter-row .mobile-filters-container {
    display: none !important;
    visibility: hidden !important;
  }
}

/* Hide desktop filters on mobile - override Bootstrap classes */
@media screen and (max-width: 768px) {
  /* Force hide ALL col-md-8 elements in the filter row on mobile */
  .filter-row .col-md-8,
  .filter-row .col-md-8.hidden-xs.hidden-sm,
  .filter-row .hidden-xs.hidden-sm.col-md-8,
  .filter-row > .col-md-8,
  .filter-row > .col-md-8.hidden-xs.hidden-sm,
  .filter-row > .hidden-xs.hidden-sm.col-md-8 {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
  }

  /* Ensure mobile filter button shows */
  .filter-row .visible-xs-block:not(.mobile-filters-container),
  .filter-row .visible-sm-block:not(.mobile-filters-container) {
    display: block !important;
    visibility: visible !important;
  }

  /* Mobile filters container - hidden by default */
  .filter-row .mobile-filters-container {
    display: none !important;
  }

  /* Show mobile filters when filters-visible class is added */
  .filter-row .mobile-filters-container.filters-visible {
    display: block !important;
  }
}

@media (max-width: 991px) {
  #search-form .search-form-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-top: 86px;
  }

  #search-form .search-field {
    width: 100%;
    flex: 1 1 100% !important;
  }

  #search-form .search-field.location-field,
  #search-form .search-field.date-field,
  #search-form .search-field.adults-field,
  #search-form .search-field.children-field {
    min-width: 100%;
  }
}
#search-form.wide {
  padding: 35px 0 55px;
  padding-bottom: 0;
}

/*#search-form {*/
/*padding: 35px 0 45px;*/
/*	padding-bottom: 0;*/
/*}*/

.blue-sidebar {
  color: #fff;
  background: var(--sidebar_bg);
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
}

.blue-sidebar header {
  padding: 20px;
  text-align: center;
  background: var(--sidebar_header_bg);
}

.blue-sidebar header h2 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 21px;
}

.blue-sidebar .search-sidebar-sec {
  padding: 20px;
}

.blue-sidebar .search-sidebar-sec:not(:last-of-type) {
  border-bottom: 1px solid #62abe3;
}

.blue-sidebar .search-sidebar-sec h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.price-filter-values {
  margin-bottom: 15px;
}

.blue-sidebar .search-sidebar-sec h3 i {
  color: var(--sidebar_ui);
  margin-right: 5px;
  font-size: 12px;
  vertical-align: middle;
  font-weight: 900;
  min-width: 16px;
}

.blue-sidebar .search-sidebar-sec h3 i:lang(ar) {
  margin-right: 0px;
  margin-left: 5px;
}

.options-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.options-list li {
  margin-bottom: 8px;
}

.options-list li input {
  margin-top: 0px;
  vertical-align: middle;
}

#sorting-panel {
  margin-bottom: 30px;
}
#sorting-panel .col-lg-offset-1:lang(ar) {
  margin-left: 0% !important;
  margin-right: 4.16666667%;
}
ul.controls-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccd4dd;
  background: #fff;
  text-align: left;
  display: inline-table;
  float: left;
  border-radius: 6px;
  overflow: hidden;
}
ul.controls-nav:lang(ar) {
  float: right;
  margin-right: 0;
}

.controls-nav > li {
  position: relative;
  padding: 0;
  float: left;
  vertical-align: middle;
  line-height: 50px;
}
.controls-nav > li:lang(ar) {
  float: right;
}

.controls-nav > li:not(:last-child) {
  border-right: 1px solid #ccd4dd;
}
.controls-nav > li:lang(ar):last-child,
.controls-nav > li:lang(ar):not(:first-child) {
  border-right: 1px solid #ccd4dd;
}

.controls-nav > li > label {
  padding: 0 18px;
  margin: 2px 0 0;
  font-weight: 300;
  white-space: nowrap;
}

.controls-nav > li > a {
  width: 100%;
  height: 50px;
  color: #000;
  font-weight: 300;
  display: inline-block;
  transition: all 0.4s;
  padding: 0 15px;
}

.controls-nav > li > a:hover {
  background: #f5f5f5;
}

.controls-nav > li > a i {
  color: #f3cb14;
  margin-left: 10px;
}

.controls-nav > li .bs-caret {
  top: 0px;
  position: relative;
  font-size: 1.7em;
}

.controls-nav
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  height: 100%;
}

.controls-nav
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  padding: 0 18px;
  margin: 0;
  min-width: 140px;
  font-weight: 500;
  height: 100%;
}

.controls-nav
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button:lang(ar) {
  padding: 0 8px;
}

.controls-nav
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button:hover {
  background: #f5f5f5;
}

.controls-nav
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background: #f5f5f5;
}

.controls-nav
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button:focus,
.controls-nav
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button:focus:active {
  outline: none !important;
  border-color: transparent !important;
  background: transparent;
}

.controls-nav
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button
  .bs-caret {
  top: 25px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button
  .bs-caret {
  position: absolute;
  top: 17px;
  right: 0;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  )
  button
  .bs-caret:lang(ar) {
  right: auto;
  left: 30px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option:lang(ar) {
  text-align: right;
}

.controls-nav
  .btn-group.bootstrap-select.open:not([class*="col-"]):not(
    [class*="form-control"]
  ):not(.input-group-btn)
  button {
  border-color: transparent !important;
}

.controls-nav .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  line-height: 50px;
  height: 50px;
  /* Safari */
  transition: all 0.4s;
}

.controls-nav
  .bootstrap-select.btn-group.show-label
  .dropdown-toggle
  .filter-option {
  padding-top: 7px;
}

.controls-nav .bootstrap-select.btn-group .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  margin-left: -1px;
  border-top: 0;
  border-color: #ccd4dd;
  right: -1px;
}

.controls-nav .bootstrap-select.btn-group ul.dropdown-menu {
  padding-top: 2px;
}

.controls-nav label + .bootstrap-select.btn-group > .dropdown-menu {
  padding-top: 5px;
}

.controls-nav .bootstrap-select.btn-group > .dropdown-menu li a {
  padding: 7px 18px;
}

.controls-nav .dropup.bootstrap-select.btn-group > .dropdown-menu {
  border-bottom: 0;
  border-top: 1px solid #ccd4dd;
}

.controls-nav .dropup.bootstrap-select.btn-group > .dropdown-menu .rate {
  margin-bottom: 0;
  margin-top: 5px;
}

@media screen AND (min-width: 1200px) {
  .controls-nav
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    )
    button {
    min-width: 160px;
  }
}

@media screen AND (max-width: 992px) {
  #search-form {
    padding: 20px 0 20px;
  }

  ul.controls-nav {
    width: 100%;
  }
}

@media screen AND (max-width: 768px) {
  .controls-nav
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    )
    button {
    min-width: 100%;
  }

  ul.controls-nav {
    margin-right: 15px;
    display: block;
    margin-bottom: 10px;
  }

  ul.controls-nav > li {
    float: none;
    display: inline-block;
    width: 100%;
    border-right: 0 !important;
    border-bottom: 1px solid #ccd4dd;
  }

  #sorting-panel {
    margin-bottom: 20px;
  }
}

/* Maps / Start
*********************************/

#main-map {
  width: 100%;
  min-height: 0;
  /* Safari */
  transition: all 0.4s;
}

#main-map.open {
  min-height: 500px;
}

.map-content {
  float: left;
  margin-left: 20px;
}
.map-content h3 {
  margin-bottom: 5px;
}
.map-content p {
  margin: 0;
}

#bodyContent img {
  float: left;
}

#bodyContent a {
  text-decoration: none;
}

.sort-label {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0px;
  padding: 0 19px !important;
  line-height: 12px;
  opacity: 0;
  transition: all 0.4s;
}
.sort-label:lang(ar) {
  right: 8px;
  left: auto;
  padding-right: 0 !important;
  text-align: right;
}

.show-label .sort-label {
  opacity: 1;
  top: 9px;
}

.controls-nav > li > select {
  border: none;
  background: transparent;
  padding: 0 18px;
  margin: 0;
  min-width: 140px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
  color: #000;
  font-size: 14px;
  transition: all 0.4s;
}

.controls-nav > li > select:hover {
  background-color: #f5f5f5;
}

.controls-nav > li > select:focus {
  outline: none;
  background-color: #f5f5f5;
}

.controls-nav > li > select option {
  padding: 7px 18px;
  background: #fff;
}

.controls-nav > li.show-label > select {
  padding-top: 20px;
  line-height: 30px;
}

@media screen AND (min-width: 1200px) {
  .controls-nav > li > select {
    min-width: 160px;
  }
}

@media screen AND (max-width: 768px) {
  .controls-nav > li > select {
    width: 100%;
    min-width: 100%;
  }
}

/* Map Moda / Start
/************************************/

#map-modal .modal-header {
  background: #fff;
  color: #000;
  padding: 7px 15px;
}

#map-modal .modal-content {
  border-radius: 10px;
}

#map-modal .modal-header h3 {
  margin-bottom: 5px;
  font-weight: 700;
  color: #000;
}

#map-modal .modal-header {
  padding: 10px 45px;
}

#map-modal .modal-header p {
  margin-bottom: 0;
}

#map-modal .modal-content,
#hotel-details-modal .modal-content {
  position: relative;
}

#map-modal .close,
#hotel-details-modal .close {
  color: #f3cb14;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #f3cb14;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 10;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

#map-modal .close:hover,
#hotel-details-modal .close:hover {
  background: #f3cb14;
  color: #fff;
  opacity: 1;
}

#h-map {
  border-radius: 0 0 10px 10px;
}

img:not(.tribe-events-spinner-medium) {
  max-width: 100%;
  /* height: auto;*/
}

.bh-sl-container img {
  max-width: none;
}

.mobile-options {
  margin-bottom: 20px;
}

/* Pagination */

.pagination {
  margin-top: 0;
  padding: 0;
}

.pagination > li > a,
.pagination > li > span {
  padding: 15px 20px;
  color: #000;
  font-weight: 500;
}
.pagination > li > a:lang(ar),
.pagination > li > span:lang(ar) {
  float: right;
}
.pagination > li.next .fa-angle-right:lang(ar):before {
  content: "\F104";
}
.pagination > li.prev .fa-angle-left:lang(ar):before {
  content: "\F105";
}

.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #ffffff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li.active > a,
.pagination > li > a:hover,
.pagination > li > span:hover {
  background: var(--button_bg);
  border: 1px solid var(--button_bg);
  color: #000;
}

li.prev a,
li.next a {
  font-size: 20px;
  color: var(--button_bg);
  line-height: 20px;
}

/* Bootstrap Vue Pagination Styles */
.pagination {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 20px 0;
}

.page-item {
  display: inline-block;
  margin: 0 2px;
}

.page-link {
  display: block;
  padding: 10px 15px;
  color: #000;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  min-width: 40px;
  text-align: center;
  transition: all 0.2s ease;
}

.page-link:hover {
  background-color: var(--button_bg);
  border-color: var(--button_bg);
  color: #000;
  text-decoration: none;
}

.page-item.active .page-link {
  background-color: var(--button_bg);
  border-color: var(--button_bg);
  color: #000;
  font-weight: 700;
}

.page-item.disabled .page-link {
  color: #999;
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
  opacity: 0.6;
}

.page-item.disabled .page-link:hover {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #999;
}

.search-close {
  font-size: 14px;
}

@media screen AND (max-width: 992px) {
  #search-sidebar {
    max-height: 0;
    transition: all 0.4s;
    overflow: hidden;
    margin-bottom: 0;
  }

  #search-sidebar.open {
    max-height: 700px;
    margin-bottom: 30px;
  }

  .mobile-options {
    margin-bottom: 0px;
  }
}

@media screen AND (max-width: 992px) {
  #mobile-filters {
    max-height: 0;
    transition: all 0.4s;
    overflow: hidden;
    margin-bottom: 0;
  }

  #mobile-filters.open {
    max-height: 700px;
    margin-bottom: 30px;
  }

  .mobile-options {
    margin-bottom: 0px;
  }
}

@media screen AND (max-width: 430px) {
  #bodyContent img {
    float: none;
  }

  .map-content {
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
}

#sort-controls-panel {
  display: block;
}

@media screen AND (max-width: 768px) {
  #map-modal .modal-dialog {
    width: 95%;
  }
}

.mobile-form-info {
  display: none;
}
#search-people-count,
#search-people-count div {
  display: inline;
}

#details-form {
  position: inherit;
}
#search-form .row > div[class*="col-"]:lang(ar),
#details-form > div[class*="col-"]:lang(ar) {
  float: right;
}
@media screen AND (max-width: 480px) {
  .pagination > li > a {
    padding: 10px 15px;
  }

  .pagination > li > span {
    padding: 10px;
  }

  #search-form {
    padding: 0 !important;
    padding-top: 26px !important;
  }

  #location-field:not(.award-location) {
    margin: 0 -15px 0px;
    padding: 15px;
    background: #f3cb14;
  }

  #location-field:not(.award-location) .form-control,
  #details-form .form-control,
  #details-form .btn {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
    border: 0;
    height: 40px;
    color: #000;
    font-weight: 700;
  }

  #details-form .btn.btn-primary {
    background: #002e95;
    color: #fff;
    margin-bottom: 15px;
  }

  #details-form .btn.btn-primary:hover,
  #details-form .btn.btn-primary:focus {
    background: var(--button_bg);
  }

  .mobile-form-info {
    display: block;
    padding: 8px 0px 8px 10px;
    cursor: pointer;
    font-size: 10px;
    font-weight: 500;
    color: #000;
  }

  .mobile-form-info i {
    margin-right: 5px;
    color: #999999;
  }
  .mobile-form-info i:lang(ar):not(.fa-times-circle-o) {
    margin-right: 0px;
    margin-left: 5px;
    float: right;
    line-height: 13px;
  }

  #details-form {
    padding-top: 1px;
    background: #f3cb14;
    overflow: hidden;
  }

  #search-form .icon-field:after {
    top: 12px;
  }

  .total-nights {
    padding: 8px 30px;
  }
}
.side-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box {
  position: relative;
}
.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79a70a;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

/* Trivago Ribbon */

.trivago-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.trivago-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #fcfff4;
  background: linear-gradient(#fcfff4 0%, #fcfff4 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}
.trivago-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}
.trivago-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79a70a;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

/* Danger Ribbon */

.danger-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.danger-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#c90d0d 0%, #990827 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}
.danger-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}
.danger-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79a70a;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

/* Default Ribbon */

.default-ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.default-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#838181 0%, #7a656a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}
.default-ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}
.default-ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79a70a;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.side-nav li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  font-weight: 800;
  font-size: 16px;
  transition: all 0.5s;
}

.side-nav li.active a {
  background: var(--sidebar_bg);
}

.side-nav li a i.fa.fa-angle-right {
  transition: all 0.5s;
  float: right;
  color: var(--header_text);
  font-size: 18px;
  margin-top: 2px;
}
.side-nav li a i.account-icon {
  color: var(--button_bg);
  margin: 0 4px 0 -4px;
}

.side-nav li a:hover {
  background: var(--sidebar_bg);
  color: #f3cb14;
}

.side-nav li a:active {
  text-decoration: none;
}

.side-nav li a:hover i.fa {
  color: #f3cb14;
}

.side-nav li a .nav-icon {
  margin: -10px 0px -10px -20px;
}

.nav-icon {
  /*background-image: url("assets/img/side-nav-icons.png");*/
  background-size: 100% 600%;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.nav-icon.nav-icon-user {
  background-position: 0 0;
}

.nav-icon.nav-icon-check {
  background-position: 0 -100%;
}

.nav-icon.nav-icon-calender {
  background-position: 0 -200%;
}

.nav-icon.nav-icon-gift {
  background-position: 0 -300%;
}

.nav-icon.nav-icon-lock {
  background-position: 0 -400%;
}

.nav-icon.nav-icon-logout {
  background-position: 0 -500%;
}
@media screen AND (max-width: 998px) {
  .footer-branding,
  .footer-social {
    text-align: center;
  }
}

.branding a {
  display: flex;
  align-items: center;
  float: none;
}

@media screen AND (max-width: 768px) {
  #mm-0 {
    padding-top: 60px;
  }

  .branding img {
    margin: 7px 0;
  }

  #header.small-header,
  #header {
    padding: 5px 0;
  }

  #header
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    width: 55px;
  }

  .home-search-form {
    margin-bottom: 20px;
  }

  /* Stack form fields vertically on mobile */
  .home-search-form > .row {
    flex-direction: column;
  }

  .home-search-form > .row > div[class*="col-"] {
    flex-direction: column;
    flex: 0 0 100%;
    width: 100%;
  }

  .home-search-form > .row > div[class*="col-"] > .form-group {
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }

  #hero .carousel-inner .item {
    background: transparent !important;
  }

  #hero,
  #hero .hero-inner,
  #hero .item-inner,
  #hero .hero-inner .container,
  #hero .hero-inner {
    display: block;
    position: relative;
  }

  #hero .hero-inner {
    padding: 36px 0 50px !important;
  }

  #hero .hero-inner ul.hero-bullets {
    text-align: left;
    padding: 0;
  }

  .hero-bullets li {
    text-align: left;
    display: block;
    margin-bottom: 10px;
    color: var(--button_bg);
  }

  .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 2px 8px;
  }

  .carousel-indicators .active {
    width: 17px;
    height: 17px;
    margin: 1px 5px;
  }
}

@media screen AND (max-width: 630px) {
  .item-box {
    max-height: inherit;
  }

  .p-left img,
  .p-right:not(.col-p-excerpt):not(.p-meta),
  .p-left {
    width: 100%;
  }

  .p-left img {
    max-height: inherit;
  }
}

@media screen AND (max-width: 480px) {
  h1 {
    font-size: 20px;
  }

  #hero .item-inner {
    padding: 20px 0 40px !important;
  }

  #header
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    width: 45px;
  }

  #header .dropdown-toggle {
    height: 30px;
    padding: 5px;
  }

  #header .btn.btn-primary {
    padding: 5px 10px;
  }
}

@keyframes hotel_in {
  0% {
    transform: translate(200px, 500px) scale(0.2, 0.2);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0) scale(1, 1);
    opacity: 1;
  }
}

@keyframes hotel_out {
  0% {
    transform: translate(0, 0) scale(1, 1);
    opacity: 1;
  }

  100% {
    transform: translate(200px, 500px) scale(0.2, 0.2);
    opacity: 0;
  }
}

.hotel_in {
  animation: hotel_in 1s;
}

.hotel_out {
  animation: hotel_out 1s;
  position: absolute;
}

.currency-dropdown .bootstrap-select.btn-group > .dropdown-menu {
  width: 450%;
  margin-left: -200%;
  border-radius: 3px;
  border-width: 1px;
  margin-top: 5px;
  padding: 5px 0;
  border: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.currency-dropdown .bootstrap-select.btn-group .dropdown-menu ul {
  width: 100%;
  margin-top: 0;
}
.currency-dropdown .bootstrap-select.btn-group .dropdown-menu li {
  width: 25%;
  float: left;
}
.currency-dropdown .bootstrap-select.btn-group .dropdown-menu li a {
  padding: 3px 18px;
  text-align: left;
  color: var(--button_bg);
}
.currency-dropdown .bootstrap-select.btn-group .dropdown-menu li.selected a {
  color: #fff;
}
.currency-dropdown
  .bootstrap-select.btn-group
  .dropdown-menu
  li
  a
  span:not(.glyphicon) {
  color: #000;
}

#mobile-info-date:lang(ar) {
  float: right;
  padding-right: 20px !important;
  direction: ltr;
  text-align: right;
}

.confirmation-row > div:lang(ar) {
  float: right;
}

.billing-submit .pull-left:lang(ar) {
  float: right !important;
}
.billing-submit .btn i.fa.fa-angle-right:lang(ar) {
  float: left !important;
}
.billing-submit .btn i.fa.fa-angle-right:lang(ar):before {
  content: "\F104";
}

.row > div:lang(ar) {
  float: right;
}
#affiliates-banner .row > div:lang(ar),
.row.home-search-form > div:lang(ar),
#header .row > div:lang(ar),
#add-hotel-banner .row div:lang(ar) {
  float: left;
}

@media screen AND (max-width: 992px) {
  .row > div[class*="col-md-"]:lang(ar) {
    width: 100%;
  }
  #affiliates-banner .row > div:lang(ar),
  .row.home-search-form > div:lang(ar) {
    width: 100%;
  }
}

.nights-count {
  display: inline;
}
div.inline-text {
  display: inline;
}
.footer-date:lang(ar) {
  direction: ltr;
}
.footer-date i:lang(ar) {
  float: right;
  margin-top: 3px;
}

.error-message {
  color: #ff6130;
  margin-top: 5px;
  display: inline-block;
}
.not-found {
  text-align: center;
  padding: 50px 0;
  font-size: 20px;
  color: #0075cd;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

#message-modal-message {
  text-align: center;
  font-size: 17px;
  color: #000;
}
#message-modal-message img {
  margin-right: 10px;
}
.intl-tel-input .selected-flag {
  height: 35px;
}
.intl-tel-input {
  width: 100%;
}

.section-heading {
  background-color: var(--header_bg);
  background: var(--sidebar_bg);
  color: #fff;
  padding: 10px;
  margin: 20px 0px;
}
.analytics-box {
  padding: 20px;
  padding-left: 50px;
  border: 1px solid #9ec6f2;
  position: relative;
}
.analytics-box h3 {
  margin: 0;
}

.analytics-box i.fa {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 14px;
  color: #1b8fe7;
  border: 2px solid #1b8fe7;
  border-radius: 50%;
  padding: 5px;
}
.analytics-value {
  float: right;
  font-size: 20px;
}

/* Added by MH because of Vue Center issues 
*/

/*.container {*/
/*  text-align: left;*/
/*}*/
.search-header-text {
  text-align: center;
}

.modal-backdrop {
  /* bug fix - no overlay */
  display: none;
}

/* BootstrapVue modals need backdrop for proper layering */
.modal-backdrop.show {
  display: block !important;
  z-index: 10040 !important;
  opacity: 0.5 !important;
}

.modal-backdrop.fade.show {
  opacity: 0.5 !important;
  z-index: 10040 !important;
}

/* Ensure BootstrapVue modals are visible */
.modal.show {
  display: block !important;
  opacity: 1 !important;
  z-index: 10050 !important;
}

.modal.fade.show {
  opacity: 1 !important;
  z-index: 10050 !important;
}

.modal.d-block {
  display: block !important;
  z-index: 10050 !important;
  opacity: 1 !important;
}

.modal.fade.d-block {
  opacity: 1 !important;
  z-index: 10050 !important;
}

/* Ensure map and hotel details modals appear above carousel */
#map-modal,
#hotel-details-modal {
  z-index: 10060 !important;
}

#map-modal.show,
#hotel-details-modal.show,
#hotel-details-modal.in {
  z-index: 10060 !important;
}

#map-modal.fade.show,
#hotel-details-modal.fade.show {
  z-index: 10060 !important;
}

#map-modal.modal,
#hotel-details-modal.modal {
  z-index: 10060 !important;
}

/* Ensure date-modal class doesn't override z-index */
#hotel-details-modal.date-modal,
#hotel-details-modal.date-modal.show,
#hotel-details-modal.date-modal.fade.show,
#hotel-details-modal.date-modal.modal {
  z-index: 10060 !important;
}

/* Ensure modal dialog and content also have proper z-index */
#hotel-details-modal .modal-dialog,
#hotel-details-modal .modal-content {
  position: relative;
  z-index: 10061 !important;
}

/* jQuery Bootstrap modals - ensure they appear above backdrop */
#send-quote-modal,
#send-quote-modal.show,
#send-quote-modal.fade.show,
#send-quote-modal.modal {
  z-index: 10060 !important;
}

#send-quote-modal .modal-dialog,
#send-quote-modal .modal-content {
  top: 160px;
  margin: 0 auto;
  position: relative;
  z-index: 10061 !important;
}

/* When jQuery Bootstrap modal is shown, ensure backdrop is below modal */
body.modal-open .modal-backdrop {
  z-index: 10040 !important;
}

/* Force modals above backdrop when body has modal-open class - use very high specificity */
body.modal-open #hotel-details-modal,
body.modal-open #hotel-details-modal.show,
body.modal-open #hotel-details-modal.fade.show,
body.modal-open #hotel-details-modal.in,
body.modal-open #hotel-details-modal.date-modal,
body.modal-open #hotel-details-modal.date-modal.show,
body.modal-open #hotel-details-modal.date-modal.in,
body.modal-open #send-quote-modal,
body.modal-open #send-quote-modal.show,
body.modal-open #send-quote-modal.fade.show,
body.modal-open #send-quote-modal.in {
  z-index: 10060 !important;
  position: fixed !important;
}

/* Ensure modal appears above backdrop even if backdrop is added after in DOM */
.modal-backdrop + #hotel-details-modal,
.modal-backdrop + #hotel-details-modal.show,
.modal-backdrop + #hotel-details-modal.in,
.modal-backdrop ~ #hotel-details-modal,
.modal-backdrop ~ #hotel-details-modal.show,
.modal-backdrop ~ #hotel-details-modal.in {
  z-index: 10060 !important;
  position: fixed !important;
}

/* Ensure modal dialogs are also above backdrop */
body.modal-open #hotel-details-modal .modal-dialog,
body.modal-open #send-quote-modal .modal-dialog {
  top: 160px;
  margin: 0 auto;
  z-index: 10061 !important;
  position: relative;
}

/* jQuery Bootstrap modals need higher z-index than BootstrapVue backdrop */
#password-modal,
#signup-modal {
  z-index: 10060 !important;
}

#password-modal.show,
#signup-modal.show {
  z-index: 10060 !important;
}

/* jQuery Bootstrap modal backdrop - ensure it's below modals */
body.modal-open .modal-backdrop:not([id*="BV_"]) {
  z-index: 10040 !important;
}

#my-account-content-container,
#my-account-menu-container { /* Safari */
  transition: width 0.3s;
  overflow: hidden;
}
#my-account-menu-container label {
  color: #fff;
}
#account-collapse-btn {
  background: var(--button_bg);
  /*color:#000;*/
}
#account-collapse-btn:hover {
  background: #ffdc3b;
}
#account-collapse-btn:hover i.fa {
  color: #555;
}

.btn.btn-label {
  display: inline-block;
  width: auto;
}
.styled-radio {
  width: 1px;
  height: 1px;
}

.btn.btn-default:not(.dropdown-toggle) {
  background-color: var(--book_button);
}

.btn.btn-default:not(.dropdown-toggle):hover {
  background-color: var(--book_button);
}

label.btn span {
  font-size: 1.5em;
  vertical-align: middle;
}
label input[type="radio"] ~ i {
  vertical-align: middle;
}
label input[type="radio"] ~ i.fa.fa-circle-o {
  color: #c8c8c8;
  display: inline;
}
label input[type="radio"] ~ i.fa.fa-check-circle-o {
  display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o {
  display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-check-circle-o {
  color: #1b8fe7;
  display: inline;
}
label:hover input[type="radio"] ~ i.fa {
  color: #1b8fe7;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
  color: #c8c8c8;
  display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o {
  display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
  display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
  color: #1b8fe7;
  display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
  color: #1b8fe7;
}

div[data-toggle="buttons"] label.active {
  color: #1b8fe7;
}

div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #c8c8c8;
  border-radius: 3px;
  color: #c8c8c8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div[data-toggle="buttons"] label:hover {
  color: #1b8fe7;
}

div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
  box-shadow: none;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn:last-child:not(:first-child) {
  box-shadow: none;
}

.btn-group > .btn.style-radio {
  padding: 5px 30px 5px 1px;
  box-shadow: none;
}

#reports-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.nav-tabs.rooms-cat-tabs {
  margin-bottom: 10px;
  border-bottom: 0;
}

.nav-tabs.rooms-cat-tabs a {
  padding: 5px 10px;
  border-radius: 4px !important;
  border-color: transparent;
  border-radius: 0;
}
.nav-tabs.rooms-cat-tabs a.active,
.nav-tabs.rooms-cat-tabs a:hover,
.nav-tabs.rooms-cat-tabs a:active,
.nav-tabs.rooms-cat-tabs a:focus,
.nav-tabs.rooms-cat-tabs a:focus:active {
  color: #fff !important;
  background: #1b8fe7;
  border-color: transparent;
}
 {
}
@media (min-width: 600px) {
  .nav-tabs.rooms-cat-tabs a {
    color: #fff;
    background: #1b8fe7;
    border: 0 !important;
    border-top: 2px solid transparent !important;
    border-radius: 0 !important;
  }
  .nav-tabs.rooms-cat-tabs a.active,
  .nav-tabs.rooms-cat-tabs a:hover,
  .nav-tabs.rooms-cat-tabs a:active,
  .nav-tabs.rooms-cat-tabs a:focus,
  .nav-tabs.rooms-cat-tabs a:focus:active {
    background: #fff !important;
    color: #1b8fe7 !important;
    border-color: #1b8fe7 !important;
    border: 0;
    border-top: 2px solid #1b8fe7;
    border-radius: 0;
  }
}

.price-info {
  cursor: pointer;
}
.popover-content {
  color: #000;
  font-weight: 700;
  padding: 5px 10px;
}
.popover.top > .arrow {
  border-top-color: #f3cb14;
}
.popover.top {
  border: 1px solid #f3cb14;
}

#main-map.open > div {
  min-height: 500px !important;
}
@media (min-width: 992px) {
  #main-search-btn {
    position: relative;
    top: 0;
    right: 0;
    /* width: auto; */
    min-width: 100px;
    /* margin-bottom: 15px; */
  }
}

.label {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.label.label-pill,
.label.label-rounded {
  border-radius: 99999px;
}

.label.label-square {
  border-radius: 0;
}

.label.label-default {
  background-color: #b0bec5;
}

.label.label-primary {
  background-color: #2196f3;
}

.label.label-secondary {
  background-color: #323a45;
  color: #fff;
}

.label.label-info {
  background-color: #29b6f6;
}

.label.label-success {
  background-color: #64dd17;
}

.label.label-warning {
  background-color: #ffd600;
}

.label.label-danger {
  background-color: #ef1c1c;
}

.label.label-outlined {
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}

.label.label-outlined.label-default {
  border-color: #b0bec5;
  color: #b0bec5;
}

.label.label-outlined.label-primary {
  border-color: #2196f3;
  color: #2196f3;
}

.label.label-outlined.label-secondary {
  border-color: #323a45;
  color: #323a45;
}

.label.label-outlined.label-info {
  border-color: #29b6f6;
  color: #29b6f6;
}

.label.label-outlined.label-success {
  border-color: #64dd17;
  color: #64dd17;
}

.label.label-outlined.label-warning {
  border-color: #ffd600;
  color: #ffd600;
}

.label.label-outlined.label-danger {
  border-color: #ef1c1c;
  color: #ef1c1c;
}

.blue-sidebar .clear-filter-option {
  float: right;
  color: #ffffff;
  text-decoration: underline;
  text-transform: uppercase;
  width: 30;
  height: 30;
}

.blue-sidebar .clear-filter-option:hover {
  cursor: pointer;
}

/*
 * Plans css has following license
 * Copyright (c) 2013 Thibaut Courouble
 * http://www.cssflow.com
 * Licensed under the MIT License
 *
 * Sass/SCSS source: https://goo.gl/L5FgX4
 * PSD by Benoît Philibert: https://goo.gl/gcFMK1
 */

.plans {
  width: 836px;
  margin: 30px auto;
  overflow: hidden;
}

.plan {
  float: left;
  width: 350px;
  margin: 20px 2px;
  padding: 15px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.plan-title {
  margin-bottom: 12px;
  font-size: 24px;
  color: #023293;
}

.plan-price {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  color: #f3cb14;
}

.plan-unit {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.plan-features {
  width: 120px;
  margin: 20px auto 15px;
  padding: 15px 0 0 15px;
  border-top: 1px solid #e5ded6;
  text-align: left;
}

.plan-feature {
  line-height: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  width: 150px;
}

.plan-feature + .plan-feature {
  margin-top: 5px;
}

.plan-feature-unit {
  margin-left: 2px;
  font-size: 16px;
}

.plan-feature-name {
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.plan-button {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background: #f3cb14;
  border-bottom: 2px solid #cf7e3b;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.plan-button:active {
  top: 2px;
  margin-bottom: 2px;
  border-bottom: 0;
}

.plan-highlight {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 350px;
  border: 4px solid #023293;
}

.plan-highlight .plan-button {
  font-size: 18px;
  line-height: 49px;
  background: #023293;
  border-color: #3996b3;
  border-color: rgba(0, 0, 0, 0.15);
}

.plan-recommended {
  width: 160px;
  margin: -15px auto 15px;
  padding-bottom: 2px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.05);
  background: #023293;
  border-radius: 0 0 4px 4px;
}
/** pricing plans */

.palette_panel {
  position: relative;
  /*top: 100px;*/
  z-index: 1000;
  opacity: 0;
}

.palette_panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.palette_menu {
  float: left;
  width: 254px;
  color: #fff;
  background: #f7f9fc;
  box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, 0.3);
}

.palette_menu .segment {
  padding: 10px;
  overflow: hidden;
  text-align: center;
}

.palette_menu .segment p {
  color: #666;
  margin: 7px 0px;
  letter-spacing: 0px;
  font-weight: 400;
}

.palette_menu .segment .page_link {
  background: #fff;
  border-radius: 2px;
  color: #222222;
  display: block;
  font-weight: 600;
  margin: 10px;
  padding: 3px 10px;
  font-size: 13px;
}

.palette_menu .segment .page_link:hover {
  background: #666;
  color: #fff;
}

.palette_menu h4 {
  font-size: 18px;
  padding: 11px;
  background: #f3cb14;
  line-height: 1;
  color: #fff;
  margin: 0;
  text-align: center;
}

.palette_menu ul.theme li {
  float: left;
}

.palette_menu ul.theme li a {
  display: block;
  margin: 10px;
  line-height: 0px;
  width: 58px;
  height: 35px;
  border-radius: 2px;
}

.styled-select {
  margin: 10px;
}

.styled-select select {
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  padding: 8px;
  background: #fff;
  border: none;
  border-radius: 2px;
}

.affiliate-2 #main-banner {
  background: var(--header_bg);
  color: #fff;
  padding: 120px 0;
}

/* Vue Slider Component Styles */
.blue-sidebar .vue-slider {
  margin-top: 36px;
  margin-bottom: 10px;
  padding-top: 8px;
}

.vue-slider-dot-handle {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  cursor: pointer !important;
  background-color: #fff !important;
  border: 3px solid var(--book_button) !important;
  box-shadow: 0 2px 6px rgba(0, 117, 205, 0.3) !important;
  z-index: 10 !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  border-radius: 50% !important;
  width: 22px !important;
  height: 22px !important;
  transform: translate(-50%, -50%) !important;
  transition: all 0.2s ease !important;
}

.vue-slider-dot-handle:hover {
  border-color: var(--sidebar_header_bg) !important;
  box-shadow: 0 3px 8px rgba(0, 117, 205, 0.5) !important;
  transform: translate(-50%, -50%) scale(1.15) !important;
  background-color: #f0f8ff !important;
}

.vue-slider-dot:first-child .vue-slider-dot-handle:hover {
  transform: translate(0, -50%) scale(1.15) !important;
}

.vue-slider-dot-handle:active {
  transform: translate(-50%, -50%) scale(1.05) !important;
  box-shadow: 0 2px 4px rgba(0, 117, 205, 0.4) !important;
}

.vue-slider-dot:first-child .vue-slider-dot-handle:active {
  transform: translate(0, -50%) scale(1.05) !important;
}

.vue-slider-dot {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 10 !important;
  position: absolute !important;
  width: 22px !important;
  height: 22px !important;
}

/* Fix for left handle at start of track - when dot is at left edge */
.vue-slider-dot:first-child,
.vue-slider-dot[style*="left: 0%"],
.vue-slider-dot[style*="left: 0px"] {
  transform: translateX(0) !important;
}

.vue-slider-dot:first-child .vue-slider-dot-handle,
.vue-slider-dot[style*="left: 0%"] .vue-slider-dot-handle,
.vue-slider-dot[style*="left: 0px"] .vue-slider-dot-handle {
  transform: translate(0, -50%) !important;
  left: 0 !important;
}

.vue-slider-dot:first-child .vue-slider-dot-handle:hover,
.vue-slider-dot[style*="left: 0%"] .vue-slider-dot-handle:hover,
.vue-slider-dot[style*="left: 0px"] .vue-slider-dot-handle:hover {
  transform: translate(0, -50%) scale(1.15) !important;
}

.vue-slider-dot:first-child .vue-slider-dot-handle:active,
.vue-slider-dot[style*="left: 0%"] .vue-slider-dot-handle:active,
.vue-slider-dot[style*="left: 0px"] .vue-slider-dot-handle:active {
  transform: translate(0, -50%) scale(1.05) !important;
}

.vue-slider-rail {
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.vue-slider-process {
  background: linear-gradient(to right, var(--button_bg), #f5d020) !important;
  border-radius: 4px;
}

#pretty-slider .vue-slider-dot-handle,
.vue-slider .vue-slider-dot-handle {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 10 !important;
  border-radius: 50% !important;
  width: 22px !important;
  height: 22px !important;
  border: 3px solid var(--book_button) !important;
  background-color: #fff !important;
}

.blue-sidebar .vue-slider-dot-handle {
  border-color: var(--book_button) !important;
}

.blue-sidebar .vue-slider-dot-handle:hover {
  border-color: #fff !important;
  background-color: var(--book_button) !important;
}

.checkbox {
  padding-left: 20px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding: 0;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
      color: #555555; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
    z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\F00C";}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
        cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #023293;
  border-color: #337ab7; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #f3cb14; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px; }
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out; }
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
  opacity: 0;
    z-index: 1; }
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
  transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\F00C"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

/*# sourceMappingURL=app.a2d2ace44f2d1d41ff93.css.map*/