/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.account_logon {
    background-color: #174171;
}

    .account_logon #btnLogin {
        justify-content: center;
        align-items: center;
        /*background-color: #ffffff;*/
        padding: 10px 18px;
        border-radius: 20px;
        min-width:90px;
    }

.account_logon .form-control {
    color: #000000;
    border: 1px solid #e2e5ec;
    border-radius: 10px;
    background-color: #ffffff;
}

.account_logon #kt_login_resetpassword {
    color: white;
    cursor: pointer;
}
.account_logon #kt_login_resetpassword:hover {
    color: #d9d9d9;
}

.account_logon .logonFooter a {
    color: #9899ac;
}

.account_logon .logonFooter a:hover {
    color: #ffffff;
}

.account_logon .field-validation-error {
    font-size: 100%;
    color: #F64E60;
}

.account_logon .alert .field-validation-error {
    /*color: white;*/
    font-size: 100%;
}

.account_logon .login-form {
    width: 100%;
    max-width: 450px
}

.account_loggedoff #qt_content .card-body p:last-child {
    margin-bottom: 0;
}

.account_termsandconditions #qt_content form {
    display: inline-block;
}

.account_changepassword #frmChangePassword .checkbox,
.account_password #frmPassword .checkbox {
    margin-top: 0.75rem
}

.PasswordPolicyIndicator {
    padding: 5px 0;
    margin-bottom: -10px;
}
.PasswordPolicyIndicator .rule {
    font-size: 0.9rem;
    display: block;
    color: #f64e60;
    padding: 2px 0;
}
.PasswordPolicyIndicator .rule i {
    margin-right: 5px;
    width: 1em;
    text-align: center;
    color: #f64e60;
    font-size: 1rem;
}
.PasswordPolicyIndicator .rule .notok {
    display: inline-block;
}
.PasswordPolicyIndicator .rule .ok{
    display: none;
}
.PasswordPolicyIndicator .rule.satisfied,
.PasswordPolicyIndicator .rule.satisfied i{
    color: darkgreen;
}
.PasswordPolicyIndicator .rule.satisfied .ok {
    display: inline-block;
}
.PasswordPolicyIndicator .rule.satisfied .notok{
    display: none;
}

@media (max-width: 575.98px) {
        .account_logon .login-form {
        width: 100%;
        max-width: 100%
    }
}

.ticketing_actionbooking .lnkRecentBooking {
    cursor: pointer;
}
.ticketing_actionbooking .lnkRecentBooking.navi-link {
    padding: 0.5rem 1.5rem;
}

.ticketing_actionbooking #NoPNRResultsContainer {
    margin-bottom: 2rem;
}

/*.ticketing_actionbooking .select2-container.select2-container--open .select2-dropdown {
    width: 400px !important;    
}*/
.ticketing_actionbooking .card.card-custom.card-sticky > .card-header {
    min-height: 90px;
    display: inline-flex;
}
.ticketing_actionbooking .select2-container {
    flex: 1 1 0;
}

.ticketing_actionbooking .ChangeAgentButton {
    display: inline-block;
    margin-right: 10px;
}

.ticketing_actionbooking .notopborder > td,
.ticketing_customise .notopborder > td {
    border-top: none;
}

.ticketing_actionbooking .removeCreditCardLink {
    padding: 0.2rem 0.3rem;
    padding-right: 0.2rem;
    font-size: 0.8rem;
    line-height: 1.35;
    border-radius: 0.30rem;
}

.ticketing_actionbooking .buttonlink,
.ticketing_customise .buttonlink {
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    outline: none !important;
    border: 0;
    padding: 0;
    color: #0069d9;
    font: inherit;
    border-style: none;
}

.ticketing_actionbooking #qt_content .table thead th,
.ticketing_actionbooking #qt_content .table th,
.ticketing_actionbooking #qt_content .table thead td {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
}
.ticketing_actionbooking #qt_content .table td {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
.ticketing_actionbooking #qt_content .table.table-sm td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

#TicketingTimer {
    padding: 10px;
    /*border: 1px solid silver;*/
    display: inline-block;
    background-color: white;
    color: #079005;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    position: absolute;
    right: 0px;
}

#TicketingTimer .TimeRemaining {
    display: inline-block;
    width: 4.5em;
}
#TicketingTimer.ticketingTimeWarning {
    background-color: #f2dfd5;
    color: #901a05;
    font-weight: 700;
}
#TicketingTimerExpiredModal .modal-body {
    font-size: 13px;
    font-weight: 400;
}
#TicketingTimerExpiredModal .modal-body i {
    font-size: 2em;
}
.ticketing_actionbooking #TicketingTimer {
    top: 89px;
}
.ticketing_customise #TicketingTimer {
    top: 89px;
}

.ticketing_actionbooking .buttonlink:focus,
.ticketing_actionbooking .buttonlink:hover,
.ticketing_customise .buttonlink:focus,
.ticketing_customise .buttonlink:hover {
    color: #6993ff;
}

.ticketing_actionbooking a.toggler {
    display: inline-block;
}

.ticketing_actionbooking a.toggler .collapseIcon {
    width: 20px;
    font-size: 23px;
}

.ticketing_actionbooking table .checkbox {
    margin-bottom: 0;
}

.ticketing_actionbooking .emdaPaxNameRow {
    background-color: #e1e9ff;
}
.ticketing_actionbooking a.toggler .collapseIcon:before {
    content: "\f0d7";
}

.ticketing_actionbooking a.toggler.collapsed .collapseIcon:before {
    content: "\f0da";
}

.ticketing_actionbooking .btn-group-toggle label {
    width: 150px;
}

.ticketing_actionbooking .btn-group-large label {
    width: 220px;
}

.ticketing_actionbooking .btn-group-medium label {
    width: 160px;
}

.ticketing_actionbooking .btn-group-xsmall label {
    width: 100px;
}

.ticketing_actionbooking #tblStoredFares .btnRemoveFare {
    margin: -0.2rem 0;
}

.ticketing_actionbooking .tktList .select2 {
    width: 150px;
}

.ticketing_actionbooking div .tktEntry {
/*needs to be 250px width to be consistent with the select2 ticket number selection*/
    width: 250px;
}
.ticketing_actionbooking .reissueFee,
.ticketing_actionbooking .noShowFee {
    width: 20px;
}

.ticketing_actionbooking #SystemOverrideContainer .col .row,
.ticketing_actionbooking #reIssueOverridesContainer .row {
    margin-bottom: 5px;
}
.ticketing_actionbooking #SystemOverrideContainer .col .checkbox,
.ticketing_actionbooking #reIssueOverridesContainer .col-3 .checkbox {
    margin-top: 7px;
    margin-bottom: 5px;
}

.ticketing_actionbooking .has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.ticketing_actionbooking select .EMDSServiceType {
    width: 350px;
}

.ticketing_actionbooking .ValueTypeOp,
.ticketing_customise .ValueTypeOp {
    width: 60px;
}

.ticketing_actionbooking .PriceAdjustmentOp,
.ticketing_customise .PriceAdjustmentOp {
    width: 130px;
}

.ticketing_actionbooking .PriceAdjustmentValue,
.ticketing_customise .PriceAdjustmentValue {
    width: 100px;
}

.ticketing_actionbooking .spmNotes,
.ticketing_customise .spmNotes {
    width: 350px;
}

.ticketing_actionbooking .flightInfo,
.ticketing_customise .flightInfo {
    width: 280px;
}

.ticketing_actionbooking .addEmail{
    width: 300px;
}

.ticketing_actionbooking .agentReference {
    width: 300px;
}

/*.ticketing_actionbooking #tblReissueSummary td[colspan],
.ticketing_actionbooking #tblEMDASummary td[colspan],
.ticketing_actionbooking #tblCustomise td[colspan],
.ticketing_actionbooking #tblEMDSSummary td[colspan] {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}*/

.ticketing_actionbooking .footerspacer td,
.ticketing_customise .footerspacer td {
    line-height: 7px;
}

/*.ticketing_actionbooking #tblReissueSummary tr.shown td,
.ticketing_issueticket #tblPriceSummary tr.shown td,
.ticketing_customise #tblCustomise tr.shown td,
.ticketing_actionbooking #tblEMDSSummary tr.shown td {
    background-color: #e1e9ff;
}

.ticketing_actionbooking #tblReissueSummary tr.shown + tr > td,
.ticketing_issueticket #tblPriceSummary tr.shown + tr > td,
.ticketing_customise #tblCustomise tr.shown + tr > td,
.ticketing_actionbooking #tblEMDSSummary tr.shown + tr > td {
    border: 1px solid #e1e9ff;
    padding-bottom: 0.75rem;
}*/

.ticketing_customise #tblCustomise th,
.ticketing_customise #tblCustomise td {
    padding: 0.25rem;
    vertical-align: top;
}

.ticketing_actionbooking #tblReissueSummary tr.shown a[data-toggle],
.ticketing_issueticket #tblPriceSummary tr.shown a[data-toggle],
.ticketing_customise #tblCustomise tr.shown a[data-toggle] {
    display: none;
}

.ticketing_actionbooking #tblReissueSummary .detailToggle i:before,
.ticketing_issueticket #tblPriceSummary .detailToggle i:before,
.ticketing_customise #tblCustomise .detailToggle i:before {
    content: "\f0da";
}

.ticketing_actionbooking #tblReissueSummary .detailToggle i:before,
.ticketing_issueticket #tblPriceSummary .detailToggle i:before,
.ticketing_customise #tblCustomise .detailToggle i:before {
    content: "\f0d7";
}

.ticketing_actionbooking .emdaDetails thead {
    background-color: #f2f2f2;
}


.ticketing_actionbooking .spmButtons,
.ticketing_actionbooking .editInvoiceButtons,
.ticketing_actionbooking .editChargeAmountButtons,
.ticketing_customise .spmButtons,
.ticketing_customise .editChargeAmountButtons,
.ticketing_customise .editTaxesButtons,
.ticketing_customise .editBaggageButtons,
.ticketing_customise .editInvoiceButtons,
.ticketing_customise .editEndorsementButtons,
.ticketing_customise .editFareCalcButtons,
.ticketing_customise .editTourCodeButtons,
.ticketing_customise .editServiceCityDateButtons,
.ticketing_customise .editSectorsButtons,
.ticketing_customise .editExchangeButtons,
.ticketing_customise .editEMDDetailsButtons,
.ticketing_actionbooking .spmButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .ticketing_actionbooking .spmButtons button,
    .ticketing_customise .spmButtons button,
    .ticketing_actionbooking .editChargeAmountButtons button,
    .ticketing_customise .editChargeAmountButtons button,
    .ticketing_actionbooking .editInvoiceButtons button,
    .ticketing_customise .editTaxesButtons button,
    .ticketing_customise .editBaggageButtons button,
    .ticketing_customise .editInvoiceButtons button,
    .ticketing_customise .editEndorsementButtons button,
    .ticketing_customise .editFareCalcButtons button,
    .ticketing_customise .editTourCodeButtons button,
    .ticketing_customise .editServiceCityDateButtons button,
    .ticketing_customise .editSectorsButtons button,
    .ticketing_customise .editExchangeButtons button,
    .ticketing_customise .editEMDDetailsButtons button,
    .ticketing_actionbooking .ReIssueSummaryButtons button {
        margin-left: 5px;
    }


.ticketing_actionbooking .TktImageButtons,
.ticketing_customise .TktImageButtons,
.ticketing_actionbooking .ReIssueSummaryButtons,
.ticketing_actionbooking .EmdImageCloseButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#ticketImageSector thead tr th:first-child,
#ticketImageSector tbody tr td:first-child {
    text-align: center;
}
#ticketImageFare tbody tr td:first-child {
    min-width: 130px;
}

    .ticketing_actionbooking .TktImageButtons button,
    .ticketing_customise .TktImageButtons button,    
    .ticketing_actionbooking .ReIssueSummaryButtons {
        margin-left: 5px;
    }

.ticketing_customise #CustomiseOverlay,
.ticketing_actionbooking #ActionOverlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(200, 200, 200, 0.50); /* Black background with opacity */
    z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
    /*cursor: pointer; */ /* Add a pointer on hover */
}

.ticketing_customise .edititemfocus,
.ticketing_actionbooking .edititemfocus {
    z-index: 50;
    background-color: white;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.ticketing_actionbooking .TicketingMessage,
.ticketing_customise .TicketingMessage {
    display: block;
}

.ticketing_issueticket .PricingModeButton button {
    width: 150px !important;
}
.ticketing_issueticket .FormOfPaymentButton button {
    width: 250px !important;
}

.ticketing_actionbooking input.invalid,
.ticketing_customise input.invalid {
    background-color: #FFE2E5;
}

.ticketing_actionbooking .pricesummaryfooter {
    background-color: #EBF2F6 !important;
}

.ticketing_actionbooking .trdisabled {
    background-color: #FFE2E5;
    color: red;
}

.ticketing_actionbooking .viewfaresheet {
    color: red;
}

.ticketing_actionbooking .popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

/*Ticket Type Style for TicketHistory - copied from managebookings */
.ticketing_actionbooking .tktType {
    background-color: #B5B5C3;
    color: white;
}

    .ticketing_actionbooking .tktType.tkt {
        background-color: #1bc5bd;
        color: white;
    }

    .ticketing_actionbooking .tktType.emd {
        background-color: #6993ff;
        color: white;
    }

.ticketing_customise #qt_content .card-title {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .ticketing_actionbooking #RetrievePNRContainer .col {
        padding: 0 8px;
    }
    .ticketing_actionbooking #ChangeAgentContainer {
        max-width: 400px;
    }
}

.ticketing_actionbooking #sectionQueuePNR .tblPassengers .col {
    padding-left: 5px;
    padding-right: 5px;
}

.ticketing_actionbooking #sectionQueuePNR .select2-selection__rendered {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    height:calc(1.05em + 1.1rem + 2px);
}

.ticketing_actionbooking .colW10,
.ticketing_customise .colW10 {
    width: 10%;
}
.ticketing_actionbooking .colW40,
.ticketing_customise .colW40 {
    width: 40%;
}
.ticketing_actionbooking .colW15,
.ticketing_customise .colW15 {
    width: 15%;
}
.ticketing_actionbooking .colW35,
.ticketing_customise .colW35 {
    width: 35%;
}
.EditSectorsContainer .btnAddSurcharge i {
    color: white;
    vertical-align: baseline;
}

.ticketing_actionbooking .btnDeleteStoredFare {
    display: block;
    color: #AA2622;
    border-radius: 100%;
    padding: 0 !important;
}

.ticketing_actionbooking .validFor,
.ticketing_customise .validFor {
    white-space: pre-wrap;
}

.border-left-3 {
    border-left-width: 3px !important;
}
.agency_agencysettings #qt_content .card a {
    min-height: 150px;
}
.agency_agencysettings #qt_content .cardicon i {
    font-size: 3em;
}
.agency_agencysettings #qt_content .card .heading {
    color: #212121;
}
.agency_agencysettings #qt_content .card a:hover .heading,
.agency_agencysettings #qt_content .card a:hover .cardicon i {
    color: #007bff;
}

.agency_agencysettings .bounding-box {
    height: 100px;
    width: 200px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
}

.agency_agencysettings .image-input.image-input-outline .image-input-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.agency_agencysettings #spanEKOptInSabreInstruct {
    font-size: 0.8em;
    font-style: italic;
    color: #007bff;
}

.agency_faresearchdefaultsettings .btn-group-toggle.IsMarketingCarrierType label {
    width: 50%;
}

.agency_agencyspmdefaultsettings .btn-group-toggle label {
    width: 50%;
}

.agency_creditcontrol .progressBarCustomSize{
    width:25%;
    height:20px;
}

.agency_faresearchdefaultsettings #divAirlineMultiSelect {
    height: auto;
}

.agency_faresearchdefaultsettings #Airlines + .select2-container--default .select2-selection--multiple {
    height: auto;
}

#AgencyLogoConfirmModal .modal-body i {
    font-size: 2em;
}

#NdcRegistrationConfirmModal pre {
    word-break: normal;
}
/* Primary Buttons color styles*/
.btn.btn-primary {
    /* display: flex;
    flex-direction: row;*/
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--button-primary-color);
    border-color: var(--button-primary-color);
    box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
}

    .btn.btn-primary:hover,
    .btn.btn-primary:hover:not(.btn-text), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text),
    .btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled) {
        color: #fff;
        background-color: var(--button-primary-hover-color);
        border-color: var(--button-primary-hover-color);
    }

    .btn.btn-primary:focus, .btn.btn-primary.focus,
    .btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-primary:not(:disabled):not(.disabled).active, .show > .btn.btn-primary.dropdown-toggle, .show .btn.btn-primary.btn-dropdown {
        color: #fff;
        background-color: var(--button-primary-hover-color);
        border-color: var(--button-primary-hover-color);
    }


    .btn.btn-primary.disabled, .btn.btn-primary:disabled,
    .btn.btn-primary:hover:disabled, .btn.btn-primary:hover:disabled:not(.btn-text) {
        color: var(--button-disabled-icon-color);
        background-color: var(--button-disabled-color);
        border-color: var(--button-disabled-color);
    }

        .btn.btn-primary.disabled i, .btn.btn-primary:disabled i {
            color: var(--button-disabled-icon-color);
        }

    .btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text),
    .btn.btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn.btn-primary.dropdown-toggle,
    .show .btn.btn-primary.btn-dropdown {
        color: #fff;
        background-color: var(--button-primary-color);
        border-color: var(--button-primary-color);
    }

.text-primary {
    color: #007bff;
}

.btn.btn-secondary {
    /*color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;*/
    /*display: flex;
    flex-direction: row;*/
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid var(--button-secondary-color);
    color: var(--button-secondary-color);
    background-color: var(--button-secondary-background-color);
    border-radius: 22px;
    box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
}

    .btn.btn-secondary:hover, .btn.btn-secondary:hover:not(.btn-text), .btn.btn-secondary:focus:not(.btn-text), .btn.btn-secondary.focus:not(.btn-text), .btn.btn-secondary:hover:not(.btn-text):not(:disabled):not(.disabled) {
        border: 1px solid var(--button-secondary-hover-color);
        color: var(--button-secondary-hover-color);
        background-color: var(--button-secondary-hover-background-color);
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }

    .btn.btn-secondary:focus, .btn.btn-secondary.focus,
    .btn.btn-secondary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-secondary.dropdown-toggle, .show .btn.btn-secondary.btn-dropdown {
        border: 1px solid var(--button-secondary-hover-color);
        color: var(--button-secondary-hover-color);
        background-color: var(--button-secondary-background-color);
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }

    .btn.btn-secondary.disabled, .btn.btn-secondary:disabled,
    .btn.btn-secondary:hover:disabled, .btn.btn-secondary:hover:disabled:not(.btn-text) {
        border: 1px solid var(--button-secondary-disabled-color);
        color: var(--button-secondary-disabled-color);
        background-color: var(--button-secondary-background-color);
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }

    .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn.btn-secondary.dropdown-toggle {
        border: 1px solid var(--button-secondary-color);
        color: var(--button-secondary-color);
        background-color: var(--button-secondary-background-color);
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }

.btn.btn-tertiary {
    /*color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;*/
    justify-content: center;
    align-items: center;
    border: none;
    color: var(--button-tertiary-color);
    background-color: var(--button-tertiary-background-color);
    border-radius: 22px;
    box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
}

    .btn.btn-tertiary:hover,
    .btn.btn-tertiary:hover:not(.btn-text), .btn.btn-tertiary:focus:not(.btn-text), .btn.btn-tertiary.focus:not(.btn-text),
    .btn.btn-tertiary:hover:not(.btn-text):not(:disabled):not(.disabled) {
        color: var(--button-tertiary-hover-color);
        background-color: var(--button-tertiary-background-color);
        border-radius: 22px;
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }

    .btn.btn-tertiary:focus, .btn.btn-tertiary.focus {
        color: var(--button-tertiary-color);
        background-color: var(--button-tertiary-background-color);
        border-radius: 22px;
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }

    .btn.btn-tertiary.disabled, .btn.btn-tertiary:disabled,
    .btn.btn-tertiary:hover:disabled, .btn.btn-tertiary:hover:disabled:not(.btn-text) {
        color: var(--button-tertiary-disabled-color);
        background-color: var(--button-tertiary-background-color);
        border-radius: 22px;
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }

    .btn.btn-tertiary:not(:disabled):not(.disabled):active, .btn.btn-tertiary:not(:disabled):not(.disabled).active,
    .show > .btn.btn-tertiary.dropdown-toggle {
        color: var(--button-tertiary-color);
        background-color: var(--button-tertiary-background-color);
        border-radius: 22px;
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }

.btn.btn-quaternary {
    justify-content: center;
    align-items: center;
    color: var(--button-quaternary-text-color);
    background-color: var(--button-quaternary-color);
    border-color: var(--button-quaternary-color);
    box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
}

    .btn.btn-quaternary:hover,
    .btn.btn-quaternary:hover:not(.btn-text), .btn.btn-quaternary:focus:not(.btn-text), .btn.btn-quaternary.focus:not(.btn-text),
    .btn.btn-quaternary:hover:not(.btn-text):not(:disabled):not(.disabled) {
        color: var(--button-quaternary-text-color);
        background-color: var(--button-quaternary-hover-color);
        border-color: var(--button-quaternary-hover-color);
    }

    .btn.btn-quaternary:focus, .btn.btn-quaternary.focus,
    .btn.btn-quaternary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-quaternary:not(:disabled):not(.disabled).active, .show > .btn.btn-quaternary.dropdown-toggle, .show .btn.btn-quaternary.btn-dropdown {
        color: var(--button-quaternary-text-color);
        background-color: var(--button-quaternary-hover-color);
        border-color: var(--button-quaternary-hover-color);
    }


    .btn.btn-quaternary.disabled, .btn.btn-quaternary:disabled,
    .btn.btn-quaternary:hover:disabled, .btn.btn-quaternary:hover:disabled:not(.btn-text) {
        color: var(--button-quaternary-disabled-icon-color);
        background-color: var(--button-quaternary-disabled-color);
        border-color: var(--button-quaternary-disabled-color);
    }

        .btn.btn-quaternary.disabled i, .btn.btn-quaternary:disabled i {
            color: var(--button-quaternary-disabled-icon-color);
        }

    .btn.btn-quaternary:not(:disabled):not(.disabled):active:not(.btn-text),
    .btn.btn-quaternary:not(:disabled):not(.disabled).active,
    .show > .btn.btn-quaternary.dropdown-toggle,
    .show .btn.btn-quaternary.btn-dropdown {
        color: var(--button-quaternary-text-color);
        background-color: var(--button-quaternary-color);
        border-color: var(--button-quaternary-color);
    }


.btn.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn.btn-danger:hover,
    .btn.btn-danger:hover:not(.btn-text), .btn.btn-danger:focus:not(.btn-text), .btn.btn-danger.focus:not(.btn-text) {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn.btn-danger:focus, .btn.btn-danger.focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn.btn-danger.disabled, .btn.btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn.btn-danger:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-danger:not(:disabled):not(.disabled).active, .show > .btn.btn-danger.dropdown-toggle, .show .btn.btn-danger.btn-dropdown {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

.btn.btn-light-primary {
    color: #007bff;
    background-color: #E1E9FF;
    border-color: transparent;
}

    .btn.btn-light-primary i {
        color: #007bff;
    }

    .btn.btn-light-primary .svg-icon svg g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
        fill: #007bff;
    }

    .btn.btn-light-primary .svg-icon svg:hover g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }

    .btn.btn-light-primary.dropdown-toggle:after {
        color: #007bff;
    }

    .btn.btn-light-primary:hover:not(.btn-text), .btn.btn-light-primary:focus:not(.btn-text), .btn.btn-light-primary.focus:not(.btn-text) {
        color: #FFFFFF;
        background-color: #007bff;
        border-color: transparent;
    }

    .btn.btn-light-primary:hover:not(.btn.btn-text) i, .btn.btn-light-primary:focus:not(.btn.btn-text) i, .btn.btn-light-primary.focus:not(.btn.btn-text) i {
        color: #FFFFFF;
    }

    .btn.btn-light-primary:hover:not(.btn.btn-text) .svg-icon svg g [fill], .btn.btn-light-primary:focus:not(.btn.btn-text) .svg-icon svg g [fill], .btn.btn-light-primary.focus:not(.btn.btn-text) .svg-icon svg g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
        fill: #FFFFFF;
    }

    .btn.btn-light-primary:hover:not(.btn.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-primary:focus:not(.btn.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-primary.focus:not(.btn.btn-text) .svg-icon svg:hover g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }

    .btn.btn-light-primary:hover:not(.btn.btn-text).dropdown-toggle:after, .btn.btn-light-primary:focus:not(.btn.btn-text).dropdown-toggle:after, .btn.btn-light-primary.focus:not(.btn.btn-text).dropdown-toggle:after {
        color: #FFFFFF;
    }

    .btn.btn-light-primary.disabled, .btn.btn-light-primary:disabled {
        color: #007bff;
        background-color: #E1E9FF;
        border-color: transparent;
    }

        .btn.btn-light-primary.disabled i, .btn.btn-light-primary:disabled i {
            color: #007bff;
        }

        .btn.btn-light-primary.disabled .svg-icon svg g [fill], .btn.btn-light-primary:disabled .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #007bff;
        }

        .btn.btn-light-primary.disabled .svg-icon svg:hover g [fill], .btn.btn-light-primary:disabled .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-light-primary.disabled.dropdown-toggle:after, .btn.btn-light-primary:disabled.dropdown-toggle:after {
            color: #007bff;
        }

    .btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn.btn-text), .btn.btn-light-primary:not(:disabled):not(.disabled).active,
    .show > .btn.btn-light-primary.dropdown-toggle,
    .show .btn.btn-light-primary.btn.btn-dropdown {
        color: #FFFFFF;
        background-color: #007bff;
        border-color: transparent;
    }

        .btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn.btn-text) i, .btn.btn-light-primary:not(:disabled):not(.disabled).active i,
        .show > .btn.btn-light-primary.dropdown-toggle i,
        .show .btn.btn-light-primary.btn.btn-dropdown i {
            color: #007bff;
        }

        .btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn.btn-text) .svg-icon svg g [fill], .btn.btn-light-primary:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
        .show > .btn.btn-light-primary.dropdown-toggle .svg-icon svg g [fill],
        .show .btn.btn-light-primary.btn.btn-dropdown .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #FFFFFF;
        }

        .btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-primary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
        .show > .btn.btn-light-primary.dropdown-toggle .svg-icon svg:hover g [fill],
        .show .btn.btn-light-primary.btn.btn-dropdown .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-light-primary:not(:disabled):not(.disabled):active:not(.btn.btn-text).dropdown-toggle:after, .btn.btn-light-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after,
        .show > .btn.btn-light-primary.dropdown-toggle.dropdown-toggle:after,
        .show .btn.btn-light-primary.btn.btn-dropdown.dropdown-toggle:after {
            color: #FFFFFF;
        }

.btn.btn-dismiss {
    color: #212121;
    background-color: #E5EAEE;
    border-color: #E5EAEE;
}

    .btn.btn-dismiss:hover {
        color: #212121;
        background-color: #ced7df;
        border-color: #c6d1da;
    }

    .btn.btn-dismiss:focus, .btn.btn-dismiss.focus {
        color: #212121;
        background-color: #ced7df;
        border-color: #c6d1da;
    }

    .btn.btn-dismiss.disabled, .btn.btn-dismiss:disabled {
        color: #212121;
        background-color: #E5EAEE;
        border-color: #E5EAEE;
    }

    .btn.btn-dismiss:not(:disabled):not(.disabled):active, .btn.btn-dismiss:not(:disabled):not(.disabled).active,
    .show > .btn.btn-dismiss.dropdown-toggle {
        color: #212121;
        background-color: #c6d1da;
        border-color: #becbd5;
    }

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #ffffff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #007bff;
        border-color: #007bff;
    }

.btn.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    border-color: #007bff;
}

    .btn.btn-outline-primary i {
        color: #007bff;
    }

    .btn.btn-outline-primary .svg-icon svg g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
        fill: #007bff;
    }

    .btn.btn-outline-primary .svg-icon svg:hover g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }

    .btn.btn-outline-primary.dropdown-toggle:after {
        color: #007bff;
    }

    .btn.btn-outline-primary:hover:not(.btn-text), .btn.btn-outline-primary:focus:not(.btn-text), .btn.btn-outline-primary.focus:not(.btn-text) {
        color: #FFFFFF;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn.btn-outline-primary:hover:not(.btn-text) i, .btn.btn-outline-primary:focus:not(.btn-text) i, .btn.btn-outline-primary.focus:not(.btn-text) i {
            color: #FFFFFF;
        }

        .btn.btn-outline-primary:hover:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-primary:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-primary.focus:not(.btn-text) .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #FFFFFF;
        }

        .btn.btn-outline-primary:hover:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-primary:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-primary.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-outline-primary:hover:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-primary:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-primary.focus:not(.btn-text).dropdown-toggle:after {
            color: #FFFFFF;
        }

    .btn.btn-outline-primary.disabled, .btn.btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
        border-color: #007bff;
    }

        .btn.btn-outline-primary.disabled i, .btn.btn-outline-primary:disabled i {
            color: #007bff;
        }

        .btn.btn-outline-primary.disabled .svg-icon svg g [fill], .btn.btn-outline-primary:disabled .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #007bff;
        }

        .btn.btn-outline-primary.disabled .svg-icon svg:hover g [fill], .btn.btn-outline-primary:disabled .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-outline-primary.disabled.dropdown-toggle:after, .btn.btn-outline-primary:disabled.dropdown-toggle:after {
            color: #007bff;
        }

    .btn.btn-outline-primary:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn.btn-outline-primary.dropdown-toggle,
    .show .btn.btn-outline-primary.btn-dropdown {
        color: #FFFFFF;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn.btn-outline-primary:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-outline-primary:not(:disabled):not(.disabled).active i,
        .show > .btn.btn-outline-primary.dropdown-toggle i,
        .show .btn.btn-outline-primary.btn-dropdown i {
            color: #FFFFFF;
        }

        .btn.btn-outline-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-outline-primary:not(:disabled):not(.disabled).active .svg-icon svg g [fill],
        .show > .btn.btn-outline-primary.dropdown-toggle .svg-icon svg g [fill],
        .show .btn.btn-outline-primary.btn-dropdown .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #FFFFFF;
        }

        .btn.btn-outline-primary:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-outline-primary:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill],
        .show > .btn.btn-outline-primary.dropdown-toggle .svg-icon svg:hover g [fill],
        .show .btn.btn-outline-primary.btn-dropdown .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-outline-primary:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-outline-primary:not(:disabled):not(.disabled).active.dropdown-toggle:after,
        .show > .btn.btn-outline-primary.dropdown-toggle.dropdown-toggle:after,
        .show .btn.btn-outline-primary.btn-dropdown.dropdown-toggle:after {
            color: #FFFFFF;
        }

.label.label-outline-primary {
    color: #007bff;
    border: 1px solid #007bff;
}

/* top menu button */
.topmenu-btn {
    padding: 6px 12px;
    border-radius: 17px;
    font-family: Poppins;
}

/* Button sizes */
/* default size - same as medium */
#kt_content .btn {
    padding: 8px 15px;
    border-radius: 22px;   
    font-family: Poppins;
    /* width: 119px;
    height: 40px;*/
}

    #kt_content .btn.btn-2xl {
        border-radius: 56px;
        padding: 18px 38px;
        min-width: 130px;
        font-family: Poppins;
        /*width: 190px;
        height: 52px;*/
    }

    #kt_content .btn.btn-xl {
        padding: 14px 24px;
        border-radius: 35px;
        min-width: 120px;
        font-family: Poppins;
        /*width: 139px;
        height: 42px;*/
    }

    #kt_content .btn.btn-lg {
        padding: 12px 20px;
        min-width:110px;
        border-radius: 29px;
        font-family: Poppins;
        /*width: 119px;
        height: 40px;*/
    }

    #kt_content .btn.btn-md {
        padding: 8px 15px;
        border-radius: 22px;
        min-width: 100px;
        font-family: Poppins;
        /*width: 115px;
        height: 40px;
        min-height: 40px;*/
    }

    #kt_content .btn.btn-sm {
        padding: 6px 12px;
        border-radius: 17px;
        font-family: Poppins;
        min-width: 80px;
        /*  width: 109px;
        height: 32px;*/
    }

#kt_content .btn-trailingicon {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#kt_content .btn-leadingicon {
    display: flex;
    flex-direction: row;
    gap: 10px;
}


/* Checkboxes */
.checkbox {
    display: inline-flex;
    margin-bottom: 10px;
}

    .checkbox.checkbox-sm > span {
        height: 15px;
        width: 15px;
    }

    .checkbox.checkbox-md > span {
        height: 20px;
        width: 20px;
    }

    .checkbox > span,
    .checkbox > input:focus ~ span {
        background-color: transparent;       
        border: 2px solid #0066CC;
        margin-right: .75rem;
    }

    .checkbox > input:checked ~ span {
        border-color: #0066CC;
        background-color: #0066CC;
        color: #F5F5F5;
    }

    .checkbox > input:disabled ~ span {
        background-color: #F5F5F5;
        border: 2px solid #D5D7DA;
        cursor: not-allowed;
    }

    .checkbox > input:checked:disabled ~ span {
        border-color: #F5F5F5;
        border: 2px solid #D5D7DA;
        cursor: not-allowed;
    }

    .checkbox > input:checked ~ span:after {
        border-color: #FFFFFF;
    }

    .checkbox > input:checked:disabled ~ span:after {
        border-color: #D5D7DA;
    }


.input-group .checkbox {
    margin-bottom: 10px !important;
    padding-left: 25px;
}

/* Radio buttons */

.radio.radio-sm > span {
    height: 14px;
    width: 14px;
}

.radio.radio-md > span {
    height: 20px;
    width: 20px;
}

.radio > span {
    background-color: transparent;
    border: 2px solid #0066CC;
}

.radio > input:focus ~ span {
    background-color: transparent;
    border: 2px solid #0066CC;
}

.radio > input:checked ~ span {
    background: transparent;
}

.radio > input:checked ~ span:after {
    border-radius: 11px;
    width: 7.5px;
    height: 7.5px;
    position: absolute;
    content: " ";
    display: block;
    background: #0066CC;
}

.radio.radio-sm > input:checked ~ span:after {
    border-radius: 11px;
    width: 6px;
    height: 6px;
    position: absolute;
    content: " ";
    display: block;
    background: #0066CC;
}

.radio.radio-md > input:checked ~ span:after {
    border-radius: 11px;
    width: 8px;
    height: 8px;
    position: absolute;
    content: " ";
    display: block;
    background: #0066CC;
}

.radio > input:disabled ~ span {
    background-color: #F5F5F5;
    border: 2px solid #D5D7DA;
    cursor: not-allowed;
}

.radio.radio-md > input:checked:disabled ~ span:after {
    border-radius: 11px;
    width: 8px;
    height: 8px;
    position: absolute;
    content: " ";
    display: block;
    background: #D5D7DA;
    border: 2px solid #D5D7DA;
    cursor: not-allowed;
}

.radio.radio-sm > input:checked:disabled ~ span:after {
    border-radius: 11px;
    width: 6px;
    height: 6px;
    position: absolute;
    content: " ";
    display: block;
    background: #D5D7DA;
    border: 2px solid #D5D7DA;
    cursor: not-allowed;
}



.ifMerchantPayment {
    width: 100%;
    height: 110px;
    border: none;
}

.creditCardImages {
    height: auto;
    width: 50px;
}

/* Custom CSS for Quiktravel */

/* element variables */
:root {
    --qt-primary: #003D7A; /* Brand/Brand-600 */
    --qt-secondary: #0066CC; /* Brand/Brand-200 */
    --qt-white: #FFFFFF;
    --qt-grey: #E9EAEB; /* Gray/Gray-200 */
    --qt-grey-light: #D5D7DA; /* Gray/Gray-300 */
    --qt-grey-medium: #A4A7AE; /* Gray/Gray-400 Base */
    --qt-grey-base: #717680; /* Gray/Gray-500 Base */
    --qt-grey-dark: #535862; /* Gray/Gray-600 Base */
    --qt-dark: #252B37; /* Gray/Gray-800 Base */

    --pagetitle-color: var(--qt-primary);
    --sectiontitle-color: var(--qt-secondary);
    --tab-color: var(--qt-secondary);
    --tab-color-text: #FFFFFF;
    --tab-selected-color: #FFFFFF;
    --tab-selected-text-color: #535862;
    --button-primary-color: #027A48;
    --button-primary-hover-color: #039855;
    --button-disabled-color: #E9EAEB;
    --button-disabled-icon-color: #717680;
    --button-secondary-color: #027A48;
    --button-secondary-hover-color: #039855;
    --button-secondary-hover-background-color: #F6FEF9;
    --button-secondary-background-color: #FFFFFF;
    --button-secondary-disabled-color: var(--qt-grey-medium);
    --button-tertiary-color: #027A48;
    --button-tertiary-hover-color: #039855;
    --button-tertiary-background-color: #FFFFFF;
    --button-tertiary-disabled-color: var(--qt-grey-medium);
    --button-quaternary-color: #12B76A;
    --button-quaternary-text-color: #FFFFFF;
    --button-quaternary-hover-color: #039855;
    --button-quaternary-disabled-color: #E9EAEB;
    --button-quaternary-disabled-icon-color: #717680;
    --switch-outline-color: #027A48;
    --switch-background-color: #FFFFFF;
    --switch-notselected-color: var(--qt-grey-medium);
    --switch-disabled-outline-color: var(--qt-grey-medium);
    --switch-disabled-color: #D5D7DA;
    --input-border-color: #D5D7DA;
    --input-border-focus-color: #0080FF;
    --qt-info-color: #6EA4DB;
    --qt-success-color: #12B76A;
    --qt-warning-color: #FFA800;
    --qt-danger-color: #F64E60;
    --qt-table-background-color: #F0F7FF;
    --alert-primary-background: #F0F7FF;
    --alert-primary-border: #99CCFF;
    --alert-primary-left-border: #99CCFF;
    --alert-primary-icon-color: #6EA4DB;
    --alert-warning-background: #FFFAEB;
    --alert-warning-border: #FEDF89;
    --alert-warning-left-border: #F79009;
    --alert-warning-icon-color: var(--qt-warning-color);
    --alert-danger-background: #FFE2E5;
    --alert-danger-border: #FDA29B;
    --alert-danger-left-border: #F04438;
    --alert-danger-icon-color: var(--qt-danger-color);
    --alert-success-background: #F6FEF9;
    --alert-success-border: #A6F4C5;
    --alert-success-left-border: var(--qt-success-color);
    --alert-success-icon-color: var(--qt-success-color);
    --radio-button-border: #003D7A;
    --radio-button-color: #003D7A;
    --radio-button-hover: #00488F;
    --radio-button-active-background: #F0F7FF;
    --radio-button-background: #FFFFFF;
}

body #kt_content {
    background: #F5F5F5;
}

html, body {
    font-family: Roboto, Helvetica, "sans-serif";
    color: var(--qt-grey-dark);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: Poppins, Helvetica, "sans-serif";
    color: var(--qt-grey-dark);
}

.menu-text {
    font-family: Poppins, Helvetica, "sans-serif";
}

.label-xs {
    font-size: 11px !important;
    margin-bottom: 1px !important;
}

.sidemenu-img {
    width: 1.75rem !important;
    height: 1.75rem;
    vertical-align: middle;
    flex: 0 0 35px;
}

.alertsContainer {
    position: absolute;
    top: 80px;
    /*left: 0;*/
    right: 10px;
    width: 520px;
    z-index: 1000;
}

    .alertsContainer .alert {
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        min-width: 520px;
        -webkit-box-shadow: 0 5px 15px var(--qt-grey-dark);
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 5px 15px var(--qt-grey-dark);
        -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 5px 15px var(--qt-grey-dark);
        box-shadow: 0 5px 15px var(--qt-grey-dark);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        border-radius: unset;
    }

        .alertsContainer .alert .close {
            margin-left: 15px;
        }

        .alertsContainer .alert .alert-text a {
            color: var(--qt-white);
            text-decoration: underline;
        }

            .alertsContainer .alert .alert-text a:hover {
                text-decoration: underline !important;
            }

        .alertsContainer .alert.userNotification {
            margin-right: 20px;
            border: 0;
        }

            .alertsContainer .alert.userNotification.alert-light-danger {
                border-left: 4px solid var(--qt-danger-color);
            }

            .alertsContainer .alert.userNotification.alert-light-warning {
                border-left: 4px solid var(--qt-warning-color);
            }

            .alertsContainer .alert.userNotification.alert-light-primary {
                border-left: 4px solid var(--qt-info-color);
            }

            .alertsContainer .alert.userNotification.alert-light-danger a {
                color: var(--qt-danger-color);
            }

            .alertsContainer .alert.userNotification.alert-light-warning a {
                color: var(--qt-warning-color);
            }

            .alertsContainer .alert.userNotification.alert-light-primary a {
                color: var(--qt-info-color);
            }

.lblNDC {
    background-color: #8E2DDA;
    color: var(--qt-white);
    height: 24px;
    /*height: 18px;*/
    /*font-size:8px;*/
}

.lblGDS {
    background-color: var(--qt-grey-medium);
    color: var(--qt-white);
    height: 24px;
    /*height: 18px;*/
    /*font-size:8px;*/
}

.ticketing_actionbooking .lblCRS,
.managebookings_search .lblCRS,
.trackrefunds_search .lblCRS,
.trackqueues_search .lblCRS {
    background-color: var(--qt-grey-medium);
    color: white;
    height: 24px;
}

    .ticketing_actionbooking .lblCRS > span,
    .managebookings_search .lblCRS > span,
    .trackrefunds_search .lblCRS > span,
    .trackqueues_search .lblCRS > span {
        background: white;
        padding: 3px;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
        font-weight: 600;
        margin-left: -5px;
    }

    .ticketing_actionbooking .lblCRS.galileo,
    .managebookings_search .lblCRS.galileo,
    .trackrefunds_search .lblCRS.galileo,
    .trackqueues_search .lblCRS.galileo {
        color: var(--qt-white);
        background-color: #4e6659;
    }

        .ticketing_actionbooking .lblCRS.galileo > span,
        .managebookings_search .lblCRS.galileo > span,
        .trackrefunds_search .lblCRS.galileo > span,
        .trackqueues_search .lblCRS.galileo > span {
            color: #4e6659;
        }

    .ticketing_actionbooking .lblCRS.sabre,
    .managebookings_search .lblCRS.sabre,
    .trackrefunds_search .lblCRS.sabre,
    .trackqueues_search .lblCRS.sabre {
        color: var(--qt-white);
        background-color: #AA2622;
    }

        .ticketing_actionbooking .lblCRS.sabre > span,
        .managebookings_search .lblCRS.sabre > span,
        .trackrefunds_search .lblCRS.sabre > span,
        .trackqueues_search .lblCRS.sabre > span {
            color: #AA2622;
        }

    .ticketing_actionbooking .lblCRS.amadeus,
    .managebookings_search .lblCRS.amadeus,
    .trackrefunds_search .lblCRS.amadeus,
    .trackqueues_search .lblCRS.amadeus {
        color: var(--qt-white);
        background-color: #5897C4;
    }

        .ticketing_actionbooking .lblCRS.amadeus > span,
        .managebookings_search .lblCRS.amadeus > span,
        .trackrefunds_search .lblCRS.amadeus > span,
        .trackqueues_search .lblCRS.amadeus > span {
            color: #5897C4;
        }

.inpagealert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    /*line-height: 1px;*/
}

    .inpagealert .alert-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .inpagealert .alert-text {
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        /*font-family: 'Poppins';*/
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        color: #414651;
    }

        .inpagealert .alert-text ol, ul, dl {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

    .inpagealert .alert-icon i {
        font-size: 2.4rem;
        padding: 0.5rem 1rem;
    }

    .inpagealert.alert-light-warning {
        background-color: var(--alert-warning-background);
        border-right: 1px solid var(--alert-warning-border);
        border-top: 1px solid var(--alert-warning-border);
        border-bottom: 1px solid var(--alert-warning-border);
        border-left: 4px solid var(--alert-warning-left-border);
    }

        .inpagealert.alert-light-warning .alert-text,
        .inpagealert.alert-light-warning .alert-icon i {
            color: var(--alert-warning-icon-color);
        }

    .inpagealert.alert-light-danger {
        background-color: var(--alert-danger-background);
        border-right: 1px solid var(--alert-danger-border);
        border-top: 1px solid var(--alert-danger-border);
        border-bottom: 1px solid var(--alert-danger-border);
        border-left: 4px solid var(--alert-danger-left-border);
    }

        .inpagealert.alert-light-danger .alert-text,
        .inpagealert.alert-light-danger .alert-icon i {
            color: var(--alert-danger-icon-color);
        }

    .inpagealert.alert-light-primary {
        background-color: var(--alert-primary-background);
        border-right: 1px solid var(--alert-primary-border);
        border-top: 1px solid var(--alert-primary-border);
        border-bottom: 1px solid var(--alert-primary-border);
        border-left: 4px solid var(--alert-primary-left-border);
    }

        .inpagealert.alert-light-primary .alert-text,
        .inpagealert.alert-light-primary .alert-icon i {
            color: var(--alert-primary-icon-color);
        }

    .inpagealert.alert-light-success {
        background-color: var(--alert-success-background);
        border-right: 1px solid var(--alert-success-border);
        border-top: 1px solid var(--alert-success-border);
        border-bottom: 1px solid var(--alert-success-border);
        border-left: 4px solid var(--alert-success-left-border);
    }

        .inpagealert.alert-light-success .alert-text,
        .inpagealert.alert-light-success .alert-icon i {
            color: var(--alert-success-icon-color);
        }

.subheader .text-muted {
    color: var(--qt-grey-base) !important;
}

.modal .modal-header .close span {
    display: unset;
}

.modal .modal-header i {
    font-size: 25px;
}

.field-validation-error {
    color: var(--qt-danger-color);
    font-size: 0.9rem;
    font-weight: 400;
}

.VerticalAdContainer {
    width: 190px;
    max-width: 190px;
    padding: 0;
}

    .VerticalAdContainer .carousel {
        height: 450px;
        width: 190px;
    }

.PromoCarousel {
    width: 800px;
    max-width: 800px;
    padding: 0;
    height: 380px;
}

    .PromoCarousel .carousel {
        height: 380px;
        width: 800px;
    }

    .PromoCarousel .carousel-indicators li {
        background-color: var(--qt-grey-base);
    }

    .PromoCarousel .carousel-indicators .active {
        background-color: var(--qt-grey-dark);
    }

    .PromoCarousel .carousel-control-prev,
    .PromoCarousel .carousel-control-next {
        border: none;
        /*  width: 50px;
        height: 50px;   */
        background-color: transparent;
        opacity: 0.8;
    }


/* Input Group */
/*.input-group .input-group-prepend,
.input-group .input-group-prepend ~ .form-control {
    border-top: 1px solid #717680;
    border-right: 1px solid #717680;
    border-bottom: 1px solid #717680;
}

.input-group > .input-group-prepend > .input-group-text {
    background-color: #FFFFFF;
    border-left: 1px solid #717680;
}*/
.form-control {
    border: 1px solid var(--input-border-color); /* #535862*/
    caret-color: #44A0FC;
}

    .form-control:focus {
        color: #3F4254;
        background-color: var(--qt-white);
        border-color: var(--input-border-focus-color);
        outline: 0;
    }

.form-control-icon {
    padding: 0.65rem 2.2rem !important;
}

.form-outline svg {
    position: absolute;
    top: 50%;    
    margin: 0px 2px 2px 6px;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--qt-grey-medium);
}

.input-group .input-group-prepend ~ .select2-container .select2-selection--single,
.input-group .input-group-prepend ~ .select2-container .select2-selection--multiple {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: calc(1.5em + 1.3rem + 2px);
}

.input-group .select2-container {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 0;
}

textarea.form-control-plaintext:focus,
input.form-control-plaintext:focus {
    outline: none;
    border-color: transparent;
}

.form-control-plaintext {
    padding: 0.65rem 1rem;
    border-width: 1px;
}

.btn-group-toggle .btn.active {
    font-weight: bold;
}

/* Prevent sticky card headers from breaking the topbar menu dropdowns */
.card.card-custom {
    border: 1px solid var(--qt-grey);
    border-radius: 10px;
    /*box-shadow: 0px 1px 3px rgba(10, 13, 18, 0.1), 0px 1px 2px rgba(10, 13, 18, 0.06);*/
    /*box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);*/
    box-shadow: 0px 4px 8px -4px rgba(10, 13, 18, 0.11), 0px 4px 6px -2px rgba(10, 13, 18, 0.06);    
}

.card-sticky-on .topbar .card.card-custom > .card-header {
    position: relative;
    box-shadow: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    z-index: inherit;
    background: transparent;
}


.topbar-item {
    padding: 0px 4px 0px 4px !important;
}

.topbar .card,
.topbar .dropdown-menu,
.topbar .topbar-item .btn {
    border-radius: unset;
}

    .topbar .topbar-item .btn.btn-clean:hover,
    .topbar .topbar-item .btn.btn-clean:active,
    .topbar .show .btn.btn-clean.btn-dropdown,
    .topbar .btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled) {
        background-color: transparent;
    }

#topbar_fareTools .row .col:nth-child(2) {
    text-align: right;
}

#topbar_fareLibraryContainer .tblFareLibrary td:not(.fareLibraryAction) {
    cursor: pointer;
    vertical-align: middle;
}

#topbar_fareLibraryContainer .tblFareLibrary td.fareLibraryAction {
    text-align: right;
}

#topbar_fareLibraryContainer .tblFareLibrary td span {
    color: white;
    display: inline-block;
    padding: 1px 6px;
    font-size: 12px;
    background-color: var(--qt-danger-color);
}

    #topbar_fareLibraryContainer .tblFareLibrary td span.active {
        background-color: #1BC5BD;
    }

    #topbar_fareLibraryContainer .tblFareLibrary td span.newfare {
        background-color: #8950FC;
    }

    #topbar_fareLibraryContainer .tblFareLibrary td span.updating {
        background-color: var(--qt-warning-color);
    }

#topbarMessagesDropdown .topbar-item .btn {
    width: calc(1.5em + 1.65rem + 8px)
}

#topbarLanguageDropdown,
#topbarUserDropdown,
#topbarHelp {
    width: 95px;
}

#topbar_messagesContent {
    max-height: 300px;
    overflow-y: auto;
}

.btn i.qtUserIcon {
    font-style: normal;
    padding-right: .5rem;
}

    .btn i.qtUserIcon + i {
        padding-right: 0;
    }

#PreviousLoginsToggler {
    cursor: pointer;
    margin-left: 0.5em;
}

.no-side-menu .aside,
.no-side-menu #kt_aside_mobile_toggle {
    display: none !important;
}

.aside-minimize .header-logo,
.no-side-menu .header-logo {
    display: inline-flex !important;
    margin-top: 15px;
}

.aside-menu .menu-nav > .menu-item > span.menu-link,
.aside-menu .menu-nav > .menu-item > span.menu-link:hover {
    cursor: default;
}

.card.card-collapsed .card-header .card-toolbar .card-toggle i:before {
    content: "\f109";
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link {
    border-radius: 50px;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    background-color: #039855;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item:hover:not(.disabled) > .page-link {
    background-color: #027A48;
}

.dataTables_wrapper .dataTable th.sorting_asc,
.dataTables_wrapper .dataTable th.sorting_desc,
.dataTables_wrapper .dataTable td.sorting_asc,
.dataTables_wrapper .dataTable td.sorting_desc {
    color: #4898C5 !important;
}

.dataTables_wrapper .dataTable th,
.dataTables_wrapper .dataTable td {
    padding: 0.3rem 1rem;
}
/* noUiSlider styling */
.noUi-target.noUi-horizontal {
    height: 10px;
    border: none;
    border-radius: 0;
    margin-left: 9px;
    margin-right: 9px;
    /* Outside range color */
    background: #F3F6F9;
}

.noUi-target .noUi-connect {
    /* Inside range color */
    background: #E1E9FF;
}

.noUi-target.noUi-horizontal .noUi-handle {
    /* Same shape and colour as checkboxes */
    width: 18px;
    height: 18px;
    right: -9px;
    top: -5px;
    background: #007bff;
    border: 2px solid #007bff;
    border-radius: 0.42rem;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.popover {
    border-color: var(--qt-grey-medium);
}

.bs-popover-left > .arrow::after {
    border-left-color: var(--qt-grey-medium);
}

.bs-popover-right > .arrow::after {
    border-right-color: var(--qt-grey-medium);
}

.bs-popover-top > .arrow::after {
    border-top-color: var(--qt-grey-medium);
}

.bs-popover-bottom > .arrow::after {
    border-bottom-color: var(--qt-grey-medium);
}

.popover .popover-header {
    background-color: var(--qt-grey);
}

.qt_sectionTitle {
    margin-bottom: 0.5rem;
}

    .qt_sectionTitle h3 {
        display: inline-block;
        margin-right: 30px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 32px;
        align-items: center;
        color: var(--sectiontitle-color);
        mix-blend-mode: normal;
    }

    .qt_sectionTitle span {
        padding-right: 30px;
        line-height: 1.2; /* Same line height as h3 */
        font-size: 0.8rem;
    }

    .qt_sectionTitle .collapsed .hide {
        display: none;
    }

    .qt_sectionTitle .show {
        display: none;
    }

    .qt_sectionTitle .collapsed .show {
        display: unset;
    }

.qt_sectionContent {
    margin-bottom: 1.5rem;
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    /* QTWhite */
    background: var(--qt-white);
    border: 1px solid var(--qt-grey);
    border-radius: 10px;
    box-shadow: 0px 4px 8px -4px rgba(10, 13, 18, 0.11), 0px 4px 6px -2px rgba(10, 13, 18, 0.06);
}

.no-border {
    border: none;
    box-shadow: none;
}

.popupWindow #kt_content {
    padding-top: 0;
}

.popupWindow .title {
    margin: 0 -25px 25px;
}

.apexcharts-pie .apexcharts-datalabels.legend-mouseover-inactive {
    /* Keep % labels readable for legend hover */
    opacity: 1;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
    color: var(--qt-dark);
}

.multiselect-container > .multiselect-option.dropdown-item,
.multiselect-container > .multiselect-all.dropdown-item {
    padding: 0.5rem 0.75rem;
}

#NavConfirmModal .modal-body i {
    font-size: 2em;
}

.qt_PageTitle {
    /* Dsp/dsp Md-Semibold */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    padding-right: 10px;
    /* identical to box height, or 133% */
    /* Brand/Brand-600 */
    color: var(--pagetitle-color);
}

/* tab style */
.quiktravelsearch-tab-collection div {
    font-family: Poppins;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    margin-left: 1px;
    margin-right: 1px;
    gap: 10px;
    background-color: var(--tab-color);
    color: var(--tab-color-text);
    cursor: pointer;
    border-top: 1px solid var(--tab-color);
    border-left: 1px solid var(--tab-color);
    border-right: 1px solid var(--tab-color);
    border-radius: 10px 10px 0px 0px;
    /*box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);*/
    box-shadow: 0px 4px 8px -4px rgba(10, 13, 18, 0.15), 4px -4px 6px -2px rgba(10, 13, 18, 0.1);
    margin-top: 5px;
}

    .quiktravelsearch-tab-collection div.selected-tab {
        background-color: var(--tab-selected-color);
        color: var(--tab-selected-text-color);
        font-weight: 700;
        border-color: var(--tab-selected-color, #FFF) #FFF #FFF;
        margin-bottom: -2px;
        margin-top: 0px !important;
    }

    .quiktravelsearch-tab-collection div .searchicon {
        font-size: 1.25rem;
        color: var(--tab-color-text);
    }

    .quiktravelsearch-tab-collection div.selected-tab .searchicon {
        background-color: var(--tab-selected-color);
        color: var(--tab-selected-text-color);
    }


.quiktravelsearch-tab-collection + .card.card-custom {
    border-radius: 0px 10px 10px 10px;
    margin-top: 1px;
    border-top: 0px;
    border-left: 1px solid var(--qt-grey);
    border-right: 1px solid var(--qt-grey);
    border-bottom: 1px solid var(--qt-grey);
}

.cancelledByDetails {
    cursor: pointer;
}

.navConfirmMessage{
    font-size: 14px; 
}

/* label override */
.form-group label {
    font-size: 12px;
}

.label.label-inline {
    border-radius: 22px;
}

.label.paxtype {
    width: auto;
    padding: 0.15rem 0.4rem;
    margin-left: 0.3rem;
    vertical-align: bottom;
    border-radius: 22px;
    border: 1px solid #4898c5;
    color: #4898c5;
    background-color: transparent;
}

.ptabDataCssClass {
    margin: 10px;
}

/* Highlight search term in Select2 result item */
li.select2-results__option .match {
    background-color: yellow;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border: 1px solid var(--input-border-color);
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid var(--input-border-focus-color);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px;
}


/* Custom accordian style */
.accordion.accordion-toggle-arrow .card {
    border: 1px solid #D5D7DA;
}

    .accordion.accordion-toggle-arrow .card .card-header .card-title,
    .accordion .card .card-header .card-title > i {
        color: #0066CC;
    }

.accordion .card .card-header .card-title {
    padding: .5rem 1.25rem;
}

.accordion .card .card-header .card-subheading-withicon {
    padding: .25rem 3.5rem;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    color: var(--qt-grey-dark);
    font-family: Roboto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.15s ease;
}

.accordion .card .card-header .card-subheading {
    padding: .25rem 1.25rem;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    color: var(--qt-grey-dark);
    font-family: Roboto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.15s ease;
}

.accordion.accordion-solid .card {
    margin-bottom: 0.25rem;
    font-family: Poppins;
}

.accordion.accordion-panel .card .card-body {
    font-family: Roboto;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed:after {
    color: #7E8299;
    transform: rotate(-180deg);
}

.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed,
.accordion .card .card-header .card-title.collapsed > i {
    color: #00488F;
}

.accordion.accordion-toggle-arrow .card.taskcomplete .card-header .card-title.collapsed,
.accordion.accordion-toggle-arrow .card.taskcomplete .card-header .card-title,
.accordion .card.taskcomplete .card-header .card-title.collapsed > i,
.accordion .card.taskcomplete .card-header .card-title > i {
    color: var(--qt-success-color);
}

.accordion .accordion .card {
    border: 1px solid #0066CC;
}

    .accordion .accordion .card:has(.card-title.collapsed):not(.taskcomplete) {
        border: 1px solid #D5D7DA;
    }

    .accordion .accordion .card.taskcomplete {
        border: 1px solid var(--qt-success-color);
    }

.accordion .card .card-header .card-title.collapsed.disabled,
.accordion .card .card-header .card-title.collapsed.disabled ~ .card-subheading,
.accordion .card .card-header .card-title.collapsed.disabled ~ .card-subheading-withicon {
    cursor: not-allowed;
    color: var(--qt-grey-medium);
    background: #F5F5F5;
}

    .accordion .card .card-header .card-title.collapsed.disabled > i {
        color: var(--qt-grey-medium);
    }


/* Bag dropdown */
.form-control.bagdropdown {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #4E5BA6;
    background: #F8F9FC;
    box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
    border-radius: 4px 4px 0px 0px;
    color: var(--qt-grey-dark);
}

    .form-control.bagdropdown::placeholder {
        color: #D5D7DA;
    }

    .form-control.bagdropdown.disabled,
    .form-control.bagdropdown:disabled {
        cursor: not-allowed;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid var(--qt-grey-medium);
        background: #F8F9FC;
        box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
        border-radius: 4px 4px 0px 0px;
        color: #D5D7DA;
    }

/* Switch Control */
.switch.switch-outline.switch-qt input:checked ~ span:after {
    color: var(--switch-outline-color);
    background-color: var(--switch-background-color);
    border-color: var(--switch-outline-color);
}

.switch.switch-outline.switch-qt input:checked ~ span:before {
    border: 2px solid var(--switch-outline-color);
    background-color: var(--switch-outline-color);
}

.switch.switch-qt input:empty ~ span:before {
    background-color: var(--switch-notselected-color);
}

.switch.switch-qt input:empty ~ span:after {
    background-color: var(--switch-background-color);
    opacity: 1 !important;
}

.switch.switch-outline.switch-qt input[disabled]:checked ~ span:before {
    color: var(--switch-disabled-outline-color);
    border: 2px solid var(--switch-disabled-outline-color);
    background-color: var(--switch-disabled-color);
}

.switch.switch-outline.switch-qt input[disabled]:checked ~ span:after {
    color: var(--switch-disabled-outline-color);
}

.switch.switch-qt input[disabled] ~ span:before {
    background-color: var(--switch-disabled-outline-color);
    border: 2px solid var(--switch-disabled-outline-color);
    background-color: var(--switch-disabled-color);
}

.switch.switch-qt input[disabled] ~ span:after {
    background-color: var(--switch-background-color);
    opacity: 1 !important;
}


@media (max-width: 991.98px) {
    .aside-minimize .header-logo, .no-side-menu .header-logo {
        display: none !important;
    }

    .popupWindow #kt_content .title {
        margin: 0 -15px 15px;
    }
}


#tblRelocators tr.relocRow:hover,
#tblQueues tr:hover,
#tblRefunds tr:hover {
    background-color: var(--qt-table-background-color); /*rgba(229,234,238,0.6);*/
}


.managebookings_search .ticket-table tbody tr:hover,
.trackqueues_search .ticket-table tbody tr:hover,
.trackrefunds_search .ticket-table tbody tr:hover {
    background-color: var(--qt-table-background-color);
}

.trackqueues_search .queue-table tbody tr:hover {
    background-color: var(--qt-table-background-color);
}

#tblRelocators tr.relocRow.details {
    background-color: #E5EAEE;
}


/* Color for check and cross */
.text-success {
    color: var(--qt-success-color) !important;
}

.success-style {
    /*display: block;*/
    color: var(--qt-success-color);
    border-radius: 100%;
    padding: 0 !important;
}

.error-style {
    /*display: block;*/
    color: var(--qt-danger-color);
    border-radius: 100%;
    padding: 0 !important;
}

/* SVG style for icons */
svg, symbol, defs, style {
    fill: inherit;
}

.svg-img {
    width: 16px !important;
    height: 16px !important;
    vertical-align: middle;
    margin-right: 1px;
}

.svg-img-md {
    width: 1.5rem !important;
    height: 1.5rem !important;
    vertical-align: middle;
    margin-right: 1px;
}

.svg-img-lg {
    width: 2rem !important;
    height: 2rem !important;
    vertical-align: middle;
    margin-right: 1px;
}

.svg-img-xl {
    width: 4rem !important;
    height: 4rem !important;
    vertical-align: middle;
    margin-right: 1px;
}

.alert-img-lg {
    width: 32px !important;
    height: 32px !important;
    vertical-align: middle;
    margin-right: 27px;
}

.alert-img-sm {
    width: 16px !important;
    height: 16px !important;
    vertical-align: middle;
    margin-right: 22px;
}

.svg-img-light,
.svg-img-light use > svg {
    color: var(--qt-grey-light);
}

.svg-img-med,
.svg-img-med use > svg {
    color: var(--qt-grey-medium);    
}

.svg-img-dark,
.svg-img-dark use > svg {
    color: var(--qt-grey-dark);
}

.svg-img-white,
.svg-img-white use > svg {
    color: var(--qt-white);
}

.svg-img-warning,
.svg-img-warning use > svg {
    color: var(--qt-warning-color);
}
.svg-img-danger,
.svg-img-danger use > svg {
    color: var(--qt-danger-color);
}
.svg-img-success,
.svg-img-success use > svg {
    color: var(--qt-success-color);
}
.svg-img-info,
.svg-img-info use > svg {
    color: var(--qt-info-color);
}

.svg-img-hover:hover,
.svg-img-hover:hover use > svg {
    color: var(--brand-hover);
    border-color: transparent;
}

/* SVG rotation of image - used for chevrons and other shapes*/
.svg-img-45 {
    transform: rotate(45deg);
}
.svg-img-90 {
    transform: rotate(90deg);
}
.svg-img-180 {
    transform: rotate(180deg);
}
.svg-img-270 {
    transform: rotate(270deg);
}

/* Airline Logo css style */
.logo {
    width:30px; 
    height:30px;
}


/* Ancilliary button card style*/
.ancillarybtn {
    margin: 6px;
    background-color: var(--radio-button-background);
}
    .ancillarybtn:hover {
        color: var(--radio-button-hover);
        background-color: var(--radio-button-active-background);
    }

/* Radio Button Group style */
.radio-button-group {
    justify-content: center;
    align-items: center;
    border: 1px solid var(--radio-button-border);
    color: var(--radio-button-color);
    background-color: var(--radio-button-background);
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
}

    .radio-button-group:hover {
        color: var(--radio-button-hover);
        background-color: var(--radio-button-background);
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }

    .radio-button-group > img {
        width: 15px !important;
        height: 15px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .radio-button-group > button {
        padding: 0px !important;
    }

    .radio-button-group:not(:hover) {
        color: var(--radio-button-hover) !important;
    }

    .radio-button-group:not(:disabled):not(.disabled):active:not(.btn-text),
    .radio-button-group:not(:disabled):not(.disabled).active {
        color: var(--radio-button-color);
        background-color: var(--radio-button-active-background);
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }

        .radio-button-group:not(:disabled):not(.disabled).active,
        .radio-button-group:not(:disabled):not(.disabled).active i {
            color: var(--radio-button-color);
        }

.btn-group > .radio-button-group.btn:first-child:not(.dropdown-toggle), .btn-group > radio-button-group.btn-group:first-child > .btn {
    border-radius: 22px 0px 0px 22px !important;
}

.btn-group > .radio-button-group.btn:not(:last-child):not(:first-child):not(:only-child):not(.dropdown-toggle), .btn-group > radio-button-group.btn-group:not(:last-child):not(:first-child):not(:only-child) > .btn {
    border-radius: 0px 0px 0px 0px !important;
}

.btn-group > .radio-button-group.btn:last-child:not(.dropdown-toggle), .btn-group > radio-button-group.btn-group:last-child > .btn {
    border-radius: 0px 22px 22px 0px !important;
}

.btn-group > .radio-button-group.btn:only-child:not(.dropdown-toggle), .btn-group > radio-button-group.btn-group:only-child > .btn {
    border-radius: 22px 22px 22px 22px !important;
}
    

.FareQuote .routingTable .col,
.FareQuote .routingTable .col {
    padding-right: 0;
    padding-left: 0;
}
.FareQuote .routingTable .row div:first-child {
    padding-left: 12.5px;
}
.FareQuote .routingTable .row div:last-child {
    padding-right: 12.5px;
    text-align: right;
}

.FareQuote .routingTable .col.ordr {
    flex: 0 0 4%;
    max-width: 4%;
}
.FareQuote .routingTable .col.ordr i {
    display: inline;
    font-size: 18px;
    cursor: pointer;
}
.FareQuote .routingTable .col.ordr i.down {
    line-height: 0;
}
.FareQuote .routingTable .sectors .row:first-child i.up,
.FareQuote .routingTable .sectors .row:last-child i.down {
    display: none;
}

.FareQuote .routingTable .col.orig,
.FareQuote .routingTable .col.dest
{
    flex: 0 0 17%;
    max-width: 17%;
}
.FareQuote .routingTable .col.depd {
    flex: 0 0 9%;
    max-width: 9%;
}
.FareQuote .routingTable .col.carr,
.FareQuote .routingTable .col.cls {
    flex: 0 0 16%;
    max-width: 16%;
}
.FareQuote .routingTable .col.rtt {
    flex: 0 0 11%;
    max-width: 11%;
}
.FareQuote .routingTable .col.actn {
    flex: 0 0 10%;
    max-width: 10%;
}

.FareQuote .sectorHeadings {
    font-weight: 500;
}
.FareQuote .sectors .row, 
.FareQuote .NewSector {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 2px solid #ECF0F3;
}

.FareQuote .NewSector .select2-container {
    width: 100%;
}

.FareQuote .select2-container.select2-container--open .select2-dropdown {
    width: 350px !important;
}
.FareQuote .NewSector .select2-container .select2-selection--single {
    height: calc(1.5em + 1.3rem + 2px);
}

.FareQuote .commentWarning {
    color: red;
}

.FareQuote .input-validation-error[data-valmsg-for="NewSector"] {
    display: inline;
}
.faresearch_search .TravelType {
    width: 100%;
}
.faresearch_search .TravelType .btn {
    width: 50%;
}
.faresearch_search .flexibleDates .checkbox {
    margin-right: 30px;
    margin-top: 9.45px;
}
.faresearch_search .flexibleDays .form-group {
    display: none;
}
.faresearch_search #FlexibleDays {
    max-width: 70px;
    border-top-left-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}

.faresearch_search .daterangepicker .drp-calendar td.today.active {
    background-color: #6993FF !important;
    color: #FFFFFF !important;
}

.faresearch_search .form-group.validated .invalid-feedback {
    display: inline-block !important;
}
.faresearch_search a.toggler {
    display: inline-block;
}
.faresearch_search a.toggler .collapseIcon {
    width: 13px;
    font-size: 20px;
    vertical-align: text-bottom
}
.faresearch_search a.toggler .collapseIcon:before {
    content: "\f0d7";
}
.faresearch_search a.toggler.collapsed .collapseIcon {
    text-align: center;
}
.faresearch_search a.toggler.collapsed .collapseIcon:before {
    content: "\f0da";
}
.faresearch_search #Airlines {
    height: calc(1.5em + 1.3rem + 2px);
}
.faresearch_search .select2-container.select2-container--open .select2-dropdown {
    width: 350px !important;
}
.faresearch_search #Airlines + .select2-container,
.faresearch_search #IndexFare_Airline + .select2-container {
    flex: 1 1 0;
}
.faresearch_search .preferredAirlineControl {
    width: 100%;
    border: 1px #e2e5ec solid;
}
.faresearch_search .preferredAirlineControl span {
    display: block;
}
.faresearch_search .preferredAirlineList {
    max-height: 190px;
    overflow: auto;
}
.faresearch_search .preferredAirlineList div {
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.faresearch_search .preferredAirlineList div img {
    width: 80px;
}

.faresearch_search .singleCarrierCol .checkbox,
.faresearch_search .isStopOverCol .checkbox {
    margin-top: 9px;
}

.faresearch_search #MarkupType {
    flex-grow: 0.5;
}
.faresearch_search .btn-group-toggle.CarrierTypeIsParticipating label {
    width: 50%;
}
.faresearch_search .btn-group-toggle.AirlineGroup label {
    width: 25%;
}
.faresearch_search #btnFareSearch {
    margin-left: 15px;
}
.faresearch_search .FarePriceDisplayType .btn {
    width: 80px;
}
.faresearch_search .priceTypeNotice {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #4898c5;
    background-color: #EFF6FA;
}
/* P2P Search Results*/
.faresearch_search #ResultsCount {
    margin-bottom: 0;
}
.faresearch_search .filterLink {
    cursor: pointer;
    color: #4898c5;
}
.faresearch_search #filterAirlineList {
    max-height: 157px;
    overflow: auto;
}
.faresearch_search #filterAirlineList .onlyAirline {
    display: inline-block;
}
.faresearch_search #filterAirlineList .onlyAirline,
.faresearch_search #filterCabinClassList .onlyCabinClass {
    margin-left: 5px;
}
.faresearch_search #ResultsFilter .tools button {
    width: 140px;
}
.faresearch_search .tools .checkbox {
    width: 140px;
    margin-top: 0.75rem;
    margin-bottom: 0;
}
.faresearch_search .AirlineHeader {
    margin-bottom: 5px;
    border: 1px solid #e2e5ec;
}

.faresearch_search .AirlineHeaderTitle {
    width: 100%;
    text-align: unset;
    font-size: 1.25rem;
    background-color: unset;
    padding: 5px 20px;
    border: none;
    border-bottom: 1px solid #e2e5ec;
}

.faresearch_search .AirlineHeaderTitle:focus {
    outline: unset;
}
.faresearch_search .AirlineHeaderTitle .logoContainer {
    width: 120px;
}
.faresearch_search .AirlineHeaderTitle span.logo {
    /* text logo for multiple or unknown airline */
    padding: 5px 10px;
    border: 1px solid lightgrey;
    font-size: 1rem;
    min-width: 80px;
    display: inline-block;
    text-align: center;
}
.faresearch_search .AirlineHeaderTitle .airlineCode {
    width: 120px;
}
.faresearch_search .AirlineHeaderTitle>span {
    display: inline-block;
    margin-right: 10px;
}
.faresearch_search .AirlineHeaderTitle .minPrice {
    width: 40%;
}
.faresearch_search .AirlineHeaderTitle .indicators {
    height: 36px;
    vertical-align: middle;
}
.faresearch_search .AirlineHeaderTitle .indicators .fareIcon{
    margin-right: 5px;
}
.faresearch_search .AirlineHeader .FareList {
    padding: 0 10px;
}
.faresearch_search #ResultsFareList .fare {
    margin-bottom: 10px;
    width: 100%;
}
.faresearch_search #ResultsFareList .AirlineHeader .FareList .fare {
    padding: 10px;
}
.faresearch_search #ResultsFareList .fare .fareHeader {
    font-size: 1.2em;
    margin-bottom: 10px;
    padding: 6px 0;
}
.faresearch_search #ResultsFareList .fare .fareHeader >div {
    -webkit-align-self: center;
    -o-align-self: center;
    align-self: center;
}

.faresearch_search #ResultsFareList .fareDetails .col {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.faresearch_search #ResultsFareList .fareDetails .col > div {
    display: inline-block;
    vertical-align: top;
}
.faresearch_search #ResultsFareList .colPrice {
    width: 18%;
    text-align: center;
}
.faresearch_search #ResultsFareList .colLogo {
    width: 12%;
    min-width: 100px;
    padding-top: 1em;
    padding-left: 10px;
}
.faresearch_search #ResultsFareList .colDates {
    width: 30%;
}
.faresearch_search #ResultsFareList .colStay {
    width: 17%;
}
.faresearch_search #ResultsFareList .colRes {
    width: 13%;
}
.faresearch_search #ResultsFareList .colCat {
    -o-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.faresearch_search #ResultsFareList .price,
.faresearch_search #ResultsFareList .agentNetAmount {
    color: #FF6600;
    display: block;
}
.faresearch_search #ResultsFareList .fare .fareLabel {
    font-weight: bold;
}
.faresearch_search #ResultsFareList .price .currency {
    font-size: 1.1em;
}
.faresearch_search #ResultsFareList .price .amountInc,
.faresearch_search #ResultsFareList .price .amountEx {
    font-size: 1.8em;
}

.faresearch_search #ResultsFareList .AirlineHeader .minPriceInc,
.faresearch_search #ResultsFareList .AirlineHeader .incTax,
.faresearch_search #ResultsFareList .price .amountInc,
.faresearch_search #ResultsFareList .priceTaxMessage,
.faresearch_search #ResultsFareList .taxes {
    display: none;
}
.faresearch_search #ResultsFareList.showTaxes .AirlineHeader .minPriceInc,
.faresearch_search #ResultsFareList.showTaxes .price .amountInc,
.faresearch_search #ResultsFareList.showTaxes .priceTaxMessage {
    display: inline;
}
.faresearch_search #ResultsFareList.showTaxes .AirlineHeader .incTax,
.faresearch_search #ResultsFareList.showTaxes .taxes {
    display: inline-block;
}
.faresearch_search #ResultsFareList .price .amountEx,
.faresearch_search #ResultsFareList .AirlineHeader .minPriceEx {
    display: inline;
}
.faresearch_search #ResultsFareList.showTaxes .price .amountEx,
.faresearch_search #ResultsFareList.showTaxes .AirlineHeader .minPriceEx,
.faresearch_search #ResultsFareList.showTaxes .notaxes {
    display: none;
}

.faresearch_search #ResultsFareList .taxPopoverContainer .popover {
    max-width: inherit;
}
.faresearch_search #ResultsFareList .taxPopover {
    width: 280px;
}
.faresearch_search #ResultsFareList .taxPopover .row {
    margin-bottom: 0.5rem;
}
.faresearch_search #ResultsFareList .taxPopover .taxList div:nth-child(odd) {
    padding-right: 0;
}
.faresearch_search #ResultsFareList .taxPopover .taxList div:nth-child(4n+3) {
    padding-left: 25px;
}
.faresearch_search #ResultsFareList .taxPopover .taxList div:nth-child(even) {
    text-align: right;
    padding-left: 0;
}
.faresearch_search #ResultsFareList .taxPopover .taxList div:nth-child(4n+2) {
    padding-right: 40px;
}
.faresearch_search #ResultsFareList .fareTools {
    text-align: right;
}
.faresearch_search #ResultsFareList .fareTools .fareIcon,
.faresearch_search #ResultsFareList .fareHeader .priceCode {
    cursor: pointer;
}
.faresearch_search #ResultsFareList .fareCategory,
.faresearch_farecompare .fareCategory {
    color: #fff;
    display: inline-block;
    padding: 1px 6px;
    font-size: 12px;
    margin-bottom: 5px;
}
.faresearch_search #ResultsFareList .fareCategory.ITFare,
.faresearch_farecompare .fareCategory.ITFare {
    background-color: #c62626;
}
.faresearch_search #ResultsFareList .fareCategory.Net,
.faresearch_farecompare .fareCategory.Net{
    background-color: #058dc7;
}
.faresearch_search #ResultsFareList .fareCategory.Gross,
.faresearch_farecompare .fareCategory.Gross {
    background-color: #70A415;
}
.faresearch_search #ResultsFareList a.fareWarnings {
    color: darkred;
    font-size: 1.8em;
}
.faresearch_search .popover.fareWarnings .popover-body {
    color: #c62626;
    font-size: 1rem;
    font-weight: bold;
}
.faresearch_search #ResultsFareList .blur {
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.faresearch_search #ResultsFareList .fareFooter .col {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faresearch_search #ResultsFareList .fareFooter .col > div {
    display: inline-block;
}
.faresearch_search #ResultsFareList .status span {
    display: block;
    padding: 5px 25px;
    margin: 5px 20px;
    font-weight: bold;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
}
.faresearch_search #ResultsFareList .status .expired {
    border-color: #b94a48;
    background-color: #f2dede;
    color: #b94a48;
}
.faresearch_search #ResultsFareList .status .updating {
    border-color: #C09853;
    background-color: #FCF8E3;
    color: #C09853;
}
.faresearch_search #ResultsFareList .status .guideOnly {
    border-color: #666666;
    background-color: #e5e5e5;
    color: #666666;
}

/* Fare Icons - on search results and faresheet */
.fareIcon {
    width: 36px;
    height: 36px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: solid 2px #808080;
    vertical-align: bottom;
    text-align: center;
    display: inline-block;
}
i.fareIcon.fas,
i.fareIcon.far {
    font-size: 23px;
    color: #808080;
    padding-top: 4px;
}
.fareIcon img {
    -ms-opacity: .7;
    opacity: .7;
    width: 30px;
    height: 30px;
    margin-top: 1px;
}
.fareIcon.off {
    -ms-opacity: .3;
    opacity: .3;
}
.fareIcon.compare {
    width: 68px;
}
.fareIcon.compare .checkbox {
    display: inline-block;
}
.fareIcon.compare .checkbox span {
    margin-top: -4px;
}
.fareIcon.compare img{
    margin-left: -4px;
}
/* Index Search */
.faresearch_indexsearch .IndexFareColumn label,
.faresearch_indexsearch .IndexFareColumn > div {
    margin-left: 11%;
}

.faresearch_indexsearch .IndexFareList div,
.faresearch_indexsearch .AirlineFareList div {
    padding: 6px 3px;
    cursor: pointer;
    font-size: 1.2em;
}
.faresearch_indexsearch .IndexFareList div i,
.faresearch_indexsearch .AirlineFareList div i {
    font-size: 1.2em;
    margin-right: 5px;
    color: #4898C5;
}
.faresearch_indexsearch .FareTitle {
    font-size: 1.25rem;
    font-weight: 500;
    padding: .5rem 1rem;
}
.faresearch_indexsearch .IndexFare .FareTitle .viewFaresheet {
    cursor: pointer;
}
.faresearch_indexsearch .IndexFare .FareTitle .viewFaresheet,
.faresearch_indexsearch .IndexFare table tr td:first-child {
    width: 150px;
}
.faresearch_indexsearch .FareActions {
    vertical-align: bottom;
    text-align: right;
    width: 100px;
    padding-right: 0;
}
.faresearch_indexsearch .FareActions i {
    margin-left: 5px;
    cursor: pointer;
}
.faresearch_indexsearch .IndexFare[data-inLib='true'] .fareLibrary,
.faresearch_search #ResultsFareList .fareTools .fareLibrary.on {
    font-weight: 900;
    color: #ffa800;
}

/* Fare Compare */

.faresearch_farecompare .container-fluid {
    padding: 0 10px;
}
.faresearch_farecompare.popupWindow #kt_content .title {
    margin: 0 -10px 10px;
}
.faresearch_farecompare #btnPrint {
    margin-bottom: 10px;
    float: right;
    cursor: pointer;
}

.faresearch_farecompare #compareTableContainer table th {
    width: 10%;
    height: 30px;
    padding-top: 5px;
    background-color: rgb(217,237,247);
}
.faresearch_farecompare #compareTableContainer table th div { min-width: 80px; }
.faresearch_farecompare #compareTableContainer table .rule th {
    background-color: rgb(244,244,244);
}
.faresearch_farecompare #compareTableContainer table td {
    padding-top: 5px;
    width: 45%;
}
.faresearch_farecompare #compareTableContainer table.threefares td {
    width: 30%;
}
.faresearch_farecompare #compareTableContainer table [data-name="MarketCarrier"] td,
.faresearch_farecompare #compareTableContainer table [data-name="FareCategory"] td {
    padding-top: 0.3rem;
}

.faresearch_farecompare .fareCategory {
    margin-bottom: 0;
    margin-top: 2px;
}

.faresearch_farecompare .viewFaresheet {
    cursor: pointer;
    color: #0069d9;
}
@media (max-width: 991.98px) {
    .faresearch_farecompare.popupWindow #kt_content .title {
        margin: 0 -10px 10px;
    }
}
@media print {
    .faresearch_farecompare #btnPrint {
        display: none;
    }
    .faresearch_farecompare .fareCategory {
        color: #464E5F;
        background-color: white;
    }
    .faresearch_farecompare #compareTableContainer table.pageBreakBefore {
        page-break-before: always;
        break-before: page;
    }
}
.Faresheet #guide {
    position: fixed;
    width: 100%;
    background-color: #e2e5ec;
    text-align: center;
    padding: 13px;
    z-index: 1000;
    left: 0;
    font-size: 1.2em;
}
.Faresheet .guideonly .faresheetContent {
    /* Leave space for Guide Only bar */
    margin-top: 80px;
}
.Faresheet .faresheetTools #btnPrint {
    cursor: pointer;
}
.Faresheet .faresheetTools .input-group {
    width: auto;
}

.Faresheet #status {
    padding: 9px;
    text-align: center;
    margin: 15px -25px;
    background-color: #fcf8e3;
    font-size: 1.2em;
}
.Faresheet #status.Expired {
    color: #b94a48;
    background-color: #f2dede;
}

.Faresheet .faresheetContent > h3, /* Airline */
.Faresheet #fares .fareTitle {
    margin-top: 2rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e5ec;
}
.Faresheet .fsheader dt,
.Faresheet #fares dt {
    text-align: right;
}

.Faresheet #fares .fareTitle h3 {
    padding-top: 15px;
    margin-bottom: 0;
}
.Faresheet #fares .icon-container .fareIcon {
    margin-left: 5px;
}
.Faresheet #notes {
    padding: 3px 0;
    border-top: 1px solid #e2e5ec;
    border-bottom: 1px solid #e2e5ec;
    margin-bottom: 1.5rem;
}
.Faresheet #notes label {
    margin-bottom: 0;
    font-weight: bold;
}
.Faresheet #prices {
    margin-bottom: 1.5rem;
}

.Faresheet .faresheetTools .btn-group.View label {
    width: 135px;
}
.Faresheet .faresheetContent.noPriceCode tr.price-code td {
    display: none;
}
.Faresheet .faresheetContent.noDates td.dates {
    display: none;
}

.Faresheet .searched-port {
    color: #CC333F;
}
.Faresheet .selected-fareprice {
    background-color: #ffffcf;
}
.Faresheet .numeric {
    text-align: right;
}
.Faresheet #fares table {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.Faresheet #fares td,
.Faresheet #fares th {
    border: 1px solid #e6e6e6;
    padding: 6px;
}
.Faresheet #fares th {
    background-color: #ebf2f6;
    border-width: 1px 0;
}
.Faresheet #fares th:first-child {
    border-left-width: 1px;
}
.Faresheet #fares th:last-child {
    border-right-width: 1px;
}

.Faresheet #fares .dates {
    background-color: #f4f4f4;
}
.Faresheet #fares .multiple th {
    border: 1px solid #e6e6e6;
}

.Faresheet #rulesCollapseAll,
.Faresheet #rulesExpandAll {
    cursor: pointer;
    padding: 3px;
}
.Faresheet #rulesExpandAll {
    margin-right: 20px;
}
.Faresheet #rulesCollapseAll {
    margin-right: 8px;
}
.Faresheet #rulesCollapseAll i,
.Faresheet #rulesExpandAll i {
    margin-left: 5px;
    color: #464E5F;
}
.Faresheet .ruleToggle {
    float: right;
    cursor: pointer;
    padding: 3px 0 3px 3px;
}
.Faresheet #display-rules .ruleToggle span {
    display: inline-block;
}
.Faresheet #display-rules .ruleToggle i {
    color: #464E5F;
    margin-left: 5px;
}
.Faresheet #display-rules .ruleToggle i:before {
    margin-left: 5px;
    content: "\f0fe";
}
.Faresheet #display-rules .ruleToggle.expanded span {
    display: none;    
}
.Faresheet #display-rules .ruleToggle.expanded i:before {
    content: "\f146";
}
.Faresheet .rulenotprinted {
    display: none;
    float: right;
}

.Faresheet #rules dt span {
    padding: 7px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    background-color: #e2e5ec;
    border: 1px solid #e2e5ec;
}
.Faresheet #rules dd div {
    padding: 5px;
    padding-right: 10px;
    border: 1px solid #e2e5ec;
    min-height: 34px;
    margin-left: -10px;
}
.Faresheet #rules dd, 
.Faresheet #rules dt {
    margin-bottom: 10px;
}
.Faresheet #rules pre {
    font-size: 100%;
    margin-bottom: 0;
}
.Faresheet .workbreakall {
    word-break: break-all;
}
.Faresheet #updated-rule td {
    vertical-align: top;
}

.Faresheet #additionalInfo .file {
    display: block;
}

.Faresheet .faresheetError #closeCountdown span {
    width: 1em;
    display: inline-block;
    text-align: right;
}

@media (max-width: 991.98px) {
    .Faresheet #status {
        margin: 15px -15px;
    }
}

@media print {
    .Faresheet .faresheetTools,
    .Faresheet .ruleToggle,
    .Faresheet .tooltip {
        display: none;
    }
    .Faresheet .rulenotprinted {
        display: inline-block;
    }
    .Faresheet .ruleToggle.expanded + .rulenotprinted {
        display: none;
    }
    .Faresheet pre {
        border: none;
    }
    .Faresheet .file a {
        color: inherit;
        text-decoration: none;
    }
}
.home_browserunsupported #topbarLogOn,
.home_cookiesrequired #topbarLogOn {
    display: none;
}
.home_index #TicketingChartRow .qtLoading {
    display: inline-block;
    vertical-align: middle;
}
.home_index #TicketingChartRow .card-body {
    padding-bottom: 1rem;
}
.home_index #AirlineTicketsChart {
    /*    max-height: 360px;*/
    max-width: 320px;
    margin: auto;
}
.managebookings_search .detailedDataToggle .collapseIcon:before,
.trackqueues_search .detailedDataToggle .collapseIcon:before,
.trackrefunds_search .detailedDataToggle .collapseIcon:before {
    content: "\f107";
    cursor: pointer;
}

.managebookings_search .detailedDataToggle.closed .collapseIcon:before,
.trackqueues_search .detailedDataToggle.closed .collapseIcon:before,
.trackrefunds_search .detailedDataToggle.closed .collapseIcon:before {
    content: "\f105";
    cursor: pointer;
}

.managebookings_search .sectionCollapse.collapseIcon:before,
.trackqueues_search .sectionCollapse.collapseIcon:before,
.trackrefunds_search .sectionCollapse.collapseIcon:before {
    content: "\f107";
    cursor: pointer;
}

.managebookings_search .sectionCollapse.collapsed.collapseIcon:before,
.trackqueues_search .sectionCollapse.collapsed.collapseIcon:before,
.trackrefunds_search .sectionCollapse.collapsed.collapseIcon:before {
    content: "\f105";
    cursor: pointer;
}

.managebookings_search .searchicon,
.trackqueues_search .searchicon,
.trackrefunds_search .searchicon {
    font-size: 1.25rem;
    color: #FFFFFF;
}

.managebookings_search .image-icon,
.trackqueues_search .image-icon,
.trackrefunds_search .image-icon {
    height: 15px;
    width: 15px;
    margin-right: 5px;
    margin-left: 2px;
    color: #FFFFFF;
}

.managebookings_search #SearchCriteriaContainer,
.trackqueues_search #SearchCriteriaContainer,
.trackrefunds_search #SearchCriteriaContainer {
    max-width: 100% !important;
    /* border: 1px solid #99CCFF;*/
    /* border-radius: 20px;*/
}

.managebookings_search #SearchCriteria_SearchTerm,
.trackqueues_search #SearchCriteria_SearchTerm,
.trackrefunds_search #SearchCriteria_SearchTerm {
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}

/*Manage Bookings search results table styles*/
.managebookings_search #topleftToolbar,
.trackqueues_search #topleftToolbar,
.trackrefunds_search #topleftToolbar {
    display: flex;
    justify-content: flex-end;
    padding-top: 6px;
}
    .managebookings_search #topleftToolbar .checkbox,
    .trackqueues_search #topleftToolbar .checkbox,
    .trackrefunds_search #topleftToolbar .checkbox {
        margin-left: 20px;
    }

.relocExportButton + .dt-button-collection {
    left: 0px !important;
}
.relocExportButton + .dt-button-collection .dropdown-menu {
    border: solid 2px;
    border-color: #E5EAEE
}

.managebookings_search tr.relocRow .itemCounts i,
.trackqueues_search tr.relocRow .itemCounts i,
.trackrefunds_search tr.relocRow .itemCounts i {
    font-size: 1.5rem;
}
.managebookings_search tr.relocRow .itemCounts .svg-icon,
.trackqueues_search tr.relocRow .itemCounts .svg-icon,
.trackrefunds_search tr.relocRow .itemCounts .svg-icon {
    display: inline-block;
    font-size: 1.5rem;
    position: relative;
    top: -2px;
}

    .managebookings_search tr.relocRow .itemCounts .svg-icon svg path,
    .trackqueues_search tr.relocRow .itemCounts .svg-icon svg path,
    .trackrefunds_search tr.relocRow .itemCounts .svg-icon svg path {
        fill: #B5B5C3
    }
.managebookings_search tr.relocRow .itemCounts > span,
.trackqueues_search tr.relocRow .itemCounts > span,
.trackrefunds_search tr.relocRow .itemCounts > span {
    white-space: nowrap;
    margin-right: 7px;
}
.managebookings_search tr.relocRow .itemCounts .label,
.trackqueues_search tr.relocRow .itemCounts .label,
.trackrefunds_search tr.relocRow .itemCounts .label {
    margin-left: -5px;
    height: 18px;
    width: 18px;
    position: relative;
    top: -10px;
}
.managebookings_search tr.relocRow .notickets {
    background-color: transparent;
    border: 1px solid;
    color: var(--qt-grey-base);
}

.managebookings_search .ticket-table {
    border: 1px solid #E5EAEE;
    margin: 0px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.trackrefunds_search .refund-table {
    border: 1px solid #E5EAEE;
    margin: 0px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.trackqueues_search .queue-table {
    border: 1px solid #E5EAEE;
    margin: 0px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.managebookings_search .ticket-table thead tr th:first-child,
.trackqueues_search .refund-table thead tr th:first-child,
.trackrefunds_search .refund-table thead tr th:first-child {
    width: 28px;
}

.managebookings_search .child-table-header,
.trackqueues_search .child-table-header,
.trackrefunds_search .child-table-header {
    padding-left: 0;
}
    .managebookings_search .child-table-header h5,
    .trackqueues_search .child-table-header h5,
    .trackrefunds_search .child-table-header h5 {
        margin-top: 10px;
        display: inline-block;
        font-size: 1.15rem;
    }
        .managebookings_search .child-table-header h5 .svg-icon,
        .managebookings_search .child-table-header h5 i,
        .trackqueues_search .child-table-header h5 .svg-icon,
        .trackqueues_search .child-table-header h5 i,
        .trackrefunds_search .child-table-header h5 .svg-icon,
        .trackrefunds_search .child-table-header h5 i {
            color: #3F4254;
            vertical-align: bottom;
        }
            .managebookings_search .child-table-header h5 .svg-icon svg,
            .trackqueues_search .child-table-header h5 .svg-icon svg,
            .trackrefunds_search .child-table-header h5 .svg-icon svg {
                height: 1.4rem;
                width: 1.4rem;
            }
                .managebookings_search .child-table-header h5 .svg-icon svg path,
                .trackqueues_search .child-table-header h5 .svg-icon svg path,
                .trackrefunds_search .child-table-header h5 .svg-icon svg path {
                    fill: #3F4254
                }
    .managebookings_search .child-table-header:first-child,
    .managebookings_search td.childRow .card,
    .managebookings_search td.childRow .card .dataTables_wrapper .dataTable,
    .trackqueues_search .child-table-header:first-child,
    .trackqueues_search td.childRow .card,
    .trackqueues_search td.childRow .card .dataTables_wrapper .dataTable,
    .trackrefunds_search .child-table-header:first-child,
    .trackrefunds_search td.childRow .card,
    .trackrefunds_search td.childRow .card .dataTables_wrapper .dataTable {
        border-radius: 0;
    }
.managebookings_search td.childRow .card,
.trackqueues_search td.childRow .card,
.trackrefunds_search td.childRow .card {
    border: none;
}
.managebookings_search td.childRow,
.trackqueues_search td.childRow,
.trackrefunds_search td.childRow {
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 0px;
}
.managebookings_search .thirty-char,
.trackqueues_search .thirty-char,
.trackrefunds_search .thirty-char {
    word-break: break-word;
    width: 32ch;
}

/*Ticket Status Styles*/
.managebookings_search .tktStatus.live,
.managebookings_viewbooking .tktStatus.live,
.trackqueues_search .tktStatus.live,
.trackrefunds_search .tktStatus.live
{
    background-color: #039855;
    color: white;
}

.managebookings_search .tktStatus.void,
.managebookings_viewbooking .tktStatus.void,
.trackqueues_search .tktStatus.void,
.trackrefunds_search .tktStatus.void {
    background-color: #D92D20;
    color: white;
}

.managebookings_search .tktStatus.exchange,
.managebookings_viewbooking .tktStatus.exchange,
.trackqueues_search .tktStatus.exchange,
.trackrefunds_search .tktStatus.exchange {
    background-color: #ffde49;
    color: var(--qt-grey-base);
}

.managebookings_search .tktStatus.forrefund,
.managebookings_viewbooking .tktStatus.forrefund {
    background-color: #b91bc5;
    color: white;
}

/*Ticket Type Style*/
.managebookings_search .tktType,
.managebookings_viewbooking .tktType,
.managebookings_viewpnrdetails .tktType,
.trackqueues_search .tktType,
.trackrefunds_search .tktType {
    background-color: #B5B5C3;
    color: white;
}

    .managebookings_search .tktType.tkt,
    .managebookings_viewbooking .tktType.tkt,
    .managebookings_viewpnrdetails .tktType.tkt,
    .trackqueues_search .tktType.tkt,
    .trackrefunds_search .tktType.tkt {
        background-color: #1bc5bd;
        color: white;
    }

    .managebookings_search .tktType.emd,
    .managebookings_viewbooking .tktType.emd,
    .managebookings_viewpnrdetails .tktType.emd,
    .trackqueues_search .tktType.emd,
    .trackrefunds_search .tktType.emd {
        background-color: #6993ff;
        color: white;
    }

.managebookings_search .dropdown-menu .dropdown-header,
.trackqueues_search .dropdown-menu .dropdown-header,
.trackrefunds_search .dropdown-menu .dropdown-header {
    text-align: center;
    font-size: 1.1rem;
    color: #3F4254;
}

/*View CRS Ticket*/
.managebookings_viewcrsticket .prevTicket {
    cursor: pointer;
}

.managebookings_viewcrsticket .nextTicket {
    cursor: pointer;
}

.managebookings_viewcrsticket .crsTicket {
    font-size: 100%;
}

/*Request Refund Styles*/
.managebookings_requestrefund .table-fixed-100,
.trackrefunds_requestrefund .table-fixed-100 {
    width: 100%;
}

    .managebookings_requestrefund .table-fixed-100 thead,
    .managebookings_requestrefund .table-fixed-100 tbody,
    .managebookings_requestrefund .table-fixed-100 tr,
    .managebookings_requestrefund .table-fixed-100 td,
    .managebookings_requestrefund .table-fixed-100 th,
    .trackrefunds_requestrefund .table-fixed-100 thead,
    .trackrefunds_requestrefund .table-fixed-100 tbody,
    .trackrefunds_requestrefund .table-fixed-100 tr,
    .trackrefunds_requestrefund .table-fixed-100 td,
    .trackrefunds_requestrefund .table-fixed-100 th {
        display: block;
    }

        .managebookings_requestrefund .table-fixed-100 tr:after,
        .trackrefunds_requestrefund .table-fixed-100 tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

        .managebookings_requestrefund .table-fixed-100 thead th,
        .trackrefunds_requestrefund .table-fixed-100 thead th {
            height: 35px;
            /*text-align: left;*/
        }

    .managebookings_requestrefund .table-fixed-100 tbody,
    .trackrefunds_requestrefund .table-fixed-100 tbody {
        height: 100px;
        overflow-y: auto;
    }

    .managebookings_requestrefund .table-fixed-100 thead,
    .trackrefunds_requestrefund .table-fixed-100 thead {
        /* fallback */
    }

        .managebookings_requestrefund .table-fixed-100 tbody td,
        .managebookings_requestrefund .table-fixed-100 thead th,
        .trackrefunds_requestrefund .table-fixed-100 tbody td,
        .trackrefunds_requestrefund .table-fixed-100 thead th {
            float: left;
        }

/*Edit SPM Styles*/
.managebookings_editspm input[readonly=readonly] {
    background-color: #e9ecef;
}

.managebookings_editspm .refreshFromGDS .input-group-text {
    background-color: rgba(40,167,69, 0.2) !important;
}

/*Date Range Styles*/
.managebookings_search .daterangepicker .drp-calendar td.off.active,
.trackqueues_search .daterangepicker .drp-calendar td.off.active,
.trackrefunds_search .daterangepicker .drp-calendar td.off.active {
    background-color: rgba(105, 147, 255, 0.12) !important;
    border-color: transparent;
    color: #B5B5C3 !important;
}

.managebookings_search .daterangepicker .drp-calendar td.today.off.active,
.trackqueues_search .daterangepicker .drp-calendar td.today.off.active,
.trackrefunds_search .daterangepicker .drp-calendar td.today.off.active {
    background-color: rgba(105, 147, 255, 0.12) !important;
    border-color: transparent;
    color: #B5B5C3 !important;
}

.managebookings_search .daterangepicker .drp-calendar td.today.active,
.trackqueues_search .daterangepicker .drp-calendar td.today.active,
.trackrefunds_search .daterangepicker .drp-calendar td.today.active {
    background-color: #6993FF !important;
    color: #FFFFFF !important;
}

    .managebookings_search .daterangepicker .drp-calendar td.today.active.start-date,
    .trackqueues_search .daterangepicker .drp-calendar td.today.active.start-date,
    .trackrefunds_search .daterangepicker .drp-calendar td.today.active.start-date {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }


    .managebookings_search .daterangepicker .drp-calendar td.today.active.end-date,
    .trackqueues_search .daterangepicker .drp-calendar td.today.active.end-date,
    .trackrefunds_search .daterangepicker .drp-calendar td.today.active.end-date {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .managebookings_search .daterangepicker .drp-calendar td.today.active.start-date.end-date,
    .trackqueues_search .daterangepicker .drp-calendar td.today.active.start-date.end-date,
    .trackrefunds_search .daterangepicker .drp-calendar td.today.active.start-date.end-date {
        border-radius: 0.42rem;
    }

/* Booking notes style*/
.managebookings_bookingnotes pre,
.trackqueues_bookingnotes pre,
.trackrefunds_bookingnotes pre {
    font-size: 13px !important;
    font-weight: 400;
    font-family: Poppins, Helvetica, "sans-serif";
    white-space: pre-wrap;
    word-wrap: break-word
}

.managebookings_bookingnotes .showallcheckbox,
.trackqueues_bookingnotes .showallcheckbox,
.trackrefunds_bookingnotes .showallcheckbox {
    margin-bottom: 0px !important;
}


/* Refund Order style */
.managebookings_refundorder .notopborder > td ,
    .managebookings_refundorderdetails .notopborder > td {
    border-top: none !important;
}

.managebookings_refundorder .isdisabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.managebookings_refundorder .isdisabled > a {
    color: currentColor;
    display: inline-block; /* For IE11/ MS Edge bug */
    text-decoration: none;
    pointer-events: none;
}

.managebookings_search .form-control,
.trackqueues_search .form-control,
.trackrefunds_search .form-control {
    border-radius: 8px !important;
}

    .managebookings_search .form-control.searchunticketedbookings {
        border: none !important;
    }


/*Booking Status Styles*/
.managebookings_search .bookingStatus {
    background-color: #B5B5C3;
    color: white;
}

    .managebookings_search .bookingStatus.schedulechange {
        background-color: #ff6a00;
        color: white;
    }
    .managebookings_search .bookingStatus.modifiedbooking {
        background-color: #b200ff;
        color: white;
    }

    .managebookings_search .bookingStatus.complete {
        background-color: #1bc5bd;
        color: white;
    }

    .managebookings_search .bookingStatus.inprogress {
        background-color: #ffa800;
        color: white;
    }

    .managebookings_search .bookingStatus.cancelledbooking {
        background-color: #f64e60;
        color: white;
    }

    .managebookings_search .bookingStatus.newbooking {
        background-color: #6993ff;
        color: white;
    }


#topbar_messagesContent td {
    padding: 2px 5px;
    vertical-align: top;
}
.messages_index .UnreadOnly .btn {
    width: 150px;
}
.messages_index #agentMessageList > thead td {
    white-space: nowrap;
}

.messages_index #agentMessageList .collapseIcon:before {
    content: "\f105";
}
.messages_index #agentMessageList .shown .collapseIcon:before {
    content: "\f107";
}
.messages_index #agentMessageList tr.msg > td {
    cursor: pointer;
}
.messages_index #agentMessageList tr.msg:hover {
    background-color: #E5EAEE;
}
.messages_index #agentMessageList tr.msg.shown > td {
    border-top: 1px solid #E5EAEE;
    border-bottom: none;
    background-color: #E5EAEE;
}
.messages_index #agentMessageList tr.msg.shown > td:first-child {
    border-left: 1px solid #E5EAEE;
}
.messages_index #agentMessageList tr.msg.shown > td:last-child {
    border-right: 1px solid #E5EAEE;
}
.messages_index #agentMessageList > tbody > tr:not([role='row']) > td {
    border: 1px solid #E5EAEE;
    border-top: none;
}
.messages_index .msgDetails .row {
    margin-bottom: 10px;
}
.messages_index .msgDetails label {
    font-weight: 500;
}
.messages_index #agentMessageList .tcMessage {
    background-color: #E1E9FF;
    padding: 4px;
}
.messages_index .preformatted {
    white-space: pre-wrap;
    max-height: 200px;
    overflow: auto;
    display: block;
}
.messages_index .queueNote {
    min-width: 400px;
}
.messages_index .lblFilename {
    display: inline-block;
    padding: 6px 0 4px 0;
    font-size: 0.925rem;
}
.messages_index .btnRemoveFile.btn.btn-sm i {
    padding-right: 0;
}
.messages_index select.fileRelatedTo {
    width: auto;
}
.newspromos_index .newsTitle {
    display: inline-block;
    margin-bottom: .5rem;
}
.newspromos_index #qt_content .label.label-danger {
    /* "New" indicator */
    vertical-align: bottom;
    margin-left: 0.25rem;
}
.newspromos_index .viewFaresheet {
    cursor: pointer;
    color: #4898C5;
}
.newspromos_index .accordion .card .card-header .card-title {
    padding: 2rem 2.25rem;
}
.newspromos_index .accordion .card .card-body {
    padding: 2rem 2.25rem;
}
.newspromos_index .accordion .card .card-header .card-title:after {
    right: 2rem;
}
.newspromos_index .accordion.accordion-toggle-arrow .card .card-header .card-title:after {
    font-size: 1rem;
}
.reporting_index #qt_content .card-toolbar .nav .nav-link .nav-icon i,
.reporting_index #qt_content .card-toolbar .nav .nav-link .nav-text {
    font-size: 16.5px;
}
.reporting_index .nav .nav-link.active .nav-text,
.reporting_index .nav .nav-link.active .nav-icon i,
.reporting_index .nav .nav-link:hover:not(.disabled),
.reporting_index .nav .nav-link:hover:not(.disabled) .nav-icon i,
.reporting_index .nav .nav-link:hover:not(.disabled) .nav-text {
    color: #007bff;
}
.reporting_index .nav.nav-tabs.nav-tabs-line .nav-link.active,
.reporting_index .nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled) {
    border-bottom: 1px solid #007bff;
}
#DashboardCard .DashboardToolbar .reportPeriod {
    vertical-align: top;
}
#DashboardCard .dashboardStatsChart {
    margin-bottom: 25px;
}
#DashboardCard .dashboardStatsChart > .checkbox {
    margin-left: 0.75rem;
}
#DashboardCard .dashboardStatsChart > .checkbox + .checkbox {
    margin-left: 1.5rem;
}
#DashboardCard .dashboardStatsChart .qtLoading {
    vertical-align: middle;
}
#DashboardCard .multiselect-native-select .btn-group {
    width: 180px;
}
#DashboardCard .dashboardStatsChart .chart {
    border: 1px solid #E5EAEE;
}
#DashboardCard .dashboardStatsChart .chartTitle {
    margin-bottom: 9px;
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    vertical-align: top;
}
#DashboardCard .dashboardStatsChart .reportSummary {
    margin-bottom: 7px;
    font-weight: 600;
}
#DashboardCard .dashboardStatsChart .chart .apexcharts-menu-icon i {
    /* Chart download icon */
    font-size: 1.5em;
    margin-top: 5px;
}
#DashboardEditorModal .widgetConfig:nth-child(-n+2) {
    padding-bottom: 15px;
}
#DashboardEditorModal .widgetConfig i {
    font-size: 50px;
    opacity: .4;
}

#DetailReportsListCard .list-group-item:first-child,
#DetailReportsListCard .list-group-item:last-child {
    border-radius: 0;
}
#DetailReportsListCard .list-group-item.active {
    color: #007bff;
    background-color: #E1E9FF;
    border-color: #E1E9FF;
}
.reporting_detailreport iframe {
    width: 100%;
    height: 100%;
    border: none;
    background-color: white;
}
.reporting_index .daterangepicker {
    line-height: 0.5em
}
.staff_staffpermissions .permission .permission {
    margin-left: 30px;
}
.staff_staffpermissions #qt_content .list-group-item:first-child,
.staff_staffpermissions #qt_content .list-group-item:last-child {
    border-radius: 0;
}

.staff_staffpermissions #qt_content .list-group-item.active {
    color: #007bff;
    background-color: #E1E9FF;
    border-color: #E1E9FF;
}

.staff_staffdetails .staffExportButton + .dt-button-collection {
    left: 0px !important;
}

.staff_staffdetails .staffExportButton + .dt-button-collection .dropdown-menu {
        border: solid 2px;
        border-color: #E5EAEE
    }
.staff_staffdetails .staffCheckboxRightTopToolbar{
    margin-bottom:0px;
    margin-top:5px;
}
.statement_search .left 
{   
    display: table-cell;
    vertical-align: middle
}
.statement_search .right
{
    display: table-cell;
    vertical-align: middle
}



.sysadmin_index #qt_content .card-header i,
.sysadmin_viewconfigsettings #qt_content .card-header i {
    color: #007bff;
    font-size: 1.3em;
}
.sysadmin_index #loadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 211, 211, 0.6);
    z-index: 10;
}
.sysadmin_index #loadingOverlay > div {
    margin: auto;
}
.sysadmin_index #AdminGroupId {
    vertical-align: top;
    width: unset;
    display: inline-block;
}
.sysadmin_index #qt_content .form-group {
    margin-bottom: 1rem;
}
.sysadmin_index #qt_content .card.card-custom > .card-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.sysadmin_index #qt_content .card.card-custom > .card-header {
    min-height: 50px;
}
.sysadmin_viewconfigsettings #qt_content pre {
    margin-bottom: 0;
}
.sysadmin_appeventlog .eventLevel span {
    color: white;
    display: inline-block;
    padding: 1px 6px;
}
.sysadmin_appeventlog .critical .eventLevel span,
.sysadmin_appeventlog .logalways .eventLevel span
{
    background-color: black;
}
.sysadmin_appeventlog .error .eventLevel span {
    background-color: #F64E60;
}
.sysadmin_appeventlog .warning .eventLevel span {
    background-color: #FFA800;
}
.sysadmin_appeventlog .informational .eventLevel span {
    background-color: #B5B5C3;
}
.sysadmin_appeventlog .verbose .eventLevel span {
    color: black;
}
.sysadmin_appeventlog table .showExceptionDetails {
    cursor: pointer;
    font-size: 20px;
}
.EditTaxesContainer .TaxEditorTemplate.tax {
    display: none;
}
.EditTaxesContainer .tax{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
}
.EditTaxesContainer .tax input[type=text] {
    width: 60px;
}
.EditTaxesContainer .tax input[type=number] {
    width: 100px;
}
.EditTaxesContainer .tax input[type=text],
.EditTaxesContainer .tax input[type=number] {
    /* Code and Amount textboxes */
    margin-right: 5px;
    display: inline-block;
}
.EditTaxesContainer .tax .checkbox {
    margin-right: 5px;
}
.EditTaxesContainer .AddTax i {
    color: white;
    vertical-align: baseline;
}
.EditTaxesContainer .buttonContainer button {
    margin-left: 5px;
}
.EditTaxesContainer input.invalid {
    background-color: #FFE2E5;
}


.ticketinginfo_commissionsfeessearch #divAirlineMultiSelect {
   /* height: auto;*/
}

.ticketinginfo_commissionsfeessearch #Airlines + .select2-container--default .select2-selection--multiple {
    /*height: auto;*/
}

.ticketinginfo_commissionsfeessearch pre 
{
    white-space: pre-wrap;
    word-break: keep-all;
    margin-bottom: 0;
}

.ticketinginfo_commissionsfeessearch .table th,
.ticketinginfo_commissionsfeessearch .table td {
    padding: 0.3rem 1rem;
}

.ticketinginfo_commissionsfeessearch .dataTable > thead > tr > th[class*="sort"]:after {
    content: "" !important;
}

.ticketinginfo_commissionsfeessearch .dataTable > thead > tr > th[class*="sort"]:before {
    content: "" !important;
}

.ticketinginfo_commissionsfeessearch table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: inherit;
}


/*Manage Bookings search results table styles*/
/*
.trackqueues_search #topleftToolbar {
    display: flex;
    justify-content: flex-end;
    padding-top: 6px;
}

    .trackqueues_search #topleftToolbar .checkbox {
        margin-left: 20px;
    }

.relocExportButton + .dt-button-collection {
    left: 0px !important;
}

    .relocExportButton + .dt-button-collection .dropdown-menu {
        border: solid 2px;
        border-color: #E5EAEE
    }

.trackqueues_search tr.relocRow .itemCounts i {
    font-size: 1.5rem;
}

.trackqueues_search tr.relocRow .itemCounts .svg-icon {
    display: inline-block;
    font-size: 1.5rem;
    position: relative;
    top: -2px;
}

    .trackqueues_search tr.relocRow .itemCounts .svg-icon svg path {
        fill: #B5B5C3
    }

.trackqueues_search tr.relocRow .itemCounts > span {
    white-space: nowrap;
    margin-right: 7px;
}

.trackqueues_search tr.relocRow .itemCounts .label {
    margin-left: -5px;
    height: 18px;
    width: 18px;
    position: relative;
    top: -10px;
}

.trackqueues_search .queue-table {
    border: 1px solid #E5EAEE;
    margin: 0px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
    
    .trackqueues_search .queue-table thead tr th:first-child {
        width: 28px;
    }

.trackqueues_search .child-table-header {
    padding-left: 0;
}

    .trackqueues_search .child-table-header h5 {
        margin-top: 10px;
        display: inline-block;
        font-size: 1.15rem;
    }

        .trackqueues_search .child-table-header h5 .svg-icon,
        .trackqueues_search .child-table-header h5 i {
            color: #3F4254;
            vertical-align: bottom;
        }

            .trackqueues_search .child-table-header h5 .svg-icon svg {
                height: 1.4rem;
                width: 1.4rem;
            }

                .trackqueues_search .child-table-header h5 .svg-icon svg path {
                    fill: #3F4254
                }

    .trackqueues_search .child-table-header:first-child,
    .trackqueues_search td.childRow .card,
    .trackqueues_search td.childRow .card .dataTables_wrapper .dataTable {
        border-radius: 0;
    }

.trackqueues_search td.childRow .card {
    border: none;
}

.trackqueues_search td.childRow {
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 0px;
}

.trackqueues_search .thirty-char {
    word-break: break-word;
    width: 32ch;
}

.trackqueues_search .dropdown-menu .dropdown-header {
    text-align: center;
    font-size: 1.1rem;
    color: #3F4254;
}*/

/*Queue Status styles*/
.trackqueues_search .queueStatus {
    background-color: #B5B5C3;
    color: white;
}

    .trackqueues_search .queueStatus.completed {
        background-color: #1bc5bd;
        color: white;
    }

    .trackqueues_search .queueStatus.complete {
        background-color: #1bc5bd;
        color: white;
    }

    .trackqueues_search .queueStatus.inprogress {
        background-color: #ffa800;
        color: white;
    }

    .trackqueues_search .queueStatus.new {
        background-color: #6993ff;
        color: white;
    }

    .trackqueues_search .queueStatus.moreinfo {
        background-color: #ff7a69;
        color: white;
    }


/* Search Widget style */
/*.trackqueues_search .radio-button-group {
    justify-content: center;
    align-items: center;
    border: 1px solid #039855;
    color: #027A48;
    background-color: #fff;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
}

    .trackqueues_search .radio-button-group:hover {
        color: #039855;
        background-color: #fff;
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }

    .trackqueues_search .radio-button-group > img {
        width: 15px !important;
        height: 15px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .trackqueues_search .radio-button-group > button {
        padding: 0px !important;
    }

    .trackqueues_search .radio-button-group:not(:hover) {
        color: #039855 !important;
    }

    .trackqueues_search .radio-button-group:not(:disabled):not(.disabled):active:not(.btn-text),
    .trackqueues_search .radio-button-group:not(:disabled):not(.disabled).active {
        color: #027A48;
        background-color: #ECFDF3;        
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }
        .trackqueues_search .radio-button-group:not(:disabled):not(.disabled).active, 
        .trackqueues_search .radio-button-group:not(:disabled):not(.disabled).active i {
            color: #027A48;
        }

.trackqueues_search .btn-group > .btn:not(:first-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:first-child) > .btn {
    border-radius: 0px 22px 22px 0px !important;
}

.trackqueues_search .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-radius: 22px 0px 0px 22px !important;
}*/



/*Manage Bookings search results table styles*/
/*
.trackrefunds_search #topleftToolbar {
    display: flex;
    justify-content: flex-end;
    padding-top: 6px;
}

    .trackrefunds_search #topleftToolbar .checkbox {
        margin-left: 20px;
    }

.trackrefunds_search .refund-table tbody tr:hover {
    background-color: rgba(229,234,238,0.6);
}

.relocExportButton + .dt-button-collection {
    left: 0px !important;
}

    .relocExportButton + .dt-button-collection .dropdown-menu {
        border: solid 2px;
        border-color: #E5EAEE
    }


.trackrefunds_search tr.relocRow .itemCounts i {
    font-size: 1.5rem;
}

.trackrefunds_search tr.relocRow .itemCounts .svg-icon {
    display: inline-block;
    font-size: 1.5rem;
    position: relative;
    top: -2px;
}

    .trackrefunds_search tr.relocRow .itemCounts .svg-icon svg path {
        fill: #B5B5C3
    }

.trackrefunds_search tr.relocRow .itemCounts > span {
    white-space: nowrap;
    margin-right: 7px;
}

.trackrefunds_search tr.relocRow .itemCounts .label {
    margin-left: -5px;
    height: 18px;
    width: 18px;
    position: relative;
    top: -10px;
}

.trackrefunds_search .refund-table
 {
    border: 1px solid #E5EAEE;
    margin: 0px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
    
    .trackrefunds_search .refund-table thead tr th:first-child
    {
        width: 28px;
    }

.trackrefunds_search .child-table-header {
    padding-left: 0;
}

    .trackrefunds_search .child-table-header h5 {
        margin-top: 10px;
        display: inline-block;
        font-size: 1.15rem;
    }

        .trackrefunds_search .child-table-header h5 .svg-icon,
        .trackrefunds_search .child-table-header h5 i {
            color: #3F4254;
            vertical-align: bottom;
        }

            .trackrefunds_search .child-table-header h5 .svg-icon svg {
                height: 1.4rem;
                width: 1.4rem;
            }

                .trackrefunds_search .child-table-header h5 .svg-icon svg path {
                    fill: #3F4254
                }

    .trackrefunds_search .child-table-header:first-child,
    .trackrefunds_search td.childRow .card,
    .trackrefunds_search td.childRow .card .dataTables_wrapper .dataTable {
        border-radius: 0;
    }

.trackrefunds_search td.childRow .card {
    border: none;
}

.trackrefunds_search td.childRow {
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 0px;
}

.trackrefunds_search .thirty-char {
    word-break: break-word;
    width: 32ch;
}
*/

/*Refund Status Styles*/
.trackrefunds_search .rfndStatus
{
    background-color: #B5B5C3;
    color: white;
}

    .trackrefunds_search .rfndStatus.inprogress {
        background-color: #ffa800;
        color: white;
    }

    .trackrefunds_search .rfndStatus.finalised {
        background-color: #b200ff;
        color: white;
    }

    .trackrefunds_search .rfndStatus.refunded {
        background-color: #1bc5bd;
        color: white;
    }

    .trackrefunds_search .rfndStatus.pending {
        background-color: #f64e60;
        color: white;
    }

    .trackrefunds_search .rfndStatus.submitted {
        background-color: #6993ff;
        color: white;
    }

/* Search Widget style */
/*.trackrefunds_search .radio-button-group {
    justify-content: center;
    align-items: center;
    border: 1px solid #039855;
    color: #027A48;
    background-color: #fff;
    font-weight: 500;
    box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
}

    .trackrefunds_search .radio-button-group:hover {
        color: #039855;
        background-color: #fff;
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }

    .trackrefunds_search .radio-button-group > img {
        width: 15px !important;
        height: 15px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .trackrefunds_search .radio-button-group > button {
        padding: 0px !important;
    }

    .trackrefunds_search .radio-button-group:not(:hover) {
        color: #039855 !important;
    }

    .trackrefunds_search .radio-button-group:not(:disabled):not(.disabled):active:not(.btn-text),
    .trackrefunds_search .radio-button-group:not(:disabled):not(.disabled).active {
        color: #027A48;
        background-color: #ECFDF3;
        box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
    }

        .trackrefunds_search .radio-button-group:not(:disabled):not(.disabled).active,
        .trackrefunds_search .radio-button-group:not(:disabled):not(.disabled).active i {
            color: #027A48;
        }

.trackrefunds_search .btn-group > .btn:not(:first-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:first-child) > .btn {
    border-radius: 0px 22px 22px 0px !important;
}

.trackrefunds_search .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-radius: 22px 0px 0px 22px !important;
}*/





.filter-ribbon-heading-wrapper {
    cursor: pointer;
}

.filter-heading {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 600;
    color: var(--obe-primary-color);
}

.filter-img {
    height: 16px;
    width: 16px;
}

.empty-filter{
    height: 10px;
}
.filter-restore-icon-container{
    min-height: 20px;
    position: absolute;
    top: 12px;
    right: -15px;
}
.filter-restore-icon {
    margin-bottom: 5px;
    transform: rotate(360deg);
    cursor: pointer;
    display: none;
}

.filter-ribbon-wrapper {
    background: #eee;
    border-radius: 5px;
    /* max-width: 1170px; */
    max-width: 1575px;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 10px;
    padding-top: 2px;
    box-shadow: var(--outside-box-shadow) !important;
    border: 1px solid var(--obe-border-color);
}
.ribbon-container{
    width: 99.5%;
}

.all-filters-wrapper {
    top: 14px;
    margin-top: -15px;
    position: relative;
    padding-top: 5px;
    width: 100%;
}

.all-filters-wrapper::before {
    content: "................................................................................................................................................................................................................................................................................................";
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #545454;
    letter-spacing: 3px;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    display: var(--before-display, none); 
    /* Prevents line wrapping */
}
.all-filters-wrapper.no-content::before {
    content: ''; /* Empty content when .empty-filter exists */
}

.filter-tile-heading {
    margin-left: 4px;
    font-size: 13px;
    font-weight: 500;
    color: var(--obe-primary-color);
}

.all-filters-img {
    height: 16px;
    width: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.filter-tile {
    padding: 3px 10px;
    border: 1px solid darkgray;
    border-radius: 12px;
    background: white;
}
.filter-tile > span > span{
    margin-right: -2px;
}
.filter-tile > span > svg{
    margin-right: -2px;
}

.filter-popup {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: white;
    border: 1px solid #ddd;
    z-index: 80;
    padding: 20px;
    width: max-content;
    display: none;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
#Airlines.filter-popup{
    min-width: 360px;
    padding-bottom: 0px;
}

#Total-Duration.filter-popup{
    padding-right: 30px;
    min-width: 220px;
}

.more-filter-tile {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid darkgray;
    display: flex;
    align-items: center;
    height: 25px;
}


.ui-slider-handle {
    background-color: var(--obe-primary-color);
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    top: -0.5em !important;
}

.ui-slider-range {
    background: var(--obe-primary-color);
}

.price-filter-input {
    width: 60px;
    border: 1px solid lightgray;
    border-radius: 5px;
    font-weight: 400;
}

.price-filter-input:hover,
.price-filter-input:focus {
    outline: 2px solid lightgray;
}

.horizontal-line {
    height: 2px;
    background-color: #ccc;
    margin: 20px 0;
}

/* .airline-checkboxes-container{
    min-height: 320px;
    position: relative;
} */

.airline-price-wrapper {
    position: relative;
    width: 200px;
    display: flex;
    justify-content: space-between;
}

.checkbox-item.name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.stop-wrapper {
    display: flex;
    justify-content: space-between;
    width: 180px;
    margin-left: 10px;
}
.side-panel-filter-wrapper .stop-wrapper {
    width: 240px;
}

.shopping_searchflights .tab-content {
    display: none;
}

.shopping_searchflights .active {
    display: block;
}

.shopping_searchflights .collapsible.active {
    display: flex;
    background: linear-gradient(to right, #ffffff 20px, #eee 57%, #eee calc(34% + 20px), #ffffff calc(85% + 20px));
}

.shopping_searchflights .tabs button {
    padding: 8px 50px;
    background-color: #f1eeee;
    border: 2px solid lightgray;
}

.shopping_searchflights .tabs button.active {
    background-color: var(--obe-primary-color);
    color: white;
}

.image-airport-filter {
    height: 16px;
    width: 16px;
}

.place-airport-filter {
    font-weight: 600;
    color: gray;
}

.shopping_searchflights .subtitle {
    font-size: 14px;
    font-weight: 500;
}


.shopping_searchflights .disabled-checkbox,
.shopping_searchflights .disabled-checkbox .checkbox-item {
    color: #ccc;
    cursor: not-allowed;
}

.shopping_searchflights .disabled-checkbox input[type="checkbox"] {
    filter: grayscale(100%);
}
.toggle-switch-wrapper{
    margin-top: -2px;
}
.shopping_searchflights .toggle-switch {
    width: 32px;
    height: 12px;
    background-color: lightgray;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.5s;
}

.shopping_searchflights .toggle-circle {
    width: 20px;
    height: 20px;
    background-color: white;
    box-shadow: var(--mdc-switch-handle-elevation, 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12));
    position: absolute;
    top: -4px;
    left: -5px;
    border-radius: 50%;
    transition: left 0.5s;
}

.shopping_searchflights .toggle-switch.active {
    background-color: rgb(138, 180, 248);
}

.shopping_searchflights .toggle-circle.active {
    left: 19px;
    background-color: var(--obe-primary-color);
}

.styled-checkbox-label{
    height: 26px !important;
}
.airline-price-wrapper{
    min-width: 240px;
}
.allience-styled-checkbox-label {
    position: relative;
    display: block;
    width: 100%;
}

.only-btn {
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
    color: var(--obe-tertiary-color) !important;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
}

.allience-styled-checkbox-label:hover .only-btn,
.styled-checkbox-label:hover .only-btn {
    display: block;
}

.reset-filters-btn {
    cursor: pointer;
    height: 27px;
    background-color: white;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid darkgray;
    position: relative;
    right: 24px;
}
.all-filters-wrapper .reset-filters-btn{
    position: absolute;
    right: -8px;
}

.all-filters-label {
    background-color: white;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid darkgray;
    height: 27px;
    cursor: pointer;
}

.more-filter-popup {
    padding: 0;
    min-width: 273px;
    top: 27px;
    border-top: 0;
}

.shopping_searchflights .collapsible {
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 8px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgb(204, 204, 204);
}

.shopping_searchflights .collapsible:hover {
    border: 2px solid var(--obe-button-primary-color);
    border-left: 4px solid var(--obe-button-primary-color);
    margin-top: -2px;
}

/* Remove hover effects for Alliances section */
.shopping_searchflights .collapsible[data-filter-name="alliance"]:hover {
    border: none;
    margin-top: 0;
    background-color: transparent;
}

/* Remove hover effects for Alliances section */
.shopping_searchflights .collapsible[data-filter-name="alliance"]:hover .subtitle {
    margin-left: 0;
}

.shopping_searchflights .collapsible:hover span {
    color: var(--obe-primary-color);
}

/* Remove hover effects for Alliances section */
.shopping_searchflights .collapsible[data-filter-name="alliance"]:hover span {
    color: inherit;
}

.shopping_searchflights .collapsible:hover svg {
    fill: var(--obe-primary-color);
}

/* Remove hover effects for Alliances section */
.shopping_searchflights .collapsible[data-filter-name="alliance"]:hover svg {
    fill: var(--obe-tertiary-color);
}

.shopping_searchflights .collapsible:hover .filter-icon {
    margin-left: -4px;
}

.shopping_searchflights .collapsible:hover svg {
    margin-right: -2px;
}

/* Remove hover effects for Alliances section */
.shopping_searchflights .collapsible[data-filter-name="alliance"]:hover svg {
    margin-right: 0;
}

/* Remove bottom border for Alliances content */
.shopping_searchflights .content[data-filter-name="alliance"] {
    border-bottom: none;
}

/* Ensure Alliances content can be displayed */
.shopping_searchflights .alliance-content {
    display: none !important;
}

.shopping_searchflights .alliance-content.show {
    display: block !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
    overflow: visible;
}

/* Remove bottom border from Alliances collapsible button */
.shopping_searchflights .collapsible[data-filter-name="alliance"] {
    border-bottom: none;
    background: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

/* Remove any background effects when Alliances is active/expanded */
.shopping_searchflights .collapsible[data-filter-name="alliance"].active {
    background: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

/* .shopping_searchflights .collapsible .filter-name {
    position: absolute;
    left: 45px;
} */

.shopping_searchflights .content,
.shopping_selectflights .content {
    padding: 0 12px;
    display: none;
    overflow: hidden;
    border-bottom: 2px solid rgb(204, 204, 204);
    overflow: auto;
}

.shopping_searchflights .arrow,
.shopping_selectflights .arrow {
    transition: transform 0.3s;
}

.select-all-content,
.select-all-amenities,
.select-all-fare-source,
.select-all-baggage,
.select-all-cabin,
.select-all-booking,
.select-all-fare {
    cursor: pointer;
    display: inline-block;
    color: var(--obe-primary-color);
}

.shopping_searchflights .collapse-icon {
    display: none;
}

.shopping_searchflights .select-icon {
    color: var(--obe-primary-color);
    font-size: 14px;
    cursor: pointer;
    min-width: 14px;
}

.seat-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.seat-labels span {
    font-size: 14px;
    font-weight: bold;
}

/* @media (min-width: 750px) and (max-width: 1300px) {
    .shopping_searchflights .content {
        width: 1300px;
    }

} */

@media (max-width: 992px) {
    #SearchCriteriaContainer {
        max-width: 100% !important;
    }

    .recent-search-container-wrapper {
        width: 100% !important;
    }
}


.side-panel-filter-wrapper {
    margin-left: 10px;
    width: 368px;
    height: max-content;
    position: fixed;
    top: -125%;
    left: 1490px;
    transition: top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 100;
}
.side-panel-filter-container{
    overflow-y: visible;
    overflow-x: hidden;
    max-height: none;
    border-radius: var(--obe-card-curve);
    box-shadow: var(--outside-box-shadow) !important;
    border: 1px solid #d7d7d7;
    background: white;

}
#searchResultsFares1Panel .side-panel-filter-wrapper, #searchResultsFares2Panel .side-panel-filter-wrapper {
    width: 340px;
}

.filter-apply-btn-wrapper{
    display: none;
}
#mobileApplyFiltersButton{
    background-color: var(--obe-primary-color);
    border-radius: 15px;
    z-index: 1000;
}

#searchResultsFares1Panel .side-panel-filter-wrapper, #searchResultsFares2Panel .side-panel-filter-wrapper {
    top: -1500px;
    left: 1162px;
    position: absolute;
    max-height: none;
}


#searchResultsFares1Panel .filter-ribbon-wrapper,
#searchResultsFares2Panel .filter-ribbon-wrapper {
    position: relative;
}

.side-panel-filter-wrapper .content {
    padding: 15px 20px;
}

.filter-close-icon {
    position: relative;
    top: -5px;
    right: 20px;
    cursor: pointer;
}

#searchResultsFares1Panel .filter-close-icon,
#searchResultsFares2Panel .filter-close-icon {
    top: 0px;
    right: 8px;
}

.filter-close-icon img {
    width: 10px;
    height: 10px;
    filter: grayscale(100%);
}
.mobile-filter-banner .filter-close-icon img {
    display: none;
}

.side-panel-filter-wrapper-heading-wrapper {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-top: 5px;
    cursor: pointer;
    width: 100%;
    height: 44px;
    border-bottom: 2px solid rgb(204, 204, 204);
}

.shopping_searchflights .bottom-bar {
    display: none;
}

.mobile-filter-banner {
    display: none;
}

.close-filter-ribbon {
    position: absolute;
    top: -9px;
    right: -13px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #c9c3c3;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    height: 10px;
}



.shopping_searchflights  .side-panel-filter-wrapper .show-more-airlines, .shopping_searchflights .all-filters-wrapper .show-more-airlines{
    margin-right: -16px !important;
    text-align: right !important;
    justify-content: flex-end;
}
.shopping_searchflights .side-panel-filter-container .show-more-airlines{
    margin-bottom: -8px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: var(--obe-tertiary-color) !important;
    text-decoration: none !important;
}
.side-panel-filter-container .show-more-airlines {
    margin-bottom: -12px;
    font-size: 12px;
    font-weight: 500;
}

/* Date Navigator responsive styles */
.date-nav-arrow-left,
.date-nav-arrow-right {
    display: none;
}

/* Default 7-day view */
.date-index-0 .date-nav-arrow-left,
.date-index-6 .date-nav-arrow-right {
    display: block;
}

@media (max-width: 620px) {
    .search-date-navigator-wrapper > div {
        justify-content: flex-start !important;
        min-width: unset !important;
    }

    .sorting-container > div:first-child{
        flex-direction: column;
        justify-content: space-between !important;
        height: 50px;
    }
    .sorting-container {
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: flex-end !important;
        height: 50px;
    }
    .search-date-navigator-wrapper {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .shopping_searchflights .agent-price-toggle{
        margin-right: 0px !important;
    }
    

}

@media (max-width: 748px) {
    .filter-ribbon-wrapper, #search-summary-bar {
        max-width: 92vw;
    }

    .all-filters-wrapper, .search-flight .filter-ribbon-wrapper {
        display: none !important;
    }


    .filter-tile,
    .filter-tile-heading {
        width: max-content;
    }

    .shopping_searchflights .bottom-bar {
        position: fixed;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
        background-color: var(--obe-primary-color);
        box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 8px 0;
        z-index: 1000;
        border-radius: 50px;
    }

    .shopping_searchflights .bottom-bar button {
        color: white;
        background-color: transparent;
        border: none;
        font-size: 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        padding-right: 12px;
        border-right: 1px solid;
    }
    .shopping_searchflights .bottom-bar span {
        width: max-content;
    }

    .shopping_searchflights .bottom-bar button:last-child {
        border-right: none;
    }

    .shopping_searchflights .bottom-bar button:hover {
        transform: scale(1.05);
    }

    .shopping_searchflights .bottom-bar button i {
        margin-right: 8px;
    }

    .shopping_searchflights .link-container {
        position: absolute;
        bottom: 50px;
        left: 10px;
        right: 10px;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 8px;
        border-radius: 5px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .shopping_searchflights .link-container a {
        color: white;
        text-decoration: none;
    }

    .mobile-filter-banner {
        display: block;
        position: fixed;
        top: 35px !important;
        z-index: 1000;
    }

    .mobile-filter-banner .side-panel-filter-wrapper {
        top: 55px !important;
        right: -400px;
        left: unset !important;
        transition: right 1.5s ease-in-out;
    }

    .mobile-filter-banner .side-panel-filter-wrapper.show {
        right: 0 !important;
    }

    .shopping_searchflights .bottom-bar img {
        height: 16px;
        width: 16px;
        margin-right: 5px;
    }
    .mobile-filter-banner .filter-apply-btn-wrapper{
        position: fixed;
        bottom: 3px;
        right: 10px;
        z-index: 1001;
        border-radius: 8px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        display: none;
        width: max-content;
    }
    
    .mobile-filter-banner .filter-apply-btn-wrapper #mobileApplyFiltersButton {
        width: 100%;
        padding: 9px;
        font-size: 12px;
        border-radius: 10px !important;
    }

    .side-panel-filter-wrapper {
        height: auto;
        max-height: 90vh;
    }
}

@media(max-width: 914px) {
    .sorting-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between !important;
    }
    .sorting-container-pcc {
        margin-top: 0 !important;
    }

    .search-date-navigator-wrapper {
        margin-left: 0 !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sorting-container-wrapper {
        min-height: unset !important;
    }
    .faresCount {
        margin-bottom: -11px !important;
    }
   .sorting-container > div:last-child {
        width: 100% !important;
        /* justify-content: flex-start !important; */
    }
    .sorting-container > div:last-child >  div:last-child{
        flex-direction: column !important;
        align-items: flex-end !important;
    }
}

@media(min-width: 914px) {
    .sorting-container {
        align-items: flex-end !important;
        justify-content: space-between !important;
    }
}
@media (min-width: 560px) and (max-width: 915px){
    .faresCount{
        margin-bottom: 0 !important ;
    }

}

@media (min-width: 915px) {
    .sorting-container > div:last-child{
        align-items: flex-end !important;
    }
    .sort-by-btn{
        padding-right: 2px !important;
    }
}


/* 3-day view for screens between 920px and 1200px */
@media (min-width: 915px) and (max-width: 1415px), (max-width: 620px) {
    .navigator-button {
        display: none !important;
    }

    .date-index-2,
    .date-index-3,
    .date-index-4 {
        display: flex !important;
    }

    /* Hide arrows for 7-day view */
    .date-index-0 .date-nav-arrow-left,
    .date-index-6 .date-nav-arrow-right {
        display: none;
    }

    /* Show arrows for 3-day view */
    .date-index-2 .date-nav-arrow-left,
    .date-index-4 .date-nav-arrow-right {
        display: block;
    }

    .sorting-container > div:first-child {
        width: 25% !important;
        justify-content: flex-start;
    }
    .sorting-container > div:last-child {
        width: 66% !important;
        justify-content: flex-end;
    }
}



/* Responsive filter text styles */
.filter-text-short {
    display: none;
}

.filter-text-long {
    display: inline;
}

/* Show short text and hide long text on smaller screens */
@media (max-width: 1200px) {
    .filter-text-short {
        display: inline;
    }
    
    .filter-text-long {
        display: none;
    }

}
@media (max-width: 1400px) {
    .reset-filters-btn .filter-text-long {
        display: none;
    }
}



.ancillary-btn-book-baggage {
    padding: 10px 15px !important;
    border: none;
    background-color: var(--seat-primary-color);
    color: white;
    border-radius: 30px !important;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.table-container {
    overflow-x: auto;
}

.scrollable-cell {
    max-height: 7em;
    /* Approx 5 lines */
    overflow-y: auto;
}

#tblApplicationEventLogs th:nth-child(1),
#tblApplicationEventLogs td:nth-child(1) {
    width: 10% !important;
}

#tblApplicationEventLogs th:nth-child(2),
#tblApplicationEventLogs td:nth-child(2) {
    width: 7% !important;
}

#tblApplicationEventLogs th:nth-child(3),
#tblApplicationEventLogs td:nth-child(3) {
    width: 32% !important;
}

#tblApplicationEventLogs th:nth-child(4),
#tblApplicationEventLogs td:nth-child(4) {
    width: 10% !important;
}

#tblApplicationEventLogs th:nth-child(5),
#tblApplicationEventLogs td:nth-child(5) {
    width: 8% !important;
}

#tblApplicationEventLogs th:nth-child(6),
#tblApplicationEventLogs td:nth-child(6) {
    width: 8% !important;
}

#tblApplicationEventLogs th:nth-child(7),
#tblApplicationEventLogs td:nth-child(7) {
    width: 25% !important;
}

#tblApplicationEventLogs {
    table-layout: fixed;
    word-wrap: break-word;
}

#tblApplicationEventLogs td {
    white-space: normal;
    word-break: break-word;
    vertical-align: top;
}
#addBaggageModel .modal-content{
    background-color: #F5F5F5;
    width: max-content;
    margin: 0 auto;
}

#addBaggageModel.modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#addBaggageModel .modal-dialog{
  width: 95%;
  max-width: 1205px;
  min-width: 700px;
  margin: 1.75rem auto;
  position: relative;
  z-index: 1050;
}

/* Use Bootstrap's default fade animation like other working modals */
#addBaggageModel.modal.fade {
    transition: opacity 0.3s linear;
}
.qt-baggage-section-with-summary{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
}
.qt-baggage-container-wrapper{
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

/* Position price summary section on the right side - baggage modal specific */
#addBaggageModel .d-flex.flex-column.align-items-end {
  margin-left: auto;
}

/* Fix info notice overflow */
.alert-info {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%;
  box-sizing: border-box;
  overflow: visible;
  line-height: 1.4;
  padding: 12px 16px;
}

/* Ensure the flex column container doesn't overflow - baggage modal specific */
#addBaggageModel .d-flex.flex-column {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.qt-baggage-container {
    background: #fff;
    border-radius: 10px;
    padding: 18px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    min-width: 700px;
    max-width: 700px;
    flex: 0 0 700px;
    overflow: hidden;
    box-sizing: border-box;
}
  
  .qt-baggage-route {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1976d2;
    margin-bottom: 8px;
  }
  
  .qt-baggage-city {
    color: #1976d2;
  }
  
  .qt-baggage-arrow {
    margin: 0 6px;
    color: #1976d2;
  }
  
  .qt-baggage-dates {
    font-size: 0.95rem;
    color: #666;
    margin-top: 2px;
  }
  
  .qt-baggage-toggles {
    margin: 14px 0 10px 0;
    display: flex;
    gap: 24px;
  }
  
  .qt-toggle-label {
    display: flex;
    align-items: center;
    font-size: 1rem;
    gap: 6px;
    position: relative;
    cursor: pointer;
    user-select: none;
  }
  
  .qt-toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
  }
  
  .qt-toggle-slider {
    position: relative;
    width: 44px;
    height: 24px;
    background: #a3a6ad; /* <-- This is the gray color from your image */
    border-radius: 24px;
    transition: background 0.2s;
    margin-left: 8px;
    display: inline-block;
  }
  
  .qt-toggle-slider:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
    box-shadow: 0 1px 4px #888a91; /* subtle shadow for the knob */
  }
  
  .qt-toggle-input:checked + .qt-toggle-slider {
    background: #158467; /* your "on" color */
  }
  
  .qt-toggle-input:checked + .qt-toggle-slider:before {
    transform: translateX(20px);
  }

  .qt-baggage-dropdowns {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 8px;
  }
  
  .qt-baggage-dropdowns label {
    white-space: nowrap;
    flex-shrink: 0;
    min-width: fit-content;
    width: 200px;
    margin-bottom: 0;
  }
  
  .qt-baggage-dropdowns-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }
  

  #qt-baggage-segment-passenger-list .qt-baggage-dropdowns {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
  
  #qt-baggage-segment-passenger-list .qt-baggage-dropdowns label {
    width: 200px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  
  #qt-baggage-segment-passenger-list .qt-baggage-dropdowns-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  #qt-baggage-segment-passenger-list .qt-baggage-select {
    width: 100%;
    min-width: unset;
    margin-bottom: 0;
  }
  
  .qt-baggage-select {
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    min-width: 140px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* segment off passengers on baggage */

  .qt-baggage-segment-card {
    border: 2px solid #e0e6ef;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #f9fbfd;
    padding: 0;
    transition: border 0.2s, background 0.2s;
    cursor: pointer;
    overflow: hidden;
  }
  
  .qt-baggage-segment-active {
    border: 2px solid #1976d2;
    background: #fff;
    overflow: hidden;
  }
  
  .qt-baggage-segment-header {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #1976d2;
    padding: 8px 18px;
    user-select: none;
    background: white;
  }
  .qt-baggage-segment-header-text-wrapper{
    display: flex;
    flex-direction: column;
  }
  .qt-baggage-segment-header-content-wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  
  .qt-baggage-segment-title {
    font-size: 1.08rem;
  }
  
  .qt-baggage-segment-date {
    color: #6b7280;
    font-size: 0.98rem;
    margin-left: auto;
  }
  
  .qt-baggage-segment-icon {
    font-size: 1.2rem;
  }

  .qt-baggage-passenger-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
  }

  .qt-baggage-header-left {
        display: flex;
        align-items: center;
        gap: 6px;
  }
  
  .qt-baggage-segment-arrow {
    margin-left: 16px;
    font-size: 1.2rem;
    color: #1976d2;
    display: flex;
    align-items: center;
  }

    .qt-baggage-segment-arrow img {
        margin-left: 16px;
        font-size: 1.2rem;
        color: #1976d2;
        display: flex;
        align-items: center;
        width: 14px;
        height: auto;
        transition: transform 0.3s ease; /* smooth rotation */
    }

    /* When the card is active, rotate the arrow */
  .qt-baggage-segment-active .qt-baggage-segment-arrow img {
      transform: rotate(180deg);
  }
  
  .arrow-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: solid #1976d2;
    border-width: 0 3px 3px 0;
    padding: 3px;
    margin-left: 4px;
  }
  
  .arrow-icon.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .arrow-icon.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
  .qt-baggage-segment-body {
    padding: 0 18px 14px 44px;
    background: #fff;
  }

  #qt-baggage-passenger-list .qt-baggage-segment-body {
    padding: 0 18px 14px 18px;
    background: #fff;
  }


  .qt-baggage-complimentary {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 8px;
  }

  .qt-baggage-passenger-card {
    border: 1px solid #e0e6ef;
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 0;
    background: white;
  }

 #addBaggageModel .info-notice {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
 }

/* Limit info notice width to baggage container width on big screens */
@media (min-width: 1401px) {
  #addBaggageModel .info-notice {
    max-width: 700px; /* Same as baggage container width */
  }
}


.qt-price-summary-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 24px 28px 20px 28px;
  max-width: 320px;
  margin: 0 auto 24px auto;
  min-width: 300px;
  flex: 0 0 320px;
}

.qt-price-summary-header {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 25px;
  margin-bottom: 16px;
}

.qt-price-summary-title {
  color: var(--obe-primary-color);
  font-weight: 600;
  font-size: 1.2rem;
}

.qt-price-summary-timer {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}

.baggage-time-left-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  z-index: 1;
}

#addBaggageModel .time-left-text {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #1976d2;
  text-align: center;
  width: 100px;
  line-height: 1.2;
  z-index: 2;
}

.qt-price-summary-body {
  padding-top: 4px;
}

.qt-price-summary-section {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.qt-price-summary-label {
  font-size: 0.85rem;
  color: #757575;
  font-weight: 500;
  margin-bottom: 2px;
}

.qt-price-summary-route {
  font-size: 1rem;
  color: #222;
  margin-bottom: 2px;
}

.qt-price-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  color: #222;
  margin-bottom: 2px;
}

.qt-price-summary-amount {
  color: #222;
}

.qt-price-summary-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin-top: 10px;
}

.qt-price-summary-total-amount {
  font-size: 24px;
  font-weight: 600;
}


.add-baggage-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  width: 280px;
}

.add-baggage-btn-back {
  padding: 10px 24px;
  border: none !important;
  background: white;
  color: var(--seat-primary-color);
  font-weight: 500;
  cursor: pointer;
  border-radius: 30px;
  box-shadow: none !important;
}

.add-baggage-btn-book-seats {
  padding: 10px 15px !important;
  border: none;
  background-color: var(--seat-primary-color);
  color: white;
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.add-baggage-btn-book-seats:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.add-baggage-cart-icon {
  width: 18px;
  height: 18px;
} 

#baggageLoader{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 700px;
  width: 100%;
}


@media (max-width: 1400px) {
  #addBaggageModel .modal-dialog {
    width: 95vw;
    max-width: 95vw;
    min-width: 90vw;
    margin: 1.75rem auto;
  }
  
  #baggageLoader {
    min-width: 90vw;
  }
  
  .qt-baggage-section-with-summary {
    flex-direction: column;
    gap: 20px;
  }
  
  .qt-baggage-container {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    flex: none;
    overflow: hidden;
  }
  
  .qt-price-summary-card {
    width: 100%;
    flex: none;
  }
  
  .qt-baggage-container-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  
  /* Fix info notice on smaller screens */
  .alert-info {
    font-size: 0.9rem;
    padding: 10px 15px;
    line-height: 1.5;
    min-height: auto;
  }
}


@media (max-width: 1024px) and (min-width: 769px) {
  .qt-baggage-dropdowns label {
    width: 180px;
  }
}

@media (max-width: 768px) {
  #addBaggageModel .modal-dialog {
    width: 98vw;
    max-width: 98vw;
    margin: 0.5rem auto;
  }
  
  .qt-baggage-section-with-summary {
    flex-direction: column;
    gap: 20px;
  }
  
  .qt-baggage-container {
    padding: 12px 15px;
    width: 100%;
  }
  
  .qt-price-summary-card {
    padding: 18px 20px 15px 20px;
    width: 100%;
  }
  
  .qt-baggage-container-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  
  /* Make info notice fully responsive on mobile */
  .alert-info {
    font-size: 0.85rem;
    padding: 8px 12px;
    line-height: 1.6;
    word-spacing: normal;
  }
  
  .add-baggage-actions {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
  
  .add-baggage-actions button {
    width: 100%;
  }
  

  .qt-baggage-dropdowns {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  
  .qt-baggage-dropdowns label {
    margin-bottom: 4px;
    width: 100%;
  }
  
  .qt-baggage-dropdowns-container {
    width: 100%;
  }
  
  .qt-baggage-select {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}

@media (max-width: 600px) {
  /* Fix layout for segment-passenger list when both toggles are off */
  #qt-baggage-segment-passenger-list .qt-baggage-dropdowns {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  
  #qt-baggage-segment-passenger-list .qt-baggage-dropdowns label {
    margin-bottom: 4px;
    width: 100%;
  }
  
  #qt-baggage-segment-passenger-list .qt-baggage-dropdowns-container {
    width: 100%;
  }
  
  #qt-baggage-segment-passenger-list .qt-baggage-select {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .qt-baggage-dropdowns {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  
  .qt-baggage-dropdowns label {
    margin-bottom: 4px;
    width: 100%;
  }
  
  .qt-baggage-dropdowns-container {
    width: 100%;
  }
  
  .qt-baggage-select {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}
/* Info Notice Component Styles */
.info-notice {
    margin-bottom: 10px;
    width: 400px;
}

.info-notice-alert {
    background-color: #F0F7FF;
    border: 1px solid #99CCFF;
    border-left: 5px solid #99CCFF;
    padding: 16px;
    display: flex;
    align-items: center;
}

.info-notice-text {
    color: #4A5568;
    font-size: 12px;
} 

.not-allowed {
    cursor: not-allowed !important;
  }


/* Warning Notice Component Styles */
.warning-notice {
    margin-bottom: 10px;
    width: 400px;
}

.warning-notice-alert {
    background-color: #fff3cd; /* soft yellow background */
    border: 1px solid #ffeeba; /* light yellow border */
    border-left: 5px solid #ffc107; /* stronger yellow/orange for warning emphasis */
    padding: 16px;
    display: flex;
    align-items: center;
}

.warning-notice-text {
    color: #856404; /* dark amber/brown for readability */
    font-size: 12px;
}

.pnr-text {
    font-size: 21px;
    font-weight: 600;
}

.pnr-text-bold {
    font-size: 18px;
    font-weight: 800;
    color: var(--obe-primary-color);
}

.pnr-text-bold-black {
    font-size: 16px;
    font-weight: 800;
}

.pnr-text-bold-grey {
    font-size: 16px;
    font-weight: 800;
    color: darkgray;
}

.pnr-text-grey {
    font-size: 14px;
    font-weight: 600;
    color: darkgray;
}

.pnr-text-blue {
    font-size: 14px;
    font-weight: 600;
    color: var(--obe-primary-color);
}

.confirmation-page-error-text-wrapper {
    max-width: 1080px;
    box-shadow: var(--outside-box-shadow) !important;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.confirmation-page-error-text {
    color: red;
    background-color: #f1eeee;
    padding: 10px 20px;
    text-align: left;
}

.confirmation-page-error-heading {
    padding-left: 5px;
    padding-top: 5px;
    font-weight: 600;
    color: darkgray;
}

.confirmation-page-container-wrapper {
    max-width: 1080px;
    border-radius: 10px;
}
.confirmation-page-container-wrapper  {
    border-radius: var(--obe-card-curve);
}
.confirmation-page-container-section {
    box-shadow: var(--outside-box-shadow) !important;
    border-radius: var(--obe-card-curve);
}
.printThis .confirmation-page-container-section {
    box-shadow: none !important;
}

.confirmation-page-container-wrapper-for-bottom-btn-bar {
    max-width: 1080px;
}

.confirmation-page-container-header-wrapper {
    max-width: 1080px;
    margin-bottom: 20px;
    justify-content: flex-start !important;
}

.confirmation-page-container-header-wrapper .shopping-page-heading {
    margin-right: auto;
}

.confirmation-page-container-wrapper-for-bottom-btn-bar {
    margin-left: auto;
}

.confirmation-button {
    display: flex;
}
    .confirmation-button > span {
        /* min-width: 98px; */
        text-align: center;
    }

.quote-button-icon{
    margin-top: -3px;
}

.printThis .wrap-passenger-label {
    background-color: white !important;
    color: black;
    border: 1px solid #EBEDF3;
    border-bottom: none;
}
.printThis [data-target="#priceDetailsModel"], .printThis [data-target="#commonModalFareRules"] {
    display: none !important;
}

.wrap-passenger-label {
    display: flex;
    padding: 12px 0px 6px 12px;
    color: var(--obe-primary-color) !important;
    background-color: white !important;
    border: 1px solid rgb(235, 235, 235);
    border-bottom: none;
}


.heading-text-white {
    color: white !important;
}
.printThis .heading-text-white {
    color: black !important;
}

.text-muted-padding {
    padding: 2px 0px 0px 30px;
}

.passenger-wrapper {
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid rgb(235, 235, 235);
}

.passenger-info .passenger-info-label {
    display: inline-block;
    width: 150px;
    font-weight: bold;
}


.passenger-info {
    margin-top: 2px;
}


.addons-container {
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    justify-content: start;
    border: 1px solid #dcdcdc;
}

.addons-wrapper {
    align-items: center;
    cursor: pointer;
    padding: 15px 12px;
    border-radius: 15px;
    height: 65px;
    width: 65px;
    border: 1px solid var(--obe-button-primary-color);
}

    .addons-wrapper:hover {
        background-color: rgb(235, 235, 235);
    }

.addons-image{
    width: 35px;
}
#addSeatsModel .modal-content, #addBaggageModel .modal-content, #addMealsModel .modal-content, #addOtherAncillariesModel .modal-content {
    min-width: 500px;
    min-height: 500px;
}
/* #commonModalPnrDetails {
    max-height: 90vh;
} */
    #commonModalPnrDetails > div {
        margin-top: 0;
        margin-bottom: 0;
    }
    #commonModalPnrDetails .modal-content{
        min-width: 52vw;
        overflow: auto;
        height: 90vh;
    }

    @media (max-width: 325px) {
        .shopping_confirmation .aside {
            width: unset !important;
        }
    }
    
    @media (max-width: 524px) {
        .shopping_confirmation .container-fluid {
            width: unset !important;   
        }
        .confirmation-page-container-header-wrapper{
            flex-direction: column;
            align-items: flex-start !important;
        }
        .confirmation-page-container-wrapper {
            width: 90vw;
        }
    }
    
@media (min-width: 576px) {
    #commonModalPnrDetails .modal-dialog {
        max-width: max-content;
        height: 100vh;
    }
}
.shopping_confirmation .notification-header, .shopping_selectflights .notification-header {
    display: flex;
    align-items: center;
    padding: 5px 5px;
    font-size: 14px;
    border-left: 4px solid;
    margin-top: 10px;
    margin-bottom: 15px;
}

.error-notification-header {
    color: red;
    max-height: max-content;
    padding-top: 0;
    padding-bottom: 0;
}
.success-notification-header {
    color: #4caf50;
}

.shopping_confirmation .success-icon, .shopping_searchflights .success-icon {
    background-color: #4caf50;
    color: white;
    font-size: 12px;
    width: 20px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
}

.shopping_confirmation .error-icon, .shopping_selectflights .error-icon  {
    background-color: red;
    color: white;
    font-size: 13px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
}

.shopping_confirmation .warning-icon {
    background-color: orange;
    color: white;
    font-size: 13px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
}
.price-details-icon{
    height: 10px;
    width: 10px;
}

@media print {
    body * {
        visibility: hidden;
    }

    .printThis, .printThis * {
        visibility: visible;
    }

    .printThis {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;  
    }
    * {
        -webkit-print-color-adjust: exact; /* For WebKit-based browsers */
        print-color-adjust: exact; /* For other browsers */
    }

    @page {
        margin: 1.5cm 1cm; /* Explicit margins for the printed page */
    }

    body {
        margin: 1cm;
    }
    #printBtn{
        display: none;
    }

     /* Ensure SVG images are visible */
     svg, img {
        visibility: visible !important;
    }

    a {
        text-decoration: none !important; /* Remove the underline */
        color: inherit; /* Optional: Ensure it matches surrounding text color */
    }

   input::placeholder, .custom-select:disabled {
        color: #3F4254 !important; /* Ensure the color is applied */
        opacity: 1 !important; /* Ensure full visibility */
    }

}



.printThis {
    margin: auto;
}
    .printThis .flight-information{
        min-width: 800px;
    }


    #printBtn.button-wrapper {
        height: 30px;
    }
#printBtn > span {
    min-width: 40px;
    font-size: 15px;
}

[data-target="#priceDetailsModel"]{
    font-size: 12px;
}
/* #quoteModal .modal-header{
    padding:0;
} */
#quoteModal .close {
    right: 5px;
}

.checkoutQuoteModalCard{
    width: 1100px
}

#checkoutPageQuoteModal .checkoutQuoteModalCard .accordion, #checkoutPageQuoteModal .total-summary-container, .printThis .checkoutQuoteModalCard .accordion, .printThis .total-summary-container{
    width: 100% !important;
}


.seat-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.seat-option {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seat-box {
    width: 50px;
    height: 50px;
    border: 2px solid #919191;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    position: relative;
}
.seat-head-box {
    position: relative;
    bottom: 27px;
    width: 25px;
    height: 15px;
    border: 2px solid #919191;
    margin-top: -8px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.seat-right-vertical-line {
    position: relative;
    width: 1px;
    height: 50px;
    background-color: black;
    right: 19px;
}
.seat-left-vertical-line {
    position: relative;
    width: 1px;
    height: 50px;
    background-color: black;
    left: 20px;
}
.selected-seat > .seat-left-vertical-line {
    left: 17px;
}

.front {
    border-color: #2A9D8F;
}

.standard {
    border-color: #ccc;
}

.extra-legroom {
    border-color: #555;
}

    .extra-legroom::after {
        content: 'XL';
        position: absolute;
        top: -3px;
        right: 13px;
        color: black;
        padding: 2px 4px;
        font-size: 13px;
        font-weight: 800;
        border-radius: 3px;
        
    }

.unavailable-seat {
    background-color: #d8b3b3;
    color: black;
}

.selected-seat {
    background-color: #ffc283;
    color: black;
}


.seat-option p {
    margin: 5px 0;
}

.seat-type {
    font-size: 12px;
    font-weight: bold;
}


.seat-map {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
}


.seat-column {
    width: 60px;
    text-align: center;
    font-weight: bold;
}

.seat {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

    .seat:hover {
        background-color: #aaa;
    }

.seat-label {
    width: 30px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seat-gap {
    width: 30px; /* Space between seat blocks (columns C and D) */
}

.exit-text {
    display: inline-block;
    transform: rotate(272deg);
    width: 0px;
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 0px;
    color: #79bf95;
    font-weight: 600;
}

.Passenger-seat-info-wrapper {
    display: flex;
    border: 1px solid #e3e2e2;
}
.Passenger-seat-info {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    padding: 2px 20px;
    align-items: center;
    border: 1px solid gray;
    cursor: pointer;
    background-color: #ff8c00;
    color: black;
}
.Passenger-seat-info > div{
    height: 15px;
}
.Passenger-seat-info-wrapper > .selected-Passenger-seat-info {
    color: white;
    background-color: #ffc47d;
}

#commonModalSeatSelection .tab-content{
    display: block;
}

.airline-image{
    width: 30px;
    height: 30px;
}

.seat-tab-airline-text{
    font-size: 10px;
    color: black;
}

.confirmation-button .icon-rectangle i {
    font-size: 12px !important;
}

/* .confirmation-button:hover .icon-rectangle {
    border: 2px solid white;
    transition: border-color 0.3s ease;
} */
.confirmation-button .fa-lg {
    font-size: 1em !important;
}
.confirmation-page-container-wrapper-for-bottom-btn-bar .search-text-wrapper > span {
    padding: 12px 0;
    font-size: 13px;
    font-weight: 600;
}
.confirmation-page-container-wrapper-for-bottom-btn-bar .search-text-wrapper {
    max-height: 28px;
    /* min-width: 130px; */
    justify-content: right !important;
}

.confirmation-button .icon-rectangle i {
    font-size: 9px !important;
}

/* .confirmation-button:hover .icon-rectangle {
    border: 2px solid white;
    transition: border-color 0.3s ease;
} */
.confirmation-button .fa-lg {
    font-size: 1em !important;
}

.ml-negative-3 {
    margin-left: -3px !important;
}
.confirmation-page-flights-header{
    padding: 0 10px;
    color: var(--obe-primary-color) !important;
    background-color: white !important;
    border-top-left-radius: var(--obe-card-curve) !important;
    border-top-right-radius: var(--obe-card-curve) !important;
}

.confirmation-button .btn-text-short {
    display: none;
}

.confirmation-button .btn-text-full {
    display: inline;
}


@media (max-width: 1200px) {
    .confirmation-button .btn-text-short {
        display: inline;
    }
    
    .confirmation-button .btn-text-full {
        display: none;
    }
}


@media (min-width: 520px) and (max-width: 671px) {
    .confirmation-page-container-header-wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start !important;
    }
    
    .confirmation-page-container-wrapper-for-bottom-btn-bar {
        width: 100%;
        margin-top: 10px;
        justify-content: flex-start !important;
    }
    
    .confirmation-page-container-wrapper-for-bottom-btn-bar .d-flex {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-start !important;
    }
    
    .confirmation-button .btn-text-short {
        display: inline;
    }
    
    .confirmation-button .btn-text-full {
        display: none;
    }
}


@media (max-width: 768px) {
    .confirmation-page-container-wrapper-for-bottom-btn-bar .search-text-wrapper {
        min-width: auto;
        max-width: 120px;
    }
    
    .confirmation-button .btn-text-short {
        display: inline;
    }
    
    .confirmation-button .btn-text-full {
        display: none;
    }
}


@media (max-width: 519px) {
    .confirmation-page-container-header-wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start !important;
    }
    
    .confirmation-page-container-wrapper-for-bottom-btn-bar {
        width: 100%;
        margin-top: 10px;
        justify-content: flex-start !important;
    }
    
    .confirmation-page-container-wrapper-for-bottom-btn-bar .d-flex {
        flex-wrap: wrap;
        gap: 6px;
        justify-content: flex-start !important;
    }
    
    .confirmation-button .btn-text-short {
        display: inline;
    }
    
    .confirmation-button .btn-text-full {
        display: none;
    }
}
.obe-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #EBEDF3;
    border-radius: 0.42rem;
}

    .obe-card.obe-card-custom {
        border: 0;
    }

.obe-card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.25rem;
}

.obe-card-header {
    /* padding: 2rem 2.25rem; */
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #EBEDF3;
}



/* .shopping_search .header, .shopping_search .aside-menu, .shopping_search .aside, .shopping_search .brand,
.shopping_selectflights .header, .shopping_selectflights .aside-menu, .shopping_selectflights .aside, .shopping_selectflights .brand,
.shopping_confirmation .header, .shopping_confirmation .aside-menu, .shopping_confirmation .aside, .shopping_confirmation .brand,
.shopping_managebooking .header, .shopping_managebooking .aside-menu, .shopping_managebooking .aside, .shopping_managebooking .brand,
.shopping_searchflights .header, .shopping_searchflights .aside-menu, .shopping_searchflights .aside, .shopping_searchflights .brand {
    background-color: #174171 !important;
} */
.shopping_search .header, .shopping_searchflights .header, .shopping_selectflights .header, .shopping_confirmation .header, .shopping_managebooking .header {
    z-index: 1000 !important;
}
/* #region Dropdown button */
.shopping_search .btn-group > .dropdown-toggle.btn::after {
    /* Right-align down caret */
    position: absolute;
    right: 6px;
    font-size: 9px;
    font-weight: bolder;
    top: 45%;
    margin-top: -3px;
}

.shopping_search .btn-group > .dropdown-toggle.btn:hover::after {
    /* Change color to white on hover */
    color: white;
}

.shopping_search .btn-group > .dropdown-toggle.btn {
    /* Left-align text */
    text-align: left;
    padding-left: 20px;
}

.shopping_search .btn-group .dropdown-menu {
    padding: 10px 10px;
    width: 250px;
    z-index: 999;
    border: 1px solid rgb(223, 219, 219) !important;
}

.shopping_search .airlineSelector .dropdown-menu {
    width: 280px;
}

.shopping_search .cabinClassSelector .dropdown-menu {
    width: 172px;
}

.search-card-ui-wrapper {
    margin-top: 11px;
}

.triptype-img {
    height: 16.25px;
    width: 16px;
}

/* #endregion */
.shopping_search .sourceSelector .BookingTripType .BookingPCCOptions .checkbox,
.shopping_search .cabinClassSelector .checkbox .airlineSelector {
    display: flex;
}

.BookingPCCOptions div {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.BookingPCCOptions label {
    margin-bottom: 0;
}

.BookingPCCOptions input {
    margin-right: 5px;
}

.pax-img {
    height: 15px;
    width: 15px;
    margin-top: 2px;
    margin-right: 5px;
}

.pax-dropdown-info {
    font-size: 10px;
    color: darkgray;
    margin-left: 4px;
}

#pax-advance-btn, #applyButton {
    min-width: 84px;
}

#pax-advance-btn {
    padding: 2.75px 12px !important;
    max-height: 27px;
}

#applyButton {
    padding: 3.25px 12px !important;
}

.search-page-tab {
    background-color: white !important;
    border: 1px solid #dfdbdb !important;
    border-radius: 8px;
    margin-right: 0px !important;
    padding: 5px 10px !important;
    padding-right: 0 !important;
    font-weight: 500;
}

    .search-page-tab:hover {
        color: white;
        background-color: var(--obe-tertiary-color) !important;
        border-radius: 17px !important;
    }

    .search-page-tab > img {
        width: 15px !important;
        height: 15px;
        vertical-align: middle;
        margin-right: 5px;
    }

.search-page-tab-airline-img {
    width: 24px !important;
}

.search-page-tab > button {
    padding: 0px !important;
}

.sourceSelector {
    width: max-content;
}

.search-page-tab:not(:hover) {
    color: #2a2a2a !important;
}

#topLevelControls-wrapper {
    width: 80%;
}

#searchWidget #topLevelControls-wrapper {
    width: 80%;
    justify-content: space-between;
}

#searchWidget .top-level-controls-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: -5px !important;
}
/* .top-level-controls-wrapper{
    background-color: white;
    max-width: max-content;
    border: 1px solid #d7d7d7;
    padding: 5px;
    border-radius: var(--obe-card-curve);
} */

/* #searchWidget  .top-level-controls-wrapper{
  background-color: #eee;
  border: 1px solid darkgray;
} */

#topLevelControls .btn.btn-light-primary.dropdown-toggle:after {
    color: #2a2a2a;
}

#topLevelControls .btn.btn-light-primary.dropdown-toggle:hover::after {
    color: white;
}


.shopping_search .sector {
    margin-bottom: 4px;
}

.shopping_search .sectorBasic {
    display: flex;
    flex-wrap: wrap;
    /* background-color: var(--obe-primary-color); */
    padding: 4px;
    padding-left: 0;
    border-radius: 8px;
    height: 50px;
}

/* .shopping_search #searchWidget .sectorBasic {
    background-color: darkgray;
} */
.shopping_search .sectorNum {
    display: inline-block;
    padding: 8px 0;
    font-weight: bold;
    font-size: 1.2rem;
    width: 20px;
    color: #B5B5C3;
}

.shopping_search .sectorAdvanced {
    display: flex;
    flex-wrap: nowrap;
    padding: 5px 0 10px 20px;
    border-bottom: 1px solid #EBEDF3;
}

    .shopping_search .sectorAdvanced > select {
        max-width: 150px;
        margin-right: 1rem;
    }

    .shopping_search .sectorAdvanced > div {
        margin-right: 1rem;
    }

.shopping_search .sector input.datePicker {
    max-width: 230px;
    width: 22%;
    margin-left: 0.1rem;
    margin-right: 0.5rem;
}

.shopping_search #searchWidget .sector input.datePicker {
    max-width: 265px;
    margin-left: 0.1rem;
    margin-right: 0.5rem;
}

.shopping_search .sector .select2-container {
    width: 33% !important;
    margin-left: 2px;
    margin-top: -1.5px;
    height: 46px !important;
}

.shopping_search #searchWidget #SectorContainer .sector .select2-container {
    max-width: 456px !important;
}

.shopping_search .specificAirlineGroup .sector .airlineSelector {
    /* Hide airline selectors when Airline Group is specified */
    display: none;
}

.shopping_search .sector .airlineSelector .dropdown-menu {
    width: 280px;
}
/*.shopping_search .sector .airlineSelector .select2-container {
    width: 230px;
}*/

.shopping_search .sector .SelectedAirlines div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 3px;
}

    .shopping_search .sector .SelectedAirlines div:hover {
        background-color: rgba(229,234,238,0.6);
    }

.selected-airline-container {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

    .selected-airline-container > label {
        margin-bottom: 0;
    }

.shopping_search .sector .sectorMenu .dropdown-item i {
    width: 17px;
    margin-right: 0.5rem;
}

    .shopping_search .sector .sectorMenu .dropdown-item i.fa-rotate-90 {
        margin-left: -0.5rem;
        margin-bottom: -0.5rem;
        margin-right: 1rem;
    }

    .shopping_search .sector .sectorMenu .dropdown-item i.fa-rotate-270 {
        margin-top: -0.5rem;
    }

.shopping_search .sector .invalid {
    border-color: #F64E60;
}

.shopping_search #SectorContainer.MaxSectors .sectorMenu .insertAbove,
.shopping_search #SectorContainer.MaxSectors .sectorMenu .insertBelow {
    /* Hide "insert sector" buttons when maximum number of sectors reached */
    display: none;
}

.shopping_search #SectorContainer.SingleSector .sectorMenu .delete {
    /* Hide "delete sector" button when only one sector */
    display: none;
}

.shopping_search .height-transition {
    -webkit-transition: max-height 0.2s ease-in-out;
    -moz-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
    margin-left: 15px;
}

.shopping_search .height-transition-hidden {
    max-height: 0;
    overflow-y: hidden;
    display: none;
}

.shopping_search .btnDeleteAirline,
.shopping_search .btnAddAirline {
    cursor: pointer;
}

.shopping_search #modPax {
    z-index: 10000 !important;
}

    .shopping_search #modPax .modal-body {
        min-height: 400px;
    }

    .shopping_search #modPax i.fas,
    .shopping_search #modPax i.far {
        cursor: pointer;
        font-size: 1.5rem;
    }

    .shopping_search #modPax .passenger {
        padding: 5px;
        font-size: 1rem;
    }

        .shopping_search #modPax .passenger:hover {
            background-color: rgba(229,234,238,0.6);
        }

        .shopping_search #modPax .passenger .paxNameLabel {
            min-width: 150px;
        }

        .shopping_search #modPax .passenger .priceTypeLabel {
            min-width: 30px;
        }

        .shopping_search #modPax .passenger .freqFlyerLabel {
            min-width: 150px;
            font-size: 1rem;
        }

        .shopping_search #modPax .passenger .paxAgeLabel {
            min-width: 60px;
            font-size: 1rem;
        }

        .shopping_search #modPax .passenger span,
        .shopping_search #modPax .passenger i {
            margin-left: 10px;
            display: inline-block;
        }

            .shopping_search #modPax .passenger span:first-child {
                margin-left: 0;
            }

    .shopping_search #modPax .paxEdit .paxError {
        color: #F64E60;
        margin-top: 3px;
        display: inline-block;
    }

    .shopping_search #modPax.MaxPax .paxEdit {
        /* Hide "add passenger" controls when maximum number of passengers reached */
        display: none;
    }

#modPax #btnApplyPax {
    width: 80px;
}


.shopping_search .ItinerarySearchResult {
    border: 1px solid #EBEDF3;
}

    .shopping_search .ItinerarySearchResult + .ItinerarySearchResult {
        margin-top: 15px;
    }

    .shopping_search .ItinerarySearchResult .resultHeader {
        padding: 10px;
        background-color: rgba(229,234,238,0.6);
    }

    .shopping_search .ItinerarySearchResult .resultSource {
        display: block;
    }

    .shopping_search .ItinerarySearchResult .total {
        font-size: 1.5rem;
        font-weight: bold;
        color: #7E8299;
        display: block;
    }

    .shopping_search .ItinerarySearchResult .mainCabinClass {
        display: block;
    }

.shopping_search .ItinerarySearchResultSectorRecommendation,
.shopping_search .ItinerarySearchResultSector {
    margin-bottom: 15px;
    padding-left: 15px;
}

.shopping_search .ItinerarySearchResult .ItinerarySearchResultSector .route {
    font-weight: 600;
    font-size: 1.2rem;
}

.shopping_search .ItinerarySearchResult .ItinerarySearchResultSector .times {
    display: flex;
}

    .shopping_search .ItinerarySearchResult .ItinerarySearchResultSector .times > div {
        width: 200px;
    }

.shopping-tab,
.deals-tab,
.recent-search-tab {
    font-family: Poppins;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    margin-left: 1px;
    margin-right: 1px;
    gap: 10px;
    background-color: var(--tab-color);
    color: var(--tab-color-text);
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
    box-shadow: var(--outside-box-shadow);
    border-top: 1px solid var(--tab-color);
    border-left: 1px solid var(--tab-color);
    border-right: 1px solid var(--tab-color);
    border-bottom: 1px solid #fff;
    margin-top: 5px;
    font-weight: 400;
    outline: none;
}

    .shopping-tab:focus,
    .deals-tab:focus,
    .recent-search-tab:focus {
        outline: 1px solid var(--obe-secondary-color, #0066cc);
        outline-offset: 1px;
    }

.recent-bookings-show-more {
    color: var(--obe-tertiary-color) !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 500;
    marginLeft: auto;
    padding: 0;
}

.shopping_search .selected-tab {
    background-color: var(--tab-selected-color);
    color: var(--tab-selected-text-color);
    border: 1px solid #E9EAEB;
    border-left: none;
    font-weight: 700;
    margin-bottom: -2px;
    margin-top: 0px !important;
    position: relative;
    top: -1px;
    left: -1px;
    z-index: 10;
}

    .shopping_search .selected-tab img {
        filter: brightness(0) saturate(100%) invert(33%) sepia(7%) saturate(1012%) hue-rotate(182deg) brightness(92%) contrast(86%);
    }

.triptype-tab.selected-tab::after, .recent-search-tab.selected-tab::before, .deals-tab.selected-tab::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    bottom: -10px;
    height: 18px;
    background: white;
    z-index: 4;
    pointer-events: none;
    width: 100%;
}

.search-history-text {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.shopping_search .tooltip {
    visibility: hidden;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%; /* Adjust to position the tooltip above */
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    width: auto;
    white-space: nowrap;
}

.search-history-text:hover .tooltip {
    visibility: visible;
    opacity: 1;
}


.btn-round-trip {
    width: 140px !important;
}

.btn-fare-source, .btn-passenger {
    padding-right: 20px !important;
    width: max-content !important;
}

    .btn-passenger:focus,
    .btn-cabin-class:focus,
    .btn-additional:focus,
    .btn-fare-source:focus {
        outline: 2px solid var(--obe-secondary-color, #0066cc) !important;
        outline-offset: 2px !important;
        box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15) !important;
    }

.options-fare-source {
    width: max-content !important;
}

.btn-cabin-class {
    width: max-content !important;
    padding-right: 22px !important;
}

.btn-additional {
    width: max-content !important;
    padding-right: 22px !important;
}

.option-additional {
    width: 370px !important;
    position: static;
}

.PenaltyOptions {
    display: flex;
}

.PenaltyColumn {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.FareFeatures {
    display: flex;
}

.FareColumn {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.airline-promo-code-hint {
    color: #6c757d;
    font-size: 10px;
}

.shopping_search hr {
    border: 1px solid #ccc;
    margin: 8px 0;
}


.btn-airline-selector {
    width: 120px !important;
}

.btn-airline-selector-dropdown {
    padding-bottom: 30px !important;
}

.btn-advance-class {
    padding: 5px 7px;
    background-color: #E5EAEE !important;
    color: #212121 !important;
    border-color: #E5EAEE !important;
    width: 85px;
}

    .btn-advance-class:hover {
        color: #212121 !important;
        background-color: #ced7df !important;
        border-color: #c6d1da !important;
    }

.pax-selection-dropdown-wrapper {
    left: -1px !important;
}

    .pax-selection-dropdown-wrapper > span {
        font-size: 12px;
    }

.pax-wrapper {
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
}

.pax-count {
    width: 22px;
    text-align: center;
}

.pax-wrapper-heading {
    font-size: 12px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
    margin-bottom: 7px;
}

.btn-outline-secondary-blue {
    color: var(--obe-primary-color) !important;
    background-color: transparent;
    border: 2px solid var(--obe-primary-color) !important;
    font-weight: bold;
}

    .btn-outline-secondary-blue:hover {
        background-color: var(--obe-primary-color) !important;
        color: white !important;
    }

.shoppingBtn-decrement, .shoppingBtn-increment {
    border-radius: 50px !important;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    color: var(--obe-primary-color) !important;
    border: 1px solid var(--obe-primary-color) !important;
}

    .shoppingBtn-increment:disabled:hover, .shoppingBtn-decrement:disabled:hover {
        cursor: default;
    }

#children-age-section > span {
    font-size: 12px;
}

#children-age-section > div:first-of-type {
    margin-top: 5px;
}


label.error {
    color: red;
    font-size: 80%;
    margin-top: 5px;
    display: block;
}

/* Style for invalid input fields */
input.error, span.error, select.error {
    border: 1px solid red;
}

.upgrade-price-text {
    font-weight: 700;
    font-size: 18px;
}

/* row */
.upgrade-inline-prices {
    display: flex;
    justify-content: center;
    gap: 16px;
    text-align: center;
}

.fare-rules-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}

.popup-content {
    position: relative;
    margin: 15% auto;
    padding: 20px;
    background: white;
    width: 500px;
    height: 400px;
    overflow: auto;
    box-sizing: border-box;
    z-index: 1050;
}

.close-btn {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}

.view-fare-rules, .view-fare-rules:hover {
    text-decoration: underline !important;
    color: var(--obe-tertiary-color) !important;
    font-size: 11px !important;
    font-weight:600;
    margin-top: -16px !important;
}

#select2-flight-origin-results.select2-results__options {
    max-height: 400px;
    overflow-y: auto;
    padding: 0;
}

#select2-flight-destination-results.select2-results__options {
    max-height: 400px;
    overflow-y: auto;
    padding: 0;
}

.hidden-feature {
    display: none;
}

.trip-info {
    font-size: 13px;
    padding-left: 150px;
}


/*Search widget*/

.trip-type-wrapper {
    font-size: 15px;
    margin-bottom: 4px;
    color: #786060;
    width: 270px;
    display: flex;
    justify-content: space-between;
}

.trip-type-option {
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    vertical-align: middle;
    white-space: nowrap;
}

.two-one-way-option {
    font-size: 12px;
    margin-top: 3px;
    margin-left: 2px;
    display: flex;
}

    .two-one-way-option > input {
        margin-top: -5px;
        margin-right: 2px;
    }

.trip-type-select {
    height: max-content;
    border-color: transparent;
    font-weight: 600;
    color: #2a2a2a;
    font-size: 0.925rem;
}

    .trip-type-select img {
        filter: grayscale(100%) brightness(0);
    }

    .trip-type-select:hover {
        border-color: transparent !important;
        outline: none;
    }

    .trip-type-select:focus {
        border-color: transparent !important;
        outline: none;
    }

.separator {
    vertical-align: middle;
    font-weight: 600;
}

.active-trip-type {
    color: var(--obe-primary-color);
    text-decoration: underline;
    padding-bottom: 2px;
}

    .active-trip-type > img {
        filter: none;
        opacity: 1;
    }

.shopping_search .fa-border {
    border: none;
}

.fas.fa-pull-left {
    margin-right: 0;
    color: #7a7777;
}

.shopping_search .btn i, .shopping_selectflights .btn i {
    font-size: 1.5rem;
    padding-right: 0;
}

.shopping_search .fa-border, .shopping_selectflights .fa-border {
    padding: 0;
}

.shopping_search .sector-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(3080%) hue-rotate(187deg) brightness(89%) contrast(101%);
}

.shopping_search .addSector, .shopping_search .sectorMenu .delete {
    padding: 7px 5px !important;
}

#searchWidget .sector-icon {
    filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(0%) hue-rotate(189deg) brightness(93%) contrast(86%);
}

.advertising-banner {
    margin-left: 20px;
    margin-top: 10px;
    background-color: white;
    box-shadow: var(--outside-box-shadow);
    border: 1px solid #d7d7d7;
}


.upsell-fares-container {
    display: flex;
    justify-content: space-between;
}


#modPax .modal-content {
    width: 1000px;
    min-height: max-content;
}


.trip-detail {
    display: flex;
    align-items: baseline;
}

.trip-label {
    min-width: 70px;
    text-align: left;
}

.trip-separator {
    min-width: 10px;
    text-align: center;
}

.trip-content {
    flex: 1;
    text-align: left;
}

.custom-fare-div {
    margin-bottom: 15px;
    margin-top: -20px;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}

.warn-state {
    display: block;
    width: 100%;
    border-bottom: 1px dotted black;
    margin-top: 5px;
}

.popular-state {
    font-size: small;
    font-weight: bold;
}

.default-state-strong {
    font-size: small;
    font-weight: bold;
}

.default-state-grey {
    color: grey;
    font-size: smaller;
}

.legend-Details {
    text-align: left;
    display: flex;
}

.legend-item {
    align-items: center;
    padding: 10px;
    border-radius: 5px;
}

.legend-icon {
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.legend-icon-small {
    height: 9px;
    width: 9px;
    margin-right: 5px;
}

.fare-details {
    display: none
}

.colored-image {
    filter: grayscale(100%);
}

.daterangepicker {
    z-index: 10000 !important;
}

    .daterangepicker td.off.ends.active.start-date.available,
    .daterangepicker td.off.ends.active.end-date.in-range.available {
        background-color: white !important;
        color: #B5B5C3 !important;
        padding-top: 3px;
    }

.shopping-image {
    height: 16px;
    margin-right: 5px !important;
}

.italic-font {
    font-style: italic;
}

.subheading-shopping-page {
    margin-top: -5px;
    font-size: 11px;
    font-weight: 300;
    margin-left: 21px;
}

.BookingPaxDetails .form-group-custom .select2-container {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-43 {
    margin-top: 43px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.btnAddPax .text-primary {
    color: var(--obe-primary-color);
}

.shopping_search .daterangepicker .drp-calendar td.active {
    background-color: var(--obe-tertiary-color) !important;
}

.shoppingBtn {
    display: inline-block;
    font-weight: normal;
    color: #3F4254;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.42rem;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .shoppingBtn {
        transition: none;
    }
}

.shoppingBtn:hover {
    color: #3F4254;
    text-decoration: none;
}

.shoppingBtn:focus, .shoppingBtn.focus {
    outline: 0;
    box-shadow: none;
}

.shoppingBtn.disabled, .shoppingBtn:disabled {
    opacity: 0.6;
    box-shadow: none;
}

.shoppingBtn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

    .shoppingBtn:not(:disabled):not(.disabled):active, .shoppingBtn:not(:disabled):not(.disabled).active {
        box-shadow: none;
    }

a.shoppingBtn.disabled,
fieldset:disabled a.shoppingBtn {
    pointer-events: none;
}

.shoppingBtn-primary {
    color: #ffffff;
    background-color: #3699FF;
    border-color: #3699FF;
    box-shadow: none;
}

    .shoppingBtn-primary:hover {
        color: #ffffff;
        background-color: #1086ff;
        border-color: #037fff;
    }

    .shoppingBtn-primary:focus, .shoppingBtn-primary.focus {
        color: #ffffff;
        background-color: #1086ff;
        border-color: #037fff;
        box-shadow: 0 0 0 0.2rem rgba(84, 168, 255, 0.5);
    }

    .shoppingBtn-primary.disabled, .shoppingBtn-primary:disabled {
        color: #ffffff;
        background-color: #3699FF;
        border-color: #3699FF;
    }

    .shoppingBtn-primary:not(:disabled):not(.disabled):active, .shoppingBtn-primary:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #037fff;
        border-color: #0079f5;
    }

        .shoppingBtn-primary:not(:disabled):not(.disabled):active:focus, .shoppingBtn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(84, 168, 255, 0.5);
        }

.shoppingBtn-secondary {
    color: #181C32;
    background-color: #E4E6EF;
    border-color: #E4E6EF;
    box-shadow: none;
}

    .shoppingBtn-secondary:hover {
        color: #181C32;
        background-color: #ccd0e1;
        border-color: #c4c8dc;
    }

    .shoppingBtn-secondary:focus, .shoppingBtn-secondary.focus {
        color: #181C32;
        background-color: #ccd0e1;
        border-color: #c4c8dc;
        box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5);
    }

    .shoppingBtn-secondary.disabled, .shoppingBtn-secondary:disabled {
        color: #181C32;
        background-color: #E4E6EF;
        border-color: #E4E6EF;
    }

    .shoppingBtn-secondary:not(:disabled):not(.disabled):active, .shoppingBtn-secondary:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-secondary.dropdown-toggle {
        color: #181C32;
        background-color: #c4c8dc;
        border-color: #bcc1d7;
    }

        .shoppingBtn-secondary:not(:disabled):not(.disabled):active:focus, .shoppingBtn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(197, 200, 211, 0.5);
        }

.shoppingBtn-success {
    color: #ffffff;
    background-color: #1BC5BD;
    border-color: #1BC5BD;
    box-shadow: none;
}

    .shoppingBtn-success:hover {
        color: #ffffff;
        background-color: #16a39d;
        border-color: #159892;
    }

    .shoppingBtn-success:focus, .shoppingBtn-success.focus {
        color: #ffffff;
        background-color: #16a39d;
        border-color: #159892;
        box-shadow: 0 0 0 0.2rem rgba(61, 206, 199, 0.5);
    }

    .shoppingBtn-success.disabled, .shoppingBtn-success:disabled {
        color: #ffffff;
        background-color: #1BC5BD;
        border-color: #1BC5BD;
    }

    .shoppingBtn-success:not(:disabled):not(.disabled):active, .shoppingBtn-success:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-success.dropdown-toggle {
        color: #ffffff;
        background-color: #159892;
        border-color: #138d87;
    }

        .shoppingBtn-success:not(:disabled):not(.disabled):active:focus, .shoppingBtn-success:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(61, 206, 199, 0.5);
        }

.shoppingBtn-info {
    color: #ffffff;
    background-color: #8950FC;
    border-color: #8950FC;
    box-shadow: none;
}

    .shoppingBtn-info:hover {
        color: #ffffff;
        background-color: #702afb;
        border-color: #671efb;
    }

    .shoppingBtn-info:focus, .shoppingBtn-info.focus {
        color: #ffffff;
        background-color: #702afb;
        border-color: #671efb;
        box-shadow: 0 0 0 0.2rem rgba(155, 106, 252, 0.5);
    }

    .shoppingBtn-info.disabled, .shoppingBtn-info:disabled {
        color: #ffffff;
        background-color: #8950FC;
        border-color: #8950FC;
    }

    .shoppingBtn-info:not(:disabled):not(.disabled):active, .shoppingBtn-info:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-info.dropdown-toggle {
        color: #ffffff;
        background-color: #671efb;
        border-color: #5f11fb;
    }

        .shoppingBtn-info:not(:disabled):not(.disabled):active:focus, .shoppingBtn-info:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(155, 106, 252, 0.5);
        }

.shoppingBtn-warning {
    color: #181C32;
    background-color: #FFA800;
    border-color: #FFA800;
    box-shadow: none;
}

    .shoppingBtn-warning:hover {
        color: #ffffff;
        background-color: #d98f00;
        border-color: #cc8600;
    }

    .shoppingBtn-warning:focus, .shoppingBtn-warning.focus {
        color: #ffffff;
        background-color: #d98f00;
        border-color: #cc8600;
        box-shadow: 0 0 0 0.2rem rgba(220, 147, 8, 0.5);
    }

    .shoppingBtn-warning.disabled, .shoppingBtn-warning:disabled {
        color: #181C32;
        background-color: #FFA800;
        border-color: #FFA800;
    }

    .shoppingBtn-warning:not(:disabled):not(.disabled):active, .shoppingBtn-warning:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-warning.dropdown-toggle {
        color: #ffffff;
        background-color: #cc8600;
        border-color: #bf7e00;
    }

        .shoppingBtn-warning:not(:disabled):not(.disabled):active:focus, .shoppingBtn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 147, 8, 0.5);
        }

.shoppingBtn-danger {
    color: #ffffff;
    background-color: #F64E60;
    border-color: #F64E60;
    box-shadow: none;
}

    .shoppingBtn-danger:hover {
        color: #ffffff;
        background-color: #f42a3f;
        border-color: #f41d34;
    }

    .shoppingBtn-danger:focus, .shoppingBtn-danger.focus {
        color: #ffffff;
        background-color: #f42a3f;
        border-color: #f41d34;
        box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5);
    }

    .shoppingBtn-danger.disabled, .shoppingBtn-danger:disabled {
        color: #ffffff;
        background-color: #F64E60;
        border-color: #F64E60;
    }

    .shoppingBtn-danger:not(:disabled):not(.disabled):active, .shoppingBtn-danger:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-danger.dropdown-toggle {
        color: #ffffff;
        background-color: #f41d34;
        border-color: #f3112a;
    }

        .shoppingBtn-danger:not(:disabled):not(.disabled):active:focus, .shoppingBtn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(247, 105, 120, 0.5);
        }

.shoppingBtn-light {
    color: #181C32;
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    box-shadow: none;
}

    .shoppingBtn-light:hover {
        color: #181C32;
        background-color: #dae3ec;
        border-color: #d1dde8;
    }

    .shoppingBtn-light:focus, .shoppingBtn-light.focus {
        color: #181C32;
        background-color: #dae3ec;
        border-color: #d1dde8;
        box-shadow: 0 0 0 0.2rem rgba(210, 213, 219, 0.5);
    }

    .shoppingBtn-light.disabled, .shoppingBtn-light:disabled {
        color: #181C32;
        background-color: #F3F6F9;
        border-color: #F3F6F9;
    }

    .shoppingBtn-light:not(:disabled):not(.disabled):active, .shoppingBtn-light:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-light.dropdown-toggle {
        color: #181C32;
        background-color: #d1dde8;
        border-color: #c9d6e4;
    }

        .shoppingBtn-light:not(:disabled):not(.disabled):active:focus, .shoppingBtn-light:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(210, 213, 219, 0.5);
        }

.shoppingBtn-dark {
    color: #ffffff;
    background-color: #181C32;
    border-color: #181C32;
    box-shadow: none;
}

    .shoppingBtn-dark:hover {
        color: #ffffff;
        background-color: #0c0e18;
        border-color: #070910;
    }

    .shoppingBtn-dark:focus, .shoppingBtn-dark.focus {
        color: #ffffff;
        background-color: #0c0e18;
        border-color: #070910;
        box-shadow: 0 0 0 0.2rem rgba(59, 62, 81, 0.5);
    }

    .shoppingBtn-dark.disabled, .shoppingBtn-dark:disabled {
        color: #ffffff;
        background-color: #181C32;
        border-color: #181C32;
    }

    .shoppingBtn-dark:not(:disabled):not(.disabled):active, .shoppingBtn-dark:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-dark.dropdown-toggle {
        color: #ffffff;
        background-color: #070910;
        border-color: #030407;
    }

        .shoppingBtn-dark:not(:disabled):not(.disabled):active:focus, .shoppingBtn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(59, 62, 81, 0.5);
        }

.shoppingBtn-white {
    color: #181C32;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none;
}

    .shoppingBtn-white:hover {
        color: #181C32;
        background-color: #ececec;
        border-color: #e6e6e6;
    }

    .shoppingBtn-white:focus, .shoppingBtn-white.focus {
        color: #181C32;
        background-color: #ececec;
        border-color: #e6e6e6;
        box-shadow: 0 0 0 0.2rem rgba(220, 221, 224, 0.5);
    }

    .shoppingBtn-white.disabled, .shoppingBtn-white:disabled {
        color: #181C32;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .shoppingBtn-white:not(:disabled):not(.disabled):active, .shoppingBtn-white:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-white.dropdown-toggle {
        color: #181C32;
        background-color: #e6e6e6;
        border-color: #dfdfdf;
    }

        .shoppingBtn-white:not(:disabled):not(.disabled):active:focus, .shoppingBtn-white:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 221, 224, 0.5);
        }

.shoppingBtn-outline-primary {
    color: #3699FF;
    border-color: #3699FF;
}

    .shoppingBtn-outline-primary:hover {
        color: #ffffff;
        background-color: #3699FF;
        border-color: #3699FF;
    }

    .shoppingBtn-outline-primary:focus, .shoppingBtn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
    }

    .shoppingBtn-outline-primary.disabled, .shoppingBtn-outline-primary:disabled {
        color: #3699FF;
        background-color: transparent;
    }

    .shoppingBtn-outline-primary:not(:disabled):not(.disabled):active, .shoppingBtn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-outline-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #3699FF;
        border-color: #3699FF;
    }

        .shoppingBtn-outline-primary:not(:disabled):not(.disabled):active:focus, .shoppingBtn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
        }

.shoppingBtn-outline-secondary {
    color: #acadb5;
    border-color: #cdced3;
}

    .shoppingBtn-outline-secondary:not(:disabled):hover {
        color: #181C32;
        background-color: #E4E6EF;
        border-color: #E4E6EF;
    }

    .shoppingBtn-outline-secondary:focus, .shoppingBtn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(228, 230, 239, 0.5);
    }

    .shoppingBtn-outline-secondary.disabled, .shoppingBtn-outline-secondary:disabled {
        color: lightgray !important;
        border-color: lightgray !important;
        background-color: transparent;
    }

    .shoppingBtn-outline-secondary:not(:disabled):not(.disabled):active, .shoppingBtn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-outline-secondary.dropdown-toggle {
        color: #181C32;
        background-color: #E4E6EF;
        border-color: #E4E6EF;
    }

        .shoppingBtn-outline-secondary:not(:disabled):not(.disabled):active:focus, .shoppingBtn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(228, 230, 239, 0.5);
        }

.shoppingBtn-outline-success {
    color: #1BC5BD;
    border-color: #1BC5BD;
}

    .shoppingBtn-outline-success:hover {
        color: #ffffff;
        background-color: #1BC5BD;
        border-color: #1BC5BD;
    }

    .shoppingBtn-outline-success:focus, .shoppingBtn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(27, 197, 189, 0.5);
    }

    .shoppingBtn-outline-success.disabled, .shoppingBtn-outline-success:disabled {
        color: #1BC5BD;
        background-color: transparent;
    }

    .shoppingBtn-outline-success:not(:disabled):not(.disabled):active, .shoppingBtn-outline-success:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-outline-success.dropdown-toggle {
        color: #ffffff;
        background-color: #1BC5BD;
        border-color: #1BC5BD;
    }

        .shoppingBtn-outline-success:not(:disabled):not(.disabled):active:focus, .shoppingBtn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(27, 197, 189, 0.5);
        }

.shoppingBtn-outline-info {
    color: #8950FC;
    border-color: #8950FC;
}

    .shoppingBtn-outline-info:hover {
        color: #ffffff;
        background-color: #8950FC;
        border-color: #8950FC;
    }

    .shoppingBtn-outline-info:focus, .shoppingBtn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(137, 80, 252, 0.5);
    }

    .shoppingBtn-outline-info.disabled, .shoppingBtn-outline-info:disabled {
        color: #8950FC;
        background-color: transparent;
    }

    .shoppingBtn-outline-info:not(:disabled):not(.disabled):active, .shoppingBtn-outline-info:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-outline-info.dropdown-toggle {
        color: #ffffff;
        background-color: #8950FC;
        border-color: #8950FC;
    }

        .shoppingBtn-outline-info:not(:disabled):not(.disabled):active:focus, .shoppingBtn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(137, 80, 252, 0.5);
        }

.shoppingBtn-outline-warning {
    color: #FFA800;
    border-color: #FFA800;
}

    .shoppingBtn-outline-warning:hover {
        color: #181C32;
        background-color: #FFA800;
        border-color: #FFA800;
    }

    .shoppingBtn-outline-warning:focus, .shoppingBtn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 168, 0, 0.5);
    }

    .shoppingBtn-outline-warning.disabled, .shoppingBtn-outline-warning:disabled {
        color: #FFA800;
        background-color: transparent;
    }

    .shoppingBtn-outline-warning:not(:disabled):not(.disabled):active, .shoppingBtn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-outline-warning.dropdown-toggle {
        color: #181C32;
        background-color: #FFA800;
        border-color: #FFA800;
    }

        .shoppingBtn-outline-warning:not(:disabled):not(.disabled):active:focus, .shoppingBtn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 168, 0, 0.5);
        }

.shoppingBtn-outline-danger {
    color: #F64E60;
    border-color: #F64E60;
}

    .shoppingBtn-outline-danger:hover {
        color: #ffffff;
        background-color: #F64E60;
        border-color: #F64E60;
    }

    .shoppingBtn-outline-danger:focus, .shoppingBtn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(246, 78, 96, 0.5);
    }

    .shoppingBtn-outline-danger.disabled, .shoppingBtn-outline-danger:disabled {
        color: #F64E60;
        background-color: transparent;
    }

    .shoppingBtn-outline-danger:not(:disabled):not(.disabled):active, .shoppingBtn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-outline-danger.dropdown-toggle {
        color: #ffffff;
        background-color: #F64E60;
        border-color: #F64E60;
    }

        .shoppingBtn-outline-danger:not(:disabled):not(.disabled):active:focus, .shoppingBtn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(246, 78, 96, 0.5);
        }

.shoppingBtn-outline-light {
    color: #F3F6F9;
    border-color: #F3F6F9;
}

    .shoppingBtn-outline-light:hover {
        color: #181C32;
        background-color: #F3F6F9;
        border-color: #F3F6F9;
    }

    .shoppingBtn-outline-light:focus, .shoppingBtn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(243, 246, 249, 0.5);
    }

    .shoppingBtn-outline-light.disabled, .shoppingBtn-outline-light:disabled {
        color: #F3F6F9;
        background-color: transparent;
    }

    .shoppingBtn-outline-light:not(:disabled):not(.disabled):active, .shoppingBtn-outline-light:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-outline-light.dropdown-toggle {
        color: #181C32;
        background-color: #F3F6F9;
        border-color: #F3F6F9;
    }

        .shoppingBtn-outline-light:not(:disabled):not(.disabled):active:focus, .shoppingBtn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(243, 246, 249, 0.5);
        }

.shoppingBtn-outline-dark {
    color: #181C32;
    border-color: #181C32;
}

    .shoppingBtn-outline-dark:hover {
        color: #ffffff;
        background-color: #181C32;
        border-color: #181C32;
    }

    .shoppingBtn-outline-dark:focus, .shoppingBtn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(24, 28, 50, 0.5);
    }

    .shoppingBtn-outline-dark.disabled, .shoppingBtn-outline-dark:disabled {
        color: #181C32;
        background-color: transparent;
    }

    .shoppingBtn-outline-dark:not(:disabled):not(.disabled):active, .shoppingBtn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-outline-dark.dropdown-toggle {
        color: #ffffff;
        background-color: #181C32;
        border-color: #181C32;
    }

        .shoppingBtn-outline-dark:not(:disabled):not(.disabled):active:focus, .shoppingBtn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(24, 28, 50, 0.5);
        }

.shoppingBtn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}

    .shoppingBtn-outline-white:hover {
        color: #181C32;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .shoppingBtn-outline-white:focus, .shoppingBtn-outline-white.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }

    .shoppingBtn-outline-white.disabled, .shoppingBtn-outline-white:disabled {
        color: #ffffff;
        background-color: transparent;
    }

    .shoppingBtn-outline-white:not(:disabled):not(.disabled):active, .shoppingBtn-outline-white:not(:disabled):not(.disabled).active,
    .show > .shoppingBtn-outline-white.dropdown-toggle {
        color: #181C32;
        background-color: #ffffff;
        border-color: #ffffff;
    }

        .shoppingBtn-outline-white:not(:disabled):not(.disabled):active:focus, .shoppingBtn-outline-white:not(:disabled):not(.disabled).active:focus,
        .show > .shoppingBtn-outline-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        }

.shoppingBtn-link {
    font-weight: 400;
    color: #3699FF;
    text-decoration: none;
}

    .shoppingBtn-link:hover {
        color: #0073e9;
        text-decoration: underline;
    }

    .shoppingBtn-link:focus, .shoppingBtn-link.focus {
        text-decoration: underline;
    }

    .shoppingBtn-link:disabled, .shoppingBtn-link.disabled {
        color: #7E8299;
        pointer-events: none;
    }

.shoppingBtn-lg, .shoppingBtn-group-lg > .shoppingBtn {
    padding: 0.825rem 1.42rem;
    font-size: 1.08rem;
    line-height: 1.5;
    border-radius: 0.42rem;
}

.shoppingBtn-sm, .shoppingBtn-group-sm > .shoppingBtn {
    padding: 0.55rem 0.75rem;
    font-size: 0.925rem;
    line-height: 1.35;
    border-radius: 0.42rem;
}

.shoppingBtn-block {
    display: block;
    width: 100%;
}

    .shoppingBtn-block + .shoppingBtn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].shoppingBtn-block,
input[type="reset"].shoppingBtn-block,
input[type="button"].shoppingBtn-block {
    width: 100%;
}

.shopping-btn {
    padding: 8px 24px;
    border-radius: 22px;
    font-family: Poppins;
    box-shadow: var(--obe-primary-button-shadow);
}

.shopping-btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--button-primary-color);
    border: 1px solid var(--button-primary-color);
    box-shadow: var(--obe-primary-button-shadow);
}

    .shopping-btn-primary:hover {
        color: #fff;
        background-color: var(--button-primary-hover-color);
        border-color: var(--button-primary-hover-color);
    }

.shopping-search-btn {
    min-width: 150px;
    height: 49.5px;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    background-color: var(--obe-button-primary-color);
    border-bottom-color: rgb(3, 152, 85);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-style: solid;
    border-bottom-width: 0.888889px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(3, 152, 85);
    border-left-style: solid;
    border-left-width: 0.888889px;
    border-right-color: rgb(3, 152, 85);
    border-right-style: solid;
    border-right-width: 0.888889px;
    border-top-color: rgb(3, 152, 85);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-right: 20px;
    border-radius: 25px;
}

    .shopping-search-btn:hover {
        background-color: var(--obe-button-primary-hover-color);
    }

.shopping-page-heading {
    box-sizing: border-box;
    color: #003d7a; /* rgb(0, 61, 122) */
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 6.5px;
    margin-top: 0px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    padding-right: 10px;
    text-align: left;
}

.menu-icon {
    line-height: 0;
    font-size: 1.3rem;
}

.search-btn-img {
    margin-left: 10px;
}

#searchWidget .search-btn-img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(72%) saturate(749%) hue-rotate(111deg) brightness(91%) contrast(92%);
}

    #searchWidget .search-btn-img:hover {
        filter: brightness(0) saturate(100%) invert(42%) sepia(89%) saturate(628%) hue-rotate(117deg) brightness(95%) contrast(93%);
    }

.obe-btn-tertiary {
    justify-content: center;
    align-items: center;
    border: none;
    color: var(--obe-button-tertiary-color);
    background-color: var(--obe-button-tertiary-background-color);
    padding: 8px 15px;
    border-radius: 22px !important;
    box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
}

    .obe-btn-tertiary:hover {
        color: var(--obe-button-tertiary-hover-color);
        background-color: var(--obe-button-tertiary-background-color);
    }

.obe-btn-primary {
    padding: 5px 12px !important;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: white !important;
    background-color: var(--obe-button-primary-color) !important;
    border: 1px solid var(--obe-button-primary-color) !important;
    border-radius: 22px !important;
    box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
}

    .obe-btn-primary:hover {
        background-color: var(--obe-button-primary-hover-color) !important;
        border: 1px solid var(--obe-button-primary-hover-color) !important;
        color: white !important;
    }


.obe-btn-secondary {
    padding: 5px 12px !important;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid var(--button-secondary-color) !important;
    color: var(--button-secondary-color) !important;
    background-color: var(--button-secondary-background-color) !important;
    border-radius: 22px !important;
    box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
}

    .obe-btn-secondary:hover {
        border: 1px solid var(--obe-button-secondary-hover-color) !important;
        color: var(--obe-button-secondary-hover-color) !important;
    }

    .obe-btn-secondary i {
        color: var(--button-secondary-color) !important;
    }

    .obe-btn-secondary:hover i {
        color: var(--obe-button-secondary-hover-color) !important;
    }

    .obe-btn-secondary:hover .icon-rectangle {
        border: 1px solid var(--obe-button-secondary-hover-color);
    }

.shopping_confirmation .content, .shopping_search .content {
    padding-top: 13px !important;
    padding-bottom: 8px !important;
}

.w-max-content {
    width: max-content;
}

.font-weight-600 {
    font-weight: 600 !important;
}




.shopping_search input[type="checkbox"], .shopping_selectflights input[type="checkbox"], .shopping_searchflights input[type="checkbox"], .shopping_search input[type="checkbox"], .shoppping_confirmation input[type="checkbox"], .shopping_manage input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    max-width: 15px;
    max-height: 15px;
    border: 2px solid var(--obe-secondary-color);
    border-radius: 4px;
    background-color: white;
    position: relative;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    flex-shrink: 0;
    box-sizing: border-box;
}

    .shopping_search input[type="checkbox"]:checked, .shopping_selectflights input[type="checkbox"]:checked, .shopping_searchflights input[type="checkbox"]:checked, .shopping_search input[type="checkbox"]:checked, .shoppping_confirmation input[type="checkbox"]:checked, .shopping_manage input[type="checkbox"]:checked {
        background-color: var(--obe-secondary-color);
        border-color: var(--obe-secondary-color);
    }

        .shopping_search input[type="checkbox"]:checked::after, .shopping_selectflights input[type="checkbox"]:checked::after, .shopping_searchflights input[type="checkbox"]:checked::after, .shopping_search input[type="checkbox"]:checked::after, .shoppping_confirmation input[type="checkbox"]:checked::after, .shopping_manage input[type="checkbox"]:checked::after {
            content: '';
            position: absolute;
            top: 0px;
            left: 3px;
            width: 5px;
            height: 9px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }


@media (max-width: 768px) {
    .shopping_search input[type="checkbox"], .shopping_selectflights input[type="checkbox"], .shopping_searchflights input[type="checkbox"], .shopping_search input[type="checkbox"], .shoppping_confirmation input[type="checkbox"], .shopping_manage input[type="checkbox"] {
        width: 15px !important;
        height: 15px !important;
        min-width: 15px !important;
        min-height: 15px !important;
        max-width: 15px !important;
        max-height: 15px !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }
}

#agreeFareRuleCheckBox{
    margin-top: 2px;
}

.mt-n1px {
    margin-top: -1px !important;
}

.shopping_searchflights, .shopping_selectflights, .shopping_confirmation, .shopping_manage {
    padding-right: 0px !important;
}
.currency-wrapper{
    min-width: 28px;
    text-align: center;
}
.airline-header-container{
    min-width: 265px;
    display: flex;
    justify-content: space-between;
}

.currency-header {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    min-width: 30px; 
}
.stops-currency-header {
    font-weight: 400;
    font-size: 9px;
    margin-right: -5px;
}
.filter-currency-header-wrapper{
    width: 266px;
}

.all-filters-wrapper .filter-currency-header-wrapper{
    width: 100%;
}

.all-filters-wrapper .airlines-list .currency-header{
    margin-right: 21px;
}
/* .search-flight.d-flex.flex-column#searchResultsFares1 .side-panel-filter .airlines-list .currency-header{
    position: relative;
    right: 16px;
    top: 1px;
} */
.side-panel-filter .airlines-list{
    position: relative;
}

/* Loading Stripe Styles - Circular Gradient Movement */
.loading-stripe {
    height: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    max-width: 1560px;
    bottom: 11px;
    left: 8px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    width: calc(100% - 17px);
    box-sizing: border-box;
}

.loading-stripe-bar {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 100%; 
    overflow: hidden;
}

.loading-stripe-square {
    width: 150px;
    height: 100%;
    background: var(--obe-primary-color);
    position: absolute;
    top: 0;
    left: -200px;
    animation: loadingStripeMove 3s linear infinite;
    max-width: 100%; 
    overflow: hidden;
}

@keyframes loadingStripeMove {
    0% {
        left: -200px;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 840px) {
    .trip-info {
        font-size: 10px;
        padding-left: 0;
    }
    .custom-fare-div {
        font-size: 16px;
    }  
}

.shadow-box {
    height: max-content;
    background: white;
    box-shadow: var(--outside-box-shadow);
    border-radius: 5px;
}
/*.recent-search-container-wrapper-container{
    display: none;
}*/

.recent-search-container-wrapper {
    max-width: 100%;
    width: 1275px;
    position: relative;
    height: 190px;
    /* border: 1px solid #E9EAEB; */
    border-top-left-radius: 0;
}
.favourite-icon{
    width: 15px;
    height: 15px;
    filter: brightness(0) invert(1);
}
.selected-tab .favourite-icon{
    filter: brightness(0) saturate(100%) invert(33%) sepia(7%) saturate(1012%) hue-rotate(182deg) brightness(92%) contrast(86%);
}


.shopping_search .container {
    max-width: 1600px;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    overflow-x: auto;
    justify-content: space-evenly;
}
.shopping_search .container.booknow-wrapper {
    justify-content: flex-start;
}

.shopping_search .column {
    padding: 10px;
    box-sizing: border-box;
}

.shopping_search .column-1, .shopping_search .column-3 {
    width: 23%;
    background-color: white;
    min-width: 310px;
    max-width: 330px;
    overflow: auto;
}

.shopping_search .column-2 {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.google-map, .content-div {
    width: 100%;
    box-sizing: border-box;
}

.google-map {
    height: 40%;
    background-color: white; 
}

.shopping_search .content-div {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    padding-top: 10px; 
    padding-left: 10px;
    padding-right: 10px;
    gap: 0 10px;
    overflow-x: auto;
}


@media (max-width: 480px) {
    .content-div {
        grid-template-columns: 1fr; /* 1 column */
    }
}


@media (max-width: 1200px) {
    .content-div {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1600px) {
    .shopping_search .info {
        font-size: 13px !important;
    }

    .tile-name {
        font-size: 14px !important;
    }

    .more-button {
        font-size: 15px;
    }
}

.shadow.mt-3 {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-top: 16px; 
}

.shopping_search .tileContainer {
    display: flex;
    width: 100%;
    height: 115px;
    border: 1px solid #ddd8d8;
    border-radius: 8px;
    background: white;
    box-shadow: var(--inside-box-shadow) !important;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    box-sizing: border-box;
}

.shopping_search .tileContainer:hover {
        transform: scale(1.05); 
        background-color: #f0f0f0; 
    }

    .shopping_search .tileContainer.click-effect {
        transform: scale(1.1); 
        background-color: #e0e0e0;
        border: 2px solid var(--obe-primary-color); 
        transition: transform 0.2s, background-color 0.2s, border-color 0.2s;
    }


    .shopping_search .image {
    width: 120px;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.shopping_search .info {
    width: 62%;
    min-width: 165px;
    display: flex;
    flex-direction: column;
    padding: 12px;
    position: relative;
    background-color: white;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 0.75vw;
}

.shopping_search .tile-name {
   font-weight: 600;
   font-size: 0.90vw;
}

.description2 {
    display: flex;
    align-items: center;
}

.small-image {
    width: 15px;
    height: 15px;
    margin-right: 5px; 
}


.small-text {
    width: max-content; 
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 4px; 
}

.duration {
    width: 70px;
}

.tile-price {
    margin-top: auto;
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-weight: 600;
}

/* recent searches*/

.recent-search-container {
    display: none; /* Hide all content by default */
    padding: 20px;
    min-height: 120px;
    /* min-width: 650px; */
}
    .recent-search-container > div {
        width: 1060px;
        max-height: 160px;
        overflow-x: auto;
    }

    .recent-search-container.active {
        display: flex;
        justify-content: space-between;
    }
    .recent-search-container.active img{
        max-height: 145px;
        max-width: 250px;
    }
.search-again-button {
    width: 160px !important;
    height: 30px !important;
    font-size: 14px !important;
}
.search-history-text-wrapper a, .search-history-text a {
    font-size: 12px !important;
}
.search-history-text-wrapper {
    max-width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.travel-image {
    max-height: 140px;
    max-width: 270px;
    margin-top: 5px;
}
    .search-again-button > span {
        padding: 1rem !important;
    }

    .search-history-text {
        font-size: 13px;
    }
        /*Google map styles*/
        .labels {
            background: white;
            padding: 10px;
            border: 1px solid gray;
        }

.custom-marker {
    z-index: 1;
    cursor: pointer;
}

.deals-header {
    max-width: 1600px;
    font-size: 32px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7;
}

.custom-select-wrapper {
    width: 160px;
    position: relative;
    user-select: none;
}

.shopping_search .custom-select {
    position: relative;
    display: block;
    height: 39px;
    padding-top: 0;
    padding-bottom: 0;
}

.shopping_search .custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 16px;
    color: var(--obe-primary-color) ;
    height: 36px;
    line-height: 40px;
    background: #ffffff;
    border: none;
    cursor: pointer;
}

.shopping_search .custom-options {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    transition: all 0.4s;
    z-index: 5;
}

.shopping_search .custom-option {
    position: relative;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    color: var(--obe-primary-color) ;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.4s;
}

.shopping_search .custom-option:hover {
        background-color: #f2f2f2;
    }

.custom-select.open .custom-options {
    display: block;
}


.hidden-tile {
    display: none;
}


.shopping_search .more-icon {
    transition: transform 0.3s ease;
    width: 15px;
    height: 15px;
    margin-left: 5px;
}
  
.more-button {
    border: none;
    background: transparent;
    text-align: right;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}
.shopping_search .less {
    margin-left: 5px;
}

.shopping_search .less .more-icon {
    transform: rotate(180deg);
    width: 15px;
    height: 15px;
    margin-left: 5px;
}


.asia-deals-header {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*Trending cities*/
.trending-cities-container {
    max-width: 1275px;
}
.city-image {
    border-radius: 10px;
    width: 217px;
    height: 200px;
}

.trending-cities-wrapper {
    background: white;
    max-width: 1580px;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .trending-cities-wrapper .slick-list {
        height: 300px !important;
    }
    .trending-cities-wrapper .slick-slide {
        width: max-content !important;
    }
    .trending-cities-wrapper .slider {
        border: none !important;
        background: white !important;
        color: lightgray !important;
        transition: transform 0.3s ease-in-out !important;
    }
        .trending-cities-wrapper.slider.selected {
            background: white !important;
            color: lightgray !important;
            
        }
        .trending-cities-wrapper .slider:hover {
            transform: scale(1.05) !important;
        }
    .trending-cities-wrapper .slick-slider {
        height: 300px !important;
    }
.trending-cities-wrapper .selected {
    font-weight: 400 !important;
}

    .trending-cities-wrapper .down-arrow {
        display: none;
    }

.bold-text{
    font-weight: 600;
    color: black;
    font-size: 15px;
}
.normal-text {
    color: #9b8d8d !important;
    font-size: 12px;
    font-weight: 400;
}

.trending-cities-header {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    font-size: 24px;
    padding-bottom: 0;
    margin-top: 30px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.trending-cities-header span:first-child{
    font-weight: 600;
}
    .trending-cities-header span:last-child {
        font-size: 16px;
    }

/*deals tab view*/
.destination-deals-tab-wrapper {
    display: none;
    min-height: 120px;
    /* min-width: 670px; */
    border: 1px solid #E9EAEB;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .destination-deals-tab-wrapper > div {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .destination-deals-tab-wrapper.active {
        display: block;
    }

    .destination-deals-tab-wrapper > div > div {
        border-top-left-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.recent-search-container-wrapper-container {
    max-width: 1600px;
}



.eventlogExportButton + .dt-button-collection {
    left: 0px !important;
}

.eventlogExportButton + .dt-button-collection .dropdown-menu {
        border: solid 2px;
        border-color: #E5EAEE
 }
.roundtrip-fares-wapper {
    max-width: 1080px;
}

.roundtrip-fares {
    background-color: white;
    border-radius: var(--obe-card-curve);
    box-shadow: var(--outside-box-shadow) !important;
}

.roundtrip-fares-wrapper {
    max-width: 1170px;
}



.shopping_searchflights .flight {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: var(--obe-card-curve);
    margin-bottom: 20px;
    position: relative;
}

    .shopping_searchflights .flight > label {
        width: 100%;
        margin-bottom: 0 !important;
    }

.searchButtonBasicStyles {
    height: 48px;
    box-shadow: 0 9px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 14px 0 rgba(0, 0, 0, 0.19) !important;
}

.FlightCard-Header {
    border-radius: var(--obe-card-curve) var(--obe-card-curve) 0px 0px;
    border-bottom: 1px solid rgb(223, 223, 223);
    background: linear-gradient(to right, #ffffff 200px, #eee 36%, #eee calc(34% + 200px), #ffffff calc(76% + 200px));
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    position: relative;
}

.HeaderCarrier {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

    .HeaderCarrier img {
        margin-right: 16px;
        height: 37.5px;
    }

.flight-card-wrapper {
    margin: 0 16px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

    .flight-card-wrapper.moreFlights {
        cursor: pointer;
        align-items: center;
        /*padding-bottom: 24px;*/
    }

.shopping_searchflights .btn-details {
    align-items: center;
    background: #dfdfdf;
    border-radius: 4px;
    color: var(--obe-tertiary-color);
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    height: 34px;
    justify-content: space-around;
    line-height: 100%;
    min-width: 80px;
    max-width: 140px;
    padding: 8px 14px;
    text-decoration: none;
    border: 2px solid var(--obe-tertiary-color);
}


.btn-frequentflyer {
    align-items: center;
    background: #dfdfdf;
    border-radius: 4px;
    color: var(--obe-tertiary-color);
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    height: 34px;
    justify-content: space-around;
    line-height: 100%;
    min-width: 80px;
    max-width: 350px;
    padding: 8px 14px;
    text-decoration: none;
    border: 1px solid var(--obe-border-color);
}

.farerule-links-icon {
    margin-left: 2px;
    color: var(--obe-tertiary-color);
}

.btn-frequentflyer:hover {
    color: var(--obe-tertiary-color);
}


.btn-details > span {
    display: none;
}


.flight-card-wrapper > div:last-of-type {
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 20%;
}

.FlightCardInfo-LocationStops {
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: rgb(0, 0, 0);
    width: 30%;
}

.FlightCardInfo-LocationStops-option {
    width: 13%;
    color: var(--obe-primary-color);
}


.FlightCardInfo-StopoverInfo {
    margin-top: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: rgb(100, 100, 100);
}

    .FlightCardInfo-StopoverInfo > span {
        display: block;
    }

.FlightTimeDate {
    display: flex;
    flex-basis: 52%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
}

.FlightCard-middle-Wrapper {
    width: 98%;
}

.FlightCard-middle-Wrapper-option {
    width: 97%;
}

.JourneyLine {
    position: absolute;
    top: 35px;
    left: 103px;
    right: 117px;
    background: url("data:image/svg+xml;utf8,<svg width='100%' height='7' viewBox='0 0 302 7' fill='none' xmlns='http://www.w3.org/2000/svg'><line x1='0' y1='4' x2='302' y2='4' stroke='%23717680' stroke-width='2' stroke-linecap='round' stroke-dasharray='4 8'/></svg>") repeat-x center;
    background-size: contain;
    z-index: 0;
    height: 5px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

    .JourneyLine::before {
        content: "";
        width: 16px;
        height: 16px;
        background: url('/Content/Quiktravel/Shopping/Images/Flights/flight-tile-airline.svg') no-repeat center center;
        background-size: contain;
        border: none;
        position: relative;
        right: 22px;
        top: 0.5px;
    }

    .JourneyLine::after {
        content: "";
        width: 11px;
        height: 11px;
        background: url('/Content/Quiktravel/Shopping/Images/Flights/location.svg') no-repeat center center;
        background-size: contain;
        border: none;
        position: relative;
        left: 14px;
    }

    .JourneyLine span {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url("/Content/Quiktravel/Shopping/Images/Flights/stop-over.svg");
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 10px;
        position: relative;
        left: -6px;
    }

.option-list .JourneyLine {
    top: 27px;
    right: 120px;
    left: 104px;
}

    .option-list .JourneyLine::before {
        right: 19px;
        top: 0.5px;
    }

    .option-list .JourneyLine span {
        top: 1px;
    }

.journeyline-with-provider-text {
    top: 50px;
}

.option-list .journeyline-with-provider-text {
    top: 46px;
}

#selectedFlightsPanel .JourneyLine {
    top: 30px;
}

.confirmation-page-container-wrapper .JourneyLine {
    top: 27px;
}

.option-list .journeyline-with-provider-text {
    top: 45px;
}

[data-viewtype="MultiCity"] .option-list .journeyline-with-provider-text {
    top: 43px;
}

/* .JourneyLine-option{
            width: 47%;
        }*/
.flight-amenities-wrapper {
    border-left: 1px dotted gray;
    padding: 10px 5px 7px 15px;
    width: 20%;
}

.travel-info {
    position: absolute;
    height: 2px;
    height: 2px;
    top: 18px;
    left: 90px;
    right: 95px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 15px;
    z-index: 10;
}

    .travel-info span {
        font-size: 11px;
        min-height: 16px;
    }

[data-viewtype="MultiCity"] .option-list .travel-info span {
    min-height: 16px;
}

[data-viewtype="OneWay"] .option-list .travel-info span {
    min-height: 16px;
}

.more-flight-options-toggle-wrapper {
    display: inline-block;
    height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    right: 11%;
}

    .more-flight-options-toggle-wrapper .more-flight-options-toggle {
        border-radius: 8px;
        bottom: 15px;
        color: var(--obe-tertiary-color);
        cursor: pointer;
        display: inline-block;
        font-size: 11px;
        font-weight: 600;
        line-height: 18px;
        max-width: 220px;
        padding: 2px 8px;
        position: relative !important;
        text-align: center;
        z-index: 1;
        border: 1px solid var(--obe-border-color);
        background-color: white;
    }


.option .travel-info {
    top: 10px;
    left: 92px;
}

.action-panel-footer {
    padding: 0 16px;
    position: relative;
    background-color: white;
    border-radius: var(--obe-card-curve);
}

    .action-panel-footer > div {
        padding: 12px 0;
        width: 100%;
        border-radius: 0px 0px 2px 2px;
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
        gap: 12px;
        -webkit-box-align: center;
        align-items: center;
    }

.fare-cost {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(0, 0, 0);
    font-size: 24px;
    min-height: 53px;
}

    .fare-cost > div {
        text-align: right;
        color: rgb(153, 153, 153);
        font-size: 10px;
        font-weight: 400;
        line-height: 10px;
        min-height: 10px;
    }

.publish-price, .agent-price {
    color: gray;
}

.agent-price-currency {
    color: gray;
    font-size: 10px;
    margin-right: 3px;
}

.agent-price-value {
    color: orange;
}

.price-separator {
    border: 1px solid gray;
    height: 30px;
}

.base-currency {
    font-size: 14px;
    color: darkgray;
    margin-top: 1px;
    font-weight: 500;
}

.base-currency-dark {
    font-size: 10px;
    margin-top: 7px;
    font-weight: 500;
}

.shopping_searchflights .base-currency {
    font-size: 10px;
    height: 8px;
    margin-top: -3px;
    white-space: nowrap;
    font-weight: 600;
}

.shopping_search .button-wrapper, .shopping_searchflights .button-wrapper, .shopping_selectflights .button-wrapper, .shopping_confirmation .button-wrapper, .shopping_managebooking .button-wrapper {
    border-radius: 0.45em;
    box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 3px rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    line-height: 0;
    outline: none;
    padding: 0;
    font-size: 14px;
    width: auto;
    text-transform: none;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    left: 0;
    top: 0;
    font-size: 16px;
    border-radius: 9999px;
    cursor: pointer;
}

.flight-tile-select-fare-button, .booknow-button, .change-flight-button {
    background-color: var(--button-primary-color) !important;
    border: none !important;
    padding: 20px !important;
}

    .flight-tile-select-fare-button:hover, .booknow-button:hover {
        background-color: var(--obe-button-primary-hover-color) !important;
    }

    .flight-tile-select-fare-button span, .booknow-button span, .change-flight-button span {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
    .change-flight-button{
        align-items: center;
        padding-left: 13px !important;
    }
    .change-flight-button img{
        filter: brightness(0) invert(1);
    }
    .change-flight-button span{
        margin-top: 3px;
        margin-left: 2px;
    }
    
    .flight-tile-select-fare-button img, .booknow-button img {
        margin-top: -3px;
        margin-left: 8px !important;
    }


.searchBtnAdvanced {
    display: none;
    margin-right: 0;
}

.shopping_searchflights .button-wrapper-square {
    border-radius: 0.45em;
    height: 25px;
    font-size: 12px;
    border: 0.2em solid var(--obe-tertiary-color) !important;
    background-color: var(--obe-tertiary-color) !important;
    padding: 10px;
}

.trip-type {
    padding: 10px;
    cursor: pointer;
}

    .trip-type:checked {
        color: #0478f8;
        background-color: #c4e0ff;
        border-radius: 4px;
        font-weight: 600;
    }

.shopping_searchflights .filter-ribbon-wrapper .selected {
    color: #0478f8;
    background-color: #c4e0ff;
    border-radius: 4px;
    font-weight: 600;
}



.search-text-wrapper {
    color: #fff;
    background-color: var(--obe-primary-color);
    border: 0.2em solid var(--obe-primary-color);
    transition: border 0s;
}

    .search-text-wrapper:hover {
        background-color: var(--obe-tertiary-color);
        border: 0.2em solid var(--obe-tertiary-color);
    }

#btnSaveSearch {
    /* background-color: darkgray !important; */
    color: #2a2a2a !important;
    font-weight: 500;
    margin-top: -4px;
}

#btnClearAll {
    color: var(--obe-tertiary-color) !important;
    font-weight: 500;
    border: none;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
}

#btnSaveSearch {
    margin-top: 2px;
}

#btnClearAll {
    height: 30px;
    min-width: 30px;
}

    #btnClearAll > span {
        font-size: 12px;
        padding-right: 10px;
        padding-top: 3px;
    }

.clear-all-icon {
    cursor: pointer;
    margin-top: 3px;
}

#searchWidget .search-text-wrapper, .save-button {
    background-color: darkgray !important;
    border: 0.2em solid darkgray !important;
    color: #2a2a2a !important;
    font-weight: 500;
    margin-top: -4px;
}

.search-text-wrapper .arrow:after {
    border-color: var(--obe-primary-color) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

.search-text-wrapper .arrow {
    color: var(--obe-primary-color);
}

#searchWidget .search-text-wrapper .arrow {
    color: darkgray;
    background-image: linear-gradient(to right, darkgray 50%, #fff 50%);
}

.save-button .arrow {
    color: darkgray !important;
    background-image: linear-gradient(to right, darkgray 50%, #fff 50%) !important;
}

.save-icon-wrapper {
    padding: 4px;
    color: darkgray;
    cursor: pointer;
}

.save-icon-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3px;
    margin-right: 15px;
}

#btnSaveSearch {
    height: 30px;
    display: flex;
}

    #btnSaveSearch span {
        width: max-content;
    }

.search-text-wrapper > span {
    padding: 20px;
}

.booknow-button > span {
    padding: 5px;
}

.booknow-button:disabled {
    background-color: #ccc !important; /* Gray out the background */
    color: #666 !important; /* Dim the text color */
    cursor: not-allowed !important; /* Prevent click cursor */
    opacity: 0.7; /* Optional: faded look */
}

.booknow-button:disabled img {
    filter: grayscale(100%) brightness(0.6); /* Make icon look disabled */
}

.booknow-button:disabled span {
    color: #666 !important;
}


.text-wrapper {
    color: #fff;
    background-color: var(--obe-primary-color);
    border: 0.2em solid var(--obe-primary-color);
    transition: border 0s;
}

    .text-wrapper:hover {
        background-color: var(--obe-tertiary-color);
        border: 0.2em solid var(--obe-tertiary-color);
    }

    .text-wrapper .arrow:after {
        border-color: var(--obe-primary-color);
    }


    .text-wrapper .arrow {
        color: var(--obe-primary-color);
        background-image: linear-gradient(to right, var(--obe-tertiary-color) 50%, #fff 50%);
    }

#upsellFaresContainer .text-wrapper > span {
    padding: 20px;
    width: max-content;
}


.rotate-icon {
    display: inline-block;
    transform: rotate(180deg);
}

/* Define keyframes for the animation */
@keyframes clickAnimation {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Add a class for the animation */
.button-clicked {
    animation: clickAnimation 0.6s ease-in-out;
}

.shopping_confirmation .fa-dollar-sign, .shopping_managebooking .fa-dollar-sign {
    left: 10.5px !important;
    top: 8.3px;
}

.shopping_selectflights .fa-dollar-sign {
    left: 10px;
    top: 4.3px;
}

.icon-rectangle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 1px solid var(--button-obe-tertiary-color);
    border-radius: 4px;
    padding: 5px;
    box-sizing: border-box;
}

.arrow-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    text-align: center;
    /* overflow: hidden; */
    border-radius: 0 24px 24px 0;
    background-size: 200% 100%;
    background-position: 100% 0; /* Start from right */
    transition: background 0.2s cubic-bezier(0, 0, 0.2, 1), color 0.1s, border-radius 0.1s linear 0.1s, all 0.2s;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 20px;
    /* padding-left: 0.5em;
    padding-right: 0.8em; */
}

.confirmation-button .arrow-wrapper {
    min-width: 10px;
    padding-left: 5px;
    padding-right: 0;
}

.triangle {
    color: transparent;
    position: absolute;
    left: 4px;
    z-index: 3;
    height: 70%;
    transition: color 0.2s cubic-bezier(0, 0, 0.2, 1), color 0.1s;
}

*.notouch:not([disabled]):hover .arrow-wrapper {
    color: #fff !important;
    background-position: 0% 0; /* Move to left */
}

#searchWidget *.notouch:not([disabled]):hover .arrow-wrapper {
    color: #2a2a2a;
}



.option-list {
    border-bottom: 1px solid #dfdfdf;
    margin: 0 16px;
}

.flight.open .option {
    cursor: pointer;
    box-shadow: var(--inside-box-shadow) !important;
}

    .flight.open .option:hover {
        background-color: #f1f0f0;
        border: 2px solid var(--obe-tertiary-color);
    }

.option-list .option {
    margin: 6px 0;
    padding: 0;
    position: relative;
    border-radius: 0.2rem;
    border: 2px solid rgb(223, 223, 223);
}

.flight.open .option:before {
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.flight.open .option-list .flight-leg {
    border-radius: 2px;
    flex-wrap: wrap;
    padding-left: 19px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #f0f7ff;
}


.flight.open .option .radio-checkbox {
    background: #f5f5f5;
    border-radius: 2px;
    height: calc(100% - 24px);
    left: 12px;
    margin-right: 16px;
    position: absolute;
    top: 12px;
    width: 36px;
}


    .flight.open .option .radio-checkbox .styled-radio {
        background: #fff;
        border-radius: 800px;
        box-shadow: inset 0 0 0 1px #646464;
        height: 16px;
        left: 10px;
        opacity: 1;
        top: 10px;
        width: 16px;
    }

.option-list .flight-leg.active .radio-checkbox .styled-radio {
    background: var(--obe-primary-color);
    box-shadow: 0 0 0 1px var(--obe-primary-color);
}

.option-list .flight-leg.active .radio-checkbox .styled-radio {
    background: var(--obe-primary-color) !important;
}

.option-list .flight-leg.active {
    box-shadow: 0 0 0 2px var(--obe-button-primary-color);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 2px solid var(--obe-button-primary-color);
    background-color: white !important;
}


    .option-list .flight-leg.active .radio-checkbox {
        background: var(--obe-tertiary-color);
    }

.styled-radio {
    opacity: 0;
    position: absolute;
}

.option-list .flight-leg.active .radio-checkbox .check-icon {
    display: block;
    left: 10px;
    position: absolute;
    top: 10px;
}

.flight.open .option .radio-checkbox .check-icon {
    display: none;
}

svg:not(:root) {
    overflow: hidden;
}

.FlightCardInfo .LegWrapper {
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}

.FlightCardInfo.LegWrapper {
    width: 80%;
    height: fit-content;
}


.option-list .flight-leg.active .radio-checkbox .check-icon {
    display: block;
    left: 10px;
    position: absolute;
    top: 10px;
}


.start-time, .end-time {
    width: 15%;
}


    .start-time span:nth-child(2), .end-time span:nth-of-type(2).font-bold {
        font-size: 16px;
        height: 25px;
    }

.option-endtime-wrapper {
    width: 34%
}

    .option-endtime-wrapper > span {
        width: 100%
    }



.option .FlightCardInfo-LegWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}

.more-flight-options-toggle-wrapper + .flight-more-options-header {
    margin-top: 28px;
}

.flight-more-options-header {
    color: var(--obe-primary-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 16px 16px 0;
}

    .flight-more-options-header svg {
        position: absolute;
        right: 15px;
        cursor: pointer;
    }

.shopping_searchflights .flight-detail-link-wrapper {
    display: none !important;
}

.mobile-flight-detail-link {
    display: none !important;
}


.shopping_searchflights .hide, .shopping_confirmation .hide {
    display: none;
}


.custom-max-content {
    width: max-content;
    border-radius: var(--obe-card-curve);
    max-height: calc(100vh - 130px);
}

.printThis .custom-max-content {
    width: 850px;
}

.flightleg-container {
    width: 600px;
}

.flight-details-section-heading {
    font-size: 11px;
    font-weight: 600;
}

.SimpleFlightCardInfo {
    display: flex;
    align-items: center;
}

.FlightInfoCard {
    display: flex;
    flex-direction: row;
}

.airport-name {
    font-size: 12px !important;
}

.option .airport-name {
    font-size: 10px !important;
}

.flight-info-wrapper {
    width: 18%;
    justify-content: flex-end;
}

    .flight-info-wrapper span {
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .flight-info-wrapper span:nth-child(2) {
            font-size: 17px;
        }



.FlightMetaData__MetaValue span:first-child {
    margin-bottom: 0;
}

.flight-duration > span:nth-child(1) {
    min-height: 16px;
    min-width: 25px;
}

.flight-duration > span:nth-child(3) {
    min-width: 38px;
}

#selectedFlightsPanel .flight-duration > span:nth-child(1) {
    min-height: 24px;
}

.confirmation-page-container-wrapper .flight-duration > span:nth-child(1) {
    min-height: 23px;
}

#flightSearchResultContainer .flight-info-wrapper span:nth-child(2) {
    font-size: 17px;
    height: 24px;
}

.journeyLine-wrapper {
    width: 70%;
}

.flight-tile-no-of-stops {
    cursor: pointer;
}

.width-max-content {
    width: max-content;
}

.shopping_searchflights .font-bold {
    font-weight: 700;
}

.stop-text {
    color: var(--obe-tertiary-color);
    font-weight: 500;
}

.shopping_searchflights .text-muted {
    color: gray !important;
    font-size: 10px;
}

.flight-tile-header-fare-family-description {
    position: absolute;
    right: 0;
    margin-top: -47px;
    align-items: center;
}

.fare-family-description-wrapper {
    width: max-content;
    right: 0;
}

.fare-family-description-wrapper-low-width {
    width: max-content;
}

.fare-family-description-text {
    border: 1px solid #dddddd;
    color: var(--obe-primary-color);
    font-size: 13px;
    font-weight: 450;
    background-color: white;
    transition: border 0s;
    padding: 4px 8px;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.mt-neg-45 {
    margin-top: -45px;
}

.carrier-info {
    font-size: 10px;
    line-height: 12px;
    color: rgb(100, 100, 100);
    word-break: break-word !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

.seat-icon-container {
    position: relative !important;
    display: inline-block !important;
    margin-right: 4px !important;
    padding: 0 !important;
    border: none !important;
    box-sizing: border-box !important;
    vertical-align: top !important;
    line-height: 1 !important;
}

.seat-icon-container .amenities-image {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 16px !important;
    height: 16px !important;
}
.seat-icon-container-pre-seat-map{
    height: 15px;
    margin-top: 0px;
    margin-right: 2px;
}

.seat-notification-bubble {
    position: absolute;
    top: -3px;
    right: -5px;
    background-color: #cc3636; /* Default red color for count = 1 */
    color: white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 0;
    font-size: 9px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin: 0;
    letter-spacing: 0;
}

/* Blue color for seat count > 1 */
.seat-notification-bubble.seat-count-multiple {
    background-color: var(--obe-primary-color); /* #003D7A */
}
/* Universal seat icon container properties */
.seat-icon-container,
.seat-icon-container-pre-seat-map,
.flight-viewright .seat-icon-container,
.shopping_selectflights .seat-icon-container,
.shopping_confirmation .seat-icon-container,
.shopping_managebooking .seat-icon-container,
.shopping_searchflights .seat-icon-container {
    position: relative !important;
    display: inline-block !important;
    margin-right: 4px !important;
    padding: 0 !important;
    border: none !important;
    box-sizing: border-box !important;
    vertical-align: top !important;
    line-height: 1 !important;
}

/* Universal seat icon size - 16x16 for all contexts */
.seat-icon-container img,
.seat-icon-container .amenities-image,
.seat-icon-container-pre-seat-map img,
.seat-icon-container-pre-seat-map .amenities-image,
.flight-viewright .amenities-image,
.shopping_searchflights .amenities-image {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-sizing: border-box !important;
    vertical-align: top !important;
}

/* Universal bubble positioning - same for all contexts */
.seat-notification-bubble,
.seat-notification-bubble-pre-seat-map,
.flight-viewright .seat-notification-bubble,
.shopping_selectflights .seat-notification-bubble,
.shopping_confirmation .seat-notification-bubble,
.shopping_managebooking .seat-notification-bubble,
.shopping_searchflights .seat-notification-bubble,
.seat-icon-container .seat-notification-bubble {
    position: absolute !important;
    top: -6px !important;
    right: -5px !important;
    width: 15px !important;
    height: 15px !important;
    font-size: 9px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    line-height: 1 !important;
    font-family: Roboto, Helvetica, "sans-serif" !important;
    letter-spacing: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.seat-notification-bubble .seat-count-text {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 15px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    font-family: Roboto, Helvetica, "sans-serif";
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
}

.airportname-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
}

.sorting-wrapper {
    max-width: 1080px;
}

.filter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-weight: 400;
    background-color: white !important;
    color: black !important;
    border-radius: 25px;
    padding: 5px 12px;
    margin-right: 5px;
    cursor: pointer;
    border: 2px solid #eee;
    box-shadow: var(--inside-box-shadow) !important;
}

    .filter:hover {
        border: 2px solid #b6b2b2;
        background-color: rgb(247, 247, 248);
    }

    .filter.selected {
        border: 2px solid var(--obe-primary-color);
        color: black;
    }

.shopping_searchflights .dropdown-item:hover {
    cursor: pointer;
}

.shopping_searchflights .dropdown-item-image {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.disabled-button {
    cursor: not-allowed;
    opacity: 0.5;
}

.currency-converted-space {
    margin-left: 3%;
}

.currency-symbol {
    font-size: 18px;
}

.price-title {
    font-weight: 600 !important;
}

.flight-tile-footer {
    display: flex;
    align-items: center;
}

.flight-tile-footer-price-wrapper {
    width: 88% !important;
}
/*upsell popup styles*/
.selected-tile {
    top: 14.5%;
    z-index: 1000;
    border: 3px solid var(--obe-button-primary-color) !important;
}

.shopping_searchflights .selected-fare-button {
    color: white !important;
    background-color: var(--obe-button-primary-color) !important;
    width: 132px;
    display: flex;
    justify-content: center;
    border-color: var(--obe-primary-color);
}


.upsellscrollingContainer {
    overflow-x: auto;
    overflow-y: hidden; /* Ensure vertical scrolling is hidden */
    -ms-overflow-style: none; /* Hide scroll bar in IE and Edge */
    scrollbar-width: none; /* Hide scroll bar in Firefox */
}

    .upsellscrollingContainer::-webkit-scrollbar {
        display: none; /* Hide scroll bar in WebKit browsers */
    }

/* Define initial and final positions for swap animation */
.swap-in {
    transform: translateX(-100%);
    transition: transform 1.5s ease-out;
}

.swap-out {
    transform: translateX(100%);
    transition: transform 1.5s ease-out;
}

/* Reset transform for the final position */
.reset-transform {
    transform: translateX(0%);
    transition: transform 1.5s ease-out;
}

/*Search Date navigator*/

.search-date-navigator-wrapper {
    position: relative;
}

    .search-date-navigator-wrapper > div {
        min-width: 320px;
    }

.navigator-button.disable-click {
    border: 2px solid var(--obe-primary-color);
}

.shopping_searchflights .navigator-button {
    justify-content: center;
    font-size: 13px;
    width: 70px;
    min-width: max-content;
    height: 50px;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: var(--outside-box-shadow) !important;
    position: relative;
}

    .shopping_searchflights .navigator-button > img {
        width: 10px;
        height: 10px;
        opacity: 0.5;
    }

    .shopping_searchflights .navigator-button:hover {
        background-color: #e2e2e2;
    }

    .shopping_searchflights .navigator-button .booking-loader {
        width: 20px;
        height: 20px;
        margin: 0;
        position: absolute;
        top: 30%;
        left: 30%;
        transform: translate(-50%, -50%);
    }

#search-results-wrapper > .row.justify-content-center {
    justify-content: space-between !important;
    width: 2345px;
    margin-bottom: 15px;
}


.back-to-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 1000;
    display: none;
}

.back-to-top-link {
    color: var(--obe-primary-color);
    padding: 10px 15px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
}

.back-to-top-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

#timeoutModal .modal-content {
    width: 355px !important;
    border-radius: var(--obe-card-curve) !important;
}

#timeoutModal .modal-header {
    padding: 25px 25px 0px 25px !important;
}

#timeoutModal .modal-title {
    font-size: 16px !important;
    font-weight: 600 !important;
}

#timeoutModal .modal-body {
    font-size: 13px !important;
    font-weight: 500 !important;
}

#timeoutModal .modal-footer {
    padding: 5px;
}

    #timeoutModal .modal-footer > button {
        height: 30px;
        width: 60px;
        font-size: 12px;
        padding: 0px;
    }


#timeoutModal {
    background-color: rgba(0, 0, 0, 0.2) !important;
    z-index: 100000;
}

    #timeoutModal .modal-dialog {
        transform: translateY(-100%);
        transition: transform 1s ease-in-out;
        margin: 1.75rem auto;
    }

    #timeoutModal.show .modal-dialog {
        transform: translateY(0);
    }

input[type="radio"] {
    accent-color: var(--obe-obe-tertiary-color);
}

.check-seat-button {
    padding: 0 !important;
    margin-left: 2px;
    height: 15px !important;
    width: 10px;
    min-width: 10px !important;
    margin-right: 8px;
    background-color: transparent !important;
}

.check-bag-button {
    padding: 0 !important;
    margin-left: 2px;
    height: 15px !important;
    width: 10px;
    min-width: 10px !important;
    margin-right: 9px;
    background-color: transparent !important;
    border-radius: 4px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}

.shopping_searchflights .check-bag-button {
    margin-right: 3px;
}

.flight-number-text {
    color: gray;
    font-size: 10px;
}

.option-date {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: max-content;
}

.highlight-orange {
    color: orange;
}

.highlight-primary {
    color: var(--obe-primary-color);
}
#flightSearchResultContainer{
    min-height: 90vh;
}

.custom-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 6%;
    left: 104px;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    z-index: 999;
    font-size: 8px;
    height: max-content;
}

.ticketing-time-limit.show-tooltip .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 557px) {
    .sorting-container > div:last-child {
        width: 70% !important;    
    }
    .sorting-container > div:first-child {
        width: 24% !important
    }
}

@media (max-width: 700px) {
    .roundtrip-fares-wrapper {
        max-width: 92vw;
    }

    .airport-name {
        display: none;
    }

    .FlightCard-Header {
        background: linear-gradient(to right, #ffffff 94px, #eee 36%, #eee calc(34% + 200px), #ffffff calc(64% + 89px));
    }

    .FlightCardInfo-LocationStops-option {
        width: 5%;
    }

    .FlightCard-middle-Wrapper-option {
        width: 100%;
        padding-bottom: 0 !important;
    }

    .option-list .JourneyLine {
        left: 74px;
        right: 72px;
    }

    .choice-text {
        display: none;
    }

    .option-list .JourneyLine {
        top: 26px;
    }

    .option-list .journeyline-with-provider-text {
        top: 34px;
    }

    .travel-info span {
        font-size: 9px;
        min-height: 29px;
        margin-top: -5px !important;
        white-space: nowrap
    }

    .option .travel-info {
        top: 16px;
        left: 106px;
    }

    .more-flight-options-toggle-wrapper .more-flight-options-toggle {
        font-size: 10px;
    }

        .more-flight-options-toggle-wrapper .more-flight-options-toggle svg {
            width: 12px;
        }

    .flight.open .option .radio-checkbox {
        left: 6px;
    }

    .flight.open .option-list .flight-leg {
        padding: 0px 10px;
        /* margin-bottom: 8px; */
    }

    .flight-amenities-wrapper {
        display: none;
    }

    .flight-card-wrapper > div:last-of-type {
        display: none;
    }

    .FlightCardInfo.LegWrapper {
        width: 100% !important;
    }

    .more-flight-options-toggle-wrapper {
        right: 0;
    }

    .option .FlightCardInfo-LegWrapper {
        width: 100% !important;
    }

    .option-list .flight-leg.active .radio-checkbox .check-icon {
        top: 7px !important;
    }

    .flight.open .option .radio-checkbox .styled-radio {
        top: 7px !important;
    }

    .start-time span:nth-child(2),
    .end-time span:nth-of-type(2).font-bold {
        font-size: 10px;
        height: 18px;
    }

    .start-time,
    .end-time {
        width: 32%;
    }

    .option-date {
        font-size: 10px;
    }

    .arrow-wrapper {
        min-width: 24px;
        padding-left: 0.2em;
        padding-right: 0.3em;
    }

    .button-wrapper {
        height: 30px;
    }

   

    .btn-details {
        font-size: 10px;
        padding: 0;
    }

    .flight-upgrade-button {
        margin-top: 14px !important;
    }

    .flight-more-options-header {
        font-size: 11px;
    }

    #flightSearchResultContainer .flight-info-wrapper span:nth-child(2) {
        font-size: 14px !important;
    }

    /* .text-wrapper > span {
        font-size: 12px;
        padding: 5px;
    } */

    .flight-info-wrapper {
        /* width: 22% !important; */
        /* flex-direction: column; */
    }

    .shopping_selectflights .flight-info-wrapper {
        width: 103% !important;
        flex-direction: row;
    }

    .JourneyLine {
        top: 30px;
    }

    .SimpleFlightCardInfo {
        margin-bottom: 10px;
    }

    .flight-detail-link > img {
        width: 10px;
    }

    .flight-detail-link-wrapper {
        display: flex;
        width: 100px;
        border: none;
        padding: 0;
        height: 5px;
        justify-content: flex-end;
        margin-bottom: 5px;
        margin-top: 3px;
    }

    .option .flight-detail-link-wrapper {
        margin-right: -2px;
        margin-bottom: 8px;
    }

    .flight-detail-link {
        padding: 8px 0 !important;
        font-size: 10px !important;
        height: 4px !important;
    }

    .mobile-flight-detail-link {
        display: flex !important;
    }

    .option .flight-info-wrapper-faretype-visible .flight-detail-link-wrapper {
        padding-bottom: 5px;
    }

    .option .btn-details {
        background-color: transparent !important;
    }

    .option-endtime-wrapper, .FlightCardInfo .LegWrapper {
        flex-direction: column;
        align-items: flex-end !important;
    }

    /* .search-date-navigator-wrapper, .save-icon-container {
        display: none !important;
    } */

    .sorting-container > div:first-child {
        width: 20% !important;
        justify-content: flex-start;
    }

    .flight-info-wrapper span:nth-child(2) {
        font-size: 12px;
    }

    .flight-container.height-transition {
        width: 103%;
    }

    .action-panel-footer > div {
        gap: 5px;
        padding: 10px 0 0 0;
    }

    .shopping_searchflights .base-currency {
        font-size: 9px;
    }

  

     
}

@media (max-width: 780px) {
    .confirmation-page-container-wrapper .JourneyLine {
        top: 21px;
    }
}

@media (max-width: 990px) {
    .shopping_confirmation .topbar, .shopping_selectflights .topbar {
        display: none !important;
    }
}


@media (max-width: 560px) {
    .fare-cost {
       font-size: 14px;
       gap: 1px;
       justify-content: center;
   }
   .flight-tile-select-fare-button {
       padding: 5px 15px !important;
       height: 34px !important;
       width: max-content !important;
       margin-left: 5px;
   }

   .flight-tile-select-fare-button img {
       margin-left: 5px !important;
       width: 12px;
   }
   .option-journey-line-wrapper{
       width: 70%;
   }
   .option-list .JourneyLine {
       top: 20px;
   }
   .option .travel-info {
       top: 9px;
   }
}

@media (min-width: 621px) and (max-width: 700px) {
    .sorting-container > div:last-child {
        width: 100% !important;
        justify-content: space-between !important;
    }
}

.shopping_searchflights .slick-slider,
.shopping_search .slick-slider {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: flex;
}

.slider {
    width: 200px !important;
    display: flex;
    transition: transform 0.5s ease;
    min-height: 120.75px !important;
    justify-content: space-between;
}

.shopping_searchflights .slide,
.shopping_search .slide {
    flex: 0 0 auto;
    width: 100%;
}

.shopping_searchflights .slick-prev,
.shopping_search .slick-prev {
    margin-left: 45px;
    margin-top: -10px;
    z-index: 10;
}

.shopping_searchflights .slick-prev:before,
.shopping_search .slick-prev:before {
    color: #dad1d1 !important;
    font-size: 35px !important;
}

.shopping_searchflights .slick-next,
.shopping_search .slick-next {
    margin-right: 45px;
    margin-top: -10px;
}

.shopping_searchflights .slick-next:before,
.shopping_search .slick-next:before {
    color: #dad1d1 !important;
    font-size: 35px !important;
}

.shopping_searchflights .slick-slider,
.shopping_search .slick-slider {
    width: calc(100% - 2px);
    margin: 0;
}

.shopping_searchflights .slider>img,
.shopping_search .slider>img {
    height: 80px;
    width: 80px;
}

.slider-category-img {
    height: 64px !important;
    width: 64px !important;
    margin-top: 16px;
}

.shopping_searchflights .slick-list,
.shopping_search .slick-list {
    height: 195px;
}

.slick-slide {
    width: 120px !important;
    padding: 10px;
    background: white;
    border: 1px solid #d5d0d0;
}

.shopping_searchflights .slick-slide:hover,
.shopping_search .slick-slide:hover {
    background-color: white;
    border: 2px solid var(--obe-primary-color);
    cursor: pointer;
}

.shopping_searchflights .slider.selected,
.shopping_search .slider.selected {
    background-color: white;
    border: 2px solid var(--obe-primary-color);
    color: black;
}

.shopping_searchflights .slick-label,
.shopping_search .slick-label {
    width: 119px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    background: var(--obe-primary-color);
    color: white;
    top: 5px;
}

.from-text {
    text-align: center;
    font-size: 10px;
}

.down-arrow {
    z-index: 1000;
    position: absolute;
    bottom: -40px;
}

.down-arrow>img {
    width: 138px;
    height: 58px;
}

.shopping_searchflights .slick-track,
.shopping_search .slick-track {
    width: max-content !important;
}


.hidden {
    display: none;
}

.down-arrow-border {
    width: 0;
    height: 0;
    border-left: 62px solid transparent;
    border-right: 62px solid transparent;
    border-top: 33px solid var(--obe-primary-color);
    position: absolute;
    bottom: -30px;
}

.down-arrow-inner {
    position: absolute;
    top: -33px;
    left: -58px;
    width: 0;
    height: 0;
    border-left: 58px solid transparent;
    border-right: 58px solid transparent;
    border-top: 30px solid white;
}

/* 

.slick-slider {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: flex;
}

.slider {
    width: 200px !important;
    display: flex;
    transition: transform 0.5s ease;
    min-height: 120.75px !important;
    justify-content: space-between;
}

.slide {
    flex: 0 0 auto;
    width: 100%;
}

.slick-prev {
    margin-left: 45px;
    margin-top: -10px;
    z-index: 10;
}

    .slick-prev:before {
        color: #dad1d1 !important;
        font-size: 35px !important;
    }

.slick-next {
    margin-right: 45px;
    margin-top: -10px;
}

    .slick-next:before {
        color: #dad1d1 !important;
        font-size: 35px !important;
    }

.slick-slider {
    width: calc(100% - 20px);
    margin: 0;
}

.slider > img {
    height: 80px;
    width: 80px;
}

.slider-category-img {
    height: 64px !important;
    width: 64px !important;
    margin-top: 16px;
}

.slick-list {
    height: 195px;
}

.slick-slide {
    width: 120px !important;
    padding: 10px;
    background: white;
    border: 1px solid #d5d0d0;
}

    .slick-slide:hover {
        background-color: white;
        border: 2px solid var(--obe-primary-color);
        cursor: pointer;
    }

.slider.selected {
    background-color: white;
    border: 2px solid var(--obe-primary-color);
    color: black;
}

.slick-label {
    width: 119px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    background: var(--obe-primary-color);
    color: white;
    top: 5px;
}

.from-text {
    text-align: center;
    font-size: 10px;
}

.down-arrow {
    z-index: 1000;
    position: absolute;
    bottom: -40px;
}

    .down-arrow > img {
        width: 138px;
        height: 58px;
    }

.slick-track {
    width: max-content !important;
}


.hidden {
    display: none;
}

.down-arrow-border {
    width: 0;
    height: 0;
    border-left: 62px solid transparent;
    border-right: 62px solid transparent;
    border-top: 33px solid var(--obe-primary-color);
    position: absolute;
    bottom: -30px;
}

.down-arrow-inner {
    position: absolute;
    top: -33px;
    left: -58px;
    width: 0;
    height: 0;
    border-left: 58px solid transparent;
    border-right: 58px solid transparent;
    border-top: 30px solid white;
} */
.upsell-fares-box {
    flex: 0 0 auto !important;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: white;
    height: max-content;
    width: 260px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 5px;
    box-sizing: border-box;
    box-shadow: var(--inside-box-shadow) !important;
}
.fare-box {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    width: max-content;
    min-width: 18rem;
    background-color: #f9f9f9;
    border-radius: 8px;
    width: 100%;
}
.fare-family-description {
    padding: 5px 10px;
    background: gray;
    width: 112%;
    border-radius: 6px;
    color: white;
    min-width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-left: -13px;
}

#scrollerContainer {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    width: 100% !important;
}

.scrollButton {
    position: absolute;
    top: 23.4%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1000;
    cursor: pointer;
    border: 1px solid #ede8e8;
    color: white;
    background-color: var(--obe-primary-color);
    font-size: 32px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s, opacity 0.2s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1.5px, rgba(0, 0, 0, 0.05) 0px 1.5px 5px, rgba(0, 0, 0, 0.05) 0px 5px 10px, rgba(0, 0, 0, 0.04) 0px 15px 32px;
}

#prevButton {
    left: 280px; /* Position from left edge */
}

#nextButton {
    right: 10px; /* Position from right edge */
}

#upsellFaresContainer {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100% !important;
    /* Hide horizontal scrollbar for Chrome, Safari and Opera */
    &::-webkit-scrollbar{
    display: none;
    }

/* Hide horizontal scrollbar for IE, Edge, and Firefox */
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}

/* Show vertical scrollbar for modal body */
#commonModalFlightUpgrade .modal-body::-webkit-scrollbar {
    width: 8px;
}

#commonModalFlightUpgrade .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

#commonModalFlightUpgrade .modal-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

#commonModalFlightUpgrade .modal-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Ensure partial tiles are hidden */
#upsellFaresContainer .upsell-fares-box {
    flex-shrink: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
}

/* Ensure container doesn't show partial tiles but allows vertical scrolling */
#upsellFaresContainer {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}


#commonModalFlightUpgrade .modal-dialog {
    display: flex;
    align-items: center;
    /* min-height: calc(100% - (2.5rem * 2)); */
    max-width: 90vw !important; /* Ensure modal doesn't exceed 90% of viewport width */
    margin: 0 auto;
    width: auto !important;
}

/* Responsive adjustments for different screen sizes */
@media (max-width: 768px) {
    #commonModalFlightUpgrade .modal-dialog {
        max-width: 95vw;
        margin: 0 10px;
    }
    
    .upsell-fares-box {
        width: 240px !important; /* Slightly smaller on mobile */
        margin-right: 8px;
    }
    
    #prevButton {
        left: 10px;
    }
    
    #nextButton {
        right: 10px;
    }
}

@media (max-width: 480px) {
    #commonModalFlightUpgrade .modal-dialog {
        max-width: 98vw;
        margin: 0 5px;
    }
    
    .upsell-fares-box {
        width: 220px !important; /* Even smaller on very small screens */
        margin-right: 5px;
    }
}

#commonModalFlightUpgrade .modal-header {
    border-bottom: none;
    padding: 0;
    padding-top: 15px;
}
#commonModalFlightUpgrade .modal-body{
    position: relative; /* Makes sure the loader is positioned correctly within */
    overflow-y: auto !important; /* Allow vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scrolling */
    max-height: 92vh;
    padding: 15px;
}
#commonModalFlightUpgrade, #commonModalFareRules, #commonModalPnrDetails {
    overflow: hidden;
}

#commonModalFlightUpgrade .modal-dialog .modal-content {
    min-width: auto; /* Allow responsive width */
    height: calc(100vh - 130px);
    overflow: hidden; /* Let the body handle scrolling */
}

.custom-modal-width {
    width: auto !important;
    max-width: none !important;
}
#commonModal .modal-dialog .modal-content {
    min-width: 663px;
    min-height: 400px;
}
#commonModalFlightUpgrade .modal-header .close {
    right: 10px;
    font-size: 30px;
    z-index: 100;
}

/* .shopping_search .modal-dialog .modal-content, .shopping_searchflights .modal-dialog .modal-content, .shopping_selectflights .modal-dialog .modal-content, .shopping_confirmation .modal-dialog .modal-content, .shopping_managebooking .modal-dialog .modal-content {
    max-height: calc(100vh - 65px);
} */

#checkoutPageQuoteModal .modal-dialog .modal-content, #quoteModal .modal-dialog .modal-content {
    max-height: unset;
}

#fare-upgrade-loader {
    display: none; /* Hidden by default */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8); /* Light background, adjust opacity as needed */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    z-index: 10; /* Higher than the content but lower than modal dialog */
}

.fare-upgrade-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: var(--obe-tertiary-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: spin 1s linear infinite;
}


.upsell-fare-details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    height: 55px;
}

.upsell-fare-details .cabin-label {
    margin-right: 5px;
}

    .upsell-fare-details .information {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.upsell-fare-details .information span {
    text-align: left;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.fare-container{
    color: black;
}

    .fare-container ul {
        margin-bottom: 0; 
    }

    .show-more-btn {
        background: none;
        color: var(--obe-tertiary-color);
        border: none;
        padding: 0;
        font: inherit;
        cursor: pointer;
        font-family: "Suisse Int'l", "Helvetica Neue", Helvetica, Arial, sans-serif;
        align-self: flex-end;
    }
    .show-icon {
        width: 8px;
        height: 8px;
        margin-left: 10px;
    }
        .show-icon.flipped {
            transform: rotate(180deg);
        }
    .gray-out {
        color: #808080; /* Or any shade of gray you prefer */
    }


    
.provider-text-wrapper {
    color: #fff;
    font-size: 9px;
    background-color: #6c757d;
    transition: border 0s;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: 2px;
    margin-bottom: 0;
}

.provider-text-wrapper.dark-wrapper {
    background-color: var(--obe-primary-color);
    margin-top: 1px;
}

.provider-text-wrapper-with-heightlight {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: max-content;
    height: 44px;
}

.pcc-blue-text-wrapper {
    color: #fff;
    font-size: 9px;
    background-color: var(--obe-tertiary-color);
    transition: border 0s;
    padding: 4px 8px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
}
    .pcc-blue-text-wrapper > span {
        color: var(--obe-tertiary-color);
    }


    .pcc-red-text-wrapper {
        color: #fff;
        font-size: 9px;
        background-color: #B01C1C;
        transition: border 0s;
        padding: 4px 8px;
        border-radius: 15px;
        text-align: center;
    }

        .pcc-red-text-wrapper > span {
            color: #B01C1C;
        }

.pcc-green-text-wrapper {
    color: #fff;
    font-size: 9px;
    background-color: #4e6659;
    transition: border 0s;
    padding: 4px 8px;
    border-radius: 15px;
    text-align: center;
}

    .pcc-green-text-wrapper > span {
        color: #4e6659;
    }


.pcc-source-text-wrapper {
    color: #fff;
    font-size: 9px;
    background-color: blueviolet;
    transition: border 0s;
    padding: 4px 8px;
    border-radius: 15px;
    text-align: center;
    height: 24px;
    display: flex;
    align-items: center;
}

.selected-flight-heading {
    color: var(--obe-primary-color);
}

@media (max-width: 748px) {
    .provider-text-wrapper-with-heightlight {
        height: 20px;
        display: flex;
        align-items: center;
    }
    .provider-text-wrapper{
        padding: 2px 7px;
    }

}

.fontbold-code-text {
    font-weight: bold;
}

.shopping_searchflights .topbar{
        width: max-content;
}

.search-container {
    width: 100%;
    /* max-width: 1300px;
    margin: 0 auto;
    padding: 20px; */
}

.search-card-ui-wrapper {
    width: 100%;
    max-width: 1300px;
    /* margin: 0 auto;
    padding: 20px; */
}

/* @media (max-width: 1400px) {
    .search-card-ui-wrapper {
        max-width: 100%;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .search-card-ui-wrapper {
        padding: 10px;
    }
} */

.home-btn, .report-error-btn {
    border-radius: 22px !important;
}

@media (min-width: 576px) {
    .shopping_searchflights .modal-dialog {
        max-width: max-content;
    }
}

#searchResultsFares1Panel .obe-card-body, #searchResultsFares2Panel .obe-card-body {
    min-height: 880px;
}



@media (min-width: 1200px) {
    .shopping_searchflights .modal.show .modal-dialog, .shopping_selectflights .modal.show .modal-dialog, .shopping_confirmation .modal.show .modal-dialog {
       margin-left: 15%;
    }
}

@media (min-width: 1350px) {
    .shopping_searchflights .modal.show .modal-dialog, .shopping_selectflights .modal.show .modal-dialog, .shopping_confirmation .modal.show .modal-dialog {
       margin: auto;
    }

    #commonModalFlightUpgrade .modal-dialog {
        margin: auto;
        height: 100vh;
    }
}

@media (max-width: 1200px) {
    .shopping_search .modal.show .modal-dialog, .shopping_searchflights .modal.show .modal-dialog, .shopping_selectflights .modal.show .modal-dialog, .shopping_confirmation .modal.show .modal-dialog {
        min-width: unset !important;
        width: 90vw !important;
        overflow: auto;
        margin: auto !important;
        /* margin-top: 54px !important; */
        height: 100vh;
        max-width: unset !important;
    }
    .shopping_search .modal-dialog-centered, .shopping_selectflights .modal-dialog-centered, .shopping_confirmation .modal-dialog-centered, .shopping_managebooking .modal-dialog-centered {
        margin-top: unset !important;
    }
    .shopping_search .modal-dialog .modal-content, .shopping_searchflights .modal-dialog .modal-content, .shopping_selectflights .modal-dialog .modal-content, .shopping_confirmation .modal-dialog .modal-content {
        max-width: unset !important;
    }
    .custom-max-content {
        width: 100% !important;
    }
    #priceDetailsModel .custom-max-content {
        width: unset !important;
    }
    .shopping_search .modal-dialog-centered, .shopping_selectflights .modal-dialog-centered, .shopping_confirmation .modal-dialog-centered, .shopping_managebooking .modal-dialog-centered {
        margin-top: unset !important;
    }
    .shopping_search .modal-dialog-centered, .shopping_selectflights .modal-dialog-centered, .shopping_confirmation .modal-dialog-centered, .shopping_managebooking .modal-dialog-centered  {
        min-height: unset !important;
    }
    #commonModalPnrDetails .modal-dialog .modal-content, #commonModal .modal-dialog .modal-content, #commonModalFareRules .modal-content, #commonModalFlightUpgrade .modal-dialog .modal-content, #checkoutPageQuoteModal .modal-dialog .modal-content, #priceDetailsModel .modal-dialog .modal-content, #quoteModal .modal-dialog .modal-content,
    .shopping_search .modal-dialog .modal-content, .shopping_searchflights .modal-dialog .modal-content, .shopping_selectflights .modal-dialog .modal-content, .shopping_confirmation .modal-dialog .modal-content, .shopping_managebooking .modal-dialog .modal-content {
        height: calc(100% - 112px);
        /* max-height: max-content !important;  */ 
        min-height: unset !important;
        min-width: unset !important;
        overflow: auto;
        margin: auto !important;
        /* margin-top: 0 !important; */
    }
    #commonModalCancelPNR .modal-dialog .modal-content {
        max-height: max-content !important;
    }
    #commonModalFlightUpgrade .modal-dialog .modal-content {
        min-width: unset !important;
    }
    #quoteMarkupsModal .modal-content{
        width: 500px !important;
        height: 300px;
    }
}
.FlightSearchControl {
    padding: 4px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}

    .FlightSearchControl > div:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        padding: 1px 2px;
        border-radius: 8px;
        height: 50px;
    }

    .FlightSearchControl > div:nth-child(2) {
        width: 18%;
    }

.takeOffFlightIcon{
    margin-left: 5px;
}
    
.landingFlightIcon, .takeOffFlightIcon {
    margin-right: 5px;
}


#searchWidget .FlightSearchControl > div:first-child {
    /* background: darkgray; */
    /* width: 83% !important; */
}


.flight-origin-type {
    padding: 10px;
    cursor: pointer;
    background: white;
}

.selected-flight-origin {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    border: 1px solid #b5b5c3;
    padding: 10px;
    border-radius: 5px;
    background: white;
}

.origin-selected {
    color: #0478f8;
    background-color: #c4e0ff;
    border-radius: 4px;
    font-weight: bold;
}

.selected-flight-origin-icon {
    transform: rotate(-30deg);
    content: "\f006";
    padding-right: 5px;
    color: var(--obe-primary-color);
}

#searchWidget .selected-flight-origin-icon {
    color: #747474;
}

.select2-selection__rendered {
    position: relative;
}

.selected-flight-origin-close-icon {
    position: absolute;
    right: 4px;
    top: 11px;
}

.selected-flight-destination-close-icon {
    position: absolute;
    right: 4px;
}

.switch-btn {
    display: flex;
    padding: 3px;
    height: 25px;
    width: 25px;
    margin-top: 9px;
    margin-left: -18px;
    margin-right: -16px;
    z-index: 10;
    border: 1px solid #027A48;
    background: white;
}

.switch-icon {
    color: #187DE4;
}

.switch-icon-image-container {
    padding: 2px 10px;
}

.flight-destination-type {
    padding: 10px;
    cursor: pointer;
}

.selected-flight-destination {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    border: 1px solid #b5b5c3;
    padding: 10px;
    border-radius: 5px;
    background: white;
}

.destination-selected {
    color: #0478f8;
    background-color: #c4e0ff;
    border-radius: 4px;
    font-weight: bold;
}

.selected-flight-destination-icon {
    transform: rotate(30deg);
    content: "\f006";
    padding-right: 5px;
    color: var(--obe-primary-color);
}

#searchWidget .selected-flight-destination-icon {
    color: #747474;
}


.shopping_searchflights #date-range, .shopping_search #date-range {
    padding-left: 32px;
    background: url("/Content/Quiktravel/Shopping/Images/Flights/calender.svg") left;
    background-size: 15px !important;
    background-position: 10px 15px;
    background-repeat: no-repeat;
    background-color: white;
    /* height: 46px;
    margin-top: -2px; */
    border-radius: 8px;
    padding-top: 11px;
    height: 100%;
    border: 2px solid var(--obe-primary-color);
}

.shopping_searchflights #searchWidget #date-range, .shopping_search #searchWidget #date-range{
    border: 2px solid  gray !important;
}

/* Focus styles for all search form elements */
.shopping_search #date-range:focus,
.shopping_searchflights #date-range:focus {
    outline: 2px solid var(--obe-secondary-color, #0066cc) !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15) !important;
}

.shopping_search .shopping-search-btn:focus,
.shopping_searchflights .shopping-search-btn:focus {
    outline: 2px solid var(--obe-secondary-color, #0066cc) !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15) !important;
}

.shopping_search .switch-btn:focus,
.shopping_searchflights .switch-btn:focus {
    outline: 2px solid var(--obe-secondary-color, #0066cc) !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15) !important;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.shopping_searchflights #container, .shopping_search #container {
    -webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    width: 330px;
    height: 330px;
    border: 4px dashed var(--obe-primary-color);
    border-radius: 50%;
}

.shopping_searchflights .loading-container, .shopping_search .loading-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.origin-indicator-label-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 400px;
}

.animation-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.origin-indicator-label {
    padding-right: 12px;
}

.origin-indicator-dot {
    width: 20px;
    background-color: var(--button-primary-color);
    height: 20px;
    border-radius: 20px;
    margin-right: -12px;
    padding-left: 12px;
    z-index: 100
}

.destination-indicator-label-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.destination-indicator-dot {
    width: 20px;
    background-color: var(--button-primary-color);
    height: 20px;
    border-radius: 20px;
    margin-left: -12px;
    z-index: 100;
}

.destination-indicator-label {
    padding-left: 12px;
}

.loading-text {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.d-flex .shopping-tab:not(:first-child), .d-flex .recent-search-tab:not(:first-child), .d-flex .deals-tab:not(:first-child) {
    left: 0.5px !important;
}

.min-h-450px {
    min-height: 0px !important;
}

.shopping_search .search-card-ui-wrapper .search-filter-shadow.obe-card {
    border-top-left-radius: 0 !important;
}

.shopping_search #SectorContainer {
    display: none;
    margin-top: 4px;
}

.shopping_searchflights .sector, .shopping_search .sector {
    width: 83.7%;
}

.shopping_searchflights #searchWidget .sector {
    width: 85.7%;
}

.shopping_search .sector input.datePicker {
    height: 46px;
    margin-top: -2px;
    border: 2px solid var(--obe-primary-color);
}

#searchWidget .sector input.datePicker{
    margin-left: 0.15rem;
    margin-top: -1px;
    border: 2px solid gray !important;
}


.flight-bottom-search-btn-container {
    position: absolute;
    right: 22%;
    bottom: 28px;
}

.flight-bottom-search-btn-container-minimized-search {
    position: absolute;
    bottom: 5px;
    right: 24%;
}

.search-filter-shadow {
    box-shadow: var(--outside-box-shadow) !important;
    /* border: 1px solid #d7d7d7 !important; */
    border-top-left-radius: 0;
}

.search-controll-field {
    /* width: 50%; */
    /* margin-right: 2px; */
}

.search-controll-field-exchange {
    min-width: max-content;
    /* margin-right: 2px; */
}


#searchWidget .search-controll-field-exchange > button {
    min-width: 47px;
}

.advanced-search {
    /*background-color: var(--obe-primary-color);
    color: white;*/
    display: flex;
    color: var(--obe-primary-color);
    padding: 5px 18px;
    border-radius: 5px;
    cursor: pointer;
    justify-content: flex-end;
}



@media screen and (max-width: 1250px) {
    .search-filter-shadow {
        box-shadow: var(--outside-box-shadow) !important;
    }
}


.search-results-loader {
    width: max-content;
}

.shopping_searchflights .select2-selection__rendered > span > span {
    display: flex;
    align-items: center;
}

#searchWidget .FlightSearchControl .select2-selection__rendered > span {
    width: 300px;
}

.shopping_searchflights .select2-selection__clear {
    display: none !important;
}


.shopping_searchflights .custom-dropdown {
    position: relative;
    width: 130px;
}

.shopping_searchflights .selected-option {
    display: flex;
    align-items: center;
    background-color: #eee;
    cursor: pointer;
    margin-bottom: 1px;
}

    .shopping_searchflights .selected-option img {
        width: 18px;
        margin-right: 10px;
        filter: brightness(0) invert(0);
        /* Turns the image black */
    }

    .shopping_searchflights .selected-option span {
        width: max-content;
    }

    .shopping_searchflights .selected-option::after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 12px;
        padding-left: 10px;
    }

.shopping_searchflights .dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.shopping_searchflights .custom-dropdown .dropdown-options.show {
    display: block !important;
}

.shopping_searchflights .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

    .shopping_searchflights .dropdown-item img {
        width: 18px;
        height: 15px;
        margin-right: 10px;
    }

    .shopping_searchflights .dropdown-item:hover {
        background-color: #f0f0f0;
    }

#changeSearchConditionsModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-33%, -50%);
    z-index: 1050;
    width: 492px;
}

.additionalSelector {
    margin-right: 3px;
}

    .additionalSelector .dropdown-menu {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        transform: none !important;
    }


/* Airline selector */
.airline-selector-container {
    position: relative;
    border: 2px solid var(--obe-primary-color);
    border-radius: 8px;
    padding: 2px 12px 2px 12px;
    background: #fff;
    width: 50%;
    height: 50px;
    /* height: 46px;
    margin-top: -2px;
    margin-right: -2px; */
}

#searchWidget .airline-selector-container {
    border: 2px solid gray !important;
}

#MultiCityAirlineSelectorContainer .airline-selector-container {
    width: 33%;
    border: 2px solid var(--obe-primary-color);
    margin-top: 0;
}

#searchWidget #MultiCityAirlineSelectorContainer .airline-selector-container {
    border: 3.5px solid darkgray;;
    width: 33%;
    max-width: 456px !important;
}

.airline-selector-input-container {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.airline-selector-overlay, .airline-selector-overlay-multicity {
    display: flex;
    position: absolute;
    top: -1px;
    right: 5px;
    font-size: 10px;
    color: #222;
    z-index: 2;
}

.airline-selector-container input {
    border: none;
    margin-top: 0px;
    width: 100%;
    /* margin-left: 5px; */
}

.airline-selector-input-container input::-webkit-input-placeholder {
    color: #B5B5C3;
    font-size: 13px;
}

.airline-selector-input-container input::-moz-placeholder {
    color: #B5B5C3;
    font-size: 13px;
}

.airline-selector-input-container input::placeholder {
    color: #B5B5C3;
    font-size: 13px;
}


.airline-selector-container input:focus {
    outline: none;
}

.airline-selector-overlay .option, .airline-selector-overlay-multicity .option {
    cursor: pointer;
    font-weight: bold;
    color: gray;
    padding: 0 4px;
    border: none;
}

    .airline-selector-overlay .option.selected, .airline-selector-overlay-multicity .option.selected {
        color: var(--obe-tertiary-color);
    }

.selected-airlines {
    display: flex;
    flex-wrap: wrap;
    margin-top: -21px;
    margin-left: 22px;
}

    .selected-airlines .tag {
        background: #eef4fb;
        color: #0d3c6e;
        border-radius: 8px;
        padding: 0px 5px;
        margin: 2px 4px 2px 0;
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 10px;
        height: 18px;
    }

        .selected-airlines .tag .remove {
            margin-left: 6px;
            cursor: pointer;
            color: #888;
            font-size: 11px;
        }

.suggestions-list {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    width: 97%;
    z-index: 10000;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    top: 38px;
}

    .suggestions-list .suggestion {
        padding: 6px 12px;
        cursor: pointer;
    }

        .suggestions-list .suggestion:hover {
            background: #eef4fb;
        }

.suggestion.selected {
    background-color: #f0f0f0;
}

.airline-selector-icon {
    margin-right: 5px;
}

.airline-selector-input-container, .airline-selector-input-container-multicity {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    /* padding: 4px 8px;
    border: 2px solid #0a3972;
    border-radius: 10px; */
    background: #fff;
    position: relative;
}

    .airline-selector-input-container .tag, .airline-selector-input-container-multicity .tag {
        background: #e0e0e0;
        border-radius: 4px;
        padding: 0px 3px;
        margin-right: 4px;
        margin-bottom: 2px;
        display: flex;
        align-items: center;
        font-size: 12px;
        white-space: nowrap;
        color: #3F4254;
    }

    .airline-selector-input-container .remove, .airline-selector-input-container-multicity .remove {
        margin-left: 4px;
        cursor: pointer;
    }

    .airline-selector-input-container input[type=\"text\"], .airline-selector-input-container-multicity input[type=\"text\"] {
        flex: 1 0 120px;
        min-width: 80px;
        border: none;
        outline: none;
        background: transparent;
        font-size: 14px;
        margin-bottom: 2px;
        padding: 2px 0;
        box-shadow: none;
    }

.airline-selector-flex {
    margin-top: 11px;
}

.btn {
    min-width: unset !important;
}

.search-summary-bar {
    position: relative;
    background: #f5f9ff;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 1rem;
}

.airline-overview-flight-count-wrapper {
    padding-left: 3px;
}

.airline-overview-container {
    /* position: absolute; */
    position: relative;
    left: 0;
    top: -2px;
    /* transform: translateX(-50%); */
    display: flex;
    align-items: center;
    /* gap: 8px; */
}

#searchWidget .airline-overview-container, #search-summary-bar .airline-overview-container {
    position: absolute;
    left: 49%;
    top: unset;
    bottom: 0;
}

.airline-overview-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--obe-tertiary-color);
    width: max-content;
}

.airline-overview-container {
    cursor: pointer;
}

.btn-toggle-arrow {
    background: none;
    border: none;
    padding: 0;
    transition: transform 0.3s ease, opacity 0.8s ease;
    margin-bottom: -3px;
    /* transform: rotate(180deg); */
    opacity: 1;
}

.sorting-container .btn-toggle-arrow {
    transform: rotate(180deg);
    margin-bottom: 2px;
}

.btn-toggle-arrow.hidden {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.btn-toggle-arrow.visible {
    opacity: 1;
    transition: opacity 0.8s ease;
}

.arrow-svg {
    transition: transform 0.3s ease;
}

    /*.arrow-svg.down {
    transform: rotate(180deg);
}
*/
    .arrow-svg path:not(:first-child) {
        transform-origin: center;
        transition: transform 0.3s ease;
        transform: rotate(180deg);
    }

.sorting-container .arrow-svg path:not(:first-child) {
    transform: rotate(180deg);
}

.arrow-svg path:first-child {
    transition: none;
}

#btnModifySearch {
    background-color: white;
    width: 150px;
    height: 36px;
    color: var(--obe-button-primary-color);
    border: 1px solid var(--obe-button-primary-color);
    border-radius: 18px !important;
    font-size: 14px;
    padding: 5px 10px !important;
    font-weight: 500;
}
#btnModifySearch img{
    margin-left: 3px;
    margin-top: -4px;
}

.modify-save-button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
}

.search-summary-bar-city-name {
    font-size: 18px;
    font-weight: 700;
}

.search-summary-bar-text {
    font-size: 14px;
    font-weight: 400;
}

#search-summary-bar > div:first-child {
    margin-top: 3px;
}

.airline-overview-details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 8px;
    background: #f9f9f9;
    border-radius: 0 0 8px 8px;
    padding: 0 16px;
}

    .airline-overview-details.open {
        max-height: 500px;
        opacity: 1;
        padding: 16px;
    }

.search-controll-wrapper {
    display: flex;
    width: 50%;
}


.FlightSearchControl {
    /*padding: 5px !important;*/ /* Outer gap */
    gap: 5px !important;
}
#searchWidget .FlightSearchControl{
    padding-bottom: 20px;
}

.search-controll-container {
    gap: 2px !important; /* Gap between rows */
}

.search-controll-wrapper {
    gap: 5px !important; /* Gap between columns in each row */
}

    .search-controll-wrapper:first-child {
        display: flex !important;
        align-items: center;
        position: relative; /* For absolute positioning of swap button */
        gap: 2px !important;
        height: 46px;
        width: 50%;
    }

.search-controll-field {
    flex: 1 1 0;
    min-width: 0;
}

.switch-btn {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin: 0 !important;
    height: unset !important;
    /* Optionally add a box-shadow or border for visibility */
}

.search-controll-wrapper:last-child {
    display: flex !important;
    gap: 2px !important;
    height: 46px;
    width: 50%;
}

.search-controll-wrapper > * {
    min-width: 0;
    height: 100%;
}


.shopping_search .select2-container .select2-selection--single, .shopping_searchflights .select2-container .select2-selection--single {
    height: 100% !important;
    border: 2px solid var(--obe-primary-color) !important;
}

.shopping_search #searchWidget .select2-container .select2-selection--single, .shopping_searchflights #searchWidget .select2-container .select2-selection--single {
    border: 2px solid gray !important;
}

/* Keyboard focus indicator - uses custom class added via JavaScript */
.shopping_search .select2-container.keyboard-focused .select2-selection--single,
.shopping_searchflights .select2-container.keyboard-focused .select2-selection--single,
.shopping_search #searchWidget .select2-container.keyboard-focused .select2-selection--single,
.shopping_searchflights #searchWidget .select2-container.keyboard-focused .select2-selection--single {
    border: 2px solid var(--obe-secondary-color, #0066cc) !important;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.25) !important;
}

#flight-origin, #flight-destination {
    height: 100% !important;
    border: 2px solid var(--obe-primary-color) !important;
}
#searchWidget #flight-origin, #searchWidget #flight-destination {
    border: 2px solid  gray !important;
}

.select2 {
    height: 100% !important;
    width: 100% !important;
    /* border: 1px solid var(--obe-primary-color) !important; */
}

.shopping_search .select2-container--default .select2-selection--single .select2-selection__rendered, .shopping_searchflights .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 0.9rem;
}

#MultiCityAirlineSelectorContainer {
    width: 83%;
    padding-left: 14px;
}
#searchWidget #MultiCityAirlineSelectorContainer {
    width: 85%;
    padding-left: 14px;
}

.sectorMenu {
    width: 10%;
    min-width: 80px;
}

@media screen and (max-width: 1120px) {
    .shopping_search .sector .select2-container, #MultiCityAirlineSelectorContainer .airline-selector-container {
        width: 32% !important;
    }
    .flight-bottom-search-btn-container-minimized-search{
        right: 25.5%;
    }
}

@media screen and (max-width: 990px) {
    .shopping_searchflights .sector, .shopping_search .sector, #MultiCityAirlineSelectorContainer {
        width: 85%;
    }

    .flight-bottom-search-btn-container {
        right: 2.25rem;
    }
}

@media screen and (max-width: 880px) {
    .search-card-ui-wrapper {
        width: unset;
    }

    .search-controll-wrapper {
        width: 100%;
        height: 50px;
    }

    .FlightSearchControl > div:first-child {
        flex-direction: column;
        align-items: flex-end;
        height: unset;
        height: 98px;
        width: 100%;
        padding: 2px;
    }

    .FlightSearchControl {
        flex-direction: column;
        align-items: flex-end;
    }

        .FlightSearchControl > div:nth-child(2) {
            width: unset;
        }

    #topLevelControls-wrapper {
        width: 100% !important;
    }

    .shopping-tab, .deals-tab, .recent-search-tab {
        font-size: 12px;
        gap: 9px;
    }

    .shopping-search-btn {
        margin-right: 0;
    }

    #searchWidget {
        max-width: 216px;
    }

    .search-controll-wrapper:first-child {
        width: 100% !important;
        height: 46px;
    }

    .search-controll-wrapper:last-child {
        width: 100% !important;
    }
/* 
    #searchWidget {
        max-height: 220px !important;
    } */
    .search-summary-bar-city-name{
        font-size: 14px;
    }
    .search-summary-bar-text{
        font-size: 12px;
    }
    #btnModifySearch img {
        width: 12px;
    }
        #btnModifySearch {
            width: 130px;
            font-size: 12px;
        }

    .sectorMenu{
        width: 12%;
        min-width: unset;
    }
}

@media screen and (max-width: 740px) {
    .shopping_searchflights .sector, .shopping_search .sector, #MultiCityAirlineSelectorContainer {
        width: 100%;
    }

    .shopping_search .sector .select2-container, #MultiCityAirlineSelectorContainer .airline-selector-container {
        width: 30% !important;
    }
}


@media screen and (max-width: 650px) {
    .top-level-controls-wrapper-inner {
        flex-direction: column;
        gap: 5px;
    }
    .arrow-svg {
        width: 20px;
        height: 20px;
        margin-bottom: -2px;
    }
    #btnSaveSearch {
        height: 25px;
    }
    #btnModifySearch {
        width: 110px;
        font-size: 10px;
        height: 30px;
    }
    #btnModifySearch img {
        width: 10px;
    }  
}

@media screen and (max-width: 600px) {
    .shopping-tab, .deals-tab, .recent-search-tab {
        font-size: 10px;
        padding: 8px 15px;
    }
    .search-summary-bar-city-name{
        font-size: 12px;
    }
    .search-summary-bar-text{
        font-size: 10px;
    }
}

@media screen and (max-width: 565px) {
    .shopping-tab, .deals-tab, .recent-search-tab {
        gap: 5px;
        font-size: 8px;
    }

    .triptype-img {
        height: 12px;
        width: 12px;
    }
}

@media screen and (max-width: 460px) {
    .shopping-tab, .deals-tab, .recent-search-tab {
        font-size: 6px;
        padding: 6px 10px;
    }

    .top-level-controll > button {
        font-size: 9px;
        max-width: 125px !important;
    }
}

@media screen and (max-width: 360px) {
    .shopping-tab, .deals-tab, .recent-search-tab {
        font-size: 6px;
        padding: 5px 8px;
    }
}



.shopping_search .content {
    padding-top: 8px !important;
}

.skeleton-loader {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin-left: 25px;
    margin-right: 25px;
    overflow: hidden;
}

.skeleton-summary-bar {
    max-width: 1575px;
    width: 100%;
    height: 52px;
    background: #e1e1e1;
    border-radius: 4px;
    animation: pulse 4s infinite;
    margin-bottom: 10px;
    margin-top: 6.5px;
}

.skeleton-sorting-container-bar-wrapper {
    display: flex;
    max-width: 1575px;
}

.skeleton-sorting-container-bar {
    width: 1170px;
    height: 50px;
    background: #e1e1e1;
    border-radius: 4px;
    animation: pulse 4s infinite;
    margin-bottom: 13px;

}

.skeleton-info-bar {
    width: 365px;
    height: 50px;
    margin-left: 39px;
    background: #e1e1e1;
    border-radius: 4px;
    animation: pulse 4s infinite;
    margin-bottom: 13px;
}

.skeleton-flight-card {
    max-width: 1170px;
    width: 100%;
    height: 296px;
    background: #e1e1e1;
    border-radius: 4px;
    margin: 10px 0;
    animation: pulse 4s infinite;
}

.skeleton-side-bar {
    width: 368px;
    height: 700px;
    background: #e1e1e1;
    border-radius: 4px;
    animation: pulse 4s infinite;
    margin-left: 40px;
    margin-top: 10px;
}

.skeleton-search-results-container {
    display: flex;
    height: 650px;
    max-width: 1575px;
    width: 100%;
}

.skeleton-search-results-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1170px;
    width: 100%;
    height: max-content;
}
#skeleton-accordion{
    max-width: 1575px;
}

.skeleton-header {
    width: 60%;
    height: 32px;
}

.skeleton-bar {
    width: 80%;
    height: 16px;
}

.skeleton-card {
    width: 90%;
    height: 120px;
}

.shopping_search .kt-content-loading>*:not(#skeleton-loader) {
    display: none !important;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

#addSeatsModel {
    z-index: 10000;
    overflow-y: hidden !important;
}

#addSeatsModel .modal-header{
    border-bottom: none !important;
}

#addSeatsModel #fare-upgrade-loader{
    min-width: 700px;
    margin-top: 25px;
}
.confirmation-page-container-wrapper #addSeatsModel .modal-content{
    margin-top: -50px !important;
}

    .confirmation-page-container-wrapper #addSeatsModel .modal-content {
        margin-top: -50px;
    }

.seatmap-flight-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 400px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.seatmap-flight-section {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.seatmap-flight-section:last-child {
    border-bottom: none;
}

.seatmap-flight-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    width: 100%;
}
.compartment-seat-map{
    width:max-content;
    border-right: 3px solid #A7A7A7;
    border-left: 3px solid #A7A7A7;
    border-top-left-radius: 4px;
    border-top-right-radius: 6px;
    margin-top: 8px;
}
.seatmap-flight-actions{
    display: flex;
}

.seatmap-flight-header-content{
    display: flex;
    align-items: center;
}

.seatmap-flight-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url('/Content/Quiktravel/Shopping/Images/Seats/flight-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    flex-shrink: 0;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}

.seatmap-flight-card:nth-child(2) .seatmap-flight-icon {
    transform: rotate(180deg);
}

.seatmap-airline-logo img{
    width: 30px;
    height: 30px;
    margin-right: 5px;  
    margin-left: -5px;
}

.seatmap-flight-details {
    min-width: 180px;
    flex-shrink: 0;
    margin-right: 15px;
}

.seatmap-flight-route {
    font-weight: bold;
    color: #999;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 26px;
    margin-left: -26px;
}

.seatmap-flight-route.active {
    color: #007bff;
}

.seatmap-flight-time {
    color: #999;
    font-size: 0.9em;
    margin-top: 5px;
}

.seatmap-dropdown-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    margin-top: 4px;
    background-image: url('/Content/Quiktravel/Shopping/Images/Seats/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.seatmap-flight-section.active .seatmap-dropdown-icon {
    background-image: url('/Content/Quiktravel/Shopping/Images/Seats/arrow-up.svg');
}

.seatmap-passenger-list {
    display: none;
    width: 100%;
    font-size: 0.9em;
    padding: 0 15px 5px;
}

.seatmap-passenger-list.active {
    display: block;
}

.seatmap-passenger-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 4px;
    cursor: pointer;
    border-left: 5px solid transparent;
    border-bottom: 2px solid #e4e4e4;
}

.seatmap-passenger-row:hover {
    background-color: #f8f9fa;
}

.seatmap-passenger-row.active {
    border-left: 5px solid var(--seat-primary-color);
    display: flex;
}
.seatmap-passenger-row:last-child{
    border-bottom: 2px solid transparent;
}

.seatmap-passenger-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.seatmap-passenger-number.active {
    background-color: var(--seat-primary-color);
    color: white;
    display: flex;
}

.seatmap-passenger-name {
    flex-grow: 1;
    max-width: 190px;
}

.seatmap-passenger-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.seat-info {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 0.85em;
    position: relative;
    padding-right: 24px;
}

.seat-info-content {
    display: flex;
    flex-direction: column;
}

.seat-remove {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 14px;
    height: 15px;
    background-image: url('/Content/Quiktravel/Shopping/Images/Seats/close-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.7;
    padding: 5px;
    border-radius: 50%;
}

.seat-remove:hover {
    background-color: #f0f0f0;
    opacity: 1;
}

.seat-number {
    font-weight: 600;
    color: #999;
    font-size: 14px;
}

.seat-price {
    color: #999;
    font-size: 14px;
}

.seat-type {
    color: #999;
    font-size: 10.8px;
    font-weight: 400;
}

.seatmap-seat {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}
.seatmap-price-summary-container-wrapper{
    display:flex;
    flex-direction: column;
    align-items: flex-end;
}

.seatmap-price-summary-container {
    width: 260px;
    height: max-content;
    flex-shrink: 0;
    background-color: white;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.seatmap-price-summary-header {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seatmap-time-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.seatmap-time-left-circle {
    width: 45px;
    height: 45px;
}

#addSeatsModel .time-left-text {
    color: var(--obe-primary-color);
    font-weight: 500;
    margin-left: 4px;
    margin-top: -10px;
    min-width: 110px;
}

.seatmap-seat-selection-summary-wrapper {
    margin-bottom: 20px;
    color: #333;
    padding-top: 10px;
    border-top: 2px solid #e0e0e0;
}

.seatmap-seat-selection-summary-title {
    font-size: 10.8px;
}

.seatmap-seat-selection-route {
    color: #666;
    margin: 8px 0;
}

.seatmap-seat-selection-details {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.seatmap-total-summary {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.seatmap-total-summary-amount {
    font-size: 1.2rem;
    font-weight: 600;
}

.seatmap-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    justify-content: flex-end;
    width: 300px;
}

.seatmap-btn-back {
    padding: 10px 24px;
    border: none;
    background: white;
    color: var(--seat-primary-color);
    font-weight: 500;
    cursor: pointer;
    border-radius: 30px;
}

.seatmap-btn-book-seats {
    padding: 10px 15px !important;
    border: none;
    background-color: var(--seat-primary-color);
    color: white;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    position: relative;
}

.seatmap-btn-book-seats:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.seatmap-btn-book-seats:hover {
    background-color: var(--seat-primary-color) !important;
}

.seatmap-cart-icon {
    width: 18px;
    height: 18px;
} 

.seatmap-seat-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #333;
    padding: 4px 0;
}

.seatmap-route-header {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
}

.seatmap-seat-selection-summary {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.seatmap-seat-selection-summary:last-child {
    border-bottom: none;
}

/* Seat Label Styles */
.seat-label-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 30px;
}
.seat-label-container span{
    height: 8px;
}

.seat-label-pax {
    font-size: 5px;
    font-weight: bold;
}

.seat-label-number {
    font-size: 5px;
    font-weight: bold;
}

.seat-label-price {
    font-size: 5px;
    font-weight: bold;
}

.seat-label-exit {
    font-size: 5px;
    font-weight: bold;
    color: red;
}



/* Color variations for different seat states */
.seat-label-available {
    color: #007bff;
}

.seat-label-booked {
    color: #fff;
}

.seat-label-characteristics {
    font-size: 5px;
    color: orangered;
}

.seatmap-check-circle {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-top: 2px;
    display: none;
    flex-shrink: 0;
}

.seatmap-check-circle .circle {
    fill: var(--seat-primary-color);
}

.seatmap-flight-section:not(.active) .seatmap-check-circle .circle {
    fill: var(--seat-secondary-color);
}

.seatmap-flight-section.all-seated .seatmap-check-circle {
    display: inline-block;
}

.seatmap-select-another-seat-button {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
}

/* Seat Info Loader */
.seat-info-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

/* Cancel Button */
.cancel-seat-btn {
    margin-left: 10px;
    padding: 2px 6px;
    font-size: 0.75rem;
    border: none;
    background-color: #dc3545;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.cancel-seat-btn svg {
    width: 12px;
    height: 12px;
}

.cancel-seat-btn svg path {
    stroke: white;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Book Seats Button Loader */
.book-seats-loader {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Seat Checkout Modal Styles */
#seatCheckoutModal .table > :not(caption) > * > * {
    padding: 0.75rem;
    border-right-width: 0; /* Remove all vertical borders by default */
}

/* Only show vertical border after the Sector column */
#seatCheckoutModal .table > thead > tr > th:first-child,
#seatCheckoutModal .table > tbody > tr > td:first-child {
    border-right: 1px solid #dee2e6;
}
#seatCheckoutModal .table > tbody > tr > td{
    font-size: 16px;
}
#seatCheckoutModal .table > tbody > tr > td[rowspan]{
    font-weight: 500;
}

#seatCheckoutModal .table > tbody > tr > td:not(:first-child) {
    font-weight: 400;
}


/* Remove all vertical borders from the last column */
#seatCheckoutModal .table > thead > tr > th:last-child,
#seatCheckoutModal .table > tbody > tr > td:last-child {
    border-left: none;
    border-right: none;
    text-align: center;
}

/* Remove vertical borders between rows in the last column */
#seatCheckoutModal .table > tbody > tr:not(:first-child) > td:last-child {
    border-left: none;
}

/* Ensure consistent borders for rowspan cells */
#seatCheckoutModal .table > tbody > tr > td[rowspan] + td:last-child {
    border-left: none;
}

/* Remove right border from cells before the last column */
#seatCheckoutModal .table > tbody > tr > td:nth-last-child(2) {
    border-right: none;
}

#seatCheckoutModal .table {
    margin-bottom: 0;
    border-right: 1px solid #dee2e6;
}

#seatCheckoutModal  {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
}

#seatCheckoutModal -body {
    padding: 1.25rem;
}

#seatCheckoutModal -title {
    font-size: 18px;
    font-weight: 500;
    color: #252B37;
    margin-bottom: 1rem;
}

#seatCheckoutModal .btn-success {
    background-color: #00a651;
    border-color: #00a651;
}

#seatCheckoutModal .btn-success:hover {
    background-color: #008d44;
    border-color: #008d44;
}

#seatCheckoutModal .modal-dialog {
    max-width: 800px;
}

#seatCheckoutModal .table-responsive {
    margin: -1px;  /* Fix border overlap with card */
}

#seatCheckoutModal thead {
    background-color: #D5D7DA;
}

#seatCheckoutModal .text-danger {
    color: #dc3545;
}

#seatCheckoutModal .alert {
    margin-bottom: 1.5rem;
}

#seatCheckoutModal .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#seatCheckoutModal .modal-body {
    padding: 1.5rem;
}

/* Button spacing in footer */
#seatCheckoutModal .d-flex.justify-content-end {
    gap: 0.5rem;
    margin-top: 1.5rem;
}

/* Table header and cell alignment */
#seatCheckoutModal .table th,
#seatCheckoutModal .table td {
    vertical-align: middle;
}

/* Card spacing */
#seatCheckoutModal .mb-4 {
    margin-bottom: 1.5rem;
}

/* Alert icon spacing */
#seatCheckoutModal .alert i {
    margin-right: 0.5rem;
}

/* Table border color */
#seatCheckoutModal .table-bordered > :not(caption) > * > * {
    border-color: #dee2e6;
}

#seatCheckoutModal .table th{
    font-size: 14px;
    font-weight: 500;

}

#seatConfirmationModalLabel{
    color: #003D7A;
    font-size: 24px;
    font-weight: 600;
}


.seat-map-error-container {
    margin-bottom: 15px;
    width: max-content;
}
.seat-map-error-message {
    background-color: #FEE4E2;
    padding: 12px 15px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #FDA29B;
    border-left: 5px solid #F04438;
    font-size: 14px;
    font-weight: 400;
    color: #414651;
    max-width: 700px;
}

.seat-map-error-message .closeIcon, .info-notice-alert .closeIcon {
    background: transparent;
    border: none;
}

.seatmap-container{
    min-width: 700px;
}

#addSeatsModel .tab-content{
    overflow-y: auto;
    height: 83vh;
}
.tab-pane #fare-upgrade-loader{
    margin-top: 0 !important;
    height: 83vh;
}
.aircraft-container{
    max-height: 691px;  
}

.aircraft-nose {
    width: 100%;
    background: transparent;
    border-top: 4px solid #A7A7A7; /* Adjust thickness and color as needed */
    border-radius: 0 0 100% 100% / 0 0 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    /* height is set dynamically by JS */
}

.obe-card-body .flight-info {
    display: block;
    align-items: center;
    font-family: 'Arial', sans-serif;
    border: 1px solid #dcdcdc;
    border-right-style: dashed;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-top-left-radius: var(--obe-card-curve);
    border-bottom-left-radius: var(--obe-card-curve);
    padding: 15px;
    width: 80%;
}

.printThis .obe-card-body .flight-info {
    border-bottom-left-radius: 0;
    border-bottom: none;
}
/* .selected-flight-container .obe-card-body .flight-info-wrapper {
    box-shadow: var(--inside-box-shadow) !important;
} */
.isHighlight {
    color: orange;
    padding-top: 6px !important;
    cursor: pointer;
    height: 22px;
}

.roundtrip-fares .isHighlight {
    padding-top: 0px !important;
}


.isHighlight .tooltiptext {
    visibility: hidden;
    width: 220px;
    height: 30px;
    background-color: #919191;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 7px 0;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 10px;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.isHighlight:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.shopping_selectflights .isHighlight, .shopping_selectflights .isHighlight span, .shopping_confirmation .isHighlight, .shopping_confirmation .isHighlight span {
    font-size: 11px !important;
}

.arrival-date-difference {
    position: relative;
    bottom: 6px;
    left: 0px;
    font-size: 10px;
    color: orange;
}

.obe-card-body .flight-segment {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.airline-logo img {
    height: 65px;
    margin-right: 10px;
}

.obe-card-body .flight-details {
    display: flex;
    justify-content: space-between;
    width: 90%;
}

    .obe-card-body .flight-details > div:first-child {
        text-align: left;
        display: flex;
        flex-direction: column;
        font-size: 11px;
        width: 18%;
    }

.flightTime {
    font-weight: 600;
    font-size: 15px;
}

.flightTimeContainer {
    position: relative;
    top: 13px;
}

.flightTimeWrapper {
    width: 55px;
    text-align: center;
    height: 14px;
}


.flight-information {
    width: 100%;
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 0;
}

    .flight-information h5 {
        font-weight: 600;
        color: #333;
        margin-bottom: 10px;
    }

.confirmation-page-container-wrapper .flight-information {
    padding-left: 0;
    padding-right: 0;
}

.flight-information-subheader {
    margin-left: 11px;
    margin-right: 0;
}

.route {
    font-weight: 600;
    font-size: 11px;
}

.change-flight {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
    margin: 6px 2px;
    cursor: pointer;
    color: var(--obe-tertiary-color);
    text-decoration: none;
    height: 25px;
}

    .change-flight:hover {
        color: var(--obe-primary-color);
    }

#lblErrorMessage {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block !important;
}

.flight-information-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

.see-details-text {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100px;
    font-weight: bold;
    margin-top: 10px;
    font-size: 10px;
    text-decoration: underline;
    cursor: pointer;
    color: var(--obe-tertiary-color);
}

#lnkSeeAllDetails {
    border: 1px solid var(--obe-border-color);
    border-radius: 8px;
    width: max-content;
    padding: 5px 10px;
    background-color: transparent !important;
    min-height: 30px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    vertical-align: middle
}

.printThis .see-details-text {
    display: none;
}

.printThis .close-see-flights-deails-icon {
    display: none;
}
/* #selectedFlightsPanel {
    box-shadow: var(--outside-box-shadow) !important;
    border: 1px solid #d7d7d7 !important;
} */

.flight-information-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    background-color: white;
}

.summary-container {
    background: #fff;
    border: 1px solid #EBEDF3 !important;
    border-radius: var(--obe-card-curve);
    padding: 10px;
    padding-bottom: 10px;
    max-width: 650px;
    height: max-content;
    box-shadow: var(--outside-box-shadow) !important;
}

    .summary-container h2 {
        font-size: 1.5em;
        color: #333;
        margin-bottom: 0px;
        margin-top: 10px;
    }

.summary-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.summary-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: -20px;
    width: 60px;
    overflow: hidden;
}

.summary-details h3 {
    font-size: 1.2em;
    color: #333;
    margin-top: 0;
}

.summary-details p {
    color: #555;
    margin: 5px 0;
}

.view-details {
    display: inline-block;
    margin-top: 10px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.view-details-checkout {
    display: inline-block;
    color: var(--obe-tertiary-color);
    text-decoration: none;
    font-weight: bold;
}

    .view-details-checkout:hover {
        color: var(--obe-tertiary-color) !important;
    }

.pricing {
    margin-top: 20px;
}

    .pricing > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-top: 1px solid #dcdcdc;
    }

        .pricing > div:first-child {
            border-top: none;
        }

.price {
    font-weight: bold;
    color: var(--obe-primary-color);
}

.total .price {
    color: black;
}

.summary-base-price {
    color: darkgray !important;
    font-size: 10px;
    font-weight: 500;
}

.selected-flight-container .obe-card-body .flight-info-wrapper, .confirmation-page-container-wrapper .obe-card-body .flight-info-wrapper {
    display: flex;
    width: 100%;
    border-radius: var(--obe-card-curve);
}

.selected-flight-container .obe-card {
    border-radius: var(--obe-card-curve);
}

.selected-flight-container .obe-card-header {
    background-color: white !important;
    position: relative;
    /* z-index: 1000; */
    color: var(--obe-primary-color) !important;
    background: white;
    border: 1px solid #dfdada;
    border-bottom: none !important;
}
/* .printThis .flight-info-wrapper {
    border: 1px solid #bab3b3;
} */
/* #quoteSelectedFlightsPanel .flight-info-wrapper{
    border:none;
} */
.flight-info-wrapper-faretype-visible {
    position: relative;
    top: 17px;
}

.flight-info-wrapper-faretype-visible-without-highlight {
    position: relative;
    top: 15px;
}

.flight-info-wrapper-highlight {
    position: relative;
    top: 3px;
}

.flight-meta-data {
    border: 1px solid #dcdcdc;
    border-radius: var(--obe-card-curve);
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    padding: 15px 10px;
    border-left: none;
    width: 20%;
}

.printThis .flight-meta-data {
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.flight-timeline.old-timeline {
    width: 100%;
    height: 1px;
    background-color: rgb(74, 78, 88);
    align-items: center;
}

.flight-duration {
    justify-content: center;
    align-items: center;
    width: 60%;
    position: relative;
    font-size: 10px;
}

    .flight-duration > span:last-child {
        color: var(--obe-primary-color);
        margin-top: 10px;
    }

#selectedFlightsPanel .flight-duration > span:last-child {
    margin-top: 0;
}

.confirmation-page-container-wrapper .flight-duration > span:last-child {
    margin-top: 0;
    margin-bottom: 5px;
}

.flight-popup-and-checkout-image-view {
    height: max-content;
    max-height: 45px !important;
    margin: 0 5px 0px -30px !important;
}

.flight-info-container {
    display: grid;
    grid-template-columns: auto 1fr;
    width: 275px;
}

.flight-viewleft {
    text-align: left;
}

.flight-viewright {
    text-align: right;
}

.flight-popup-and-checkout--operating-carrier-image-view {
    max-height: 35px !important;
}

.flight-image {
    height: 18px;
}

.inflight-services-container {
    display: flex;
    flex-direction: column;
    width: 320px;
}

.inflight-service-row {
    display: flex;
    justify-content: space-between;
}

.inflight-service-item {
    flex: 1;
}

@media (max-width: 6-items) {
    .inflight-service-item {
        max-width: calc(100% / 2); /* For 2 columns */
    }
}

.inflight-service-item > span {
    width: max-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 135px;
    cursor: pointer;
}

.flight-leg-amenities-image {
    height: 13px;
}

.flight-image-wrapper {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -3px;
}

.baggage-amenities-wrapper {
    width: 225px;
    max-width: 100%;
}
.baggage-amenities-wrapper > div > div.ml-1 {
    position: relative;
    top: 2px;
}

.toggle-image {
    height: 10px;
    margin-left: 5px;
}

.amenities-container {
    align-items: flex-start !important;
    /* margin-left: 15px; */
}

.shopping_searchflights .amenitiesWrapper {
    display: flex;
    max-width: 100%;
    flex-wrap: nowrap;
    margin-top: 2px;
}

.flight-tile-amenities-wrapper{
    margin-top: 1px;
}

.amenities-image {
    height: 15px;
    flex-shrink: 0;
}


/* Ensure gap wins over global amenity image reset */
.seat-icon-container img.amenities-wifi-gap,
.seat-icon-container .amenities-image.amenities-wifi-gap,
.seat-icon-container-pre-seat-map img.amenities-wifi-gap,
.seat-icon-container-pre-seat-map .amenities-image.amenities-wifi-gap,
.flight-viewright .amenities-image.amenities-wifi-gap,
.shopping_selectflights .amenities-image.amenities-wifi-gap,
.shopping_confirmation .amenities-image.amenities-wifi-gap,
.shopping_managebooking .amenities-image.amenities-wifi-gap,
.shopping_searchflights .amenities-image.amenities-wifi-gap {
    margin-left: 3px !important;
}


.seat-icon-container {
    position: relative;
}


.seat-icon-container:has(.seat-notification-bubble) + .amenities-image {
    margin-left: 4px !important;
}

.baggage-image {
    margin-top: -3px;
}

.FlightMetaData__MetaValue {
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 125px;
    gap: 2px;
    font-size: 13px !important;
    margin-top: 1px;
}

    .FlightMetaData__MetaValue span:last-child {
        font-size: 13px !important;
    }

    .FlightMetaData__MetaValue span {
        padding: 0;
        line-height: 1;
        display: inline-block;
        height: 15px;
    }

.first-word {
    white-space: nowrap;
}

.remaining-words {
    white-space: nowrap;
    flex-basis: 100%;
}

.image-grey-out {
    filter: grayscale(100%);
    opacity: 0.2 !important;
}

.flight-timeline-wrapper {
    display: flex;
    align-items: center;
}

.flight-container {
    font-family: Arial, sans-serif;
    font-size: 11px !important;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
    position: relative;
}

    .flight-container > div:nth-child(2) {
        border-left: 1px solid #dcdcdc;
    }
/* .printThis .flight-container > div:nth-child(2) {
    border-left: 1px solid #bab3b3;
} */

.confirmation-page-container-wrapper #accordBookingPaxDetails {
    border: unset;
}

/* Exclude flight-container within .printThis */
/* .printThis .flight-container.height-transition-hidden {
    border: initial;
    border-top: none !important;
} */


.flight-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.height-transition {
    -webkit-transition: max-height 0 ease-in-out;
    -moz-transition: max-height 0 ease-in-out;
    -o-transition: max-height 0 ease-in-out;
    transition: max-height 0 ease-in-out;
}

.height-transition-hidden {
    max-height: 0;
    overflow-y: hidden;
}

.printThis .height-transition-hidden {
    max-height: none !important;
    height: auto !important;
    overflow-y: visible !important;
    border: 1px solid #dcdcdc !important;
}

/* Ensure flight-container works properly in print view */
.printThis .flight-container.height-transition,
.printThis .flight-container.height-transition.height-transition-hidden {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    border: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    border-bottom-left-radius: var(--obe-card-curve) !important;
    border-bottom-right-radius: var(--obe-card-curve) !important;
}



.stopover {
    width: 87%;
    border: 1px solid rgb(223, 223, 225);
    margin: 17px 0;
    padding: 4px;
}

.close {
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: 1 !important;
    cursor: pointer;
}

    .close > img {
        height: 15px;
    }

.flight-logo {
    font-weight: bold;
}

.fare-table {
    width: 100%;
    margin-bottom: 25px;
}

.table-body-row {
    height: 5vh;
    border-bottom: 1px solid #dfdfdf;
}

.table-header-row {
    height: 5vh;
    border-bottom: 2px solid #b7b7b7;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Each column should be at least 150px wide */
    gap: 10px; /* Gap between grid items */
}

.grid-container-fare-condition {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Each column should be at least 150px wide */
    gap: 10px; /* Gap between grid items */
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background: #f6f6f6;
}

.grid-item {
    text-align: left;
}

.default-list-span-heading-text {
    margin-left: -16px;
    font-size: 15px;
    font-weight: 600;
}

.default-item-list-li-text {
    margin-top: 10px;
}

.wrap-top-link {
    display: flex;
    justify-content: right;
    margin: 12px 0px 12px 0px;
}

.move-to-top-link {
    font-size: 12px;
}

    .move-to-top-link:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.breakContentsWithMargins {
    margin: 20px 0px 20px 0px;
}

.flight-time {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}



    .flight-time > div:last-child > div:first-child {
        margin-left: -6px;
    }

.flight-details-wrapper {
    padding: 10px;
    margin-bottom: 10px;
}

    .flight-details-wrapper div {
        margin-bottom: 5px;
        display: flex;
        flex-direction: column;
    }

    .flight-details-wrapper a {
        color: var(--obe-obe-tertiary-color);
        text-decoration: none;
    }

    .flight-details-wrapper:nth-child(2) {
        border-left: 1px gray solid;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 17px 20px;
    }

.flight-details-tile {
    display: flex;
    flex-direction: column;
}

.departureInfo {
    position: relative;
}

    .departureInfo > div {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 145px;
    }

    .departureInfo::before {
        content: "";
        height: 0.5rem;
        width: 0.5rem;
        border-radius: 9999px;
        position: absolute;
        left: -23px;
        top: 0.4375rem;
        background-color: rgb(175, 176, 181);
    }

    .departureInfo:last-child::after {
        content: "";
        width: 0.125rem;
        height: 55px;
        background-color: rgb(175, 176, 181);
        position: absolute;
        top: 0.4375rem;
        bottom: -0.4375rem;
        left: -21px;
    }

.arrivalInfo {
    position: relative;
    height: 50px;
    margin-left: 32px !important;
}

    .arrivalInfo::before {
        content: "";
        height: 0.5rem;
        width: 0.5rem;
        border-radius: 9999px;
        position: absolute;
        left: -17px;
        top: 3.3rem;
        background-color: rgb(175, 176, 181);
    }

    .arrivalInfo::after {
        content: "";
        width: 0.125rem;
        height: 46px;
        background-color: rgb(175, 176, 181);
        position: absolute;
        top: -0.1rem;
        left: -15px;
    }

    .arrivalInfo > div {
        width: 145px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 3px;
    }

.summary-container-wrapper {
    max-width: 300px;
}

.timer-summary-wrapper {
    position: absolute;
    top: -120%;
    right: 10px;
    max-width: 300px;
    transition: top 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Fix print view layout - reset absolute positioning */
.printThis .timer-summary-wrapper {
    position: static !important;
    top: auto !important;
    right: auto !important;
    max-width: none !important;
    z-index: auto !important;
    margin-bottom: 20px !important;
    transition: none !important;
}

/* Ensure proper layout order in print view */
.printThis .selected-flight-container {
    order: 1 !important;
}

.printThis .summary-container-wrapper {
    order: 2 !important;
    position: static !important;
    max-width: none !important;
}

/* Fix any other absolute positioned elements in print view */
.printThis .checkout-page-contact-info {
    position: static !important;
    top: auto !important;
}

.checkout-page-contact-info {
    position: fixed;
    top: 580px;
}

.printThis .summary-container-wrapper {
    position: static;
    margin-left: 15px;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.max-content-width {
    width: max-content;
}

.contactno-wrapper {
    border: 1px solid #dcdcdc;
    padding: 5px 10px;
    border-radius: 3px;
}

/* .shopping_selectflights .accordion-wrapper {
    box-shadow: var(--outside-box-shadow) !important;
} */

.shopping_search .accordion-button::after, .shopping_selectflights .accordion-button::after, .shopping_searchflights .accordion-button::after, .shopping_confirmation .accordion-button::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 1rem;
    height: 1rem;
    background-image: url("/Content/Quiktravel/Shopping/Images/Flights/up-arrow.png");
    background-size: cover;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
    filter: brightness(0) saturate(100%) invert(85%) sepia(6%) saturate(320%) hue-rotate(200deg) brightness(90%) contrast(92%);
}

.shopping_search #modPax .accordion-button::after{
    top: 15px;
}

.shopping_search .accordion-button.collapsed::after, .shopping_selectflights .accordion-button.collapsed::after, .shopping_searchflights .accordion-button.collapsed::after, .shopping_confirmation .accordion-button.collapsed::after {
    transform: rotate(180deg);
}

.OneWay-selection-tile {
    padding: 15px;
    border: 1px #e1d7d7 solid;
    border-left: none;
}

.FlightPrice {
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

@media (min-width: 992px) {
    .flight-timeline {
        min-width: 7.5rem;
    }
}

.flight-container.height-transition {
    /* box-shadow: var(--inside-box-shadow) !important; */
    border: 1px solid #d7d7d7;
}

/* #accordBookingPaxDetails, .contactInfo-wrapper, .container-fluid > .accordion {
    box-shadow: var(--outside-box-shadow) !important;
    border: 1px solid #d7d7d7;
    border-radius: var(--obe-card-curve);
    overflow: hidden;
} */

.selected-flight-container .obe-card, .selected-flight-container #selectedFlightsPanel {
    border-bottom-left-radius: var(--obe-card-curve);
    border-bottom-right-radius: var(--obe-card-curve);
    overflow: hidden !important;
    box-shadow: var(--outside-box-shadow) !important;
}

/* #accordBookingPaxDetails, .priceSummay-wrapper, .container-fluid > .accordion {
    box-shadow: var(--outside-box-shadow) !important;
    border: 1px solid #d7d7d7;
} */
.flight-container.height-transition {
    border-top: none;
    border-bottom-left-radius: var(--obe-card-curve);
    border-bottom-right-radius: var(--obe-card-curve);
}

.height-transition-hidden {
    border: none !important;
}

.confirmation-page-container-wrapper #accordBookingPaxDetails,
.confirmation-page-container-wrapper .flight-container.height-transition {
    box-shadow: unset !important;
}

.contact-info-card {
    background-color: white !important;
    margin: -0.8px !important;
}

.contact-info-main-heading {
    display: block;
}

.contact-info-mobile-heading {
    display: none;
}

.contact-info-secondary-heading {
    display: block;
}

@media (max-width: 900px) {
    .contact-info-main-heading {
        display: none !important;
    }
    
    .contact-info-mobile-heading {
        display: block !important;
    }
    
    .contact-info-secondary-heading {
        display: none !important;
    }
    
    .contact-info-secondary-heading {
        display: none !important;
    }
    
    .contact-info-heading-container {
        display: none !important;
    }
}

.credit-card-details {
    display: none;
}

#cardHolderName,
#expiryDate,
#cvv,
label[for="cardHolderName"],
label[for="expiryDate"],
label[for="cvv"] {
    display: none !important;
}

.margin-left-neg-15 {
    margin-left: -15px;
}

.operating-carrier-text {
    color: rgb(126, 129, 136);
    font-size: 10px;
    position: relative;
    top: -2px;
    left: 0px;
}



.checkpage-journeyline {
    width: 100%;
    left: -1px !important;
}


#checkoutPageQuoteModal .checkpage-journeyline {
    width: 86%;
    left: 30px !important;
    top: 30px;
}

.printThis .checkpage-journeyline {
    width: 86%;
    left: 22px !important;
    top: 27px;
}



.flight-details .arrival {
    width: 18%;
    display: flex;
    flex-direction: column;
    text-align: right;
}

    .flight-details .arrival .airport-name-text, .flight-details .arrival .isHighlight {
        white-space: nowrap;
        text-overflow: ellipsis;
        direction: rtl;
        text-align: right;
        padding-top: 0 !important;
    }


.airport-name-text {
    font-size: 10px;
}

.booknow-wrapper {
    max-width: 1080px;
}

.price-summary {
    top: 80px;
}

.accordion-max-width {
    max-width: 924px;
}

.selected-flight-container {
    display: flex;
}

@media screen and (max-width: 500px) {
    .checkoutpage-header-wrapper {
        flex-direction: column;
        align-items: flex-start !important;
    }

        .checkoutpage-header-wrapper h2 {
            margin-bottom: 5px !important;
        }
}

@media screen and (max-width: 1330px) {
    .accordion-max-width {
        width: 100%;
    }

    .summary-container-wrapper {
        display: none;
    }

    .selected-flight-container {
        display: block;
    }

    .checkoutpage-header-wrapper {
        width: 100% !important;
        max-width: unset !important;
    }
}


@media screen and (min-width: 1331px) {
    .selected-flight-container > div:first-child,
    .BookingPaxDetails > div:first-child,
    .contactInfo-wrapper,
    .priceSummay-wrapper,
    .total-summary-container,
    .checkoutpage-header-wrapper {
        width: calc(100% - 300px) !important;
    }
}

@media screen and (min-width: 1330px) and (max-width: 1499px) {
    .summary-container-wrapper {
        max-width: 300px;
    }

    .accordion-max-width {
        width: 74% !important;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1699px) {
    .accordion-max-width {
        width: 100%;
        max-width: 880px;
    }

    .summary-container-wrapper {
        max-width: 300px;
    }
}

/* .selected-flight-container > div:first-child {
    border: 1px solid #dcdcdc;
    border-radius: var(--obe-card-curve);
} */

@media screen and (min-width: 1500px) {
    .selected-flight-container > div:first-child,
    .BookingPaxDetails > div:first-child,
    .contactInfo-wrapper,
    .priceSummay-wrapper,
    .total-summary-container {
        width: 1080px;
        max-width: 62vw;
    }

    .summary-container-wrapper {
        left: 1395px;
        max-width: 300px;
    }
}

.icon-rotate {
    transition: transform 0.3s ease;
    transform: rotate(-180deg);
}

    .icon-rotate.down {
        transform: rotate(0deg);
    }


.farerule-error-text {
    color: red;
    font-size: 80%;
}

.shopping_selectflights .hide {
    display: none;
}


.circle-timer {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%
}

    .circle-timer > div {
        width: 150px;
        height: 75px;
    }

    .circle-timer canvas {
        height: 100%;
    }

.timer-text, timer-value {
    width: 32%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.summary-timer .timer-value {
    margin-top: -12px;
}

.timer-text {
    font-size: 17.5px;
    font-weight: 600;
    background-color: var(--obe-primary-color);
    color: white;
    width: 100%;
    height: 45px;
    box-shadow: var(--outside-box-shadow) !important;
}

.timer-value {
    color: var(--obe-primary-color);
}

.timer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding-bottom: 10px;
    box-shadow: var(--outside-box-shadow) !important;
    border: 1px solid #d7d7d7 !important;
}

.printThis .timer-wrapper {
    display: none;
}

.redirect-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.redirect-modal-content {
    background-color: #fefefe;
    margin: 15% 15% 15% 30%;
    padding: 20px;
    border: 1px solid #888;
    width: 46%;
    height: 25%;
}

    .redirect-modal-content p {
        text-align: center;
        margin-top: 60px;
        font-size: 20px;
    }


.redirect-close {
    color: #aaa;
    float: right;
    font-size: 25px;
    font-weight: bold;
    margin-top: -15px;
}

    .redirect-close:hover,
    .redirect-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.form-group-custom label,
.form-group-custom .custom-select,
.form-group-custom .form-control {
    margin-bottom: 0.1rem; /* Adjust this value as needed */
}
.shopping_selectflights .form-group {
    margin-bottom: 0.875rem;
}

.shopping_selectflights .form-group-custom {
    margin-bottom: 5px;
}

@media (max-width: 1600px) {
    .col-custom {
        width: 100%;
    }
}


.flight-upgrade-button {
    border: none !important;
    color: var(--obe-tertiary-color) !important;
    padding-bottom: 0 !important;
    height: max-content !important;
    padding-left: 0 !important;
    border-radius: 4px;
    color: var(--obe-tertiary-color);
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    height: 34px;
    justify-content: space-around;
    line-height: 100%;
    min-width: 80px;
    max-width: 140px;
}

    .flight-upgrade-button > img {
        margin-right: 5px;
    }

.flight-upgrade-block {
    white-space: nowrap;
    align-items: center;
    min-width: 270px;
    margin-top: 8px !important;
}

.ticketing-time-limit {
    align-items: center;
    margin-left: 6px;
    display: inline-flex;
}

.ticketing-date-text {
    color: #666666;
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
}

.ticketing-clock-icon {
    margin-left: 4px;
    vertical-align: middle;
    margin-right: 6px;
}

.popup-icon {
    width: 14px;
    margin-right: 10px;
    vertical-align: middle;
}

.fare-info-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    /* margin-bottom: 8px; */
}

.ticket-deadline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ticket-deadline-icon {
    width: 14px;
    height: 14px;
}

.ticket-deadline-date {
    font-size: 13px;
    color: #666666;
    width: max-content;
}

#btnFlightDetails {
    border: 1px solid var(--obe-border-color);
    border-radius: 8px;
    margin-left: -1px;
    margin-top: -3px;
    max-width: 123px;
    padding-left: 5px;
    background-color: transparent !important;
}

.flight-detail-link > img {
    width: 14px;
}

.search-flight {
    display: flex;
    /* width: 1590px; */
    max-width: 1575px;
}

    .search-flight .sorting-wrapper,
    .search-title-wrapper {
        max-width: 1170px;
        width: 100%;
    }

    .search-flight .accordion {
        width: 1591px;
        max-width: 1566px;
    }
    /* #searchResultsFares1 .accordion, #searchResultsFares2 .accordion {
    max-width: 1210px;
} */

    .search-flight .sorting-wrapper > div {
        justify-content: flex-end !important;
    }

.faresCount {
    white-space: nowrap;
    width: auto;
    margin-right: 10px;
    margin-bottom: -20px;
    margin-right: 18px;
}

.pcc-text-wrapper {
    position: absolute;
    top: 35px;
    right: 28px;
}

.shopping_managebooking .pcc-text-wrapper {
    top: 20px;
}

.pccText {
    width: auto;
    font-size: 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 24px;
}

    .pccText > span {
        background: white;
        padding: 3px;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
        font-weight: 600;
        margin-left: -5px;
    }

.flight-title-pcc-text {
    padding: 2px 8px;
}

.confirmation-page-pcc-text {
    width: max-content;
    padding: 3px 10px;
}

.white-border {
    border: 1px solid white;
}

.pcc-source-value-wrapper {
    margin-right: -2px;
    margin-top: 1px;
}

    .pcc-source-value-wrapper > span {
        padding: 5px 8px;
    }

.farerule-popup-icon {
    height: 12px;
    width: 12px;
}

.hide-text {
    display: none;
}

/* search widget styles*/

#searchWidget {
    /* max-width: 1170px; */
    max-width: 1575px;
    margin-top: 12px;
    border: 1px solid var(--obe-border-color);
    background-color: #eee;
    margin-bottom: 10px;
    position: relative;
    padding-top: 5px !important;
    padding-left: 15px !important;
    overflow: unset !important;
}

    #searchWidget #BasicSearchError {
        margin-top: 15px !important;
        margin-left: 124px !important;
        width: 470px;
        justify-content: center;
    }

        #searchWidget #BasicSearchError div {
            padding: 5px 10px;
            width: max-content;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
            background-color: white;
            border-radius: 30px;
            color: white;
        }

.btnModifySearch {
    width: max-content;
}

.search-summary-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1575px;
    margin-top: 12px;
    border: 1px solid var(--obe-border-color);
    background-color: #F0F7FF;
    padding: 0 10px !important;
}

.d-inline-block {
    display: inline-block;
}

#commonModal .modal-body {
    padding-top: 0;
    max-height: 80vh;
    overflow: auto;
}

#commonModal {
    overflow-y: hidden;
}

.flight-details-custom-hr {
    border-bottom: 1px solid #EBEDF3;
    max-width: 330px;
    margin-left: -20px;
    margin-top: 5px;
}

.FlightMetaData-MetaValue-farefamily {
    max-width: 150px;
    gap: 2px;
    font-size: 13px !important;
}

    .FlightMetaData-MetaValue-farefamily span:last-child {
        font-size: 13px !important;
    }




/* .shopping_search .modal-dialog-centered, .shopping_selectflights .modal-dialog-centered {
    margin-top: 56px !important;
}


.shopping_confirmation .modal-dialog {
    margin-top: 0 !important;
} */

#priceDetailsModel .modal-dialog {
    margin-top: 0 !important;
    min-height: unset !important;
}
/* 
.shopping_search .modal-dialog-centered, .shopping_selectflights .modal-dialog-centered {
    margin-top: 56px !important;
}

.shopping_confirmation .modal-dialog {
    margin-top: 0 !important;
} */

#priceDetailsModel .modal-dialog {
    height: 100vh;
}

.shopping_search .fade, .shopping_selectflights .fade, .shopping_confirmation .fade {
    transition: opacity 0.3s linear;
}

.checkoutpage-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1080px;
    margin-top: 13px;
    margin-bottom: 10px;
    max-width: 62vw;
}

.shopping_selectflights .checkoutpage-header-wrapper button {
    height: 30px;
    min-width: 30px;
}
/* .checkoutpage-header-wrapper span:first-child {
        padding: 15px;
        min-width: 25px;
    } */
.checkoutpage-header-wrapper h2 {
    margin-top: 0 !important;
    margin-bottom: 0;
}

.shopping_search .modal.fade .modal-dialog, .shopping_searchflights .modal.fade .modal-dialog, .shopping_selectflights .modal.fade .modal-dialog, .shopping_confirmation .modal.fade .modal-dialog {
    transition: transform 1s ease-out, opacity 1s ease-out;
    transform: translate(0, -100vh);
}

.shopping_search .modal.show .modal-dialog, .shopping_searchflights .modal.show .modal-dialog, .shopping_selectflights .modal.show .modal-dialog, .shopping_confirmation .modal.show .modal-dialog {
    transform: none;
}

#checkoutPageQuoteModal {
    overflow-y: auto;
}

    #checkoutPageQuoteModal .modal-dialog {
        max-width: 1140px;
    }



#changeSearchConditionsModal.modal {
    overflow-y: hidden !important;
}



@media (min-width: 576px) {
    #modPax .modal-dialog {
        max-width: 850px;
        margin: 1.75rem auto;
    }
}

#lnkRecentSearch, .search-history-text-wrapper a {
    color: var(--obe-primary-color);
}

#lnkPriceDetails, #commonModalFareRulesLink {
    color: var(--obe-tertiary-color);
    font-weight: 600;
    font-size: 11px;
}

#selectedOutboundInboundFare .flight {
    width: 1210px;
}

.filter-icon {
    height: 20px;
    width: 25px;
}

#recent-bookings div > div {
    width: 340px;
}

.route-text {
    max-width: 645px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

#checkoutPageQuoteModal input::placeholder, #checkoutPageQuoteModal .custom-select:disabled {
    color: #3F4254; /* Change this to your desired color */
    opacity: 1; /* Ensure full visibility */
}

#confirmationModalSavedSearchNew .modal-header {
    padding: 10px 20px;
}

.shopping_selectflights .modal-header {
    padding: 5px 10px;
    /* border-bottom: none; */
    padding-top: 15px;
    padding-left: 20px;
}

.shopping_searchflights .notification-header {
    display: flex;
    align-items: center;
    padding: 2px 5px;
    font-size: 14px;
    border-left: 4px solid;
    margin-top: 10px;
    margin-bottom: 15px;
}
.shopping_searchflights #SearchDateError .notification-header {
    border-left: none;
}

.sorting-container {
    max-width: 1170px;
}

    .sorting-container > div:first-child {
        width: 20%;
    }

    .sorting-container > div:last-child {
        width: 75%;
    }

.sorting-container-pcc {
    margin-top: 26px;
}

.sorting-container-wrapper {
    min-height: 50px;
}

.route .mobile-departure, .route .mobile-arrival {
    display: none;
}

.selected-flight-airportname {
    font-size: 10px !important;
}

#quoteMarkupsModal {
    z-index: 110000;
}

#quoteMarkupsModal .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    margin: 0.5rem auto;
}

    #quoteMarkupsModal select {
        width: max-content;
    }


#quoteMarkupsModal .spm-form-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: nowrap;
}

#quoteMarkupsModal .spm-label {
    flex: 0 0 auto;
    width: 130px;
    text-align: left;
    padding-right: 15px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

#quoteMarkupsModal .spm-currency-dropdown {
    flex: 0 0 auto;
    width: 50px;
    margin-right: 2px;
}

#quoteMarkupsModal .spm-markup-dropdown {
    flex: 0 0 auto;
    width: max-content;
    margin-right: 2px;
}

#quoteMarkupsModal .spm-price-input {
    flex: 0 0 auto;
    width: 100px;
}
#quoteMarkupsModal label {
   margin-bottom: 0;
}

#quoteMarkupsModal .spm-form-row .form-control {
    width: 100%;
    font-size: 13px;
    padding: 6px 8px;
}


#quoteMarkupsModal .modal-body {
    padding: 15px 20px;
    max-width: 500px;
    overflow-y: auto;
    margin: 0;
}

#quoteMarkupsModal .modal-dialog {
    max-width: 550px;
    margin: 1.75rem auto;
    transition: transform 1s ease-out;
}

.markup-service-fee-input input {
    position: relative;
}
.markup-service-fee-input label {
    position: absolute;
}


@media (min-width: 580px) {
    #quoteMarkupsModal .spm-form-row {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}


@media (max-width: 579px) {
    #quoteMarkupsModal .modal-dialog {
        max-width: 95vw;
        margin: 0.5rem auto;
    }
    
    #quoteMarkupsModal .modal-body {
        max-width: 90vw;
        padding: 10px 15px;
    }
    
    #quoteMarkupsModal .spm-label {
        width: 100px;
        font-size: 13px;
        padding-right: 10px;
        min-width: 113px;

    }
    
    #quoteMarkupsModal .spm-currency-dropdown {
        width: 45px;
    }
    
    #quoteMarkupsModal .spm-price-input {
        width: 90px;
    }
    
    #quoteMarkupsModal .spm-form-row .form-control {
        font-size: 12px;
        padding: 5px 6px;
    }
}

.custom-tooltip {
    display: none;
}

@media (max-width: 780px) {

    .roundtrip-fares .isHighlight {
        font-size: 12px;
        margin-top: -5px;
    }

    .roundtrip-fares .option .isHighlight {
        font-size: 10px;
        height: 15px;
    }

    /* .flight-upgrade-button > img {
        width: 10px !important;
    } */

    .provider-text-wrapper-with-heightlight .isHighlight {
        height: unset;
    }

    #searchWidget {
        display: none;
    }

    .flight-info-wrapper-faretype-visible {
        top: 0;
    }

    .option .flight-info-wrapper-faretype-visible {
        top: 10px;
    }

    .flight-info-wrapper-faretype-visible-without-highlight {
        top: 0;
    }

    .search-flight .sorting-wrapper, .search-title-wrapper {
        max-width: 92vw;
        overflow: auto;
    }

    .search-flight {
        max-width: 92vw;
    }

        .search-flight .sorting-wrapper, .search-title-wrapper {
            max-width: 92vw;
        }

            .search-title-wrapper > div {
                max-width: 92vw;
            }

        .search-flight .web-sorting-wrapper {
            display: none !important;
        }

    .shopping_searchflights .container-fluid {
        padding: 0;
    }

    .sorting-container .dropdown-menu {
        width: max-content;
        margin-right: 35px;
    }

    .airline-logo img {
        height: 42px;
        margin-right: 10px;
    }

    .obe-card-body .flight-info {
        padding: 10px 15px;
    }

    .flight-duration {
        width: 45%;
        font-size: 10px;
    }

    .flight-meta-data {
        padding: 5px;
    }

    .selected-flight-airportname {
        display: none;
    }

    .FlightMetaData-MetaValue-farefamily span:last-child {
        font-size: 10px !important;
    }

    .route .departure, .route .arrival {
        display: none;
    }

    .route .mobile-departure, .route .mobile-arrival {
        display: block;
        margin: 0 10px;
    }

    .route {
        display: flex;
        align-items: center;
    }

    .flight-viewright {
        display: none;
    }

    .flight-time > div:last-child > div:first-child {
        position: relative;
        top: 37px;
        right: 41px;
    }

    .flightTimeWrapper {
        position: relative;
        right: 48px;
        top: 14px;
    }

    .departureInfo::before {
        left: -15px;
        top: 0.4375rem;
    }

    .departureInfo:last-child::after {
        top: 0.4375rem;
        bottom: -0.4375rem;
        left: -13px;
    }

    .flightTimeContainer {
        margin-left: 0 !important;
    }

    .arrivalInfo {
        bottom: 15px;
    }

        .arrivalInfo::before {
            left: -17px;
            top: 3.8rem;
        }

        .arrivalInfo::after {
            top: 0.1rem;
            left: -15px;
        }

    .flight-journey-middle {
        right: 16px;
    }

        .flight-journey-middle .flightTimeWrapper {
            top: 0px;
            right: 0px;
        }

    .flight-image-info-wrapper {
        width: max-content;
    }

    .flight-tile-flightinfo {
        width: 175px;
        font-size: 10px;
    }

    .flight-popup-and-checkout-image-view {
        margin-left: -18px !important;
    }

    .flight-tile-extra-info {
        padding: 25px 20px !important;
    }

        .flight-tile-extra-info .row {
            width: max-content;
        }

    .FlightMetaData-MetaValue-farefamily {
        font-size: 10px !important;
    }

    .FlightMetaData__MetaValue {
        font-size: 10px !important;
    }

    .flight-details .flightTime {
        height: 16px;
    }

    #selectedFlightsPanel .JourneyLine {
        top: 24px;
    }

    .arrival-date {
        direction: rtl;
    }

    .obe-card-body .flight-info {
        width: 80%;
    }

    .flight-upgrade-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        height: 45px;
        margin-right: 5px;
        min-width: max-content;
        margin-top: 0px;
    }

        .flight-upgrade-block a {
            padding: 0 !important;
            margin: 0;
            justify-content: flex-start;
        }

    .ticketing-time-limit {
        margin-left: 0;
        position: relative;
        display: inline-block;
    }

    .ticketing-clock-icon {
        margin-top: 5px;
        margin-left: 0;
    }

    .total-per-adult-text {
        display: none;
    }

    #commonModal .modal-dialog .modal-content, #commonModalFareRules .modal-content{
        min-width: 80vw;
        /* margin-top: unset !important; */
    }
    .custom-max-content{
        width: unset;
    }
    .flightleg-container{
        width: unset;
    }
    .modal-header {
        padding: 1rem 1.75rem;
    }
    .modal-footer{
        padding: 0.5rem 1.5rem;
    }
    .modal-dialog.modal-dialog-centered{
        margin: auto;
        height: 100vh;
        margin-top: unset !important;
    }
    .shopping_search .modal-dialog .modal-content, .shopping_searchflights .modal-dialog .modal-content, .shopping_selectflights .modal-dialog .modal-content, .shopping_confirmation .modal-dialog .modal-content, .shopping_managebooking .modal-dialog .modal-content {
        max-height: calc(100vh - 10%);
    }
    #commonModalFlightUpgrade .modal-dialog .modal-content {
        min-width: 80vw;
    }
    .flight-info-wrapper span:nth-child(2) {
        font-size: 14px;
    }
    .flight-info-wrapper span {
        margin-top: 2px;
    }

    #lnkSeeAllDetails {
        padding: 0px 10px;
        min-height: 22px;
    }
    .flight-tile-amenities-wrapper {
        margin-top: 6px;
    }
    .form-group label{
        font-size: 10px;
    }
    .shopping_selectflights  .form-control {
        height: 25px;
        font-size: 0.8rem;
        padding: 5px;
    }
    .shopping_selectflights  select {
        height: 25px;
        font-size: 0.8rem;
        padding: 5px;
    }
    .shopping_selectflights  .custom-select {
        height: 25px;
        font-size: 0.8rem;
        padding: 5px;
    }
    .shopping_selectflights  input[type="text"],
    .shopping_selectflights  input[type="email"],
    .shopping_selectflights  input[type="tel"],
    .shopping_selectflights  input[type="date"] {
        height: 25px;
        font-size: 0.8rem;
        padding: 5px;
    }
    .shopping_selectflights .select2-container--default .select2-selection--single {
        height: 25px !important;
        font-size: 0.8rem !important;
        padding: 5px !important;
    }
    .shopping_selectflights .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 15px !important;
        padding: 0 !important;
        font-size: 0.8rem !important;
    }
    .shopping_selectflights .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 23px !important;
        top: 1px !important;
    }
    
    /* Modal popup input controls responsive styling */
    .shopping_selectflights .modal .form-control,
    .shopping_selectflights .modal input[type="text"],
    .shopping_selectflights .modal input[type="email"],
    .shopping_selectflights .modal input[type="tel"],
    .shopping_selectflights .modal input[type="date"],
    .shopping_selectflights .modal input[type="number"] {
        height: 25px!important;
        font-size: 0.8rem!important;
        padding: 5px!important;
    }
    .shopping_selectflights .modal .custom-select,
    .shopping_selectflights .modal select {
        height: 25px!important;
        font-size: 0.8rem!important;
        padding: 5px!important;
    }
    .shopping_selectflights .modal .select2-container--default .select2-selection--single {
        height: 25px !important;
        font-size: 0.8rem !important;
        padding: 5px !important;
    }
    .shopping_selectflights .modal .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 15px !important;
        padding: 0 !important;
        font-size: 0.8rem !important;
    }
    .shopping_selectflights .modal .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 23px !important;
        top: 1px !important;
    }
    
    /* Frequent flyer input controls responsive styling */
    .shopping_selectflights .collapse .form-control,
    .shopping_selectflights .collapse input[type="text"],
    .shopping_selectflights .collapse .custom-select {
        height: 25px !important;
        font-size: 0.8rem !important;
        padding: 5px !important;
    }
    
    /* Frequent flyer button/link responsive styling */
    .shopping_selectflights .btn-frequentflyer {
        height: 25px !important;
        font-size: 0.8rem !important;
        padding: 5px !important;
        line-height: 15px !important;
    }
    
        
}

.checkoutpage-header-wrapper .timer-wrapper {
    display: none;
}

@media(max-width: 470px) {
    .ticketing-date-text, .flight-upgrade-text {
        display: none !important;
    }
}

@media(max-width: 548px) {
    .flight-upgrade-block {
        min-width: 20px;
        padding-bottom: 5px;
    }

    .ticketing-clock-icon {
        margin-left: 0;
        margin-right: 4px;
    }

    .popup-icon {
        margin-right: 7px;
    }

    .flight-number-text {
        font-size: 8px;
    }

    .custom-tooltip {
        display: block;
    }
    .obe-card-body .flight-details > div:first-child {
        font-size: 8px;
    }

    .shopping_selectflights .isHighlight, .shopping_selectflights .isHighlight span, .shopping_confirmation .isHighlight, .shopping_confirmation .isHighlight span {
        font-size: 8px !important;
    }
    .obe-card-body .flight-info {
        padding: 10px;
    }
    .obe-card-body .flight-details {
        width: 98%;
    }
    .obe-card-body .flight-info .airline-logo{
        display: none;
    }
    .flight-info-wrapper span:nth-child(2) {
        font-size: 12px;
    }
        
}



@media (min-width: 700px) and (max-width: 880px), (min-width: 1330px) and (max-width: 1470px) {
    .flight-duration {
        width: 40%;
    }
}

@media(max-width: 1330px) {
    .timer-wrapper {
        flex-direction: row;
        padding-bottom: 0;
        margin-left: 10px;
        margin-bottom: 0 !important;
        border: none !important;
        border-radius: 50px;
    }

    .timer-text {
        font-size: 14px;
        font-weight: 500;
        width: 70%;
        height: 30px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .circle-timer {
        width: 50px;
        height: 25px;
    }

        .circle-timer > div {
            width: 90px;
            height: unset;
        }

    .timer-value {
        width: 90px;
    }

    .circle-timer canvas {
        height: 30px;
    }

    .checkoutpage-header-wrapper .timer-wrapper {
        display: flex;
    }

    #timeoutModal .modal-content {
        margin: auto;
        height: 200px;
    }
}
@media(min-width: 915px) {
    .faresCount {
        margin-bottom: -25px ! IMPORTANT;
        margin-top: 2px;
    }
    
}

.agent-price-toggle {
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--obe-tertiary-color);
}
.agent-price-toggle .agent-price-text::before {
    content: "Agent price";
}
.sort-by-btn .fare-sort-text::before {
    content: "Fare Sort";
}

@media (max-width: 560px) {
    .flight-duration {
        width: 40%;
    }
    .form-group label{
        font-size: 8px;
    }
}

@media (max-width: 480px) {
    .flight-duration {
        width: 30%;
        margin-left: 18px;
    }
    .obe-card-body .flight-info {
        width: 75%;
    }
    .flight-meta-data {
        width: 25%;
    }
    .amenities-image {
        height: 12px;
    }
    .airport-name-text {
        font-size: 9px;
    }
    .flight-info-wrapper span:nth-child(2) {
        font-size: 9px;
    }
    .carrier-info {
        font-size: 8px;
    }
    .form-group label{
        font-size: 6px;
    }
}



/* Show different text based on screen size */
@media (max-width: 914px) {
    .agent-price-toggle .agent-price-text {
        font-size: 12px;
        color: transparent;
    }
    
    .agent-price-toggle .agent-price-text::before {
        content: "Agent";
        color: var(--obe-tertiary-color);
    }
    
    .shopping_searchflights .agent-price-toggle {
        margin-right: 0;
    }
    
    .sort-by-btn .fare-sort-text {
        font-size: 12px;
        color: transparent;
    }
    
    .sort-by-btn .fare-sort-text::before {
        content: "Sort";
        color: var(--obe-tertiary-color);
    }
}


.shop-price-terms {
    width:100%;
    display: flex;
    align-items: center;
    background: var(--alert-primary-background);
    border: 1px solid var(--alert-primary-border);
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-size: 13px;
    color: var(--alert-primary-icon-color);
    margin-bottom: 14px;
    border-left: 4px solid var(--alert-primary-left-border);
    font-style: normal;
    font-weight: 400;
}

.shop-price-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.close-banner-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 10px;
    height: 10px;
    filter: grayscale(100%);
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}

    .close-banner-btn:hover {
        opacity: 1;
    }

.obe-alert-img-lg {
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle;
    margin-right: 15px;
}

.web-sorting-wrapper {
    margin-right: -8px;
}

.sort-by-btn {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding-right: 0px;
}

    .sort-by-btn span {
        height: 18px;
        font-size: 14px;
        font-weight: 500;
        color: var(--obe-tertiary-color);
    }

.mobile-sorting-wrapper .dropdown-menu {
    z-index: 100;
}

    .mobile-sorting-wrapper .dropdown-menu .dropdown-item.selected {
        background-color: #e9e9e9;
    }

.shopping_search .skeleton-loader .obe-card, .shopping_searchflights .obe-card, .shopping_search #modPax .obe-card, .shopping_selectflights .obe-card, .shopping_confirmation .obe-card {
    overflow: hidden !important;
}
/*.shopping_search .obe-card,*/
/* .shopping_selectflights .accordion .obe-card .obe-card-header {
    border-top-left-radius: var(--obe-card-curve);
    border-top-right-radius: var(--obe-card-curve);
} */
.shopping_searchflights #kt_content .btn, .shopping_selectflights #kt_content .btn, .shopping_confirmation #kt_content .btn {
    /* padding: 10px 18px; */
    border-radius: unset;
    /* box-shadow: var(--outside-box-shadow) !important; */
    /* border: 1px solid #dcdcdc; */
}


.shopping_selectflights .btn.btn-secondary, .shopping_confirmation .btn.btn-secondary {
    border: 1px solid var(--button-obe-tertiary-color) !important;
    border-radius: 22px !important;
    box-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1) !important;
}

.shopping_search .accordion-button, .shopping_searchflights .accordion-button, .shopping_selectflights .accordion-button, .shopping_confirmation .accordion-button {
    background-color: white;
    color: var(--obe-primary-color);
}

.shopping_confirmation #selectedFlights .accordion-button {
    padding-left: 6px !important;
}

.shopping_selectflights .form-control {
    border: 1px solid #E4E6EF;
}

    .shopping_selectflights .form-control:focus {
        border-color: var(--obe-input-border-focus-color) !important;
    }

.shopping_selectflights .select2-container--default.select2-container--focus .select2-selection--multiple, .shopping_selectflights .select2-container--default.select2-container--focus .select2-selection--single,
.shopping_selectflights .select2-container--default.select2-container--open .select2-selection--multiple, .shopping_selectflights .select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid var(--obe-input-border-focus-color) !important;
}

.shopping_search .custom-select:focus, .shopping_selectflights .custom-select:focus {
    border: 1px solid var(--obe-input-border-focus-color) !important;
    box-shadow: none !important;
}



.shopping_selectflights .select2-container--default .select2-selection--single, .shopping_selectflights .select2-container--default .select2-selection--multiple {
    border: 1px solid #E4E6EF;
}

#checkoutPageQuoteButton{
    width: 100px;
}

#checkoutPageQuoteButton span{
   margin-right: 5px;
}

.shopping_confirmation  .confirmationPageQuoteButton {
    justify-content: space-evenly !important;
}

/* ===============================================
   Checkout Page - Keyboard Navigation Focus Styles
   =============================================== */

/* Select2 keyboard focus indicator */
.shopping_selectflights .select2-container.keyboard-focused .select2-selection--single {
    border: 2px solid var(--obe-secondary-color, #0066cc) !important;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.25) !important;
}

/* Form input focus styles */
.shopping_selectflights input[type="text"]:focus,
.shopping_selectflights input[type="email"]:focus,
.shopping_selectflights input[type="tel"]:focus,
.shopping_selectflights input[type="number"]:focus,
.shopping_selectflights input[type="date"]:focus,
.shopping_selectflights input[type="password"]:focus,
.shopping_selectflights input[type="checkbox"]:focus,
.shopping_selectflights textarea:focus,
.shopping_selectflights select:focus {
    outline: 1px solid var(--obe-secondary-color, #0066cc) !important;
    outline-offset: 1px !important;
}

/* Button focus styles */
.shopping_selectflights button:focus,
.shopping_selectflights .btn:focus,
.shopping_selectflights .obe-btn-secondary:focus,
.shopping_selectflights .confirmation-button:focus {
    outline: 1px solid var(--obe-secondary-color, #0066cc) !important;
    outline-offset: 1px !important;
}

/* Dropdown and accordion focus */
.shopping_selectflights .dropdown-toggle:focus,
.shopping_selectflights .accordion-button:focus {
    outline: 1px solid var(--obe-secondary-color, #0066cc) !important;
    outline-offset: 1px !important;
}

/* Link focus */
.shopping_selectflights a:focus {
    outline: 1px solid var(--obe-secondary-color, #0066cc) !important;
    outline-offset: 1px !important;
}

/* Special elements focus */
.shopping_selectflights #checkoutPageQuoteButton:focus,
.shopping_selectflights #btnChangeFlights:focus,
.shopping_selectflights #btnBooking:focus,
.shopping_selectflights .booknow-button:focus,
.shopping_selectflights .view-details-checkout:focus,
.shopping_selectflights .lnkEditSPM:focus,
.shopping_selectflights .price-toggle-btn:focus {
    outline: 1px solid var(--obe-secondary-color, #0066cc) !important;
    outline-offset: 1px !important;
}

/* ===== NEW RESPONSIVE FLIGHT TIMELINE STYLES ===== */

/* Override any existing flight-timeline styles */
.flight-timeline:not(.old-timeline) {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 20px 0 !important;
    margin: 0 auto !important;
    max-width: 400px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 200px !important;
    box-sizing: border-box !important;
    clear: both !important;
    isolation: isolate !important;
    background-color: transparent !important;
    align-items: stretch !important;
    text-align: center !important;
}

/* Ensure timeline doesn't interfere with other elements */
.flight-timeline * {
    box-sizing: border-box;
}

/* Container isolation to prevent overlap */
.flight-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

/* Vertical Timeline Line */
.flight-timeline:not(.old-timeline) .timeline-vertical-line {
    position: absolute !important;
    left: 50% !important;
    top: 20px !important;
    bottom: 20px !important;
    width: 2px !important;
    background-color: #afb0b5 !important;
    transform: translateX(-50%) !important;
    z-index: 1 !important;
    display: block !important;
    min-height: 200px !important;
}

/* Timeline Items */
.flight-timeline:not(.old-timeline) .timeline-item {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 0 !important;
    min-height: 75px !important; /* CRITICAL: This is the exact threshold for print page breaks. 
                                   * Values > 75px cause content to push to next page in print view.
                                   * Values <= 75px keep content on same page. */
    z-index: 2 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}



.flight-timeline:not(.old-timeline) .arrival-item {
    min-height: 80px !important;
}

/* Duration item maintains space even when hidden */
.flight-timeline:not(.old-timeline) .duration-item {
    min-height: 60px !important;
    margin: 20px 0 !important;
}

/* When duration item is hidden, maintain spacing with pseudo-element */
.flight-timeline:not(.old-timeline) .departure-item:not(:has(+ .duration-item))::after {
    content: '';
    display: block;
    height: 60px;
    margin: 20px 0;
}

/* Alternative approach for browsers that don't support :has() */
.flight-timeline:not(.old-timeline) .departure-item + .arrival-item {
    margin-top: 100px !important;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

/* Timeline Markers (Dots) */
.flight-timeline:not(.old-timeline) .timeline-marker {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    z-index: 3 !important;
    background-color:  #afb0b5 !important;
    border: 2px solid #afb0b5 !important;
    display: block !important;
}

/* Departure marker at top */
.flight-timeline:not(.old-timeline) .departure-item .timeline-marker {
    top: 0 !important;
    transform: translate(-50%, 0) !important;
}

/* Arrival marker at bottom */
.flight-timeline:not(.old-timeline) .arrival-item .timeline-marker {
    bottom: 0 !important;
    top: auto !important;
    transform: translate(-50%, 50%) !important;
}

.departure-marker {
    background-color: #28a745;
    border-color: #28a745;
}

.arrival-marker {
    background-color: #dc3545;
    border-color: #dc3545;
}

/* Time Display - Left side of timeline */
.flight-timeline:not(.old-timeline) .time-display {
    position: absolute !important;
    left: 48% !important;
    top: 50% !important;
    transform: translate(-80px, -50%) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #333 !important;
    text-align: right !important;
    width: 70px !important;
    line-height: 1.2 !important;
    z-index: 2 !important;
    display: block !important;
    background-color: transparent !important;
    white-space: nowrap !important;
}

/* Departure time aligned with top circle */
.flight-timeline:not(.old-timeline) .departure-item .time-display {
    top: -4px !important;
    transform: translate(-80px, 0) !important;
}

/* Arrival time aligned with bottom circle */
.flight-timeline:not(.old-timeline) .arrival-item .time-display {
    bottom: -8px !important;
    top: auto !important;
    transform: translate(-80px, 0) !important;
}

/* Location Info - Right side of timeline */
.flight-timeline:not(.old-timeline) .location-info {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(20px, -50%) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    width: 200px !important;
    z-index: 2 !important;
    background-color: transparent !important;
    text-align: left !important;
}

/* Departure location info aligned with top circle */
.flight-timeline:not(.old-timeline) .departure-item .location-info {
    top: -4px !important;
    transform: translate(20px, 0) !important;
}

/* Arrival location info aligned with bottom circle */
.flight-timeline:not(.old-timeline) .arrival-item .location-info {
    bottom: -8px !important;
    top: auto !important;
    transform: translate(20px, 0) !important;
}

.airport-code {
    font-weight: 600;
    font-size: 12px;
    color: #333;
    margin-right: 2px;
}

.airport-name {
    font-size: 12px !important;
    color: #666;
}

/* Add spacing to the dash separator */
.flight-timeline:not(.old-timeline) .location-info span {
    margin: 0 4px;
}

/* Flight timeline location info width */
.flight-timeline-location-container {
    width: 87% !important;
}

/* Fix max-height issues caused by slideDownTransition function */
.flight-container.height-transition {
    border: 1px solid #d7d7d7 !important;
    border-top: none !important;
    border-bottom-left-radius: var(--obe-card-curve) !important;
    border-bottom-right-radius: var(--obe-card-curve) !important;
}

/* When expanded (not hidden), allow proper height */
.flight-container.height-transition:not(.height-transition-hidden) {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

/* When hidden, maintain collapsed state */
.flight-container.height-transition.height-transition-hidden {
    max-height: 0 !important;
    overflow-y: hidden !important;
    border: none !important;
}

/* Override for modals - always open by default */
#checkoutPageQuoteModal .flight-container.height-transition,
#quoteModal .flight-container.height-transition {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    border: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    border-bottom-left-radius: var(--obe-card-curve) !important;
    border-bottom-right-radius: var(--obe-card-curve) !important;
}

/* Ensure timeline elements work properly in modals */
#checkoutPageQuoteModal .flight-container.height-transition .flight-timeline:not(.old-timeline),
#quoteModal .flight-container.height-transition .flight-timeline:not(.old-timeline) {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}



/* Ensure timeline elements are not constrained by parent max-height when expanded */
.flight-container.height-transition:not(.height-transition-hidden) .flight-timeline:not(.old-timeline) {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

.flight-container.height-transition:not(.height-transition-hidden) .flight-timeline:not(.old-timeline) * {
    max-height: none !important;
}



.city-name {
    font-size: 12px;
    color: #666;
    line-height: 1.2;
}

.date-info {
    font-size: 12px;
    color: #666;
    line-height: 1.2;
}

/* Duration Section - Middle of timeline */
.flight-timeline:not(.old-timeline) .duration-item {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 20px 0 !important;
    height: 40px !important;
    width: 100% !important;
    z-index: 2 !important;
    background-color: transparent !important;
}

.flight-timeline:not(.old-timeline) .flight-icon {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 18px !important;
    background-color: #fff !important;
    z-index: 3 !important;
}

.flight-icon img {
    width: 16px;
    height: 16px;
}

.flight-timeline:not(.old-timeline) .duration-display {
    position: absolute !important;
    left: 54% !important;
    top: 50% !important;
    transform: translate(-80px, -50%) !important;
    font-size: 12px !important;
    color: #666 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    z-index: 2 !important;
    display: block !important;
    background-color: transparent !important;
    text-align: right !important;
}

/* ===== RESPONSIVE BREAKPOINTS ===== */

/* Tablet and smaller screens */
@media (max-width: 768px) {
    .flight-timeline:not(.old-timeline) {
        max-width: 350px;
        padding: 15px 0;
    }
    
    .flight-timeline:not(.old-timeline) .timeline-item {
        margin-bottom: 25px;
    }
    
    .flight-timeline:not(.old-timeline) .time-display {
        width: 60px;
        font-size: 14px;
        transform: translate(-70px, -50%);
    }
    
    .flight-timeline:not(.old-timeline) .departure-item .time-display {
        transform: translate(-70px, 0);
    }
    
    .flight-timeline:not(.old-timeline) .arrival-item .time-display {
        transform: translate(-70px, 0);
    }
    
    .flight-timeline:not(.old-timeline) .location-info {
        width: 180px;
        transform: translate(18px, -50%);
    }
    
    .flight-timeline:not(.old-timeline) .departure-item .location-info {
        transform: translate(18px, 0);
    }
    
    .flight-timeline:not(.old-timeline) .arrival-item .location-info {
        transform: translate(18px, 0);
    }
    
    .flight-timeline:not(.old-timeline) .airport-code {
        font-size: 14px;
    }
    
    .flight-timeline:not(.old-timeline) .airport-name,
    .flight-timeline:not(.old-timeline) .city-name,
    .flight-timeline:not(.old-timeline) .date-info {
        font-size: 12px;
    }
    
    .flight-timeline:not(.old-timeline) .duration-item {
        margin: 15px 0;
        height: 35px;
    }
    
    .flight-timeline:not(.old-timeline) .flight-icon {
        width: 22px;
        height: 22px;
    }
    
    .flight-timeline:not(.old-timeline) .flight-icon img {
        width: 14px;
        height: 14px;
    }
    
    .flight-timeline:not(.old-timeline) .duration-display {
        font-size: 13px;
        transform: translate(-70px, -50%);
    }
}

/* Mobile screens */
@media (max-width: 480px) {
    .flight-timeline:not(.old-timeline) {
        max-width: 300px;
        padding: 10px 0;
    }
    
    .flight-timeline:not(.old-timeline) .timeline-item {
        margin-bottom: 20px;
    }
    
    .flight-timeline:not(.old-timeline) .time-display {
        width: 55px;
        font-size: 13px;
        transform: translate(-65px, -50%);
    }
    
    .flight-timeline:not(.old-timeline) .departure-item .time-display {
        transform: translate(-65px, 0);
    }
    
    .flight-timeline:not(.old-timeline) .arrival-item .time-display {
        transform: translate(-65px, 0);
    }
    
    .flight-timeline:not(.old-timeline) .location-info {
        width: 150px;
        transform: translate(16px, -50%);
    }
    
    .flight-timeline:not(.old-timeline) .departure-item .location-info {
        transform: translate(16px, 0);
    }
    
    .flight-timeline:not(.old-timeline) .arrival-item .location-info {
        transform: translate(16px, 0);
    }
    
    .flight-timeline:not(.old-timeline) .airport-code {
        font-size: 13px;
    }
    
    .flight-timeline:not(.old-timeline) .airport-name,
    .flight-timeline:not(.old-timeline) .city-name,
    .flight-timeline:not(.old-timeline) .date-info {
        font-size: 11px;
    }
    
    .flight-timeline:not(.old-timeline) .duration-item {
        margin: 12px 0;
        height: 30px;
    }
    
    .flight-timeline:not(.old-timeline) .flight-icon {
        width: 20px;
        height: 20px;
    }
    
    .flight-timeline:not(.old-timeline) .flight-icon img {
        width: 12px;
        height: 12px;
    }
    
    .flight-timeline:not(.old-timeline) .duration-display {
        font-size: 12px;
        transform: translate(-65px, -50%);
    }
    
    .flight-timeline:not(.old-timeline) .timeline-marker {
        width: 10px;
        height: 10px;
    }
}

/* Extra small screens */
@media (max-width: 320px) {
    .flight-timeline:not(.old-timeline) {
        max-width: 280px;
        padding: 8px 0;
    }
    
    .flight-timeline:not(.old-timeline) .time-display {
        width: 50px;
        font-size: 12px;
        transform: translate(-60px, -50%);
    }
    
    .flight-timeline:not(.old-timeline) .departure-item .time-display {
        transform: translate(-60px, 0);
    }
    
    .flight-timeline:not(.old-timeline) .arrival-item .time-display {
        transform: translate(-60px, 0);
    }
    
    .flight-timeline:not(.old-timeline) .location-info {
        width: 130px;
        transform: translate(14px, -50%);
    }
    
    .flight-timeline:not(.old-timeline) .departure-item .location-info {
        transform: translate(14px, 0);
    }
    
    .flight-timeline:not(.old-timeline) .arrival-item .location-info {
        transform: translate(14px, 0);
    }
    
    .flight-timeline:not(.old-timeline) .airport-code {
        font-size: 12px;
    }
    
    .flight-timeline:not(.old-timeline) .airport-name,
    .flight-timeline:not(.old-timeline) .city-name,
    .flight-timeline:not(.old-timeline) .date-info {
        font-size: 10px;
    }
    
    .flight-timeline:not(.old-timeline) .duration-display {
        font-size: 11px;
        transform: translate(-60px, -50%);
    }
    
    .flight-timeline:not(.old-timeline) .timeline-marker {
        width: 8px;
        height: 8px;
    }
    
    .flight-timeline:not(.old-timeline) .flight-icon {
        width: 18px;
        height: 18px;
    }
    
    .flight-timeline:not(.old-timeline) .flight-icon img {
        width: 10px;
        height: 10px;
    }
}

/* ===== OVERLAP PREVENTION STYLES ===== */

/* Ensure timeline doesn't overlap with other flight components */
.flight-container .flight-timeline {
   
    position: relative;
    z-index: 1;
    margin-left: -10% !important;
}
.shopping_selectflights  .flight-container .flight-timeline, .shopping_confirmation .flight-container .flight-timeline, .shopping_managebooking .flight-container .flight-timeline {
    margin: 0 auto !important;
}

/* Prevent timeline from affecting other elements */
.flight-timeline + * {
    clear: both;
    margin-top: 20px;
}

/* Ensure proper spacing in flight details */
.flight-container .col-6 .flight-timeline {
    margin: 10px 0;
    padding: 15px 0;
}

/* Override any conflicting styles */
.flight-timeline .timeline-item,
.flight-timeline .timeline-marker,
.flight-timeline .time-display,
.flight-timeline .location-info,
.flight-timeline .flight-icon,
.flight-timeline .duration-display {
    position: relative !important;
    float: none !important;
    display: block !important;
}

/* Ensure timeline elements don't break out of container */
.flight-timeline .timeline-item {
    position: relative !important;
    overflow: visible;
}

/* Fix any Bootstrap conflicts */
.flight-timeline .row {
    margin: 0 !important;
    padding: 0 !important;
}

.flight-timeline .col-6,
.flight-timeline .col-12 {
    padding: 0 !important;
    margin: 0 !important;
}

/* Responsive layout for agent price and sort controls */
.desktop-agent-price,
.desktop-sort {
    display: flex;
}

.mobile-controls-column {
    display: none;
    flex-direction: column;
    align-items: center;
}

.mobile-controls-column .agent-price-toggle {
    margin-right: 0;
    margin-bottom: 8px;
}

/* Mobile layout for screens less than 700px */
@media (max-width: 700px) {
    .desktop-agent-price,
    .desktop-sort {
        display: none !important;
    }
    
    .mobile-controls-column {
        display: flex;
    }
}


:root {
    --obe-primary-color: #003D7A;       /*main blue*/
    --obe-secondary-color: #0066cc; /*tag color link color*/ /*#3071B2*/ /*#4898C5*/
    --obe-tertiary-color: #4898C5;  /*links/tabs  and icons */
    --obe-button-primary-color: #027A48;
    --obe-button-primary-hover-color: #039855;
    --obe-button-secondary-color: #027A48;
    --obe-button-secondary-hover-color: #039855;
    --obe-border-color: #DFDBDB;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
    --seat-primary-color: #039855;
    --seat-secondary-color: #32D583;
    --obe-card-curve: 10px;
    --obe-inner-card-curve: 10px;
    --obe-button-tertiary-color: #027A48;
    --obe-button-tertiary-hover-color: #039855;
    --obe-button-tertiary-background-color: #FFFFFF;
    --obe-alert-primary-background: #F0F7FF;
    --obe-alert-primary-border: #99CCFF;
    --obe-input-border-focus-color: #0080FF;
    --outside-box-shadow: 0px 4px 8px -4px rgba(10, 13, 18, 0.11), 0px 4px 6px -2px rgba(10, 13, 18, 0.06);
    --inside-box-shadow: 0px 4px 8px -4px rgba(10, 13, 18, 0.11), 0px 4px 6px -2px rgba(10, 13, 18, 0.06); /*none*/
    --obe-primary-button-shadow: 0px 2px 6px -1px rgba(10, 13, 18, 0.15), 0px 2px 4px 1px rgba(10, 13, 18, 0.1);
}

#checkoutPageQuoteModal {
    --outside-box-shadow: none;
    --inside-box-shadow: none;
    z-index: 10000;
}

.total-summary-container {
    box-shadow: var(--outside-box-shadow) !important;
    border-radius: var(--obe-card-curve);
}

.total-summary-border {
    border-bottom: 1px solid rgb(235, 235, 235);
}

.total-summary-border-top-bottom {
    border-top: 1px solid rgb(235, 235, 235);
    border-bottom: 1px solid rgb(235, 235, 235);
}

.total-summary-bold-border {
    border-bottom: 1px solid rgb(150, 150, 150);
}

.total-summary-line {
    border: none;
    border-bottom: 1px solid rgb(150, 150, 150);
    margin: 0px 0px 0px 20px;
    width: 100%;
}

.total-summary-line-light {
    border: none;
    border-bottom: 1px solid rgb(235, 235, 235);
    margin: 0px 0px 0px 20px;
    width: 100%;
}

.total-summary-line-full {
    border: none;
    border-bottom: 1px solid rgb(150, 150, 150);
    margin: 0px;
    width: 100%;
}

.lnkEditSPM {
    color: var(--obe-tertiary-color) !important;
}

.total-summary-total {
    font-size: 20px;
}

.passenger-price-total {
    display: none !important;
}

.amount-dark {
    color: var(--qt-grey-dark) !important;
}

.price-toggle-btn {
    color: var(--obe-tertiary-color);
    text-decoration: none;
}

.nowrap-text {
    white-space: nowrap;
}

.price-block-reset {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.accordion.price-breakdown-container .card {
    border: none;
}

.tax-text {
    color: gray;
    font-size: 12px !important;
}

.gray-text {
    color: gray;
}

.white-text {
    color: white;
}

.price-breakdown-total-wrapper .tax-text {
    margin-top: -5px;
}

.total-summary-price {
    font-size: 16px;
}

.total-summary-show-details-text {
    font-size: 10px;
    color: gray;
}
.price-breakdown-total-text {
    height: 48px;
}
.price-breakdown-total-price-wrapper:not(:has(a)) {
    margin-top: 10px;
}

.button-background-color-white {
    background: #ffffff !important;
}

.shopping_selectflights .scroll-active {
    overflow-y: auto;
    max-height: 60rem !important;
}


.booking-loader {
    border: 4px solid var(--obe-button-primary-hover-color);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border-left-color: white;
    /*border-left-color: #aacfe8;#0098ff*/
    animation: spin 1s ease-in-out infinite;
    margin-right: 4px;
    margin-left: 5px;
}
#btnCancelPnr .booking-loader{
    width: 20px;
    height: 20px;
}

#btnChangeFlights .booking-loader{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.shopping-search-btn .booking-loader{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
#SearchCriteriaContainer .shopping-search-btn .booking-loader{
    width: 22px;
    height: 22px;
    margin-right: 8px;
    margin-left: -10px;
}

#bookSeatBtn .booking-loader{
    margin-left: -5px;
}


.save-icon-wrapper .booking-loader{
    width: 22px;
    height: 22px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 2px;
}
.booking-loader-parent {
    display: flex;
    justify-content: center;
}
#rulesContainer .booking-loader-parent {
    margin-top: 30vh;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*price details*/
#priceDetailsModel .modal-body {
    width: 700px !important;
    padding: 10px 20px;
    overflow-y: auto;
}



.payment-breakdown {
    max-width: 800px;
    margin: auto;
}

.title {
    font-size: 24px;
    font-weight: bold;
}

.payable-now-wrapper {
    font-size: 18px;
    font-weight: 600;
    color: gray;
}

.price-details-bold-text {
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}
.term-text {
    color: gray;
    font-size: 10px;
    margin-top: 12px;
}


.flights-title, .fees-title {
    font-size: 14px;
    font-weight: bold;
}
#priceDetailsModel .bold-text {
    font-weight: 600;
    font-size: 12px;
}

#priceDetailsModel .accordion .flights .btn-link {
    width: unset !important;
    color: var(--obe-tertiary-color) !important;
    border: none !important;
}

.item {
    display: flex;
    align-items: center;
    max-width: 100%;
    justify-content: space-between;
    padding: 5px 0;
    height: 30px;
}

.item-description {
    max-width: 470px;
    overflow-wrap: break-word;
    white-space: normal;
}

.dotted-line {
    flex-grow: 1;
    border-bottom: 1px dotted rgb(153, 153, 153);
    margin-top: 8px;
    margin-right: 5px;
    margin-left: 5px;
    height: 0;
}

.empty-line {
    flex-grow: 1;
    border-bottom: none;
    margin-top: 8px;
    margin-right: 5px;
    margin-left: 5px;
    height: 0;
}

.horizontal-dotted-line {
    width: 100%;
    height: 7px;
    margin: 10px 0;
    background: url("data:image/svg+xml;utf8,<svg width='100%' height='7' viewBox='0 0 302 7' fill='none' xmlns='http://www.w3.org/2000/svg'><line x1='0' y1='4' x2='302' y2='4' stroke='%23717680' stroke-width='2' stroke-linecap='round' stroke-dasharray='4 8'/></svg>") repeat-x center;
}

.item-price {
    white-space: nowrap;
}
.fare-breakdown-item{
    cursor: pointer;
}
.tax-breakdown-wrapper{
    margin-left: 43px;
}

.commission-agent-breakdown-wrapper {
    margin-left: 52px;
}
 .fare-breakdown-wrapper {
    margin-left: 21px;
}

.fare-breakdown-content {
    padding-bottom: 20px;
}

.tax-breakdown-row {
    cursor: pointer;
    margin-left: 20px;
}

.tax-row {
    display: flex;
    align-items: center;
    width: 80%;
    padding: 4px 0;
}

.tax-desc {
    width: 280px;
    padding-right: 10px;
    width: 100%;
}

.tax-perpax {
    width: 75px;
    text-align: right;
    color: #6c757d;
}

.tax-total {
    width: 75px;
    margin-left: 10px;
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.ml-1px {
    margin-left: 1px;
}

.bold-text .item-description::after {
    bottom: 0.9em;
}

.item-price {
    text-align: right;

}
.pax-description {
    display: inline;
}


[id^="fare-amount-"]::before {
    content: none;
    display: none;
}

[id^="total-airFare-for-"]::before {
    content: none;
    display: none;
}

.collapse-btn {
    padding: 0 !important;
    margin-right: 5px;
}

.fare-breakdown-toggle,
.tax-breakdown-toggle,
.commission-breakdown-toggle {
    text-align: left;
    padding: 7px 6px 7px 0px !important;
    font-weight: 500;
    border: none !important;
    background: transparent !important;
    color: var(--obe-tertiary-color) !important;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.hidden-overflow {
    display: none;
    overflow: hidden;
}

@media (min-width: 576px) {
    #priceDetailsModel .modal-dialog {
        margin: auto;
    }
}

@media (max-width: 800px) {
    #priceDetailsModel .modal-body {
        width: unset !important;
    }
    .total-summary-total {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .total-summary-price {
        font-size: 12px;
    }
    #priceDetailsModel .item {
        height: unset;
    }
}

#commonModal.modal,
#commonModalFlightUpgrade.modal,
#priceDetailsModel.modal,
#commonModalFareRules.modal {
    z-index: 15000;
}

/* #priceDetailsModel.modal,
#fare_Information.modal,
.confirmation-page-container-wrapper .modal {
    top: 50px;
    z-index: 10000;
} */

#commonModalFareRules .modal-body {
    overflow-y: auto;
    max-height: 78vh;
}

#commonModalFareRules .modal-content {
    height: 100%;
    min-height: calc(100vh - 130px);
}

.confirmation-page-container-wrapper #commonModalFareRules .modal-content {
    height: 91vh
}

#quoteModal{
    overflow-y: auto;
    z-index: 10000;
}

.price-breakdown-label-indent {
    margin-left: 30px;
}

.shopping_search .search-flight .accordion .obe-card {
    /* border: none; */
    /* margin-bottom: 10px; */
    /* height: 100%; */
}

.shopping_search .accordion .obe-card-header, .shopping_selectflights .accordion .obe-card-header, .shopping_confirmation .accordion .obe-card-header {
    /* background-color: #f8f9fa; */
    padding: 0;
    /* border: none; */
}

.shopping_search .accordion .btn-link, .shopping_selectflights .accordion .btn-link, .shopping_confirmation .accordion .btn-link {
    text-decoration: none;
    width: 99%;
    text-align: left;
    padding: 7px 13px !important;
    margin:3px;
    font-weight: 500;
    border:none !important;
}

.shopping_search .accordion .fa-chevron-down, .shopping_selectflights .accordion .fa-chevron-down, .shopping_confirmation .accordion .fa-chevron-down {
    transition: transform 0.3s ease;
}

.accordion .btn-link[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.shopping_search .accordion .obe-card-body, .shopping_selectflights .accordion .obe-card-body, .shopping_confirmation .accordion .obe-card-body {
    padding: 15px;
}

.shopping_search .accordion > .obe-card:not(:last-of-type), .shopping_selectflights  .accordion > .obe-card:not(:last-of-type), .shopping_confirmation .accordion > .obe-card:not(:last-of-type) {
    border-bottom: 1px solid #dcdcdc;
    border-bottom-right-radius: var(--obe-card-curve);
    border-bottom-left-radius: var(--obe-card-curve);
}

.shopping_selectflights .accordion > .obe-card:not(:first-of-type), .shopping_confirmation .accordion > .obe-card:not(:first-of-type)
 {
    border-top-left-radius: var(--obe-card-curve);
    border-top-right-radius: var(--obe-card-curve);
}

.shopping_search .obe-card, .shopping_selectflights .obe-card, .shopping_confirmation .obe-card  {
    border-radius: var(--obe-card-curve) !important;
    box-shadow: var(--outside-box-shadow) !important;
}

.shopping_searchflights .obe-card-body, .shopping_selectflights .obe-card-body, .shopping_confirmation #priceDetailsModel .obe-card-body{
    border-top: 1px solid #dcdcdc;
}


/*Commenting as of OBE-2681*/
/* Base inactive background */
/*#passenger-price-breakdown-toggle .btn {
    background-color: #deebf1;
    border-color: #deebf1;
    color: #000;*/ /* optional */
/*}*/

/* Active state */
/*#passenger-price-breakdown-toggle .btn.active {
    background-color: #c3d4dc !important;
    border-color: #c3d4dc !important;
    color: #000 !important;*/ /* optional */
/*}*/

