.main_stu_reg_fom
{
    margin: 100px 40px 80px 40px;
    padding: 40px 40px 40px 40px;
    background-color: #F2E7E7;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(16.130700683593773, 15.95536698051123, 15.95536698051123, 0.14);
}
.active-page {
    color: red; /* Change the color to red */
    font-weight: bold; /* Make the font bold */
    /* Add any other styles as needed */
}
li#wp-admin-bar-new-content {
    display: none !important;
}

li#wp-admin-bar-wpforms-menu {
    display: none !important;
}

.dropdown-menu {
    padding: .5rem 0;
    margin: 2rem 0 0 !important;
}

.woocommerce-js .select2-container .select2-selection--single,
.woocommerce-js select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
    padding: .5em !important;
}

/* Position the datepicker icon inside the input field */
.datepicker-with-icon .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
}

.datepicker-with-icon .input-group-text i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

select#inputState {
    height: 50px !important;
    max-height: 100% !important;
}

select#inputDistrict {
    height: 50px !important;
    max-height: 100% !important;
}

select#gender {
    height: 50px !important;
    max-height: 100% !important;
}

select#maritalstatus {
    height: 50px !important;
    max-height: 100% !important;
}
.rquiretor_select {
	  height: 50px !important;
	  max-height: 100% !important;
	}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 39px;
  user-select: none;
  -webkit-user-select: none;
  height: 50px !important;
  max-height: 100% !important;
  color: #666;
  padding: .75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: var(--ast-border-color);
  border-radius: 2px;
  background: var(--ast-comment-inputs-background);
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
}