.txtinfo {
	font-size: 13px;
	text-align: center;
	    max-width: 920px;
    margin: 0 auto;
}
/*** feedbackform ***/
.feedback-pagewrap {
    background: #fff;
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #4e4e4e;
   
    font-size: 14px;

}
.formfeedback .alert {
	font-size: 14px;
    cursor: pointer;
}
.formfeedback .alert span {
position: absolute;
    right: 20px;
    font-size: 24px;
    top: 7px;
}
.feedbackblock {
	padding-top: 10px;
}
.feedbackblock #feedbackBtn {
display: inline-block;
    background: #049547;
    color: #fff;
    padding: 8px 26px;
    border-radius: 100px;
    font-size: 14px;
    text-decoration: none;
	border:0;
}
/* Modal styles */
#feedbackModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

#feedbackModal input {
    width: 100%;
    min-height: 45px;
    border-radius: 10px;
    border: 1px solid #003145;
    padding: 5px 12px;
}
#feedbackModal input:read-only {
	background-color: #f3f3f3;
}
#feedbackModal input#file {
	background-color: #fff;
}
#feedbackModal .modal-content {
	 background-color: white;
  margin: 6% auto;
  padding: 20px;
    width: 90%;
    max-width: 700px;
}
#feedbackModal .txtright {
	text-align: right;
}
#feedbackModal textarea {
	min-height: 220px;
}
#feedbackModal button {
	    display: inline-block;
    background: #049547;
    color: #fff;
    padding: 8px 26px;
    border-radius: 100px;
    font-size: 14px;
    text-decoration: none;
	border:0;
}

#closeModal {
  cursor: pointer;
    text-align: right;
    font-size: 30px;
    margin-top: -10px;
    margin-right: 2px;
}

/*** end ***/
.gpsk-pagewrap td {
	min-width: 125px;
}
.regulation-name {
	min-width: 140px!important;
}
.otp-verification-page {
  flex-direction: column;
}
header nav li a.logoutbtn {
  padding-left: 35px !important;
}

.generatereportwrap .btn-primary {
  border: 1px solid #003145 !important;
  color: #003145 !important;
  background: #fff !important;
  opacity: 1;
  cursor: pointer;
}
.generatereportwrap .btn-primary.disabled {
  background: #bdbcbccc !important;
  color: #e6e6e6 !important;
  cursor: not-allowed;
  border: 1px solid #bdbcbc !important;
  pointer-events: all;
  opacity: 1;
  text-transform: initial;
}

.tblgnt > div:first-child {
  padding-right: 5px;
}

.submit-asset-wrap form .file-title span {
  color: #003145;
}

.pvc-plcy-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
#header .logo img {
	width: 330px!important;
}
#header .logo {
	margin-right: 0!important;
}
@media screen and (max-width: 991px) {
	#header .logo img {
	width: 290px!important;
}
	header .logo-wrap > div {
		padding-right: 0;
	}
	header .logo-wrap h1 {
        font-size: 22px!important;
    }
}
@media screen and (max-width: 768px) {
		#header .logo img {
	width: 160px!important;
			height: 22px;
}
	header .logo-wrap h1 {
        font-size: 16px!important;
    }
  p {
    font-size: 14px;
  }
  .pvc-plcy-page {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

input[name='resend_otp'] {
  padding: 10px 20px;
  background-color: #003145;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#buttonPreloader {
  display: none;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid #fff;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
  pointer-events: none;
}

/* Animation for spinning effect */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Show preloader on form submission */

#submitButton {
  border: 1px solid #049547;;
  background: #049547;
  color: #fff;
  width: 100%;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 100px;
  cursor: pointer;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.show-preloader #buttonPreloader {
  display: inline-block;
}
.show-preloader #submitButton span {
  display: none;
}
#custom-password-request-container input[type='text']:disabled,
#custom-password-request-container input[type='password']:disabled,
#custom-password-request-container input[type='email']:disabled {
  pointer-events: none; /* Prevents user interaction */
  opacity: 0.5; /* Gives a visual indication that the inputs are disabled */
  background-color: #f3f3f3; /* Optional: changes the background color to indicate disabled state */
}
