.student-view .title-area-exam{
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #091057;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    font-weight: 400;
}
.student-view .title-area-exam h5{
    background-color: #091057;
    padding: 10px 10px 13px 10px;
    border-radius: 5px;
    color: #fff;
}
.title-area-exam button {
    padding: 4px 15px;
    background-color: #091057;
    color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.title-area-exam select{
    height: 47px;
    border: 0.1px solid #091057;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.ck-editor__editable[role="textbox"] {
    min-height: 300px;
}
.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}
.question-btn button{
    padding: 4px 15px;
    background-color: #091057;
    color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.edit-marks-btn button{
    padding: 11.5px 15px;
    background-color: #091057;
    color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.student-view .title-area-admit{
    height: auto;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #091057;
    padding: 10px 5px 10px 5px;
}
.student-view .title-area-admit select{
    height: 47px;
}
.student-view .title-area-admit input[type="text"]{
    height: 47px;
}
.title-area-exam select option{
    text-transform: uppercase;
}
#edit-marks-area{
    display: none;
}
.student-view{
    background-color: #fff;
}
.btn-glow {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(90deg, #007bff, #00c6ff);
    border: none;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.6);
    transition: all 0.3s ease;
}
.btn-glow:hover {
    background: linear-gradient(90deg, #00c6ff, #007bff);
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.9);
    transform: scale(1.05);
}
.btn-glow:active {
    transform: scale(0.95);
}