@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lato", sans-serif;
  color: #1A1A1A;
  font-size: 16px;

}

:root {
  --text: #5C6A84;
}

.body-bg {
  position: relative;
  /* height: 100%; */

}

.body-bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;

  background-image: url('https://resources.edunexttechnologies.com/web-data/education-world-jury/forms-background.png');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;

}

.form-control:focus {
  border: 2px solid #86b7fe;
  outline: 0;
  box-shadow: none;
}

.isra-box {
  max-width: 820px;
  width: 100%;
  /* background: transparent linear-gradient(180deg, #4ac6eb66 0%, #FFFFFF 100%); */

  /* box-shadow: 0 0 10px #efe8e8; */
  border: 1px solid #efe8e8;
  position: relative;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.isra-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  /* background: transparent linear-gradient(180deg, #4ac6eb66 0%, #FFFFFF 100%); */
  z-index: -1;
}

.logo-background {
  background: #FAFBFD;
  border-radius: 10px 10px 0px 0px;
}

.congo-banner {
  width: 100%;
}

.congo-banner img {
  width: 100%;
  height: 100%;
}

.main-logo {
  padding-top: 10px;
  text-align: center;
}

.main-logo img {
  max-width: 200px;
}

.internal-design {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}

.textt-background {
  background: #FAFBFD;
  border: 1px solid #E1E7F1;
  border-radius: 12px;
  opacity: 1;
}

.bollet-design {
  color: #5C6A84;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.brand-span {
  font-size: 5px;
}

.india-btn {
  background: #5C6A84 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px;
  padding: 3px 24px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 2px #A5A5A5;
}

.note-btn {
  background: #2C2C2C;
  border-radius: 6px;
  color: #FFECC2 !important;
  font-size: 17px;
  padding: 1px 8px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  /* text-shadow: 0px 1px 2px #A5A5A5; */
}

.main-title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  /* background: #005dbb; */
  background: transparent linear-gradient(90deg, #005DBB 0%, #A5E9FF 100%) 0% 0% no-repeat;
  border-radius: 6px;
  position: relative;
  text-align: center;
  max-width: 154px;
  /* margin: 0 auto; */
  padding: 7px 0px;
  z-index: 9;
}

.main-head {
  position: relative;
}

/* 
.main-head:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: transparent linear-gradient(296deg, #005dbb 0%, #FFFFFF 100%);
} */

.main-head:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 580px;
  top: 50%;
  right: 30px;
  transform: translate(0, 50%);
  background: transparent linear-gradient(90deg, #A5E9FF 0%, #FFFFFF 100%);
  z-index: 1;
}

.input-container {
  position: relative;
  margin: 20px;
}

.input-field {
  width: 100%;
  padding: 10px;
  border: 2px solid #ccc;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
  border: 1px solid #B7C3DB;
  border-radius: 6px;
}

.input-field:focus {
  border-color: #007BFF;
}

.floating-label {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 16px;
  color: #000000ba;
  pointer-events: none;
  transform: translateY(-50%);
  transition: top 0.3s, font-size 0.3s, color 0.3s;
}

.input-field:focus+.floating-label,
.input-field:not(:placeholder-shown)+.floating-label {
  top: 0px;
  font-size: 14px;
  color: #007BFF;
  background-color: white;
  padding: 0 4px;
}

.label-wrapper {
  display: flex;
  align-items: center;
  height: 0;
  /* Start with no height */
  margin-top: -12px;
  /* Adjust this value based on the label's font size to align perfectly */
  position: relative;
  top: -8px;
  /* Align with the input field's top border */
  padding-left: 12px;
  /* Add padding if the label is positioned too close to the border */
}

.label-design {
  display: flex;
  align-items: center;
  height: 20px;
  margin-bottom: -15px;
  padding-left: 5px;
  font-size: 14px;
  color: var(--text);
}

.label-wrapper label {
  background-color: white;
  /* Match the background color of the form */
  padding: 0 4px;
  /* Add padding to create space around the label */
}

.form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 20px;
  /* margin-top: 35px; */
}

.form-group1 {
  margin-top: 18px;
}

.form-control {
  padding-top: 5px;
  /* Adjust the padding to accommodate the label's position */
  /* border-top-width: 2px; */
  /* Ensure there's enough border at the top */
}

::placeholder {
  /* Standard way for modern browsers */
  font-size: 14px;
  padding-left: 3px
}

::-webkit-input-placeholder {
  /* Chrome, Safari, Opera */
  font-size: 14px;
  padding-left: 3px
}

.inputTextBox {
  border: 1px solid #B7C3DB;
  border-radius: 6px;
}

.inputTextBox::placeholder {
  color: #A1B3CC;
  opacity: 1;
}

.note-background {
  background: #FFECC2 0% 0% no-repeat;
  border-radius: 6px;
}

