.my-btn:hover {
	background-color: white;
	color: #0069B3;
}

.table-search {
	background: #F8FCFF;
	border-radius: 6px;
	border: 1px #EAEFF4 solid
}

.navDeactive.active {
	color: #000 !important;
	border-left: 3px solid #0069B3 !important;
	background: #DDE8F0 !important;
}

.navDeactive {
	color: #979797;
	font-family: "Source Sans Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	padding: 0px 40px;
	align-items: center;
	gap: 10px;
	border-left: 3px solid #EAEFF4;
	background: #FFFFFF;
	cursor: pointer;
}

.navDeactive:hover {
	background-color: #DDE8F0;
}

.sectionTitle {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	color: #002561;
}

.navCardButton {
	cursor: pointer;
	text-align: center;
	color: #0370BD;
	width: 110px;
	height: 39px;
	padding: 1.2%;
	border-radius: 100px;
	border: 1px solid #0370BD;
	gap: 4px;
	background-color: #FFFFFF;
	display: inline-block;
	align-items: center;
	justify-content: center;
	position: relative;
}

.registerButton {
	cursor: pointer;
	text-align: center;
	width: 110px;
	height: 39px;
	padding: 1.2%;
	border-radius: 100px;
	border: 1px solid #0370BD;
	gap: 4px;
	color: #FFFFFF;
	background-color: #0370BD;
}

.registrationFormLabel {
	font-family: Source Sans Pro;
	font-size: 12px;
	font-weight: 600;
	line-height: 1px;
	letter-spacing: 0em;
	text-align: left;
	position: absolute;
	background: #FFFFFF;
	left: 16px;
}

.registrationFormInput {
	font-family: Source Sans Pro;
	font-size: 13px !important;
	font-weight: 400;
	line-height: 15px !important;
	flex: 1;
	width: 100%;
	height: 44px;
	top: 9px;
	padding: 4px 18px !important;
	border-radius: 4px;
	border: 1px solid #E2EAF1 !important;
	gap: 4px;
}

.dropdownMenu {
	width: 96px !important;
	height: 44px !important;
	padding: 4px 18px !important;
	border-radius: 4px;
	background: #FFFFFF;
	border: 1px solid #E2EAF1;
	box-shadow: 0px 0px 2px 1px lightgray !important;
	gap: 24px;
}

.phoneDropdown {
	width: 45px;
	height: 25px !important;
	margin-top: 12px;
	font-size: 12px;
	margin-left: 21%;
	flex: 1;
	border-radius: 4px;
	border: 1px solid #E2EAF1;
	box-shadow: 0px 0px 2px 1px lightgray;
}
::placeholder {
	opacity: 0.5;
	color: #909090 !important;
}

/*File Uploads*/
body {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	margin: 0;
}

.drag-drop-area {
	width: 429px;
	height: 88px;
	top: 19px;
	padding: 4px 18px;
	border-radius: 4px;
	border: 1px solid #E2EAF1;
	gap: 4px;
	background-color: #EAEFF4;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}

.drag-drop-area i {
	font-size: 24px;
}

.file-input {
	display: none;
}

.image-preview {
	width: 389px;
	height: 88px;
	max-height: 200px;
	/* Adjust as needed */
	margin-top: 0px;
	/* Adjust as needed */
}

/*Supporting Documents*/

.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	width: fit-content;
	background-color: #FFFFFF;
}

.ui-button .ui-button-text {
	background-color: #0370BD;
	border: 1px solid #0370BD;
	color: #FFFFFF;
	width: 100px;
	height: 32px;
	text-align: center;
	padding-top: 7px !important;
}

.ui-state-default .ui-icon {
	background-color: white;
	margin-top: -7px !important;
}

#signupForm\:back {
  float: right;
  width: fit-content;
  padding: 8px;
}

.drag-drop-area{
	width: 389px !important;
	height: 127px !important;
}
@media only screen and (max-width: 1500px){
	.drag-drop-area {
		width: 320px !important;
		height: 110px !important;
	}
	.current-method-booking{
		left: 550px !important;
	}
	.currency-drag-drop {
		width: 615px !important;
	}
	.business-coverage{
		font-size: 11px !important;
	}
	.flight-service-priority{
		width: 30px !important;
	}
	.flight-service-priority-percentage {
		left: 62% !important;
	}

}