.form-container{
	max-width:800px;
	text-align:center;
	border:none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		-webkit-animation: fadeInScale 0.7s ease-in-out;
		-moz-animation: fadeInScale 0.7s ease-in-out;
	animation: fadeInScale 0.7s ease-in-out;
	padding:20px;
	padding-bottom:5%;
	background-color: transparent;
	border-radius: 8px;
	margin:1% auto;
	text-align:center;  
	overflow: auto;
}
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}
.form-content{
	width:auto;
	padding:10px 5px;
}
.form-header {
	width:100%; 
	height:auto;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;	
	color:#590635;
}
.form-footer {
	width:97%;
	padding:1.5%;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	margin-bottom:60px;
}
.log-header{
	width:auto; 
	height:auto;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	padding-top:30px;
	padding-bottom:20px;	
	color:#590635;
}
.log-footer{
	width:97%;
	padding:1.5%;
	text-align:center;
}
.log-footer .message {
	margin:50px 0 25px 0;
	color:#590635;
	font-size: 15px;
}
.login-form{
  box-sizing: border-box;
  width:100%;
}
.login-form label{
  color:#590635;
  font-size:18px;
  font-weight:bold;
  padding-top:10px;
  text-align:center;
  margin:3px 0 1px 0;
  display:inline-block;
  width:100%;
}
.login-form label span{
	text-align:left;
	font-weight:bold;
	font-size:13px;
	font-weight:bold;
	color:#590635;
}
.uflab{
  color:red;
  font-size:25px;
  font-weight:800;
  padding-top:10px;
  text-align:center;
  margin:3px 0 1px 0;
  display:inline-block;
  width:100%;
}
.formttl{
  color:#ffffff;
  font-size:18px;
  font-weight:800;
  padding:10px 0;
  text-align:center;
  width:100%;
  background:#9f9f9a;
}
.login-form
	input[type="text"],
	input[type="button"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	input[type="color"]{
		display:inline-block;
		padding:5px 10px;
		font-size:15px;
		border:none;
		border-radius: 5px;
		box-shadow: inset 2px 2px 5px #babecc,inset -5px -5px 10px #ffffff73;
		line-height:1.5;
		width:80%;
		height:35px;
		text-align:center;
		margin:3px auto 0;
		background: #ffffff;
		font-weight:bold;
}
::placeholder{
    color: #4b4e4d;
    padding-left: 10px;
}
.login-form input:focus{
		box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #ffffff73;
}
.frmselect{
		display:inline-block;
		padding:8px;
		font-size:14px;
		border:none;
		border-radius: 5px;
		box-shadow: inset 2px 2px 5px #BABECC,inset -5px -5px 10px #ffffff73;
		line-height:1.5;
		width:80%;
		margin:0 auto;
		text-align-last:center; 
		font-weight:bold;
}
.frhfselect{
		width:20%;
		display:inline-block;
		padding:8px;
		font-size:14px;
		border:none;
		border-radius:5px;
		box-shadow: inset 2px 2px 5px #BABECC,inset -5px -5px 10px #ffffff73;
		line-height:1.5;
		margin:0 auto;
		text-align-last:center; 
		font-weight:bold;
}

.login-form input:hover {
	background:#ffffff;
}
.datediv{
	display:inline-block;
	padding:8px;
	font-size:14px;
	border:none;
	border-radius: 5px;
	box-shadow: inset 2px 2px 5px #BABECC,inset -5px -5px 10px #ffffff73;
	line-height:1.5;
	width:26%;
	margin:0 auto;
	text-align-last:center; 
	font-weight:bold;
}
.file {
	display:inline-block;
	background:#ffffff;
	padding:5px 10px;
	font-size:15px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	border-radius: 10px;
	width:40%;
	text-align:center;
	color:#234675;
	margin-top:5px;
}
.myfile{
	display:inline-block;
	background:#ffffff;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	border-radius: 10px;
	width:20%;
	color:#234675;
}
.myfile img{
	width:25px;
	height:25px;
}
 
.login-form button {
  border: none;
  background:#ffffff;
  color:#031d38;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 10px;
  width:40%;
  margin:20px 0 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  font-weight:bold;
}
.login-form button:hover,.login-form button:active,.login-form button:focus {
		-webkit-transform: translateY(-3px);
        transform: translateY(-3px);
		box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.5);
}
textarea {
    width:80%;
	display: block;
	color:#234675;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	margin:1px auto;
	background-color:#ffffff;
	border:none;
	box-shadow: inset 2px 2px 5px #BABECC,inset -5px -5px 10px #ffffff73;
	border-radius:10px;
}
.scroll::-webkit-scrollbar {
   display: none;
 }