/* .add-design {
  position: relative;
  display: inline-block;
  cursor: pointer;
  float: left;
}

.add-design::before {
  content: url(https://resources.edunexttechnologies.com/web-data/education-world-jury/add.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
} */
.add-design {
  position: relative;
  display: inline-block;
  cursor: pointer;
  float: left;
  padding-left: 24px;
  /* Add space for the icon */
}

.add-design::before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(https://resources.edunexttechnologies.com/web-data/education-world-jury/add.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.remove-design {
  position: relative;
  display: inline-block;
  cursor: pointer;
  float: right;
  padding-left: 24px;
  /* Add space for the icon */
}

.remove-design::before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(https://resources.edunexttechnologies.com/web-data/school-logo/minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 
.remove-design {
  position: relative;
  display: inline-block;
  cursor: pointer;
  float: right;
  display: none;

}

.remove-design::before {
  content: url(https://resources.edunexttechnologies.com/web-data/school-logo/minus.svg);
  position: absolute;
  width: 20px;
  height: 20px;

} */

.rupee {
  font-size: 14px;
}

.textbox-size {

  width: 15px;
  height: 15px;
}

.textbox-text {
  padding-left: .5rem
}

.regis-bntt {
  color: #fff;
  font-weight: normal;
  box-shadow: 2px 2px 3px 1px #333;
  display: inline-block;
  padding: 6px 48px;
  font-size: 20px;
  letter-spacing: 1px;
  background: transparent linear-gradient(180deg, #EBBB4A 0%, #DB4300 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000003D;
  border: 2px solid #FFFFFF;
  border-radius: 34px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #00000080;
  cursor: pointer !important;
}

.brand-spann {
  font-size: 8px;
}

.logo-box {
  max-width: 222px;
  margin: 0 auto 15px auto;
}

.underline-heading {
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}

.underline-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 2px;
  background-color: black;
}

.underline-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #33333333;

}

.queries {
  background: #FAFBFD;
}

.centered-heading {
  position: relative !important;
  text-align: center !important;
  font-weight: 800;
  font-size: 17px !important;
  margin: 14px 0 !important;
  color: #1A1A1A;
}

.centered-heading::before {
  left: 0;
  margin-right: 10px;
  transform: translateY(-50%);
}

.centered-heading::before,
.centered-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 31.5%;
  height: 2px;
  background-color: #E6E6E6 !important;
}

.centered-heading::after {
  right: 0;
  margin-left: 10px;
  transform: translateY(-50%);
}

