td p {
	line-height: 18px;
	font-size: 12px;
	margin-bottom: 0px;
}
.notify-success {
  background-color: #28a745 !important;
  color: #fff !important;
  border-left: 4px solid #1e7e34; 
}

.notify-danger 
{
  background-color: #dc3545 !important; /* Bootstrap danger red */
  color: #fff !important;
  border-left: 4px solid #b02a37;
}
.alert
{
	border-radius: .15rem;
	padding: 0px 10px !important;;
}

.card
{ 
	border-radius: 0px; 
}
.card .card-body { 
	padding: 15px!important;
} 
.card .card-header { 
	border-bottom: 1px solid #e9edf1;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding: 10px;
	position: relative; 
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(17, 106, 186) 0%, rgba(0, 212, 255, 1) 100%);
	
}
.card .card-header h5,.card .card-header h4 { color: #fff;font-size:14px}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.content-group {
	margin-bottom: 10px !important;
	border: 1px solid #c3c8ca;
	padding: 10px;  
}
legend {
	font-size: 14px;
	text-transform: uppercase;
	width: auto;
	padding: 0px 10px;
	margin: 0;
	border: none;
	float: none;
	color: #0273bc;
	font-weight: 500;
}
 
 .table td, .table th {
	padding: .3rem;
}

.tab-content {
	padding: 10px;
	border: 1px solid #e9edf1;
	margin-top: -1px;
}
.page-wrapper .page-body-wrapper .page-title .row h3 {
	font-size: 16px;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #404040;
}
.fs-small
{
	font-size:12px;}
	
	
.usa-time-bar {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 5px 18px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 1px 0px 6px rgba(3, 195, 244, 0.96);
	font-family: system-ui, -apple-system, Segoe UI, sans-serif;
	 
}
.tz-item {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  color: #1f2937;
}

.tz-item i {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
  color: #2563eb; /* premium blue */
}

.tz-label {
  font-weight: 600;
  color: #111827;
}

