.title-container {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000;
      position: relative;
    }
    
    .footer-bg {
    background-color: #007bff;
    color: white;
    text-align: center;
    padding: 15px;
}

    .school-level-btn {
      margin: 5px;
      border: 1px solid #832525;
      background-color: #fff;
      color: #832525;
      padding: 10px 20px;
      border-radius: 20px;
      cursor: pointer;
      transition: 0.3s;
    }

    .school-level-btn.active {
      background-color: #832525;
      color: white;
    }

    .class-radio-label {
      margin-right: 15px;
      display: inline-block;
      padding: 5px 15px;
      border: 1px solid #832525;
      border-radius: 20px;
      cursor: pointer;
      transition: 0.3s;
    }

    .class-radio-label.active {
      background-color: #832525;
      color: white;
    }

    .class-radio-input {
      display: none;
    }

    .medium-radio-label {
      margin-right: 15px;
      display: inline-block;
      padding: 5px 15px;
      border: 1px solid #832525;
      border-radius: 20px;
      cursor: pointer;
      transition: 0.3s;
    }

    .medium-radio-label.active {
      background-color: #832525;
      color: white;
    }

    .medium-radio-input {
      display: none;
    }

    .file-preview {
      margin-top: 10px;
    }

    .file-preview img {
      max-height: 80px;
    }

    .file-preview .fa-file-pdf {
      font-size: 50px;
      color: #ff0000;
    }
    /* Style the container that holds the file input and preview */
.file-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Style for the file selector (icon + preview) */
.file-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 8px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

/* Style the FontAwesome icon */
.file-selector i {
    font-size: 24px;
    color: #007bff;
    cursor: pointer;
}

/* Style the preview div */
.file-preview {
    margin-left: 10px;
    width: 120px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

/* Style the preview image */
.file-preview img {
    max-width: 100%;
    height: 50px;
    object-fit: cover;
}

/* Style the PDF icon */
.file-preview i {
    font-size: 30px;
    color: red;
}

/* Adjust the size of the preview icon */
.file-preview .fa {
    font-size: 40px;
}
.fee-radio-label {
  margin-bottom: 10px;
    margin-right: 15px;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #832525;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.fee-radio-label.active {
    background-color: #832525;
    color: white;
}

.fee-radio-label i {
    display: none;
}
.fee-radio-label i {
    display: none;
}

.fee-radio-label.active i {
    display: inline-block;
    color: #fff;
}

.fee-radio-input {
    display: none;
}
.text-red
{
      color: red;
}

