body {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

/* Default styling for all screen sizes */
.box1,
.formSeparator {
	display: block;
	/* Display by default */
}

/* Media query for screens with a maximum width of 768px (adjust as needed) */
@media (max-width: 600px) {

	.box1,
	.formSeparator {
		display: none;
		/* Hide on mobile screens */
	}
}

.split-container {
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
}

.section {
	box-sizing: border-box;
	/*   border: 1px solid #ccc; */
	width: 100%;
}

.section-1 {
	flex: 1.5;
	/* 13% height */
	/*  background-color: #f0f0f0; */

}

.section-2 {
	flex: 7;
	/* 70% height */
	/*  background-color: #e0e0e0; */
}

img {
	/* height:auto; */
	height: 100%;
	max-width: 100%;
}

form {

	margin: auto;
	align-items: center;
}

.outerDiv {
	max-width: 100%;
	max-height: 100% overflow: hidden;
	text-align: center;
	align: center;
	margin-top: 140px;
}

.container .box {
	max-width: 800px;
	position: relative;
	margin: auto;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	border: 1px;
	border-image: linear-gradient(to right, #4A90E2, #8E2DE2);
	/* Gradient border colors */
	border-image-slice: 1;
	/* Control the border slice for the gradient effect */
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	/* Add a shadow effect */
}

.container .box .box-cell {
	padding: 20px;
	box-sizing: border-box;

}

.box1 {
	flex: 4;
	/* Divide the space in 4 parts */
	background-color: #f7f7f7;
}

.box2 {
	flex: 6;
	/* Divide the space in 6 parts */
}

table,
th,
td {
	padding: 1px;
	border-collapse: collapse;
}

.form-control {
	width: 100%;
	min-width: 120px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	/* Set the border style and color */
	border-radius: 5px;
	/* Add rounded corners to the border */
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.label-danger {
	background-color: #337ab7;
	/* Set the background color to blue */
	padding: 2px 5px;
	/* Add some padding for better appearance */
}

.alert-danger {
	background-color: #d4d2ed;
	/* Set the background color to blue */
	padding: 5px;
	text-align: left;
	border-color: #d4d2ed;
}

.alert {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
}

/* Styling for the Help Desk section */
.helpDeskSection {
	margin-bottom: 20px;
	text-align: center;
}

.helpDeskTitle {
	margin-bottom: 10px;
	font-size: 13px;
	color: #337ab7;
	font-weight: bold;
}

.callCenterLabel {
	font-weight: bold;
	margin-bottom: 5px;
}

.contactList {
	list-style: none;
	padding: 0;
}

.contactList li {
	margin-bottom: 5px;
}

/* Icon styling */
.fa {
	font-size: 15px;
	margin-right: 5px;
}

/* Hover effect for icons */
.fa:hover {
	color: #8E2DE2;
}

/* Styling for the Employee Login link */
.employeeLoginLink {
	padding: 8px 16px;
	background-color: #337ab7;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.employeeLoginLink:hover {
	background-color: #bebac2;
}

.btn-info-custom {
	padding: 8px 16px;
	background-color: #337ab7;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
}

.btn-info-custom:hover {
	background-color: #bebac2;
}

.fixed-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	height: 138px;
	font-family: Daxlinebold;
	background: linear-gradient(to right, #007cc5, #ebeff5);
	z-index: 100;
}

.fixed-header ul {
	list-style-type: none;

	padding: 80px 20px 0px 0px;

	overflow: hidden;
}

.fixed-header li {
	float: left;
	padding-left: 15px;
}

.fixed-header li a {
	display: block;
	text-decoration: none;
	color: white;
}


b {
	font-size: 40px;
	/* Default font size for larger screens */
}

/* Responsive font size adjustments */
@media (max-width: 768px) {
	b {
		font-size: 38px;
		/* Adjust font size for screens with a max width of 768px or smaller */
	}
}

@media (max-width: 768px) {
	.hide-on-mobile {
		/* display: none; */
		/* Hide the element on smaller screens */
		 font-size: 15px; 
	}
}


.box2 td[colspan="2"] {
	text-align: left;
}

.box2 td[colspan="2"]+td {
	text-align: left;
}

#captchaValue {
	display: inline-block;
	padding: 1px 2px;

	border-radius: 5px;
	font-size: 18px;
	color: #4A90E2;
	background-color: #f2f2f2;
	width: 82px;
	/* Set a fixed width for the captcha box */
	height: 30px;
	text-align: center;
	font-weight: bold;
}

.result-message-wrapper {
	display: flex;
	height: 100%;
}

.result-message {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	max-width: 100%;
	/* Ensure the message doesn't exceed the width of the parent */
	overflow: hidden;
	/* Hide overflow text if needed */
	/* white-space: nowrap; */
	/* white-space: nowrap; */
	/* Prevent text from wrapping to new lines */
}

button[type="button"],
button[type="reset"],
button[type="submit"],
input[type="reset"],
input[type="submit"],
input[type="button"] {
	padding: 8px 16px;
	border-color: #337ab7;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	background-color: #337ab7;
	background-image: url("");
	transition: background-color 0.3s ease;
}

.employeeLoginLink:hover {
	background-color: #bebac2;
}

.required-field {
	color: red;
}

.center-button {
	display: flex;
	margin-top: 10px;
	margin: auto;
}

.rich-table tbody tr {
	height: 30px;
}

.table-header {
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}

th {
	display: table-cell;
	vertical-align: inherit;
	font-weight: normal;
	text-align: -internal-center;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}