  body {
            background: #f4b402;
            background: -webkit-linear-gradient(to right, #f4b402, #6cd4fa);
            background: linear-gradient(to right, #03B149, #00d);
            padding: 0;
            margin: 0;
            font-family: 'Lato', sans-serif;
            color: #222;
            font-size: 100%;
            line-height: 24px;
        }
        .ScriptTop {
            background: #fff none repeat scroll 0 0;
            float: left;
            font-size: 0.69em;
            font-weight: 600;
            line-height: 2.2;
            padding: 12px 0;
            text-transform: uppercase;
            width: 100%;
        }
        .rt-container {
            margin: 0 auto;
            padding-left: 12px;
            padding-right: 12px;
        }
        @media only screen and (min-width: 240px) and (max-width: 768px) {
            #float-right {
                float: none;
            }
        }
        [class^="col-rt-"] {
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            padding: 0 15px;
            min-height: 1px;
            position: relative;
        }
        .ScriptHeader {
            float: left;
            width: 100%;
            padding: 2em 0;
        }
        article, header, section, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
            display: block;
        }
        *, *:before, *:after {
            box-sizing: inherit;
        }
        *, ::after, ::before {
            box-sizing: border-box;
        }
        .rt-heading {
            margin: 0 auto;
            text-align: center;
        }
        img {
            vertical-align: middle;
            border-style: none;
        }
        @media only screen and (min-width: 240px) and (max-width: 768px) {
            .ScriptHeader h1, .ScriptHeader h2, .scriptnav ul {
                text-align: center;
            }
        }
        .ScriptHeader h1 {
            font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            color: #6a4aed;
            font-size: 26px;
            font-weight: 700;
            margin: 0;
            line-height: normal;
        }
        .h1, h1 {
            font-size: 2.5rem;
        }
        .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
            margin-bottom: 0.5rem;
            font-family: inherit;
            font-weight: 500;
            line-height: 1.2;
            color: inherit;
        }
        h1, h2, h3, h4, h5, h6 {
            margin-top: 0;
            margin-bottom: 0.5rem;
        }
        section {
            float: left;
            width: 100%;
            padding-bottom: 3em;
        }
        .Scriptcontent {
            line-height: 28px;
        }
        .pb-4, .py-4 {
            padding-bottom: 1.5rem!important;
        }
        .pt-4, .py-4 {
            padding-top: 1.5rem!important;
        }
        @media (min-width: 576px) {
            .container {
                max-width: 540px;
            }
        }
        .container {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }
        .row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }
        .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
        }
        .student-profile .card {
            border-radius: 10px;
        }
        .shadow-sm {
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
        }
        .card {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 1px solid rgba(0,0,0,.125);
            border-radius: 0.25rem;
        }
        .card-header:first-child {
            border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
        }
        .text-center {
            text-align: center!important;
        }
        .bg-transparent {
            background-color: transparent!important;
        }
        .card-header {
            padding: 0.75rem 1.25rem;
            margin-bottom: 0;
            background-color: rgba(0,0,0,.03);
            border-bottom: 1px solid rgba(0,0,0,.125);
        }
        .student-profile .card .card-header .profile_img {
            width: 150px;
            height: 150px;
            object-fit: cover;
            margin: 10px auto;
            border: 10px solid #ccc;
            border-radius: 50%;
        }
        img {
            vertical-align: middle;
            border-style: none;
        }
        .student-profile .card h3 {
            font-size: 20px;
            font-weight: 700;
        }
        .card-body {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 1.25rem;
        }
        .student-profile .card p {
            font-size: 16px;
            color: #000;
        }
        .mb-0, .my-0 {
            margin-bottom: 0!important;
        }
        .pr-1, .px-1 {
            padding-right: 0.25rem!important;
        }
        b, strong {
            font-weight: bolder;
        }
        .shadow-sm {
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
        }
        .card-header:first-child {
            border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
        }
        .border-0 {
            border: 0!important;
        }
        .bg-transparent {
            background-color: transparent!important;
        }
        .card-header {
            padding: 0.75rem 1.25rem;
            margin-bottom: 0;
            background-color: rgba(0,0,0,.03);
            border-bottom: 1px solid rgba(0,0,0,.125);
        }
        .student-profile .card h3 {
            font-size: 20px;
            font-weight: 700;
        }
        .fa, .far, .fas {
            font-family: "Font Awesome 5 Free";
        }
        .fab, .far {
            font-weight: 400;
        }
        .fa, .fab, .fad, .fal, .far, .fas {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
        }
        .card-body {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 1.25rem;
        }
        .student-profile .card p {
            font-size: 16px;
            color: #000;
        }
        p {
            margin-top: 0;
            margin-bottom: 1rem;
        }
        .rt-heading>h1 {
            color: #fff;
        }
        .search-form {
            position: absolute;
            width: 80%;
            height: 20vh;
            top: 350px;
            left: 10%;
            padding: 25px;
            background-color: #ddd;
            border-radius: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        form {
            display: block;
            margin-top: 0em;
        }
        button, input, optgroup, select, textarea {
            margin: 0;
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
        }
        .button {
            margin-left: 25px;
            height: 50px;
            width: 100px;
            background: #338DFF;
            border-radius: 7px;
            border: 0;
            outline: none;
        }
        .section {
            display: none;
        }
        .from-control {
            width: 80%;
            height: 50px;
            text-align: center;
            outline: none;
            border: none;
            border-radius: 10px;
        }
        /* Custom Logo Container */
        .logo-container {
            background-color: #77037B; /* Desired background color */
            display: inline-block; /* Makes the container size fit the image */
            padding: 10px; /* Adjust padding as needed */
            border-radius: 10px; /* Optional: rounds the corners of the background */
            margin: 20px; /* Add some margin for spacing */
        }