.internal-designn {

  background: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.survey {
  line-height: 50px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .5px;
  color: #1A1A1A;
}

.bg-education {
  background: #2C2C2C;
  padding: 9px;
}

.disclaimer {
  font-size: 15px;
}

.t-c {
  font-weight: 500;
  font-size: 15px;
}

.half-background-section {
  background: linear-gradient(to bottom, #FFFFFF 20%, #EBF8FB 80%);
  padding: 0px 0px 20px 0px;
}


.form-card {
  position: relative;
  padding: 30px 30px;
}

.form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: transparent linear-gradient(180deg, #fdce6b3b 0%, #fbf2de1c 100%);
  z-index: -1;
}

.banner-form {
  border: 1px dashed #707070;
  padding: 15px 10px;
}

.brand-text {
  color: #EB7900;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}



.add-text {
  font-weight: 700;
  /* letter-spacing: .6px; */
  font-size: 17px;
  margin-bottom: 0;
  padding-left: .5rem !important;
  color: #005DBB;
  /* vertical-align: middle; */
}

.add-text1 {
  font-weight: 700;
  /* letter-spacing: .6px; */
  font-size: 17px;
  margin-bottom: 0;
  padding-left: 2rem !important;
  /* color: #005DBB; */
  vertical-align: middle;
}

.add-sub {
  font-size: 16px;
}

.hr-img {
  max-width: 230px;
  margin: 0 auto;
}

.first-group {
  margin-bottom: 30px;
}

select {
  background-image: url(https://resources.edunexttechnologies.com/default-form/img/select-arrow.png);
  -webkit-background-size: 13px 13px;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: right 7px;
}

.dps-text {
  font-weight: 700;
}

.datee {
  margin: .8rem 0rem;
}

.primary-text {
  color: var(--text);
}

/* 
Start Jury CSS */
.jury-body {
  position: relative;
}

.jury-body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: url(https://resources.edunexttechnologies.com/web-data/education-world-jury/jury.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.maharastra-btn {
  padding: 3px 10px !important;
}

.form-group-last {
  margin-bottom: 25px !important;
}

.bank-detail {
  color: #fff !important;
  font-size: 14px;
  padding: 7px 23px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 2px #A5A5A5;
  background: transparent linear-gradient(90deg, #2C2C2C 0%, #69717E 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 6px 6px 0px;
}

.bank-detail-para {
  text-align: left;
  letter-spacing: 0px;
  color: #5C6A84;
  font-size: 17px;
}

.bank-detail-para2 {
  font-weight: 800;
  color: #5C6A84;
  font-size: 15px;
}

.bank-detail-para1 {
  color: #5C6A84;
  font-size: 14px;
  margin-bottom: 1px;
}

.bank-detail-para3 {
  font-weight: 700;
  color: #5C6A84;
}

.note-btn1 {
  font-size: 16px;
}

.note-link1 {
  margin-bottom: 8px;
}

.india-head {
  padding: 11px 0px 10px 0px;
  color: #005DBB;
  letter-spacing: 0.48px;
}

.note-link1 li {
  font-weight: 500;
}

.btn-model-class {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}

.model-content-design {
  background: #005DBB;
  border-radius: 6px;
  padding: 40px;
  z-index: 999999;
}

.model-links li {
  color: white;
  font-size: 20px;
  text-align: justify;
  /* font-weight: 300; */
}

.model-para {
  color: white;
  font-size: 20px;
  text-align: justify;
}

.education-link {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.education-link:hover {
  color: black;
}

.survey-link-email {
  color: white;
  text-decoration: none;
  cursor: pointer;
  color: #1A1A1A;
}

.font-design {
  font-weight: 600;
}

.btn-close.btn-model-class {
  color: white !important;
  z-index: 9999;
}

.bottom-linee {
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}

.bottom-linee:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: white;
}

@media screen and (min-width: 1200px) {
  .icon-box1 {
    -ms-flex: 0 0 19%;
    flex: 0 0 21%;
    max-width: 24%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .icon-box2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

@media only screen and (max-width: 576px) {
  .form-group {
    margin-top: 18px;
  }

  .input-field {
    font-size: 13px;
  }

  .btn-model-class {
    font-size: 18px;
  }

  .btn-model-class {
    right: 7px;
    top: 7px;
  }

  .model-content-design {
    padding: 9px 6px;
  }

  .bottom-linee {
    font-size: 15px;
  }

  .model-links li {
    font-size: 13px;
  }

  .model-para {
    font-size: 13px;
  }

  .form-group-last {
    margin-bottom: 15px !important;
  }

  .india-head {
    font-size: 1.05rem;
  }

  .textbox-text {
    font-size: 14px;
  }

  .bank-detail {
    font-size: 12px;
  }

  .note-link1 li {
    font-size: 14px;
  }

  .bank-detail-para1 {
    font-size: 12px;
  }

  .bank-detail-para2 {
    font-size: 13px;
  }

  .bank-detail-para3 {
    display: block;
    font-size: 14px;
  }

  .add-design {
    padding-left: 0px !important;
  }

  .remove-design {
    padding-left: 0px !important;
  }

  .add-text {
    padding-left: 1rem !important;
  }

  .add-design::before {
    width: 15px;
    /* Change icon width for mobile view */
    height: 15px;
    /* Change icon height for mobile view */
  }

  .remove-design:before {
    width: 15px;
    /* Change icon width for mobile view */
    height: 15px;
    /* Change icon height for mobile view */
  }

  .for-mobile {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
  }

  .note-btn {
    font-size: 14px;
  }

  .note-link li {
    font-size: 14px;
  }

  .remove-design {
    float: left !important;
  }

  .add-text1 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 0rem !important;

  }

  .isra-box {
    width: 99%;
  }

  .add-sub {
    font-size: 14px;
  }

  .internal-design {
    padding-left: 20px;
    padding-right: 20px;
  }

  .india-btn {
    font-size: 13px;
    padding: 5px 10px;
  }

  .dps-text {
    font-size: 1rem;
  }

  .brand-span {
    font-size: 5px;
  }

  .bollet-design {
    font-size: 13px;
  }

  .please {
    font-size: 14px;
  }

  .main-head:after {
    width: 180px;
  }

  .main-title {
    max-width: 130px;
  }

  .main-title {
    font-size: 13px;
  }

  .main-head:after {
    right: 20px;
  }

  .inputTextBox::placeholder {
    font-size: 13px !important;
  }

  .note-row {
    padding: 0;
  }

  .label-wrapper label {
    font-size: 13px;
  }

  .regis-bntt {
    padding: 4px 38px;
    font-size: 17px;
  }

  .add-text {
    /* padding-left: 0px !important; */
    text-align: left !important;
    font-size: 12px;
  }

  .centered-heading {
    font-size: 15px;
  }

  .centered-heading::before,
  .centered-heading::after {
    width: 26.5%;
  }

  .survey {
    line-height: 25px;
    font-size: 15px;
  }

  .logo-box {
    max-width: 150px;
    margin: 0 auto 15px auto;
  }

  .inputTextBox::placeholder {
    font-size: 13px;
  }

}


.error{
  color: red;
    font-size: 13px;
    padding-left: 9px;
    display: flex;
}

.band-text-error {
  color: red;
  font-size: 21px;
}

.warningtext{
  font-size: 15px;
  color: white!important;
}
.blinkerBtn{
  animation: blinker 1.4s linear infinite;
}


@keyframes blinker {
  0% {
    background: #004eaf
  }

  50% {
    background: #004fafaa
  }

  100% {
    background: #004eaf
  }
}

.fsize{
  font-size: 15px !important;
}