﻿
body {
    font-family: 'Titillium Web', Helvetica, sans-serif;
    background: linear-gradient(270deg, rgba(236, 128, 35,50%) 0%,rgba(236, 128, 35,0%) 92%);
    min-height: 100vh;
}

.bls-container {
    max-width: 1440px;
    margin: 0 auto;
    min-height: 100vh;
}

.header-logo {
    display: flex;
    justify-content: flex-end;
    /* padding-top: 57px; */
    /* padding-right: 120px; */
}

.logo {
    width: 392px;
    height: 85px;
    object-fit: cover;
}

.main-title {
    text-align: center;
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.title-primary {
    font-weight: bold;
    color: #0c4d8e;
    font-size: 33px;
    line-height: 50px;
    margin-bottom: 32px;
}

.title-secondary {
    font-weight: bold;
    color: #0c4d8e;
    font-size: 26px;
    line-height: 50px;
    margin-bottom: 40px;
}

.greeting {
    font-weight: 600;
    color: #0c4d8e;
    font-size: 22px;
    margin-bottom: 25px;
}

.welcome-section {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.welcome-text {
    font-weight: 600;
    color: #0c4d8e;
    font-size: 16px;
    margin-bottom: 16px;
}

.welcome-description {
    font-weight: 600;
    color: #0c4d8e;
    font-size: 17px;
}

.instructions-card {
    /*  width: 977px;*/
    border-radius: 20px;
    border: 3px solid #0c4d8e;
    /*background-color: white;*/
    padding: 24px;
    margin: 40px auto;
}

.instructions-title {
    font-weight: 600;
    color: #0c4d8e;
    font-size: 23px;
    text-align: left;
    margin-bottom: 24px;
}

.instructions-list {
    font-weight: 600;
    color: #0c4d8e;
    font-size: 16px;
    line-height: 1.4;
    list-style-type: square;
    padding-left: 20px;
}

    .instructions-list p {
        margin-bottom: 8px;
    }

.motivational-banner {
    display: flex;
    justify-content: center;
    /*    padding-left: 379px;
    padding-right: 379px;*/
    margin-bottom: 54px;
}

.banner-card {
    /*    width: 682px;*/
    background-color: #0c4d8e;
    border-radius: 15px;
    padding: 5px 18px;
}

.banner-text {
    font-weight: 600;
    color: white;
    font-size: 15px;
    padding: 0.25rem;
    margin-bottom: 0 !important;
    text-align: center;
    /* line-height: 51px; */
}

.separator {
    height: 3px;
    background-color: #0C4D8E;
    margin: 20px 19px 15px 19px;
}

.quiz-header {
    text-align: center;
    /*    padding-left: 397px;
    padding-right: 397px;*/
    margin-bottom: 12px;
}

.quiz-title {
    font-weight: bold;
    color: #0c4d8e;
    font-size: 22px;
    line-height: 36px;
}

/*   .quiz-card {
            width: 100%;
            background-color: white;
            border-radius: 20px;
            border: 3px solid #0c4d8e;
            padding: 48px;
            margin-bottom: 40px;
        } */
.quiz-card {
    /*width: 1100px;*/
    /* max-width: 900px;*/
    background-color: #fff;
    border-radius: 16px;
    border: 2px solid #0c4d8e;
    padding: 32px;
    margin: 40px auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}


.question-block {
    margin-bottom: 32px;
}

.question-title {
    font-weight: 600;
    color: #0c4d8e;
    font-size: 12px;
    margin-bottom: 16px;
}

.options {
    margin-left: 7px;
}

.option {
    display: flex;
    align-items: flex-start;
    /*margin-bottom: 8px;*/
    gap:10px;
}

.radio-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 22.7px;
    height: 23px;
    margin-top: 4px;
    /*margin-right: 12px;*/
    border: 2px solid #0c4d8e;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

    .radio-input:checked {
        background-color: #0c4d8e;
        border-color: #0c4d8e;
    }

.option-label {
    font-weight: 600;
    color: #0c4d8e;
    font-size: 10px;
    line-height: 35px;
    cursor: pointer;
}

.submit-section {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    /*padding-bottom: 40px;*/
    margin-bottom: 80px;
}

.submit-button {
    width: 230px;
    height: 60px;
    background-color: #0c4d8e;
    border: 3px;
    border-radius: 20px;
    font-weight: bold;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .submit-button:hover {
        background-color: #0a4179;
    }
.submit-button[disabled] {
    background: #0c4d8eb3;
}

/* Toast styling adjustments */
.toast-container {
    z-index: 1100;
}
footer {
    position: absolute;
    padding: 1.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0.9em;
    opacity: 0.7;
    text-align: center;
    margin-top: 40px;
    /*margin-bottom:10px;*/
}
.score-text {
    color: #343434;
    /*font-weight: bold;*/
}


/* Header */
.upload-header {
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid rgba(12, 77, 142, 0.1);
}

.upload-title {
    font-weight: 600;
    color: #0c4d8e;
    font-size: 20px;
    padding: 3px;
}

/* Form */
.upload-form {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-label {
    font-weight: 600;
    color: #0c4d8e;
    font-size: 16px;
    padding: 10px 7px;
}

/* File Upload */
.file-upload-container {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(88, 89, 91, 0.1);
    border: 2px #0c4d8e;
    border-radius: 10px;
    /*padding: 10px 15px;*/
    padding:7px 25px;
    max-width: 500px;
    position: relative;
}

.file-upload {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upload-button {
    background: white;
    color: #5E6366;
    border: none;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}

    .upload-button:hover {
        background: #094073;
    }

.file-status {
    font-size: 14px;
    color: #555;
}

/* Text Inputs */
.text-input {
    width: 100%;
    max-width: 500px;
    padding: 15px 20px;
    border: rgba(88, 89, 91, 0.1);
    border-radius: 8px;
    font-size: 14px;
    background: #58595B1A;
}

/* Responsive video wrapper */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

    /*.video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }*/

    /* Smaller video version */
    /*.video-container.small-video {
        max-width: 600px;*/ /* adjust width as you like */
        /*margin: 0 auto;*/ /* center it horizontally */
    /*}*/
.watch-video {
    font-weight: bold;
    color: #0c4d8e;
    font-size: 18px;
    margin-bottom: 25px;
}
