html, body {
  background: var(--announcement-gradient);
}

input[type]:hover, input[type]:focus,
input[type=file]:hover,
input[type=file]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
}

#buy-code-container2-wrapper {
  background-color: transparent;
}

.container, .container-fluid {
  background-color: transparent;
}

.title {
  color: #fff;
  font-weight: bold;
}

.info {
  color: #018749;
  font-weight: bold;
}

/* Container styling */
.instructions {
  padding: 20px;
  margin: auto; /* Centers the container */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  border-radius: 8px; /* Rounded corners */
  background-color: #f8f9fa; /* Light grey background */
}

/* Button styling */
.btn-primary {
  background-color: #007bff; /* Bootstrap primary blue */
  border: none; /* No border for a cleaner look */
  padding: 10px 20px; /* Padding for better touch */
  border-radius: 5px; /* Slightly rounded corners for the button */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for the button */
  transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transitions for hover effects */
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #0056b3; /* Darker blue on hover/focus */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Larger shadow on hover/focus */
}

/* Card styling */
.card {
  background-color: #ffffff; /* White background for the card */
  border: 1px solid #ddd; /* Subtle border for the card */
  border-radius: 5px; /* Rounded corners for the card */
}

.card-body {
  padding: 15px; /* Padding inside the card */
  line-height: 1.5; /* Spacing for readability */
  font-family: "Arial", sans-serif; /* Font for the card */
}

.small-logo {
  width: 100px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}

.warning-notice {
  color: #505050;
  background-color: #fff3cd;
  border-left: 5px solid #ffc107;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
}
.warning-notice i {
  margin-right: 10px;
  color: #ffc107;
}

#paymentForm .card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 30px;
  position: relative;
  width: 100%;
}
@media (max-width: 576px) {
  #paymentForm .card {
    padding: 20px;
  }
}
#paymentForm .text-center {
  margin-bottom: 2rem;
  position: relative;
}
#paymentForm .text-center img {
  max-width: 50px;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  #paymentForm .text-center img {
    max-width: 40px;
    top: -3rem;
  }
}
@media (max-width: 576px) {
  #paymentForm {
    height: auto;
    min-height: 25rem;
  }
}

#admission_instructions {
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  font-family: "Arial", sans-serif;
  line-height: 1.6;
}
#admission_instructions h5 {
  color: #007bff;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  border-bottom: 2px solid #007bff;
  padding-bottom: 0.5rem;
}
#admission_instructions ol {
  padding-left: 1.5rem;
}
#admission_instructions ol li {
  margin-bottom: 1rem;
}
#admission_instructions ol li.important {
  font-weight: bold;
  color: #dc3545;
}
#admission_instructions ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
#admission_instructions a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}
#admission_instructions a:hover {
  text-decoration: underline;
}
#admission_instructions .important {
  font-weight: bold;
  color: #dc3545;
}
#admission_instructions .text-primary {
  color: #007bff;
  font-weight: bold;
}
#admission_instructions .warning-notice {
  background-color: rgb(255, 231.25, 160);
  border-left: 4px solid #ffc107;
  padding: 1rem;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: rgb(109, 81.75, 0);
}
#admission_instructions .warning-notice i {
  margin-right: 0.5rem;
}
#admission_instructions p {
  margin-bottom: 1rem;
}

#school_name {
  background: rgb(44, 68, 114);
  background: linear-gradient(90deg, rgba(44, 68, 114, 0.0620623249) 0%, rgb(1, 3, 25) 43%, rgb(2, 5, 27) 51%, rgba(25, 80, 62, 0) 100%);
  padding: 0; /* Add some padding to make it look better */
}/*# sourceMappingURL=INIT.css.map */