/**************************************/
.form-control {
    border-color:#F05B23;
    color:#202020;
    border-radius: 6px;
}
.form-control:focus {
     color:#023B6D;
}
.form-header {
  text-align:center;
  padding-bottom: 20px;
}
.form-control::placeholder{
	color:#777; /* b8b8b8 */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #777;
}

.form-label {
    font-weight:bold;
    font-size: 1rem;
    /* color:#333; */
}
form sup {
	top: -.2em;
    font-size: 1rem;
    color: red !important;
}
.frmsubmit {
  text-align: center;
  padding: 20px 0;
}
.mandatory {
    color: #E77;
    padding-left: 5px;
}
#txtAadhar::placeholder {
  letter-spacing: normal;
  font-weight: normal;
}
#txtAadhar {
  letter-spacing: 10px;
  font-weight: bold;
}
#txtEmailVerification::placeholder, #txtEmailVerification2::placeholder {
  letter-spacing: normal;
  font-weight: normal;
}
#txtEmailVerification, #txtEmailVerification2 {
  width: 45%;
  float: left;
  letter-spacing: 10px;
  font-weight: bold;
}
#txtRegDetails {
  width: 45%;
  float: left;
}
#btnSendCode, #btnGetReg, #btnVerifyGetDetails {
	--bs-btn-padding-x: 12px;
	--bs-btn-padding-y: 5px;
	--bs-btn-font-size: 17px;
	--bs-btn-font-weight: 700;
}
/*************** Form Pages ***********************/
#success_message {
  color: #124a7a;
  border: 1px solid #F05B23;
  border-radius: 6px;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  width:92%;
  text-align: left;
  background-color: #ffE7A3;
}

#error_message {
  color: red;
  display: none;
  border: 1px solid red;
  border-radius: 6px;
  text-align: left;
  padding: 15px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
  font-size: 16px;
  width:92%;
}

.ajax-loader {
  width: 50px;
  padding-top: 22px;
  display: none;
}
#imgLoaderEmailVerification, #imgLoaderCheckBootcampReg {
  width: 32px;
  height: 32px;
  padding-top: 0px;
}

#error_message ul li{
  list-style: circle;
  text-align: left;
}

#success_message.show,
#error_message.show {
  display: block;
}

.grcaptcha-err {
  text-align: center;
  padding-bottom: 10px;
}

#sectionPersonalDetails, #sectionInstitutionalDetails, #sectionEDPDetails, #sectionStudentCheck, #actionSubmit, #sectionRegCheck, #existingBootcampReg, #verifyEmailGetDetails {
  display: none;
}
#frmParticipants {
  min-height:800px;
}
#frmParticipants option:disabled {
  font-weight: bold;
  background-color: #FFA763;
  color: #FFF;
}
.form-control:disabled {
	background-color: #F1F1F1;
	opacity: 1;
  color: #878787;
}
.form-control:readonly {
	background-color: #f4f4f4;
	opacity: 1;
    color: #555;
}
#txaBusinessIdea {
  min-height: 155px;
}
/*Mentor Form*/
#selExperience, #selMExperience, #selExperienceMonths, #selMExperienceMonths {
    width: 32%;
}
#emailVerification .invalid-feedback, #emailVerification .valid-feedback {
    clear: left;
}
#txaCompanyProfile {
    height: 135px;
}
#selMonths, #selDays {
    width: 32%;
}
/*COE Form*/
#frmCoe #txtSpace {
    width: 125px;
    letter-spacing: 5px;
    font-weight: bold;
    direction: rtl;
}
#frmCoe #txtSpace::placeholder {
    letter-spacing: normal;
    font-weight: normal;
}
 #frmCoe .input-group>select.startups {flex: 0 1 10%;direction: rtl; font-weight: bold; letter-spacing: 3px;}
 #frmCoe .input-group>span.input-group-text {flex: 1 0 90%;}
#frmCoe .form-text-more {
    text-align: right;
    color: #787878;
}
#frmCoe .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	border-color: #F05B23;
}
#frmCoe .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-color: #F05B23;
}
#frmCoe .download-template i {
    font-size: 21px;
	top: 3px;
	position: relative;
	padding-right: 3px;
}
    
#frmCoe #otherCoeFacility, #frmCoe #otherCoeSector {
    display: none;
}

#studentOfInst {
    color: #F05B23;
}