/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog-wrapper {
    position: relative;
    height: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-header-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.modal-header-desktop {
    position: relative;
    padding: 8px 20px 0;
    font-size: 14px;
    color: rgb(34, 34, 34);
    font-weight: 500;
    /* border-bottom: 1px solid rgb(235, 235, 235); */
}
.modal-header-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.modal-header-portable {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.modal-header-portable {
    position: sticky;
    top: 0;
    padding: 12px 20px;
    display: none;
    font-size: 14px;
    color: rgb(34, 34, 34);
    font-weight: 500;
    border-bottom: 1px solid #e7e7e7;
}
.dialog-inner-view {
	border: none;
    padding-top: 0;
	min-height: 130px;
    max-height: 354px;
	-webkit-overflow-x: hidden;
    -webkit-overflow-y: auto;
	overflow-x: hidden;
    overflow-y: auto;
	-webkit-scroll-behavior: smooth;
	scroll-behavior: smooth;
	border-radius: 0px;
	-webkit-border-radius: 0px;
    background-color: rgb(255, 255, 255);
}
.dialog-footer {
    padding: 12px 20px !important;
    border-top: 1px solid #e7e7e7 !important;
}
.footer-inner-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer-inner-portable {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.dialog-footer .filter-save {
    margin: 0px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    min-width: 100px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background-color: #333;
}
/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/
.t-booking-widget-section {
	padding-top: 0px;
    padding-bottom: 0;
	margin-top: -59px;
    margin-bottom: 0px;
}
.t-booking-widget {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
	position: relative;
    /*pointer-events: none;*/
    /*position: sticky;
	top: 0;*/
	border-radius: 0 0 2rem 2rem;
	background-color: rgba(241,240,238, 1);
	box-shadow: 0px 5px 4px 0px rgba(0,0,0,.3);
	/*transition: height 0.15s cubic-bezier(0.4,0,0.2,1);
	transition: max-height 0.15s ease-out;
    -webkit-transition: max-height 0.15s ease-out;
	transition: max-height 1s ease-out;
	max-height: 500px;*/
	height: auto;
	width: 100%;
    z-index: 9;
}
/*.t-booking-widget--scrolled {
	max-height: 0;
	overflow: hidden;
}*/
.t-booking-widget-overlap {
	position: relative;
	z-index: 1;
	max-width: 1054px;
	margin: 0 auto;
	padding: 16px;
    border-radius: 16px;
    box-sizing: border-box;
	background-color: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 10px, rgba(0, 0, 0, 0.02) 0px 0px 4px;
}
.t-booking-widget-container {
    position: relative;
    margin: 2rem 0;
    /*z-index: 1;*/
}
.t-booking-widget-wrapper {
    /*width: 100%;
    margin: 0 auto;*/
    position: relative;
    background-color: rgba(255, 255, 255, 1);
	/*pointer-events: none;*/
	-webkit-border-radius: 8px;
    border-radius: 8px;
	border: 1px solid rgba(217,217,217,1);
}
.t-booking-widget-upper, .t-booking-widget-lower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*padding: 10px;*/
}
.t-booking-widget-upper {
    position: relative;
    /*border-bottom: 1px solid rgba(217,217,217,1);*/
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.t-input-element {
	width: 100%;
	color: rgb(60, 60, 60);
    font-size: 1.5rem;
    font-weight: 600;
    height: 6.25rem;
    line-height: 1.275;
	overflow: visible;
	text-align: left;
    /*text-overflow: ellipsis;
	white-space: nowrap;*/
}
.t-booking-input-wrap {
	position: relative;
    display: flex;
    align-items: center;
	flex-grow: 1;
    width: 100%;
	-webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
	padding-left: 1.5rem;
	border-bottom: 1px solid rgba(217,217,217,1);
}
.t-booking-input-wrap input {
	font-weight: 500;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
	padding: 1.5rem 0.8rem 1.5rem 1rem;
	border-color: transparent;
    background-color: rgba(255, 255, 255, 1);
}
/*.t-popular-wrapper {
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
}*/
.t-popular-button {
    background: none;
    border: none;
    outline: none;
	background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
}
.t-popular-button {
    color: rgb(34, 34, 34);
    cursor: pointer;
    height: 100%;
    padding: 0 0.8em;
	border-left: 1px solid rgba(217,217,217,1);
}
.t-popular-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.t-popular-button-ico {
    display: inline-block;
    margin-bottom: 4px;
}
.t-popular-button-ft {
    font-size: 1.2rem;
    line-height: 1.275;
    text-align: center;
}
/*.t-clear-selection {
    cursor: pointer;
    position: absolute;
    display: inline-block;
    top: 16px;
    right: 6px;
    text-decoration: none;
    margin: 0px;
    line-height: 0;
}
.search-input-container .t-clear-selection {
    top: 14px;
    right: 0;
}*/
.t-clear-selection {
	background: transparent;
    border: none;
    cursor: pointer;
    height: 100%;
    outline: none;
    padding: 0 16px;
    position: absolute;
	top: 0px;
    right: 0px;
	border-radius: 0 8px 8px 0;
}
.t-clear-selection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.t-clear-selection.welist {
    right: 75px;
}
.t-booking-widget-lower {
    border-radius: 0 0 8px 8px;
	background-color: rgba(255, 255, 255, 1);
    /*box-shadow: 0px 0px 4px 0px rgba(0,0,0,.3);*/
}
.t-booking-widget-lower.not-upper-element {
    border-radius: 8px;
}
.t-booking-widget-obj {
	flex: 1;
	position: relative;
    /*pointer-events: none;*/
}
.t-booking-widget-obj:hover {
    z-index: 5;
}
.t-booking-widget-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.t-booking-widget-element {
    outline: none;
    outline-offset: 0;
	cursor: pointer;
	pointer-events: auto;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
	border: 1px solid transparent;
    /*padding: 3.42rem 1.5rem 1rem 1.5rem;*/
	padding: 0.5rem 1.25rem;
	background-color: rgba(255,255,255,1);
    transition: border-color 0.15s cubic-bezier(.4,0,.2,1), box-shadow 0.15s cubic-bezier(.4,0,.2,1);
}
.t-booking-widget-element {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.t-booking-element-arrw {
    background-image: url("../../../../../../images/icon/ui-input-arrw.svg");
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5rem;
}
.t-booking-element-ico {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
	margin-right: 1rem;
}
/*.t-booking-widget-wrapp {
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.t-booking-widget-wrapp {
	gap: .5rem;
    margin: 0;
    width: 100%;
}*/
.t-booking-widget-fill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.t-booking-widget-fill {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.t-booking-widget-lower:not(.not-upper-element) .t-booking-widget-element {
	border-top: 1px solid rgba(217,217,217,1);
}
.t-booking-widget-lower > .t-booking-widget-obj:not(:last-child) .t-booking-widget-element {
    border-right: 1px solid rgba(217,217,217,1);
}*/
.t-booking-widget-lower .t-booking-widget-obj:not(:nth-last-child(2)) .t-booking-widget-element {
    border-right: 1px solid rgba(217,217,217,1);
}
.t-booking-widget-lower > div:first-child .t-booking-widget-element {
	border-bottom-left-radius: 8px;
}
.t-booking-widget-lower.not-upper-element > div:first-child .t-booking-widget-element {
	border-top-left-radius: 8px;
}
.t-booking-widget-element:where(:hover:not(:focus):not(:disabled)) {
	border: 1px solid rgba(184, 184, 184, 1) !important;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
}
.t-booking-widget-element:focus {
    outline: 1px solid transparent;
}
/*.t-booking-widget-label {
	position: absolute;
    left: 1.5rem;
    overflow: hidden;
    pointer-events: none;
    right: calc(1.5rem + 1.5rem * 1.5); background size + padding
    text-overflow: ellipsis;
    top: 0;
    transform: translateY(0.75rem);
    transition: all 0.15s cubic-bezier(.4,0,.2,1);
    white-space: nowrap;
}*/
.t-input-title-ft {
	font-size: 14px;
    font-weight: 400;
	color: #74787c;
	margin-bottom: 0.5rem;
}
.t-booking-widget-btn-submit {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.t-booking-widget-btn-wrap {
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.t-booking-widget-btn-wrap {
	padding: 0 20px;
	border-bottom-right-radius: 8px;
	background-color: rgba(255,255,255,1);
}
.t-booking-widget-lower.not-upper-element .t-booking-widget-btn-wrap {
	border-top-right-radius: 8px;
}
.t-booking-widget-btn {
    padding: 8px;
    width: 48px;
    height: 48px;
	border-radius: 50%;
}
/*--------------------------------------------------------------
# Suggestions list
--------------------------------------------------------------*/
/*.suggestions-fill-container {
	z-index: 90;
	background-color: rgb(255, 255, 255);
}*/
.suggestions-list {
	position: absolute;
	top: calc(100% + 5px);
    left: 0;
	z-index: 90;
}
.suggestions-list {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 12px;
    border: 1px solid rgb(235, 235, 235);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.suggestions-list-wrapper {
	display: inline-block;
    margin: 0px;
	padding: 0;
    white-space: normal;
	min-width: 430px;
	background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 12px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 12px;
	border: 1px solid rgb(235, 235, 235);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
}
.suggestions-list-wrapper {
	-webkit-overflow-y: scroll;
    -webkit-scroll-behavior: smooth;
	overflow-y: scroll;
    scroll-behavior: smooth;
    min-height: 130px;
    max-height: 354px;
}
.suggestion-group {
	display: block;
	list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;	
}
.suggestion-element {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
/*.suggestion-group.group-1 :not(:last-child) {
	border-bottom: 1px solid #e7e7e7;
}*/
.suggestion-element.elsel {
    background-color: #d0f1f7;
}
.suggestion-option {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.suggestion-option {
    outline: none;
    outline-offset: 0;
	cursor: pointer;
	pointer-events: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	border: none;
	background-color: transparent;
}
.suggestion-option {
	color: rgb(34, 34, 34);
    font-size: 1.42rem;
	font-weight: 400;
    height: auto;
    line-height: 1.275;
	margin: 0;
    padding: 12px 20px;
    width: 100%;
	text-align: left;	
}
.suggestion-title .suggestion-option {
	cursor: default;
}
.suggestion-group.group-1 .suggestion-option {
	padding-left: 28px;
}
/*.input-select__list.loading {
	margin-top: 4px;
}*/
.suggestion-element:not(.suggestion-title):hover {
    background-color: #eff2f5;
}
.suggestion-title-ft {
    font-size: 1.5rem;
	line-height: 1.275;
	font-weight: 600;
}
.suggestion-option svg {
	display: inline-block;
	margin-right: 5px;
}
/*Free input search portable*/
.suggestion-input-wrapper {
	position: relative;
	-webkit-flex-grow: 1;
	flex-grow: 1;
    cursor: text;
}
.suggestion-input-filter {
	border: none;
	font-size: 15px;
    font-weight: 400;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	letter-spacing: normal;
	border: 1px solid rgba(217,217,217,1);
    border-radius: 8px;
    margin-left: 6px;
}
:is(.t-booking-input-wrap, .suggestion-input-wrapper) .tp-loader-auto-complete {
    margin: unset;
    left: unset;
	right: 85px;
}
.suggestion-input-wrapper .tp-loader-auto-complete {
	right: 12px;
}
.suggestion-element.elsel {
	background-color: #d0f1f7;
}
/*--------------------------------------------------------------
# Pax
--------------------------------------------------------------*/
.pax-fill-container {
    position: absolute;
	top: calc(100% + 5px);
	background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 12px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 12px;
	border: 1px solid rgb(235, 235, 235);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	border-radius: 8px;
	z-index: 99;
}
.dialog-pax-view {
	overflow: auto !important;
	-webkit-box-flex: 1!important;
	flex: 1 1 auto !important;
	min-height: 130px;
    max-height: 245px;
	width: 100%;
}
.pax-modal .modal-dialog-content {
	min-height: 180px;
	max-height: 276px;
}
/*.pax-fill-container .option-txt {
    font-size: 12px;
    line-height: 1.2;
    padding: 0 6px;
	text-align: left;
}*/
.pax-fill-bx {
	position: relative;
    padding-right: 20px;
	/*padding-bottom: 10px;*/
	padding-left: 20px;
	display: inline-block;
	text-align: left;
	/*width: 310px;*/
	width: 100%;
}
.modal-dialog-content .pax-fill-bx:not(:first-of-type) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e2dddd;
}
h5.romtyp {
	display: block;
    font-size: 14px;
	line-height: 20px;
	/*margin-right: 14px;
	padding: 8px;
	border-bottom: 1px solid #e7e7e7;
	background-color: #f2f2f2;*/
}
h5.romtyp a {
	display: inline-block;
	position: relative;
    cursor: pointer;
	color: #333;
    text-decoration: underline;
}
h5.romtyp a:hover {
    text-decoration: none;
	color: #222;
}
/*h5.romtyp a:before {
	content: "\e9b4";
    position: absolute;
	font-family: 'go_font_v21';
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    left: -10px;
    top: 50%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}*/
.pax-typ {
    margin: 0px;
    padding: 10px 0px;
    /*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;*/
}
.pax-title {
    margin-right: auto;
    min-width: 110px;
    font-size: 14px;
	font-weight: 600;
}
.pax-title:first-letter {
  text-transform: capitalize
}
.pax-title .pax-subtitle {
	margin-top: 4px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: rgb(113, 113, 113);
}
.pax-count {
    position: relative;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-collapse: separate;
}
.pax-count {
	background-color: #e9e9e9;
    padding: 0.25em;
    border-radius: 34px;
	-webkit-border-radius: 34px;
}
.pax-addon {
    position: relative;
    width: 36px;
	height: 36px;
    font-weight: 400;
    line-height: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
}
input[type="text"].pax-addon {
    font-size: 20px;
    text-indent: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 50px !important;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
}
.pax-addon [class*="-icon"] {
    display: inline-block;
	position: relative;
}
.pax-addon .minus-icon::before, .pax-addon .plus-icon::before {
    font-family: 'go_font_v21';
    position: absolute;
    font-size: 12px;
    color: rgb(34, 34, 34);
	font-weight: 600;
}
.pax-addon .minus-icon::before {
	content: "\e99d";
    top: 13px;
    left: -6px;
}
.pax-addon .plus-icon::before {
	content: "\e9b4";
    top: 13px;
    right: -6px;
}
.pax-addon.disabled {
	/*border: 1px solid #ccc;*/
	cursor: not-allowed;
	background-color: #f3f1f1;
}
.pax-addon.disabled .minus-icon::before,.pax-addon.disabled .plus-icon::before {
	opacity: 0.2;
	color: rgb(34, 34, 34);
}
.child-ages {
	padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgb(235, 235, 235) !important;
}
.child-ages h6 {
	margin-top:0;
    margin-bottom:5px;
	font-size: 14px;
	font-weight: 600;
}
/*.child-ages h6:first-letter {
  text-transform: capitalize
}*/
.child-ages label.child-age {
    margin-right: 4px;
	margin-bottom: 4px;
}
.child-ages label:last-of-type {
    margin-right: 0;
}
.child-ages .form-control {
	height: 36px;
    /*border: 1px solid #bcd5f5;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
}
.pax-fill-alert {
    font-size: 12px;
    line-height: 1.4;
	padding-top: 8px;
}
@media only screen and (max-width: 991.98px) {
/*.t-booking-widget-wrapper {
    width: 100%;
}*/
}
@media only screen and (max-width: 767.98px) {
.t-booking-widget-section {
    margin-top: 30px;
}
.t-booking-widget-overlap {
    padding: unset;
    border-radius: unset;
    box-shadow: none;
}
.t-booking-widget-lower {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.arrival-date, .departure-date {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
}
.t-booking-widget-obj .t-booking-widget-element {
    border-right: 1px solid transparent !important;
}
.t-booking-widget-lower.not-upper-element > div:first-child .t-booking-widget-element {
    border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0 !important;
}
/*.t-booking-widget-lower.not-upper-element > div:first-child .t-booking-widget-element {
	border-bottom-left-radius: 0 !important;
}*/
.t-booking-widget-lower .t-booking-widget-obj:nth-of-type(2) .t-booking-widget-element {
	border-top: 1px solid rgba(217, 217, 217, 1);
	border-radius: 0 !important;
}
/*.t-booking-widget-lower.not-upper-element .t-booking-widget-obj:nth-of-type(2) .t-booking-widget-element {
    border-top-right-radius: 8px;
}*/
.t-booking-widget-lower .t-booking-widget-obj:nth-of-type(3) .t-booking-widget-element {
    border-bottom-left-radius: 8px;
	border-top: 1px solid rgba(217,217,217,1);
}
/*.t-booking-widget-lower.not-upper-element .t-booking-widget-obj:nth-last-child(2) .t-booking-widget-element {
    border-top-right-radius: 8px;
}
.t-booking-widget-lower.not-upper-element .t-booking-widget-obj:nth-of-type(3) .t-booking-widget-element {
    border-top: 1px solid rgba(217,217,217,1);
}*/
.t-booking-widget-btn-wrap {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 8px;
	border-top: 1px solid rgba(217,217,217,1);
}
.t-booking-input-ico, .t-booking-element-ico {
    display: none;
}
.t-booking-input-wrap input {
    padding: 1.5rem 0;
}
/*------------------------------------------------------------*/
.pax-fill-container {
	margin-top: 0;
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	min-width: unset !important;
	width: 100% !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.pax-fill-container {
	padding-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 1px solid transparent;
}
.modal-header-desktop, .footer-inner-desktop {
	display: none;
}
.modal-header-portable, .footer-inner-portable {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.dialog-inner-view, .dialog-pax-view {
    max-height: 100%;
	height: 100%;
}
/*.pax-fill-bx {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}*/
.dialog-pax-view .pax-fill-bx {
	border-bottom: none;
}
}