.tz-time {
  font-weight: 500;
  color: #374151;
  letter-spacing: 0.3px;
}
.tz-item:not(:last-child)::after {
	content: "";
	margin-left: 5px;
	width: 1px;
	height: 18px;
	background: #e5e7eb;
	margin-right: 5px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a {
	color: #222;
	padding: 8px 20px;
	position: relative;
	transition: all .3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list .badge { 
	top: 9.5px; 
}
.profile-box {
	background: linear-gradient(103.75deg, #33b1ee -13.9%, var(--theme-default) 79.68%);
	color: #fff;
	height: 310px;
}
.sales-report .balance-data {
	right:10px;
	top: 8px;
}
.dataTables_wrapper {
    position: relative;
    width: 100%;
}

.dataTables_scroll {
    overflow: auto;
}

.dataTables_scrollHead,
.dataTables_scrollBody {
    overflow: visible !important;
}

.dtfc-fixed-left,
.dtfc-fixed-right {
    background: #fff;
    z-index: 3;
}

.dtfc-fixed-left {
	background: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}

.dtfc-fixed-right {
	background: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}
.form-control-audit {
	border:none;
	width: 100%;
	padding: 0px; 
	border-bottom: 2px dotted #ccc;
	text-align: center!important;
}

#audit .table td, #audit .table th {
	padding: 3px!important;
	text-align: center!important;
}



/* Fix Select2 height & alignment */
.select2-container .select2-selection--single {
    height: 33px !important;
    display: flex !important;
    align-items: center !important;
}

.select2-selection__rendered {
    line-height: 38px !important;
    padding-left: 10px !important;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #e9edf1;
	border-left: none;
	border-radius: 0px 5px 5px 0px !important;
}
.select2-search--dropdown {
	display: block;
	padding: 0px;
}

table .select2-container--default .select2-selection--single {
    border: 1px solid #e9edf1 !important;
    border-radius: 5px !important;
}
 
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #212529;
	line-height: 28px;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
}
.input-group-text {
	display: block!important;
}
span {
	display: inline!important;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 5px 5px;
	font-size: 14px;
	font-weight: 400;
	color: var(--bs-body-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-tertiary-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius); 
	text-align: left;
}
 
@media (min-width: 1300px) {.input-group-text {min-width: 120px;} } 
.form-control {
	display: block;
	width: 100%;
	padding: 5px 5px;
	font-size: 14px;
	font-weight: 400; 
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#dataInput {
	display: flex;
	justify-content: space-evenly;
	font-family: "Montserrat", sans-serif; 
	flex-wrap: wrap;
	align-items: stretch;
	background:radial-gradient(circle,rgb(172, 113, 139) 0%, rgb(36, 73, 117) 100%);
	padding: 10px;
	border: 2px solid;
	border-radius: 5px;
	border-image: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgb(17, 106, 186) 0%,rgba(0, 212, 255, 1) 100%) 1;	
}

  
#dataInputTextArea {
	box-sizing: border-box;
	resize: none;
	flex: 5;
	clear: both;
	outline: none;
	min-height: 120px;
	background-color: white;
	border-radius: 5px 0px 0px 5px;
}
.dataInputChild {
	padding: 5px;
	height: 30px;
	color: #000000;
	flex: 1;
	min-width: 150px;
	font-size: 12px;
	margin: 0px;
}
#convertButton {
	cursor: pointer;
	flex: 1;
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(17, 106, 186) 0%, rgba(0, 212, 255, 1) 100%);
	height: 119px;
	border-radius: 0px 5px 5px 0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.dataInputChild {
	padding: 5px;
	height: 30px;
	color: #000000;
	flex: 1;
	min-width: 150px;
	font-size: 12px;
	margin: 0px;
}
#convertButton img {
	transform: rotate(0deg);
	transition: 0.2s;
}
#convertButtonImage {
	height: 50px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
}
.resultsbox {
	width: 100%;
	box-sizing: border-box;
	resize: none;
	-webkit-flex: 5 1;
	flex: 5 1;
	clear: both;
	outline: none;
	background-color: #fff;
	border: 2px solid #0c70af;
	padding: 10px;
	border-radius: 5px 5px 5px 5px;
}
#selectable {
	margin-top: 0;
}
.names-box {
	border-bottom: 2px dashed #0c70af;
}
.main-content {
	display: flex;
	margin: 10px 20px;
}
.image-container {
	margin-right: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 16px;
	float:left;
}
.image-container img {
	object-fit: scale-down;
	width: 75px;
	max-height: 35px;
}
.result-text {
	text-align: left;
}
.transit {
	text-align: left;
	color: #888;
}
.transit {
	font-size: 12px;
	line-height: 16px;
}
.transitwarning {
	color: red;
	font-weight: 600;
}
.result-text p {
	margin: 0;
	padding: 0;
}
.lineOne {
	font-weight: 600;
}
span.operatedBy {
	text-transform: capitalize;
}
.selectbutton {
	border-radius: 5px 5px 0 0;
	padding: 5px;
	max-width: 50%;
	border: solid #ff715b;
	border-width: 4px 4px 0;
	cursor: pointer;
	background-color: #ff715b;
	color: #fff;
}
/*---sidebar filter---*/

