body {
	font-family: Arial !important;
	padding: 0px;
	font-size: medium;
}

ul.tabs {
	padding: 7px 0;
	font-size: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
}

	ul.tabs li {
		display: inline;
		margin: 0;
		margin-right: 0px;
	}

		ul.tabs li a {
			font: normal 12px Arial;
			text-decoration: none;
			position: relative;
			z-index: 1;
			padding: 7px 16px;
			border: 1px solid #cccccc;
			border-bottom-color: #8B8B8B;
			color: #000;
			background: #ffffff;
			outline: none;
		}

		ul.tabs li.selected a {
			position: relative;
			top: 0px;
			background: #f5f5f5;
			border: 1px solid #dddddd;
			border-bottom-color: #f5f5f5;
			color: #333333;
			font-weight: 600;
		}

.mobtb a {
	border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px;
}

.smmtb a {
	border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 0px;
}

table {
	font-family: Arial;
	border-collapse: collapse;
	width: 100%;
}

.tsttr td, th {
	text-align: left;
	padding: 8px;
}

th {
	background-color: #f5f5f5;
	font-weight: 500;
}

.tsttr tr {
	border: 1px solid #dddddd;
}

	.tsttr tr th {
		position: sticky !important;
		top: 0;
		padding: 8px;
		font-size: 14px;
		color: #444444;
		font-weight: 600;
	}

.tsttr, tr td {
	font-size: 14px;
	color: #444444;
}

.tabcontents {
	padding: 20px;
	border: 1px solid #8B8B8B; 
}







input[type=text], select, textarea, input[type=email] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

label {
	padding: 0px 0px 0px 12px;
	display: inline-block;
}

button {
	background-color: #004f43;
	color: white;
	padding: 12px 30px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 30px;
	float: right;
}

	button:hover {
		background-color: #018a75;
	}

.container {
	border-radius: 5px;
	padding: 0px;
}

.col-25 {
	float: left;
	width: 25%;
	margin-top: 6px; 
	text-align: left;
}

.col-46 {
	float: left;
	width: 25%;
	margin-top: 6px;
	text-align: left;
}

.dropbtnfc {
	width: 100%;
}

.dvcnmlbl label {
	top: 52px;
	position: absolute;
}

.col-36 {
	float: left;
	width: 28.5%;
	margin-top: 6px;
	text-align: left;
}

.col-75 {
	float: left;
	width: 75%;
	padding-bottom: 5px;
}

.col-26 {
	float: left;
	text-align: left;
	width: 35%;
	margin-top: 0px;
}

.col-76 {
	float: left;
	text-align: left;
	width: 55%;
	margin-top: 0px;
	padding-bottom: 5px;
}

.col-35 {
	width: 37%;
	text-align: left;
}

.col-65 {
	padding-top: 0;
	width: 60%;
	text-align: left;
}

.row {
	padding-bottom: 7px;
	margin-top: 0px;
}

	.row:after {
		content: "";
		display: table;
		clear: both;
	}

@media screen and (max-width: 600px) {
	.col-25, .col-75, input[type=submit] {
		width: 100%;
		margin-top: 0;
	}
}

.savebtn {
	background-color: #ffffff;
	color: #408558;
	padding: 5px 30px;
	border: 1px solid #408558;
	border-radius: 4px;
	cursor: pointer;
	margin-top: -10px;
	float: right;
}

	.savebtn:hover {
		background-color: #408558;
		border: 1px solid #408558;
		color:#ffffff;
	}

.bckbtn {
	background-color: #ffffff;
	color: #CB444A;
	padding: 5px 30px;
	border: 1px solid #CB444A;
	border-radius: 4px;
	cursor: pointer;
	margin-top: -10px;
	float: right;
	margin-right: 15px;
}

	.bckbtn:hover {
		background-color: #CB444A;
		border: 1px solid #CB444A;
		color: #ffffff;
	}

hr {
	margin: 6px 0;
	color: inherit;
	border: 0;
	border-top: 1px solid black;
	opacity: 1;
	width: 73px;
}

.rghtcrd {
	border: 1px solid #dddddd;
	padding: 10px;
	background-color: white; 
	margin-bottom: 10px;
}

.tbrght {
	display: flex;
}

.crdtb th {
	background-color: white;
	text-align: left;
	font-weight: 600;
	color: #787878;
	font-size: 12px;
	padding: 3px;
}

.crdtb td {
	text-align: left;
	font-size: 13px;
	padding: 2px;
}

.crdtb tr {
	border: 1px solid white;
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #d8d8d8;
}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #a3a3a3;
	}

.col-25 {
	float: left;
	width: 19%;
	margin-top: 0px; 
}

