/* Global CSS  Start */

.font-15 {
  font-size: 15px;
}
.radius-6 {
  border-radius: 6px;
}
.border-radius-top-6 {
  border-radius: 6px 6px 0px 0px;
}
label {
  text-align: left !important;
  font-size: 14px;
  font-weight: 400;
  color: #212529;
  font-family: system-ui;
}
fieldset {
  background: #ffffff;
}
.control-label {
  padding-top: 2px !important;
}

.form-control {
  padding-left: 7px;
  padding-bottom: 7px;
  border: 1px solid #13467d73;
  font-size: 14px;
  font-weight: 400;
  color: #212529;
  font-family: system-ui;
  height: 38px !important;
}
.form-inner-heading-bg {
  background: rgb(230 222 243);
}
.form-inner-heading {
  font-size: 16px;
  font-family: system-ui;
  color: rgb(73 104 126);
}
.form-inner-column-bg {
  background: white;
  border: 1px solid rgb(241 241 241);
  border-bottom: 3px solid rgb(164 141 235);
  border-top: 3px solid rgb(164 141 235);
  /*box-shadow: 0px 4px 0px #cbcbcb;*/
}
.payment-instruction {
}
/* Global CSS End */

.admission-form-2022 {
  background: #f7f8fc;
  padding: 0px 10px;
}
.admissionFormHeader {
  background: white;
  border: 1px solid lightblue;
  border-radius: 3px;
  /* opacity: 0; */
}

.admission-form-2022 .input-text-got {
  font-size: 14px;
  font-weight: 400;
  color: #212529;
  font-family: system-ui;
  padding-top: 5px;
}

.readioBoxStyle {
  padding-top: 0 !important;
}
.second-guest-btn {
  padding: 7px;
  border: solid 1px red;
}
.second-guest-btn:hover {
  cursor: pointer;
}

.admission-form-2022 {
  width: 100%;
}

.form-horizontal .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.admission-form-2022 .registration fieldset {
  border: 1px solid lightblue;
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.admission-form-2022 .registration legend {
  background: rgb(183 141 235);
  border: 1px solid #e5e5e5;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 14px;
  padding: 4px 10px;
  width: 20%;
  border-radius: 5px;
}

.margin-bottom-top10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.admission-form-2022 .display-image img {
  margin: auto;
}

.admission-form-2022 .display-image {
  text-align: center;
}

.admission-form-2022 span.required {
  color: #d9534f;
}

.admission-form-2022 .payment-info {
  font-size: 18px;
}

.admission-form-2022 .payment-info strong {
  color: var(--secondary-color);
}

.minheight-300 {
  min-height: 300px;
}

.admission-form-2022 .table-profile > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none;
}

.admission-form-2022 .student-login {
  width: 320px;
  margin: auto;
}

.admission-form-2022 .btn-info {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}

.admission-form-2022 .btn-success {
  /*background-color: var(--secondary-color);*/
  border-color: var(--secondary-color);
  color: #fff;
}

.admission-form-2022 hr {
  border-color: var(--secondary-color) -moz-use-text-color -moz-use-text-color;
}

.text-center-important {
  text-align: center !important;
}

.admission-form-2022 .registration legend {
  margin: auto;
  text-align: center;
  width: 70%;
}

.content-box {
  overflow: hidden !important;
}

.admission-form-2022 fieldset {
  padding: 5px 30px;
  border-radius: 5px;
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.admission-form-2022 .mainlink {
  font-size: 20px;
}

.admission-form-2022 .message_form_instructions {
  font-size: 18px;
}

.selected-program {
  margin-left: 19rem;
  margin-top: -2rem;
}

.first {
  padding-right: 10px;
}

.displayNone {
  display: none;
}

.error {
  color: red;
}

#submission-modal-success .modal-header {
  height: 140px;
  background-color: #c7f1c7;
}

#submission-modal-success .modal-header img {
  position: absolute;
  /* margin: auto; */
  left: 41%;
  top: 12%;
}

#submission-modal-success .modal-body {
  color: green;
  font-weight: 500;
  text-align: center;
}

#submission-modal-Error .modal-header {
  height: 140px;
  background-color: rgb(233, 137, 137);
}

#submission-modal-Error .modal-header img {
  position: absolute;
  /* margin: auto; */
  left: 41%;
  top: 12%;
}

#submission-modal-Error .modal-body {
  color: rgb(196, 38, 38);
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .selected-program {
    margin-left: 2rem;
    margin-top: -2rem;
    width: 54%;
  }
}
@media only screen and (max-width: 568px) {
  .admission-form-2022 fieldset {
    padding: 5px 15px;
  }
}