.floatRight {
	display: block;
	-webkit-flex: 1 1;
	flex: 1 1;
}
.formOptions {
	min-width: 100%;
	min-height: 400px;
	border: 2px solid #0c70af;
	background-color: hsla(0, 0%, 100%, .8);
	margin-left: 10px;
	float: right;
	font-family: Poppins, sans-serif;
	border-radius: 5px;
	padding: 0 10px 10px;
}
.displayOption {
	display: -webkit-flex;
	display: flex;
}
.displayOption input[type="checkbox"], input[type="radio"] {
	position: absolute;
	left: -9999px;
}
.displayOption input[type="checkbox"]:checked + label, .displayOption input[type="radio"]:checked + label {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background:linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(17, 106, 186) 0%, rgba(0, 212, 255, 1) 100%);
	font-size: 12px;
	margin-top: 3px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 18px;
	font-weight: 600;
	border-radius: 5px;
}
.displayOption input[type="checkbox"] + label, .displayOption input[type="radio"] + label {
	padding: 5px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	margin-top: 3px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	font-weight: 600;
	border-radius: 5px;
	border: 1px solid #444;
}
.displayOption label {
	position: relative;
}
.displayOption label::before {
 content: "";
 display: inline-block;
 height: 12px;
 width: 12px;
 background-color: #fff;
 border: 1px solid;
 margin-right: 5px;
 margin-bottom: -3px;
 border-radius: 0;
 position: absolute;
 left: 5px;
 top: 7px;
}
.displayOption input[type="checkbox"]:checked + label::after, .displayOption input[type="radio"]:checked + label::after {
 content: "";
}
.displayOption input[type="checkbox"] + label::after, .displayOption input[type="radio"] + label::after {
 content: none;
}
.displayOption label::after {
 content: "";
 display: inline-block;
 height: 4px;
 width: 8px;
 border-left: 2px solid;
 border-bottom: 2px solid;
 color: #ff715b;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 position: absolute;
 left: 7px;
 top: 10px;
}
.displayOption input[type="checkbox"]:checked + label, .displayOption input[type="radio"]:checked + label {
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	line-height: 18px;
	font-weight: 600;
}
.displayOption input[type="checkbox"] + label, .displayOption input[type="radio"] + label {
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	line-height: 18px;
	font-weight: 600;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
.multioptionscontainer {
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
}
.fieldset input[type="radio"] + label {
	border: 1px solid #444;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	border-radius: 5px;
}
.displayOption input[type="checkbox"] + label:hover, .displayOption input[type="radio"] + label:hover, .fieldset input[type="radio"] + label:hover {
	background: radial-gradient(circle,rgb(172, 113, 139) 0%, rgb(36, 73, 117) 100%);
 -webkit-transition: .2s;
 transition: .2s;
}
.fieldset input[type="radio"]:checked + label {
	border: 1px solid #444;
	padding: 5px;
	background: radial-gradient(circle,rgb(172, 113, 139) 0%, rgb(36, 73, 117) 100%);
	color: #fff;
	border-radius: 5px;
}
.itinerary-table table th {
	font-weight: 500;
	background: #0c89ce;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size:12px;
}
.itinerary-table table  td {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	font-size:12px;
}
 
.itinerary { 
	font-family: "Montserrat", sans-serif; 
	padding: 10px;
	border: 2px solid;
	border-radius: 5px;
	border-image: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgb(17, 106, 186) 0%,rgba(0, 212, 255, 1) 100%) 1;
}

.journey-header {
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(17, 106, 186) 0%, rgba(0, 212, 255, 1) 100%);
	padding: 5px 10px;
	font-size: 16px;
	color: #fff;
}

.journey-title {
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0;
}

.journey-header {
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0;
}

.arrow {
  margin: 0 6px;
}

.total-time { 
	font-size: 14px;
	margin-left: 30px;
}
.segment {
  display: flex;
  margin: 10px 0;
}
 
.layover {
  margin-left: 50px;
  color: #666;
}


 
/* ================= Base ================= */
.itinerary-table {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: 100%; 
  color: #232b2b;
  border-collapse: collapse;
}
 

/* ================= Section Header ================= */
.section-title {
  font-size: 12px;
  font-weight: 600;
  background: #fcfcfc;
}

.section-title .title {
  text-decoration: underline;
  margin-left: 4px;
}

.section-title .duration {
  margin-left: 12px;
}

/* ================= Header Row ================= */
.flight-head th {
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #e2e2e2; 
	text-align: center;
	font-weight: bold;
}

/* ================= Flight Rows ================= */
.flight-row td {
  font-size: 12px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: top;
}

.flight-date {
  font-weight: 600;
  font-size: 13px;
}

.flight-number {
  font-size: 12px;
}

.flight-operated {
  font-size: 10px;
  font-weight: 700;
}

.airline-logo {
  max-width: 75px;
  max-height: 40px;
  object-fit: contain;
}

.airport-name {
  font-size: 12px;
}

.flight-time {
  font-weight: 600;
  font-size: 12px;
}

.flight-duration,
.flight-layover {
  font-size: 12px;
}

/* ================= Utilities ================= */
.dont-break {
  page-break-inside: avoid;
}

.spacer-row td {
  height: 24px;
  border: none;
}

.nav-tabs li .stroke-icon {
	float: none;
	height: 18px;
	margin-right: 10px;
	transition: all .3s ease;
	vertical-align: -2px;
	width: 18px;
}