/** Shopify CDN: Minification failed

Line 108:0 Unexpected ".21green"

**/
.student-form-section {
  padding: 30px 60px 60px 60px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  background:rgb(242,242,242);
}

.student-form {
  background-color: #fff;
  padding: 15px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width:100%;
  margin-top:30px;
}

.student-form-section h1 {
  font-size: 40px;
  font-weight:bold;
  margin-bottom: 1.5rem;
  text-align: center;
}

.student-form-section p {
  font-size: 14px;
}


.student-form-section form {
  display: flex;
  flex-direction: column;
}

.student-form-section label {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-style: italic;
}

.student-form-section input[type="text"],
.student-form-section input[type="email"],
.student-form-section input[type="tel"] {
  padding: 7.5px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.student-form-section input[type="file"] {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.stf_but {
  padding: 10px 15px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-bottom:15px;
}

.stf_but:hover {
  background-color: #0056b3;
}

#status {
  margin-top: 1rem;
  font-size: 1rem;
  text-align: center;
}

.xpagestate {
  min-height:calc(100vh - 150px);
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}
.xpagestates {
  min-height:calc(100vh - 150px);
  width:100%;
  height:100%;
  display:none;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}
.xpagestate a {
  color: rgb(52, 215, 95);
  transition: .3s all;
}
.21green {
  color: rgb(52, 215, 95);
}
.xpagestate a:hover {
  color: rgb(40, 161, 70);
}
.xsloader {
  min-height:calc(100vh - 150px);
  width:100%;
  height:100%;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  display:none;
}
.sloader {
  display:flex !important;
  position: relative;
  width: 0;
  height: 0;
  margin: 14em auto;
  -webkit-animation: anim-rotate 1.2s infinite ease;
          animation: anim-rotate 1.2s infinite ease;
  /* Variations */
}
.sloader:before,
.sloader:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 10px;
  opacity: 0.9;
}
.sloader::before {
  background: #00a7ce;
  transform: translate(-0.75em, -0.75em) scale(1);
  box-shadow: 1.5em 1.5em 0 #72c45a;
  -webkit-animation: anim-1-2 1.2s infinite ease;
          animation: anim-1-2 1.2s infinite ease;
}
.sloader:after {
  background: #f963a3;
  transform: translate(0.75em, -0.75em) scale(1);
  box-shadow: -1.5em 1.5em 0 #ffd15b;
  -webkit-animation: anim-3-4 1.2s infinite ease;
          animation: anim-3-4 1.2s infinite ease;
}
@-webkit-keyframes anim-1-2 {
  50% {
    transform: scale(1.3) translate(0, 0);
    box-shadow: 0 0 0 #72c45a;
    opacity: 0.8;
  }
}
@keyframes anim-1-2 {
  50% {
    transform: scale(1.3) translate(0, 0);
    box-shadow: 0 0 0 #72c45a;
    opacity: 0.8;
  }
}
@-webkit-keyframes anim-3-4 {
  50% {
    transform: scale(1.3) translate(0, 0);
    box-shadow: 0 0 0 #ffd15b;
    opacity: 0.8;
  }
}
@keyframes anim-3-4 {
  50% {
    transform: scale(1.3) translate(0, 0);
    box-shadow: 0 0 0 #ffd15b;
    opacity: 0.8;
  }
}
@-webkit-keyframes anim-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes anim-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
.xsshow {
  display:flex !important;
}
.xshide {
  display:none;
}