.frmlbl label span{
	width:100%;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	font-weight:bold;
	color:#234675;
}
.frmlbl input[type="text"]{
		display: block;
		background: none;
		padding:5px 10px;
		font-size:15px;
		border: none;
		/* border-bottom:2px dotted #234675; */
		line-height: 1;
		text-align:center;
		color:#234675;
		width:30%;
		float:left;
}
.frmlbl label{
	pointer-events: none;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	color: #234675;
	font-size:15px;
	font-weight:bold;
	padding-top:10px;
	text-align:right;
	width:40%;
	float:left;
}
.chatform{
	box-sizing: border-box;
	width:90%;
}
.errordiv {
	margin: 15px;
	background-color: transparent;
	padding: 5px;
	width: auto;
	color: #590635;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #590635;
}
.full{
  display: inline-block;
  width:80%;
  margin:0 auto;
  border-radius: 3px;
  vertical-align: top;
}
.half{
  display: inline-block;
  width:47%;
  padding:10px 0 5px;
  border-radius: 3px;
  margin:1px 1px;
  vertical-align: top;
  box-shadow: 0px 0px 3px rgba(0,0,0,.6);
}
.twothird{
  display: inline-block;
  width:63.5%;
   padding:10px 0 5px;
  border-radius: 3px;
  margin:2px;
  vertical-align: top;
  box-shadow: 0px 0px 3px rgba(0,0,0,.6);
}
.onethird{
  display: inline-block;
  width:30.7%;
  padding:10px 0 5px;
  border-radius: 3px;
  margin:5px 3px;
  box-shadow: 0px 0px 3px rgba(0,0,0,.6);
}
.frmfull{
  display: inline-block;
  width:96%;
}
.frmhalf{
  display: inline-block;
  width:46.7%;
  border-radius: 3px;
  margin:1px 0.5px;
  vertical-align: top;
  
 /*  background-color:#edafd2; */
}
.frmtwothird{
  display: inline-block;
  width:62.7%;
  padding:10px 0 5px;
  border-radius: 3px;
  margin:1px 0.5px;
  vertical-align: top;
}
.frmonethird{
  display: inline-block;
  width:31%;
  border-radius: 3px;
  vertical-align: top;
}
.frmsechalf{
   display: inline-block;
  width:46.5%;
}
.frmsectwothird{
  display: inline-block;
  width:60%;
  background-color:#edafd2;
}
.frmseconethird{
  display: inline-block;
  width:33%;
  background-color:#edafd2;
}
.uploadimg{
	 width:50px;
	 height:50px;
	 float:right;
	 clear:left;
	 display:block;	
}
/* --------------------------------login form-----------------------------*/
.mybtn[type=submit]{ 
	text-align: center;
	border-radius: 5px;
	background:#ffffff;
	color:#031d38;
	cursor: pointer;
	width:85%;
	border: none;
	font-size: 15px;
	font-weight:bold;
	padding:10px;
	margin:20px 0 0;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.mybtn[type=submit]:hover {
	background:#f9bf14;
	color:#031d38;
}

.submbtn{
	text-align: center;
	border-radius: 5px;
	background:#ffffff;
	color:#031d38;
	cursor: pointer;
	width:30%;
	border: none;
	font-size: 15px;
	font-weight:bold;
	padding:10px;
	display:inline-block;
	margin:25px auto 0;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.forgtxt{
	font-size: 12px;
	padding:10px;
}

.creatbtn{	text-align: center;
	border-radius: 5px;
	background:#ffffff;
	color:#031d38;
	cursor: pointer;
	width:95%;
	border: none;
	font-size: 15px;
	font-weight:bold;
	padding:10px;
	margin:5px 0 0;
}
.form-btn-group {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.forgbtn{
background-color: transparent;
color: #6c757d;
border: 0.5px solid #d3d3d3; /* Light gray border */
padding: 5px 16px;
font-size: 14px;
border-radius: 4px;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
}
.restbtn {
background-color: transparent;
color: #6c757d;
border: 0.5px solid #d3d3d3; /* Light gray border */
padding: 5px 16px;
font-size: 14px;
border-radius: 4px;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
}

.creatbtn:hover, .forgbtn:hover, .restbtn:hover, .submbtn:hover {
	background:#f9bf14;
	color:#031d38;
}

.btnlist[type=submit]{ 
	text-align: center;
	border-radius: 5px;
	background:#ffffff;
	cursor: pointer;
	border: none;
	color:#031d38;
	font-size: 15px;
	padding:5px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.btnlist[type=submit]:hover {
	background-color:#99004d;
	color:yellow;
}

.survey-form{
  box-sizing: border-box;
  width:98%;
  padding:6px;
}

.upload-container {
	border-radius: 10px;
	text-align: center;
	width:80%;
			margin:3px auto 0;
}
.upload-box {
	border: 2px dashed #007bff;
	padding: 20px;
	cursor: pointer;
	border-radius: 10px;
	margin-bottom: 10px;
}
.upload-box:hover {
	background-color: #f0f8ff;
}
.preview img {
	max-width: 100px;
	margin-top: 10px;
}

/* ---------------------radio button-------------- */
.rbgroup {
  display:inline-block;
  width:90%;
  margin:0 auto;
}
.rbitem {
  display:inline-block;
  width:auto;
}
.rcin {
  position:absolute;
  width:auto;
  height:auto;
  opacity: 0;
}
.rcin + label {
    padding:4px 5px 2px 5px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin-right:2px;
    color: #555;
    background-color: #ffffff;
    display: block;
	font-size:13px;
}
.rbitem:first-of-type .rcin + label{
  border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.rbitem:last-of-type .rcin + label {
  border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.rcin:checked + label {
     background-color:#f9bf14;
  color:#02212e;
}
.rcin + .rclabel:before {
    content:'';
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    display: inline-block;
    vertical-align: middle;
    width:20px;
    height:20px;
    padding: 2px;
    margin-right: 5px;
    text-align: center;
}
.rcin + .rclabel:before {
    border-radius: 50%;
}
.rcin:checked + .rclabel:before {
  content: "\2713";
  color: #052536;
  font-weight:900;
}
.rcin:focus + .rclabel {
  outline: 1px solid #ddd;
}
.justfydv{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.confirm-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 40%;
  width: 100%;
}

	.button-group {
	justify-content: center;
	gap: 20px;
	margin-top:20px;
	}
	.btn {
	  padding: 10px 50px;
	  border-radius: 5px;
	  font-size: 16px;
	  cursor: pointer;
	  transition: all 0.3s ease;
	  text-align: center;
	  background-color: transparent;
	}
	.cancel-btn {
	color: #333;
	border: 0.5px solid #36011f;
	}
	.cancel-btn:hover {
	background-color: #e0e0e0;
	color: #000000;
	}
	.delete-btn {
	color: #000000;
	border: 0.5px solid #e74c3c;
	}
	.delete-btn:hover {
	border:none;
	background-color:#36011f;
	color: #ffffff;
	}
.form{
  padding:5px 30px;
  position:relative;
}
.formtop img{
  width:100%;
  height:Auto;
}
.form header{
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #590635;
  color:#590635;
  text-align:center;
}
.form form{
  margin: 20px 0;
}
.form form .error-text{
  color: #721c24;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  margin-bottom: 10px;
  display: none;
}
.form form .name-details{
  display:inline-block;
  width:100%;
  align-items:center;
  margin:0 auot;
}
.form .name-details .field{
  width:32%;
  display:inline-block;
  margin:0 auto;
}
.form form .field{
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  position: relative;
}
.form form .field label{
  margin-bottom: 2px;
}
.form form .input input{
  height: 40px;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  border-radius: 5px;
  border:1px solid #590635;
}
.form form .field select{
  height: 40px;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  border-radius: 5px;
  border:1px solid #590635;
}
.form form .field input{
  outline: none;
}
.form form .image input{
  font-size: 17px;
}
.form form .button input{
  height: 45px;
  border: none;
  color: #fff;
  font-size: 17px;
  background:#590635;
  border-radius: 5px;
  cursor: pointer;
  margin-top:13px;
  width:100%;
}
.form textarea {
    width:100%;
	display: block;
	color:#234675;
	text-align:laft;
	font-size:13px;
	margin:1px auto;
	background-color:#ffffff;
	border:1px solid #590635;
	border-radius: 4px;
	padding:10px;
}
.form form .field i{
  position: absolute;
  right: 15px;
  top: 70%;
  color: #ccc;
  cursor: pointer;
  transform: translateY(-50%);
}
.form form .field i.active::before{
  color: #333;
  content: "\f070";
}
.form .link{
  text-align: center;
  margin: 10px 0;
  font-size: 17px;
}
.form .link a{
  color: #333;
}
.form .link a:hover{
  text-decoration: underline;
}

#filterForm {
    display:flex;
    width:92%;
	background:#ffffff;
	margin:0 auto;
	padding-top:0.5%;
}



.inter-form{
	box-sizing: border-box;
}
.inter-form h2,h3,h4,h5 {
	color: #36011f;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.form-section {
	margin-bottom: 25px;
}
.form-group {
	margin-bottom: 15px;
}
.form-group label {
  color:#590635;
  font-size:18px;
  font-weight:bold;
  padding-top:10px;
  text-align:left;
  margin:3px 0 1px 0;
  display:inline-block;
  width:100%;
}
.form-group input[type="text"],
.form-group input[type="date"],
.form-group input[type="number"],
.form-group textarea,
.form-group select {
		display:inline-block;
		padding:5px 10px;
		font-size:15px;
		border:none;
		border-radius: 5px;
		box-shadow: inset 2px 2px 5px #babecc,inset -5px -5px 10px #ffffff73;
		line-height:1.5;
		width:100%;
		height:35px;
		text-align:left;
		margin:3px auto 0;
		background: #ffffff;
		font-weight:bold;
}
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
	margin-right: 10px;
}
.table-container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.note {
	background-color: #ffeeba;
	border-left: 5px solid #ffc107;
	padding: 15px;
	margin-bottom: 20px;
	color: #664d03;
}

#filterForm input,
#filterForm select{
    padding:4px 0;
    box-sizing: border-box; 
	display:inline-block;
	font-size:14px;
	border:none;
	border-radius: 5px;
	box-shadow: inset 2px 2px 5px #babecc,inset -5px -5px 10px #ffffff73;
	height:27px;
	text-align:center;
	background: #ffffff;
	margin: 0 0.4% 0 0;
	

	width:12%;
    border: 1px solid #ccc;
    border-radius: 5px;

    overflow-y: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#filterForm label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}
#clearButton{
    border: none;
    border-radius: 3px;
    background: transparent;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	width:30px;
    height: auto;
	margin: -3px 1px 0 0;
}
.filicon{
	width: 100%;
    height: auto;
    display: inline-block;
    background: transparent;
    float: left;
}


.radio-options {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
}

.radio-options input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-options label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  min-height: 20px;
}

.radio-options label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  border-radius: 50%;
  margin-right: 12px;
  background-color: #fff;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.radio-options label::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.radio-options input[type="radio"]:checked + label {
  background-color: #e6f7ff;
  border-color: #007bff;
  color: #0056b3;
}

.radio-options input[type="radio"]:checked + label::before {
  border-color: #007bff;
  background-color: #fff;
}

.radio-options input[type="radio"]:checked + label::after {
  background-color: #007bff;
  transform: translateY(-50%) scale(1);
}

.radio-options label:hover {
  background-color: #f0f0f0;
  border-color: #999;
}

.radio-options label:hover::before {
  border-color: #007bff;
}

#successMessage {
display:none;
  margin-top: 20px;
  background-color:#e7f0fe;
  border-top: 6px solid #0b57d0;
  padding: 20px;
  border-radius: 8px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size:18px;
  color: #155724;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.5s ease-in-out;
  text-align:center;
}

#successMessage p {
  margin: 0 0 10px 0;
  font-size: 16px;
}

#unionQuestion {
display:none;
  margin-top: 20px;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #cce5ff;
  border-radius: 6px;
  color: #004085;
}

#unionQuestion p {
  margin: 0 0 10px 0;
  font-size: 15px;
}

#unionYes {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

#unionYes:hover {
  background-color: #0056b3;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

#errorMessage {
  display: none;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 15px 20px;
  margin: 20px auto;
  width: fit-content;
  max-width: 80%;
  border-radius: 6px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.3s ease-in-out;
}




 @media all and (max-width:1024px) {
.form-container{
	width:100%;
	border-radius:0; 
	box-shadow:none; 
 
}
.login-form .datediv{
	width:20%;
}
.log-header{
	background-color:#ffffff;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
}
.log-footer{
	padding:1.5%;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
}
.full{
	width:100%;
}
.frmhalf{
	width:100%;
}
.frmonethird{
	width:100%;
}

}