body {
    font-family: 'Montserrat',Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    direction: ltr;
    letter-spacing: .5px;
    background: #fff !important;
    color: #515151;
    /*padding-top: 60px !important;*/
}

* {
    font-family: 'Montserrat',Arial, sans-serif;
}


.top-bar {
    background-color: #008cff;
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    display: flex;
    justify-content: flex-end;
}

.top-bar h1 {
    color: #000;
    font-weight: 600;
    margin: 30px 10px;
}

.school-info {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 4px 2px -2px #d1cccc;
}

.school-info .logo {
    height: 80px;
    /* margin-right: 25%; */
    border-radius: 50%;
}

.school-name {
    width: 100%;
    text-align: center;
}

.school-name h1 {
    font-size: 30px;
    /* padding-left: 10%; */
    text-transform: uppercase;

}

.school-name p {
    margin: 5px 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
}

.pay-btn {
    position: absolute;
    right: 20px;
    top: 30px;
    background-color: #086ef3;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    margin-top: 56px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 20px;

}

.form-box {
    background-color: white;
    padding: 25px 15px;
    width: 350px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-right: 50px;

}

.form-box h3 {
    margin-bottom: 5px;
    font-size: 14px;
}

.form-box input[type="text"] {
    width: 93%;
    height: 30px;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.captcha-box {
    border: 1px solid #d3d3d3;
    display: flex;
    background-color: #f9f9f9;
    align-items: center;
    margin-bottom: 15px;
}

.captcha-img img {
    height: 5rem;
    width: 5rem;
    margin-left: 30px;
}

.submit-btn {
    background-color: #26c6da;
    color: white;
    padding: 10px;
    width: 50%;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 15px;
    margin-left: 50px;
}

.welcome-text {
    max-width: 600px;
}

.welcome-text h1 {
    color: #0288d1;
}

.icons-section {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.icon-box {
    text-align: center;
    flex: 1;
}

.icon-box:hover {
    text-decoration: none;
    background-color: #e4efff;
    border: 1px solid #26a1fd;
    cursor: pointer;
    /*padding: 10px;*/
}

.icon-box img {
    height: 50px;
    mix-blend-mode: multiply;
}

.icon-box img {
    height: 50px;
}

.icon-box p {
    margin-top: 10px;
    font-size: 14px;
}

.tips-section {
    background-color: #fff;
    padding: 20px;
    font-size: 16px;
    padding-left: 17%;
    padding-right: 17%;
}

.tips-section h4 {
    color: #0288d1;
}

.tips-section ol {
    margin-top: 10px;
}

.tips-section li {
    margin-bottom: 10px;
}

#robot {
    height: 2rem;
    width: 2rem;
    margin-left: 15px;
}

.line {
    width: 70%;
    color: rgb(196, 192, 192);

}

.inputcontrollabel {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
}

.btnsearchonlinefeestudent {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #50C6C4;
    border-radius: 50px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-hover-shadow:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.error-message {
    color: red;
}

.payment-button {
    position: absolute;
    right: 0px;
    top: 85px;
    background-color: #e91e63;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    border: none;
}

.payment-button:hover {
    background-color: #d81b60;
}

/* Student Information */
.student-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    width: 56%;
    /* margin: auto; */
    margin-top: 20px;
    margin-left: 22%;
}

.info-item {
    display: flex;
}

.info-label {
    color: #666;
    margin-right: 8px;
}

/* Notes Section */
.notes-section {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 56%;
    margin-left: 22%;
    margin-bottom: 8%;
}


.note {
    background-color: #fbf4de;
    border-left: 4px solid orange;
    padding: 12px;
}

.note-label {
    font-weight: 600;
}

.report-link {
    color: #428bca;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    padding: 16px;
    gap: 8px;
    margin-left: 22%;
    margin-top: -8%;
}

.action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 30px 9px;
    border: none;
    border-radius: 4px;
    /* color: white; */
    cursor: pointer;
    font-size: 19px;
    font-family: 'Open sans', sans-serif;
    background: #fed966;
}

.button-icon {
    background-color: white;
    border-radius: 50%;
    width: 33px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-button:active {
    background: #fed966;
    color: #333333;

}

.action-button:focus .tri {

    visibility: hidden;

}

.action-button:focus {

    background: #1fa7b9;
    color: white;
}

.para {
    color: #515151;
}

.tri {
    position: absolute;
    height: 1.2rem;
    width: 1.2rem;
    margin-top: 67px;
}