input[type=text], select, textarea, input[type=email] {
	width: 50%;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

.mt-5 {
	margin-top: 0rem !important;
}

h4 {
	margin-bottom: 1rem;
}

input[type="checkbox"] {
	position: relative;
	width: 44px;
	height: 21px;
	-webkit-appearance: none;
	appearance: none;
	background: #ffffff;
	border: 1px solid #cccccc;
	outline: none;
	border-radius: 2rem;
	cursor: pointer;
}

	input[type="checkbox"]::before {
		content: "";
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #cccccc;
		position: absolute;
		top: 0;
		left: 0px;
		transition: 0.5s;
	}

	input[type="checkbox"]:checked::before {
		transform: translateX(100%);
		background: #ffffff;
		border: 1px solid #cccccc;
		left: 3px;
	}

	input[type="checkbox"]:checked {
		border: 1px solid #ffffff;
		background-color: #cccccc;
	}

.addbtn {
	border: 1px solid #34BA96;
	background-color: #ffffff;
	color: #34BA96;
	padding: 5px 10px;
	width: 10%;
	border-radius: 5px;
}

	.addbtn:hover {
		background-color: #34BA96;
		color:#ffffff;
	}

.rmvbtn {
	border: 1px solid #CB444A;
	background-color: #ffffff;
	color: #CB444A;
	padding: 5px 10px;
	width: 10%;
	border-radius: 5px;
}

	.rmvbtn:hover {
		background-color: #CB444A;
		color: #ffffff;
	}

.rmvbtnnrll {
	border: 1px solid #9a9a9a;
	color: #333333;
	background-color: #ffffff;
	padding: 5px 10px;
	width: 22%;
	border-radius: 5px;
}

.pprnt {
	padding: 10px 10px 0 10px;
	width: fit-content;
	cursor: pointer;
	text-align: left;
}

a {
	color: black;
	text-decoration: none;
	font-weight: 500;
}

	a:hover {
		color: #626262;
		text-decoration: underline;
		font-weight: 500;
	}

.fprnt {
	padding: 10px 10px 0 9px;
	font-weight: 500;
	font-size: 18px;
	border: 1px solid #eeeeee;
	padding: 5px; 
	background-color: #f6f6f6;
}

.rll {
	width: fit-content;
}

	.rll:hover {
		color: #204e81;
		text-decoration: underline;
		cursor: pointer;
	}
.gdlns {
	width: fit-content;
	text-decoration: underline; 
	color: #204e81;
	cursor: pointer;
}
	.h2, h2 {
	font-size: 3rem;
}

.h4, h4 {
	font-size: 2.5rem;
	text-align: left;
}

h5 {
	font-size: 1.5rem;
}

.col-16 {
	width: 35%;
	float: left;
	text-align: left;
	padding: 0 6px;
	padding-bottom: 5px;
}
.col-15 {
	width: 15%;
	float: left;
	text-align: left; 
	padding: 0 10px;
}
.col-14 {
	width: 15%;
	float: left;
	text-align: left;
	padding: 10px;
}
.col-45 {
	width: 50%;
	float: left;
	text-align: left;
	padding: 10px;
}
.enrollwd {
	width: 50%;
	padding: 0;
}

.cbquality input[type="checkbox"] {
	margin-top: 10px;
}
.rnrll {
	border: 1px solid #2C4D7D;
	color: #2C4D7D;
	background-color: #ffffff;
	padding: 5px 10px;
	border-radius: 5px;
}
	.rnrll:hover {
		border: 1px solid #2C4D7D;
		color: #ffffff;
		background-color: #2C4D7D;
	}
.tabsty {
	border: 1px solid #8B8B8B;
}

.tabsty .row {
	margin-right: 10px;
	margin-left: 10px;
}
.biohead {
	margin-left: 10px;
}

.glyphicon{
	color:green;
}
.imgedithr:hover {
	background-color: #E6E6E6;
	border-radius: 14px;
}
.Nrcrdfnd {
	width: 200px;
	height: 100%;
	margin: auto;
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	z-index: 1000;
}

.popup-content {
	background-color: #fff;
	border-radius: 10px;
	max-width: 50%;
	margin: 10% auto;
	padding: 20px;
	position: relative;
}
 
.close-button {
	position: absolute;
	top: 24px;
	right: 30px;
	cursor: pointer;
	font-weight: 900;
	font-size: 20px;
}

.close-button-error {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-weight: 900;
	font-size: 20px;
}

.copybtn {
	background-color: white;
	border: 1px solid #E60303;
	padding: 10px 17px;
	border-radius: 5px;
	color: #E60303;
	font-weight: 600;
	cursor: pointer;
}
	.copybtn:hover {
		background-color: #E60303;
		border: 1px solid #E60303;
		color: #ffffff;
		cursor: pointer;
	}
#customTooltip {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	width: 250px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: 1000; /* Ensure the tooltip is above other elements */
}

#tooltipClose {
	color: #333;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	font-size: 20px;
}

	#tooltipClose:hover {
		color: red; /* Change color on hover */
	}